first commit
This commit is contained in:
commit
796a2b54e6
5 changed files with 170 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
check:
|
||||
@ansible-playbook base.yaml --check --diff
|
||||
@ansible-playbook audio.yaml --check --diff
|
||||
@ansible-playbook dev.yaml --check --diff
|
||||
|
||||
play:
|
||||
@ansible-playbook base.yaml --diff
|
||||
@ansible-playbook audio.yaml --diff
|
||||
@ansible-playbook dev.yaml --diff
|
||||
|
||||
|
||||
audio:
|
||||
@ansible-playbook audio.yaml --diff
|
Loading…
Add table
Add a link
Reference in a new issue