copr-pulp: specify remote user

This commit is contained in:
Jakub Kadlcik 2023-08-20 13:27:35 +02:00
parent a44b8d14bf
commit b4a3932fa2

View file

@ -1,6 +1,7 @@
- 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
@ -30,6 +31,8 @@
- 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
- "/srv/private/ansible/vars.yml"