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: # roles:
# - python-install # - python-install
- name: vm hardening # - name: vm hardening
hosts: k8s # hosts: k8s
gather_facts: true # gather_facts: true
become: true # become: true
roles: # roles:
- sshd # - sshd
- firewall # - firewall