Skip to content

Instantly share code, notes, and snippets.

@ironcladlou
Created April 27, 2018 13:21
Show Gist options
  • Save ironcladlou/21a39174e07b377f6dc41a3672c4b7a9 to your computer and use it in GitHub Desktop.
Save ironcladlou/21a39174e07b377f6dc41a3672c4b7a9 to your computer and use it in GitHub Desktop.
---
- hosts: localhost
connection: local
tasks:
- name: place all scale groups into Ansible groups
include_role:
name: openshift_gcp
tasks_from: setup_scale_group_facts.yml
- import_playbook: ../init/main.yml
vars:
l_init_fact_hosts: "oo_masters_to_config"
l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
- import_playbook: private/config.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment