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

6
setup.yml Normal file
View File

@@ -0,0 +1,6 @@
- name: "Set up a static server"
hosts: "{{ target if target is defined else 'static_site_servers' }}"
become: true
roles:
- role: roles/static-server