From ff3279cd576b68a1a22910a7c8c5d96df31d1377 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 3 Mar 2021 13:33:51 +0000 Subject: [PATCH] updating commands --- commands | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 commands diff --git a/commands b/commands new file mode 100644 index 0000000..f0568b5 --- /dev/null +++ b/commands @@ -0,0 +1,4 @@ +ansible-playbook -b test.yml --vault-password-file password --tags rust +ansible-playbook -b test.yml --vault-password-file password --tags "setup,terraform" + +ansible-galaxy install -r requirements.yml