testing new makefile ideas.
This commit is contained in:
parent
604dec3794
commit
b0d13e88db
5
Makefile
5
Makefile
@ -1,3 +1,8 @@
|
|||||||
update:
|
update:
|
||||||
|
|
||||||
ansible-playbook -i hosts main.yml --ask-become-pass
|
ansible-playbook -i hosts main.yml --ask-become-pass
|
||||||
|
|
||||||
|
run:
|
||||||
|
|
||||||
|
ansible-playbook -i hosts main.yml --tags $(TAGS) --ask-become-pass
|
||||||
|
|
||||||
|
|||||||
1
hosts
1
hosts
@ -50,5 +50,6 @@ update_schedule_days=['Sat']
|
|||||||
update_schedule_starttime="03:00"
|
update_schedule_starttime="03:00"
|
||||||
update_schedule_length=60
|
update_schedule_length=60
|
||||||
disable_rebuilds=true
|
disable_rebuilds=true
|
||||||
|
force_rebuid=true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -138,4 +138,3 @@
|
|||||||
length_minutes = {{ update_schedule_length }}
|
length_minutes = {{ update_schedule_length }}
|
||||||
tags: config
|
tags: config
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user