Add docker-compose installation

This commit is contained in:
2023-11-10 14:47:57 +01:00
parent d11bfc25dd
commit 5f94ee8409
4 changed files with 71 additions and 14 deletions

View File

@@ -1,13 +1,13 @@
# Static Site Host - Ansible playbook
This is an [Ansible](https://www.ansible.com/) playbook which allows you to set up a server to serve static sites that will be deployed via CI.
This is an [Ansible](https://www.ansible.com/) playbook which allows you to set up a server to serve static sites via [Static Web Server](https://github.com/static-web-server/static-web-server). Everything will be ready for your site to be deployed using your CI.
## Getting started
Create an file listing the repository host in `inventory/hosts`. You snouldn't put every domain that you intend to use as static site in there, only one domain per server.
Create an file listing the repository host in `inventory/hosts`. You shouldn't put every domain that you intend to use as static site in there, only one domain per server.
```
[stitic_site_servers]
[static_site_servers]
static.example.org
```