Created
April 27, 2018 13:21
-
-
Save ironcladlou/21a39174e07b377f6dc41a3672c4b7a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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