[copr] gather_facts: True
This commit is contained in:
parent
5f29ab8a1a
commit
b3ea086f31
1 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,8 @@
|
||||||
user: fedora
|
user: fedora
|
||||||
sudo: True
|
sudo: True
|
||||||
#user: root
|
#user: root
|
||||||
gather_facts: False
|
gather_facts: True
|
||||||
|
# gather_facts: False
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -37,6 +38,7 @@
|
||||||
#hosts: copr-back-stg
|
#hosts: copr-back-stg
|
||||||
user: fedora
|
user: fedora
|
||||||
sudo: True
|
sudo: True
|
||||||
|
gather_facts: True
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
|
@ -49,8 +51,9 @@
|
||||||
#hosts: copr-be-dev2.cloud.fedoraproject.org
|
#hosts: copr-be-dev2.cloud.fedoraproject.org
|
||||||
#hosts: copr-back:copr-back-stg
|
#hosts: copr-back:copr-back-stg
|
||||||
#hosts: copr-back-stg
|
#hosts: copr-back-stg
|
||||||
user: root
|
#user: root
|
||||||
gather_facts: False
|
gather_facts: True
|
||||||
|
#gather_facts: False
|
||||||
user: fedora
|
user: fedora
|
||||||
sudo: True
|
sudo: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue