copr-pulp: I think I need to set ansible_ssh_user instead of remote_user
This commit is contained in:
parent
b4a3932fa2
commit
17fc31ba63
3 changed files with 2 additions and 2 deletions
|
@ -13,3 +13,4 @@ hostbase: copr-pulp-dev-
|
||||||
public_ip: 44.206.10.188
|
public_ip: 44.206.10.188
|
||||||
swap_file_path: /swap
|
swap_file_path: /swap
|
||||||
swap_file_size_mb: 16384
|
swap_file_size_mb: 16384
|
||||||
|
ansible_ssh_user: centos
|
||||||
|
|
|
@ -14,3 +14,4 @@ nagios_Can_Connect: false
|
||||||
public_ip: TODO
|
public_ip: TODO
|
||||||
swap_file_path: /swap
|
swap_file_path: /swap
|
||||||
swap_file_size_mb: 16384
|
swap_file_size_mb: 16384
|
||||||
|
ansible_ssh_user: centos
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
- 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
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue