summaryrefslogtreecommitdiff
path: root/common/cloud-install.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-09 14:16:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-09 14:16:20 +0200
commit0c61b2bd7d735cf2ac754345e9c11a5ff186323c (patch)
tree065f3bd8bb4af6e5049d0b4e3dd1364920b68ee2 /common/cloud-install.yml
parentsome more cloud-install fixes (diff)
minor cleanup
Diffstat (limited to 'common/cloud-install.yml')
-rw-r--r--common/cloud-install.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/cloud-install.yml b/common/cloud-install.yml
index 304bef8b..e80bfed0 100644
--- a/common/cloud-install.yml
+++ b/common/cloud-install.yml
@@ -5,7 +5,7 @@
roles:
- role: cloud/install
-- name: wait for new machine to start up
+- name: wait for newly installed machine to start up
hosts: "{{ hostname }}"
gather_facts: no
tasks:
@@ -13,7 +13,7 @@
- name: disable ssh StrictHostKeyChecking for the next step
set_fact:
ansible_ssh_extra_args: -o StrictHostKeyChecking=no
- - name: wait for new machine to start up
+ - name: wait for newly installed machine to start up
wait_for_connection:
delay: 5
timeout: 120
@@ -21,7 +21,7 @@
set_fact:
ansible_ssh_extra_args: ""
-- name: Apply VM configuration roles
+- name: run post install roles
hosts: "{{ hostname }}"
pre_tasks:
- name: make sure to update cached facts
@@ -31,7 +31,7 @@
- import_playbook: "../{{ hostenv }}/{{ hostname }}.yml"
-- name: reboot and wait for VM come back
+- name: reboot and wait for machine come back
hosts: "{{ hostname }}"
gather_facts: no
roles: