Configured haproxies
This commit is contained in:
@@ -19,6 +19,14 @@
|
||||
tasks:
|
||||
- include: ../roles/common/tasks/main.yml
|
||||
|
||||
- name: Set up haproxies
|
||||
hosts: haproxy
|
||||
user: root
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/haproxy/tasks/main.yml
|
||||
- include: ../roles/keepalived/tasks/main.yml
|
||||
|
||||
- name: Set up developer machine
|
||||
hosts: developer-machines
|
||||
user: root
|
||||
|
||||
Reference in New Issue
Block a user