summaryrefslogtreecommitdiffstats
path: root/playbooks/prerequisites.yml
blob: 68d7f3359d45e45c55676e0b8280ee14ea1e7a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- import_playbook: init/main.yml
  vars:
    skip_verison: True

- import_playbook: init/repos.yml

# This is required for container runtime for crio, only needs to run once.
- name: Configure os_firewall
  hosts: oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_nfs_to_config:oo_nodes_to_config
  roles:
  - role: os_firewall

- import_playbook: container-runtime/private/setup_storage.yml

- import_playbook: container-runtime/private/config.yml