I've moved the Dark Chest of Wonders website to run in a container on Kubernetes. This will keep it from breaking every time the OS is updated on the web server, when the version of Python in Fedora changes.
7 lines
214 B
YAML
7 lines
214 B
YAML
- name: ensure apache is configured to serve darkchestofwonders.us
|
|
template:
|
|
src=darkchestofwonders.us.httpd.conf.j2
|
|
dest=/etc/httpd/conf.d/darkchestofwonders.us.conf
|
|
mode=0644
|
|
notify: reload httpd
|