Add command to get ansible facts
This commit is contained in:
parent
6d3180a332
commit
43051235bd
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -10,6 +10,9 @@ ansible-setup:
|
||||||
pip install -r ansible/dev-requirements.txt
|
pip install -r ansible/dev-requirements.txt
|
||||||
cd ansible/ && ansible-galaxy install -r galaxy-requirements.yml --force
|
cd ansible/ && ansible-galaxy install -r galaxy-requirements.yml --force
|
||||||
|
|
||||||
|
@ansible-facts HOST:
|
||||||
|
cd ansible/ && ansible -m setup {{ HOST }} --vault-password-file=vault-pass.sh
|
||||||
|
|
||||||
# Run terraform with required environment
|
# Run terraform with required environment
|
||||||
terraform +ARGS:
|
terraform +ARGS:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
Loading…
Reference in a new issue