diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-05-05 13:04:44 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-05-05 13:04:44 +0000 |
commit | 0df29d25a8356c3cc6ef0c10fac91c95c2a337cd (patch) | |
tree | f530f7c0e1e085bb8b2696e3c4f1eec21df0da24 | |
parent | b374e510f833164da3b5e51b939b6f24716df264 (diff) | |
download | ansible-0df29d25a8356c3cc6ef0c10fac91c95c2a337cd.tar.gz ansible-0df29d25a8356c3cc6ef0c10fac91c95c2a337cd.tar.xz ansible-0df29d25a8356c3cc6ef0c10fac91c95c2a337cd.zip |
Rename regcfp.fic.o
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-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 |