begin k8s setup

This commit is contained in:
2022-10-23 19:58:01 +13:00
parent 020efcc3bb
commit 31157afa57
2 changed files with 86 additions and 18 deletions

View File

@ -0,0 +1,19 @@
---
- name: python bootstrap
hosts: k8s
gather_facts: false
become: true
roles:
- python-install
- name: ssh hardening
hosts: k8s
gather_facts: true
become: true
roles:
- sshd
- name: configure control plane
hosts: k8s_control
gather_facts: true
become: false
roles:
- k8s_control