Initial commit

This commit is contained in:
2023-11-10 14:21:47 +01:00
commit 4a08e4aa37
13 changed files with 917 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Fail if required static_site_server settings not defined
ansible.builtin.fail:
msg: >
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- static_sites