[just] rename default variables
This commit is contained in:
parent
fdcd23d9b3
commit
05e10e6a65
1 changed files with 7 additions and 0 deletions
7
justfile
7
justfile
|
@ -1,4 +1,11 @@
|
|||
default: check
|
||||
default_playbook := "playbooks/default.yaml"
|
||||
default_inventory := "./hosts.yaml"
|
||||
|
||||
deps:
|
||||
pip-compile-multi \
|
||||
--generate-hashes base \
|
||||
--header requirements/_header_text
|
||||
|
||||
check playbook=playbook inventory=default_inventory:
|
||||
ansible-playbook {{playbook}} --inventory={{inventory}} --check
|
||||
|
|
Loading…
Add table
Reference in a new issue