test candidate for full operation
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
---
|
||||
|
||||
###############################################
|
||||
# lifted directly from my carputer playbook
|
||||
# lifted from my carputer playbook
|
||||
# modified to work here
|
||||
###############################################
|
||||
|
||||
###############################################
|
||||
@ -122,17 +123,9 @@
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
#- name: service_control_website - template index.php
|
||||
# template:
|
||||
# src: index-service_control.php.j2
|
||||
# dest: "{{ service_control_web_folder }}/html/index.php"
|
||||
# mode: 0644
|
||||
|
||||
###############################################
|
||||
# Start service_control_website
|
||||
###############################################
|
||||
# https://unix.stackexchange.com/questions/265704/start-stop-a-systemd-service-at-specific-times
|
||||
# i can create several conflicting services with various timeouts
|
||||
|
||||
- name: start service_control_website
|
||||
when: not refresh_special | bool
|
||||
@ -157,6 +150,4 @@
|
||||
msg="{{ docker_output.stdout_lines }}"
|
||||
msg="{{ docker_output.stderr_lines }}"
|
||||
|
||||
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user