prerequisites.yml 461 B

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