mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Just say no to sudo and silly cloud fedora user
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
- name: check/create instance
|
||||
hosts: lists-dev.fedorainfracloud.org
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: False
|
||||
|
||||
vars_files:
|
||||
@@ -15,8 +13,6 @@
|
||||
|
||||
- name: setup all the things
|
||||
hosts: lists-dev.fedorainfracloud.org
|
||||
user: fedora
|
||||
sudo: True
|
||||
gather_facts: True
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
|
||||
Reference in New Issue
Block a user