Install prerequisite software
This commit is contained in:
0
03-infra01-server/03-unbound-dns/README.md
Normal file
0
03-infra01-server/03-unbound-dns/README.md
Normal file
0
03-infra01-server/04-free-ipa/README.md
Normal file
0
03-infra01-server/04-free-ipa/README.md
Normal file
0
03-infra01-server/05-templates/README.md
Normal file
0
03-infra01-server/05-templates/README.md
Normal file
0
03-infra01-server/06-matchbox/README.md
Normal file
0
03-infra01-server/06-matchbox/README.md
Normal file
15
03-infra01-server/install.yml
Normal file
15
03-infra01-server/install.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Install all software on infra01
|
||||
hosts: infra01
|
||||
connection: local
|
||||
gather_facts: true
|
||||
become: yes
|
||||
|
||||
collections:
|
||||
- somaz94.ansible_k8s_iac_tool
|
||||
|
||||
roles:
|
||||
- install_kustomize
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user