enabled/disable playbook in ui

This commit is contained in:
m0duspwnens
2023-05-08 13:43:08 -04:00
parent 5d50dbb69e
commit a2c444e03b
8 changed files with 254 additions and 156 deletions
+2
View File
@@ -0,0 +1,2 @@
{% import_yaml 'playbook/defaults.yaml' as PLAYBOOKDEFAULTS %}
{% set PLAYBOOKMERGED = salt['pillar.get']('playbook', PLAYBOOKDEFAULTS.playbook, merge=True) %}