From 317d20d2cd7847ac295e63015c540a882f77964e Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Thu, 30 Oct 2014 16:40:52 -0400 Subject: cleaned up unused GCE host types, changed back to using gce.ini, and added a better ssh detection on launch. --- playbooks/gce/os3-registry/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 playbooks/gce/os3-registry/config.yml (limited to 'playbooks/gce/os3-registry/config.yml') diff --git a/playbooks/gce/os3-registry/config.yml b/playbooks/gce/os3-registry/config.yml deleted file mode 100644 index 8103faa5f..000000000 --- a/playbooks/gce/os3-registry/config.yml +++ /dev/null @@ -1,17 +0,0 @@ -- name: "populate oo_hosts_to_config host group if needed" - hosts: localhost - gather_facts: no - tasks: - - name: Evaluate oo_host_group_exp - add_host: "name={{ item }} groups=oo_hosts_to_config" - with_items: "{{ oo_host_group_exp | default('') }}" - when: oo_host_group_exp is defined - -- name: "Configure instances" - hosts: oo_hosts_to_config - connection: ssh - user: root - vars_files: - - vars.yml - roles: - - ../../../roles/base_os -- cgit v1.2.3