got it running, added net, pf and jail roles
This commit is contained in:
7
bak/Makefile
Normal file
7
bak/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: all deploy check
|
||||
|
||||
deploy:
|
||||
ansible-playbook -vvv --ask-vault-pass server-role.yaml -i inventory
|
||||
|
||||
check:
|
||||
ansible-playbook -vvv --ask-vault-pass server-role.yaml -i inventory --syntax-check
|
||||
Reference in New Issue
Block a user