Revert "copr: try this"
This reverts commit f6f015e1c205157452f33c1857cab4f5260f2cf8.
This commit is contained in:
parent
b60803ee5c
commit
8c03878231
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
ansible_ssh_user: fedora
|
||||
ansible_become_user: root
|
||||
ansible_become: yes
|
||||
datacenter: "aws"
|
||||
datacenter: aws
|
||||
#instance_type: t3a.small
|
||||
#image: "{{ fedora31_x86_64 }}"
|
||||
#keypair: fedora-admin-20130801
|
||||
|
|
|
@ -32,9 +32,9 @@
|
|||
|
||||
tasks:
|
||||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
|
||||
# - name: set hostname (required by some services, at least postfix need it)
|
||||
# hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
# when: datacenter != "aws"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
when: datacenter != "aws"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr_keygen_dev:copr_keygen_stg:copr_keygen:copr_keygen_dev_aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue