From 0c61b2bd7d735cf2ac754345e9c11a5ff186323c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 9 Sep 2019 14:16:20 +0200 Subject: minor cleanup --- common/cloud-install.yml | 8 ++++---- common/vm-install.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'common') 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 -- cgit v1.2.3