diff options
-rw-r--r-- | inventory/inventory | 2 | ||||
-rw-r--r-- | playbooks/hosts/regcfp2.fedorainfracloud.org.yml (renamed from playbooks/hosts/regcfp.fedorainfracloud.org.yml) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/inventory/inventory b/inventory/inventory index ba5762d2f..5039034ec 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -1117,7 +1117,7 @@ communityblog.fedorainfracloud.org # Fedora Magazine magazine.fedorainfracloud.org # Flock RegCfp instance -regcfp.fedorainfracloud.org +regcfp2.fedorainfracloud.org # Modularity (ticket 5390) modularity.fedorainfracloud.org # Fedora Bootstrap VM diff --git a/playbooks/hosts/regcfp.fedorainfracloud.org.yml b/playbooks/hosts/regcfp2.fedorainfracloud.org.yml index 46d4b4843..a3df0e592 100644 --- a/playbooks/hosts/regcfp.fedorainfracloud.org.yml +++ b/playbooks/hosts/regcfp2.fedorainfracloud.org.yml @@ -1,5 +1,5 @@ - name: check/create instance - hosts: regcfp.fedorainfracloud.org + hosts: regcfp2.fedorainfracloud.org gather_facts: False vars_files: @@ -12,7 +12,7 @@ - include: "{{ tasks_path }}/persistent_cloud.yml" - name: setup all the things - hosts: regcfp.fedorainfracloud.org + hosts: regcfp2.fedorainfracloud.org gather_facts: True vars_files: - /srv/web/infra/ansible/vars/global.yml |