prerequisites.yml 559 B

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