web.yml: Use ubuntu user for now

This is the default with OpenStack hosts like Kili.io...

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-05 15:39:12 +03:00
parent da2c8fc043
commit 7956a1c6f6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- name: Configure web servers
hosts: web
user: ubuntu
sudo: yes
roles:
- common