fixes:
- finally fixed pf.conf - got Bastillefile working (sshd_config missing yet) - re-activated network role to set net variables - fixed make [all] - use hetzner volume for jail home - use ramdisk for /tmp inside jail
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: all deploy check clean create debug editvars
|
||||
.PHONY: all deploy check clean create debug editvars test
|
||||
|
||||
|
||||
VARS = group_vars/all/vars.yaml
|
||||
@@ -19,8 +19,6 @@ DEBUG_COMMAND = ansible-playbook debug.yaml $(OPTIONS)
|
||||
|
||||
ENV = HCLOUD_TOKEN="$(TOKEN)" SNAPSHOT="$(SNAPSHOT)" ANSIBLE_VERBOSITY=$(verbose)
|
||||
|
||||
test:
|
||||
@echo SNAPSHOT="$(SNAPSHOT)"
|
||||
|
||||
all: create deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user