prerequisites.yml 362 B

123456789101112
  1. ---
  2. - import_playbook: init/main.yml
  3. vars:
  4. skip_verison: True
  5. # This is required for container runtime for crio, only needs to run once.
  6. - name: Configure os_firewall
  7. hosts: oo_masters_to_config:oo_etcd_to_config:oo_lb_to_config:oo_nfs_to_config:oo_nodes_to_config
  8. roles:
  9. - role: os_firewall
  10. - import_playbook: container-runtime/private/config.yml