Fix transient cloud playbooks to use fedora user with sudo to get around stupid disable root default

This commit is contained in:
Kevin Fenzi
2014-02-24 21:50:49 +00:00
parent 798c1e0f5e
commit a17ece53c6
2 changed files with 4 additions and 2 deletions

View File

@@ -20,8 +20,9 @@
- name: provision instance
hosts: tmp_just_created
user: root
user: fedora
gather_facts: True
sudo: yes
vars_files:
- /srv/web/infra/ansible/vars/global.yml

View File

@@ -20,8 +20,9 @@
- name: provision instance
hosts: tmp_just_created
user: root
user: fedora
gather_facts: True
sudo: yes
vars_files:
- /srv/web/infra/ansible/vars/global.yml