copr: remove become stuff from aws playbook
This commit is contained in:
parent
792bec6678
commit
8a37bf334c
2 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
---
|
---
|
||||||
ansible_ssh_user: fedora
|
|
||||||
ansible_become_user: root
|
|
||||||
ansible_become: yes
|
|
||||||
datacenter: aws
|
datacenter: aws
|
||||||
inventory_hostname: "copr-fe-dev.aws.fedoraproject.org"
|
inventory_hostname: "copr-fe-dev.aws.fedoraproject.org"
|
||||||
inventory_instance_name: copr-fe-dev
|
inventory_instance_name: copr-fe-dev
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
hosts: copr_front_dev:copr_front:copr_front_dev_aws
|
hosts: copr_front_dev:copr_front:copr_front_dev_aws
|
||||||
# hosts: copr_front
|
# hosts: copr_front
|
||||||
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue