sync repo to git
This commit is contained in:
10
infra-config/playbooks/configure_unbound copy.yml
Normal file
10
infra-config/playbooks/configure_unbound copy.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user