Files
homelab/infra-config/playbooks/configure_unbound copy.yml
2025-07-25 10:36:32 -05:00

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