copr-pulp: specify remote user
This commit is contained in:
parent
a44b8d14bf
commit
b4a3932fa2
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
remote_user: centos
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
@ -30,6 +31,8 @@
|
||||||
- name: cloud basic setup
|
- name: cloud basic setup
|
||||||
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
hosts: copr_pulp_dev_aws:copr_pulp_aws
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
remote_user: centos
|
||||||
|
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue