Lets see if this works

This commit is contained in:
Kevin Fenzi 2018-10-01 22:05:11 +00:00
parent 65f2e53b3a
commit 06df62f7ae
2 changed files with 4 additions and 1 deletions

View file

@ -24,12 +24,13 @@
- import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml" - import_tasks: "{{ tasks_path }}/cloud_setup_basic.yml"
- name: set hostname (required by some services, at least postfix need it) - name: set hostname (required by some services, at least postfix need it)
hostname: name="{{inventory_hostname}}" hostname: name="{{inventory_hostname}}"
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- debug: var=FedoraRawhideNumber - debug: var=FedoraRawhideNumber
- debug: var=FedoraBranchedNumber - debug: var=FedoraBranchedNumber
- debug: var=FedoraCycleNumber - debug: var=FedoraCycleNumber
- debug: var=FedoraPreviousCycleNumber - debug: var=FedoraPreviousCycleNumber
- debug: var=FedoraPreviousPreviousCycleNumber - debug: var=FedoraPreviousPreviousCycleNumber
- debug: var=Frozen
- import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm-packager" - import_playbook: "/srv/web/infra/ansible/playbooks/include/happy_birthday.yml myhosts=arm-packager"

View file

@ -1,5 +1,7 @@
# New tasks to spin up instance in https://fedorainfracloud.org # New tasks to spin up instance in https://fedorainfracloud.org
- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
- name: check it out - name: check it out
local_action: shell nc -w 5 {{ inventory_hostname }} 22 < /dev/null local_action: shell nc -w 5 {{ inventory_hostname }} 22 < /dev/null
register: host_is_up register: host_is_up