11 lines
226 B
YAML
11 lines
226 B
YAML
---
|
|
- name: Master playbook to configure openshift cluster (internal)
|
|
hosts: internal_cluster
|
|
become: true
|
|
|
|
tasks:
|
|
|
|
- name: Install unbound via role
|
|
ansible.builtin.import_role:
|
|
name: Anthony25.unbound
|