summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/initialize_groups.yml
blob: 2a725510ab40f39ef73cad70a88af2f18cf8c1f3 (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Create initial host groups for localhost
  hosts: localhost
  connection: local
  become: no
  gather_facts: no
  tags:
  - always
  tasks:
  - include_vars: cluster_hosts.yml