5 lines
201 B
Plaintext
5 lines
201 B
Plaintext
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
|