haproxy cfg and some site movement

This commit is contained in:
2016-01-14 10:55:11 -05:00
parent 1771165636
commit d3633643dc
2 changed files with 59 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
roles:
- firstdb
- db
- name: deploy mysql and configure database
hosts: dbservers
@@ -28,3 +29,10 @@
roles:
- db
- name: deploy haproxy
hosts: proxy
remote_user: root
roles:
- proxy