diff --git a/.gitignore b/.gitignore index 586bf4c..4aa0e19 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -ansible/vault_password \ No newline at end of file +ansible/vault_password +ansible/inventory/group_vars/vault.yml \ No newline at end of file diff --git a/ansible/playbooks/lab.yaml b/ansible/playbooks/lab.yaml index 6b9bb65..ee21ab6 100644 --- a/ansible/playbooks/lab.yaml +++ b/ansible/playbooks/lab.yaml @@ -6,4 +6,5 @@ roles: - python - - sshd \ No newline at end of file + - sshd + - firewall \ No newline at end of file