1
0

comment out vm hardening (temp)

This commit is contained in:
michael 2022-10-30 21:12:35 +13:00
parent 239ababf1d
commit 7ce5e21906

View File

@ -13,10 +13,10 @@
# roles:
# - python-install
- name: vm hardening
hosts: k8s
gather_facts: true
become: true
roles:
- sshd
- firewall
# - name: vm hardening
# hosts: k8s
# gather_facts: true
# become: true
# roles:
# - sshd
# - firewall