role common as user root

This commit is contained in:
Simon Bavink 2014-08-23 13:28:36 +02:00
parent 9c054652d1
commit 6e9a45418a

View file

@ -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