6 Commits

7 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ and configuring basic system utilities like gnupg, ssh etc
- [`gnupg`](roles/gnupg/README.md): configures gnupg on the target system
- [`lego`](roles/lego/README.md): runs [lego (LetsEncrypt Go]](https://github.com/go-acme/lego),
- [`lego`](roles/lego/README.md): runs [lego (LetsEncrypt Go)](https://github.com/go-acme/lego),
a ACME client written in go, using systemd (timers). Multi-instance capable.
- [`mariadb`](roles/mariadb/README.md): runs [MariaDB Server](https://mariadb.org/), one of the world's most popular open source relational database

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: base
version: 0.1.0
version: 0.1.1
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>

View File

@ -1,3 +1,3 @@
---
requires_ansible: ">=2.12"
requires_ansible: ">=2.15"

View File

@ -1,6 +1,6 @@
---
lego_user: "lego"
lego_version: "4.17.4"
lego_version: "4.18.0"
lego_instance: default
lego_base_path: "/opt/lego"
lego_cert_user: "acme-{{ lego_instance }}"

View File

@ -1,6 +1,6 @@
---
mariadb_version: "10.11.6"
mariadb_version: "10.11.9"
mariadb_base_path: /var/lib/mariadb
mariadb_data_path: "{{ mariadb_base_path }}/{{ mariadb_version }}"

View File

@ -1,6 +1,6 @@
---
nginx_version: "1.25.3"
nginx_version: "1.26.2"
nginx_flavour: alpine
nginx_base_path: /opt/nginx
nginx_config_file: "{{ nginx_base_path }}/nginx.conf"

View File

@ -21,5 +21,5 @@ The usage example below assumes `powerdns` is running in a container named `powe
powerdns_tsig_key_container_name: 'powerdns'
```
> [!INFO]
> [!NOTE]
> Support for non-docker deployments is pending.