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