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