copr-be*: don't switch hostname here and there
This commit is contained in:
parent
1d823a09e3
commit
bdb7509d40
1 changed files with 4 additions and 2 deletions
|
@ -30,8 +30,10 @@
|
|||
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"
|
||||
# this should be set to ansible_hostname
|
||||
# - name: "set hostname (required by some services, at least postfix need it)"
|
||||
# hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
# when: env != 'production'
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr_back_dev:copr_back_stg:copr_back:copr_back_dev_aws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue