-
Notifications
You must be signed in to change notification settings - Fork 20
/
cpanel.yml
54 lines (53 loc) · 1.5 KB
/
cpanel.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
##############################################################
## ANSIBLE PLAYBOOK FOR CPANEL DEPLOYMENT TO CPANEL SERVERS ##
##############################################################
- name: cPanel Deployment to new CentOS 6.x Server
hosts: cpanel
any_errors_fatal: true
user: ansible
become: yes
roles:
- os-centos
- install-kernelcare
- install-cpanel
- install-cloudlinux
- install-cloudlinux-cagefs
- install-cloudlinux-alt-packages
- install-composer
- install-configserver-csf
- install-configserver-cmc
- install-configserver-cmm
- install-configserver-cmq
- install-configserver-cse
- install-configserver-cxs
- install-rvskin
- install-rvsitebuilder
- install-softaculous
- install-cloudflare
- install-attracta
- install-postgresql
- install-rfx-lmd
- install-rfx-lsm
- install-rfx-prm
- install-rfx-sim
- cpanel-comodo-waf
- li_cpanel_whm_plugins
# SORRY, HAVEN'T EVEN STARTED YET!!!
################################################################
## ANSIBLE PLAYBOOK FOR CPANEL DEPLOYMENT TO DNS-ONLY SERVERS ##
################################################################
#- name: cPanel DNS Only Deployment to new CentOS 6.x Server
# hosts: cpanel-dnsonly
# any_errors_fatal: true
# user: ansible
# become: yes
# roles:
# - os-centos
# - install-cpanel-dnsonly
# - kernelcare
# - cpanel-dnsonly
# - app-configserver
# - app-rfx
# - cpanel-plugins
# - monitoring-icinga