From 7ce5e219064c897e4688e6aafa11ae88ed6c5ae9 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 30 Oct 2022 21:12:35 +1300 Subject: [PATCH] comment out vm hardening (temp) --- ansible/playbooks/03_vm_deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ansible/playbooks/03_vm_deploy.yaml b/ansible/playbooks/03_vm_deploy.yaml index 36a58d8..d37cfae 100644 --- a/ansible/playbooks/03_vm_deploy.yaml +++ b/ansible/playbooks/03_vm_deploy.yaml @@ -13,10 +13,10 @@ # roles: # - python-install -- name: vm hardening - hosts: k8s - gather_facts: true - become: true - roles: - - sshd - - firewall \ No newline at end of file +# - name: vm hardening +# hosts: k8s +# gather_facts: true +# become: true +# roles: +# - sshd +# - firewall \ No newline at end of file