mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Fix transient cloud playbooks to use fedora user with sudo to get around stupid disable root default
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user