clean up copr-dist-git hostname
This commit is contained in:
parent
9848b4eb85
commit
d8e2898cc7
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ image: "{{ fedora25_x86_64 }}"
|
|||
keypair: fedora-admin-20130801
|
||||
security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent
|
||||
zone: nova
|
||||
hostbase: copr-dist-git-
|
||||
hostbase: copr-dist-git
|
||||
public_ip: 209.132.184.163
|
||||
root_auth_users: msuchy asamalik clime frostyx
|
||||
description: dist-git for copr service - prod instance
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
|
||||
- import_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- name: set hostname (required by some services, at least postfix need it)
|
||||
hostname: name="{{copr_hostbase}}.cloud.fedoraproject.org"
|
||||
hostname: name="{{copr_hostbase}}.fedorainfracloud.org"
|
||||
|
||||
- name: provision instance
|
||||
hosts: copr-dist-git-stg:copr-dist-git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue