From 0a49861be6019562e7c306d1ac0fea5858e9595d Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Sep 2022 02:04:33 +1200 Subject: [PATCH] add vault --- .gitignore | 3 ++- ansible/playbooks/lab.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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