Merge branch 'master' into matt/hosts

This commit is contained in:
Matt Burchett
2021-10-15 22:52:39 -05:00
committed by GitHub
6 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
block:
- name: Uninstall Nebula (clean install)
include: uninstall.yml
when: nebula_clean_install
when: nebula_clean_install|bool
- name: Install Nebula on all hosts
include: nebula.yml
+2
View File
@@ -71,9 +71,11 @@
owner: root
group: root
mode: '0755'
when: nebula_install_check_cron|bool
- name: Ensure nebula-check is scheduled via cron
cron:
name: "nebula-check"
minute: "*/5"
job: "/opt/nebula/nebula-check.sh"
when: nebula_install_check_cron|bool