summaryrefslogtreecommitdiff
path: root/common
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
parentsome more cloud-install fixes (diff)
minor cleanup
Diffstat (limited to 'common')
-rw-r--r--common/cloud-install.yml8
-rw-r--r--common/vm-install.yml2
2 files changed, 5 insertions, 5 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:
diff --git a/common/vm-install.yml b/common/vm-install.yml
index 5d29871b..36f2c4cc 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -45,7 +45,7 @@
set_fact:
ansible_ssh_extra_args: ""
-- name: Apply VM configuration roles
+- name: apply basic VM configuration roles
hosts: "{{ hostname }}"
pre_tasks:
- name: make sure to update cached facts