Merge pull request #79 from simonbavink/master

role common as user root
pull/63/head
Tim Gerla 9 years ago
commit e57a9e249e
  1. 2
      lamp_haproxy/site.yml

@ -3,6 +3,7 @@
# Apply common configuration to all hosts
- hosts: all
user: root
roles:
- common
@ -17,7 +18,6 @@
# our example web application.
- hosts: webservers
user: root
roles:
- base-apache
- web