copr-pulp: I think I need to set ansible_ssh_user instead of remote_user

This commit is contained in:
Jakub Kadlcik 2023-08-20 13:33:58 +02:00
parent b4a3932fa2
commit 17fc31ba63
3 changed files with 2 additions and 2 deletions

View file

@ -13,3 +13,4 @@ hostbase: copr-pulp-dev-
public_ip: 44.206.10.188
swap_file_path: /swap
swap_file_size_mb: 16384
ansible_ssh_user: centos

View file

@ -14,3 +14,4 @@ nagios_Can_Connect: false
public_ip: TODO
swap_file_path: /swap
swap_file_size_mb: 16384
ansible_ssh_user: centos

View file

@ -1,7 +1,6 @@
- name: check/create instance
hosts: copr_pulp_dev_aws:copr_pulp_aws
gather_facts: False
remote_user: centos
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -31,7 +30,6 @@
- name: cloud basic setup
hosts: copr_pulp_dev_aws:copr_pulp_aws
gather_facts: True
remote_user: centos
vars_files:
- /srv/web/infra/ansible/vars/global.yml