web.yml: Modify to incorporate provisioning user stuff

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-11 12:12:32 +03:00
parent c53dd18181
commit 614f90a058
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Configure web servers
hosts: web
user: ubuntu
user: provisioning
sudo: yes
roles:
- common
@ -13,6 +13,7 @@
- munin
vars_files:
- vars/ipsets.yml
- vars/provisioning.yml
- "vars/{{ ansible_os_family }}.yml"
# vim: set sw=2 ts=2: