Add controller
This commit is contained in:
parent
a8e7babc37
commit
f47707d770
2 changed files with 4 additions and 6 deletions
4
controller.ansible.yml
Normal file
4
controller.ansible.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Setup Base
|
||||
import_playbook: base.ansible.yml
|
||||
- name: Setup MySQL
|
||||
import_playbook: mysql/init.ansible.yml
|
|
@ -1,13 +1,7 @@
|
|||
- name: Setup Base
|
||||
import_playbook: base.ansible.yml
|
||||
- name: Setup Network
|
||||
import_playbook: network/init.ansible.yml
|
||||
- name: Setup Apps
|
||||
import_playbook: apps/init.ansible.yml
|
||||
- name: Setup SSH
|
||||
import_playbook: openssh/init.ansible.yml
|
||||
#- name: Setup MySQL
|
||||
# import_playbook: mysql/init.ansible.yml
|
||||
- name: Setup HAProxy
|
||||
import_playbook: haproxy/init.ansible.yml
|
||||
when: installation_type == 'proxy'
|
||||
|
|
Loading…
Reference in a new issue