This commit is contained in:
uumas
2024-11-08 01:14:31 +02:00
parent 65d5d64222
commit e3527bf5fe
9 changed files with 14 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
namespace: uumas
name: general
description: General roles
version: 0.5.12
version: 0.5.13
readme: README.md
authors:
- uumas

View File

@@ -1 +1 @@
Installs caddy https server
Installs caddy

View File

@@ -1,7 +1,7 @@
---
argument_specs:
main:
short_description: Installs caddy
description: Installs caddy
options:
caddy_admin_email:
description: Email address used for ssl certs

View File

@@ -0,0 +1,3 @@
Checks that the host is runing a supported os.
Supported distros and versions are defined by the compatcheck_supported_distros variable.
This role is used by other roles to check compatibility.

2
roles/example/README.md Normal file
View File

@@ -0,0 +1,2 @@
This role is just an example.
It pings the host, if example_ping is set to true.

View File

@@ -2,7 +2,7 @@
argument_specs:
main:
short_description: Prometheus node exporter
description: Installs and configures prometheus node exporter to listen on local ipv4 address
options:
local_network:
description: The local ipv4 network block, listen address is taken from this block

View File

@@ -0,0 +1 @@
Installs python using only the raw module

View File

@@ -1,5 +1,5 @@
---
argument_specs:
main:
short_description: Installs python using only the raw module
description: Installs python using only the raw module
options: {}

3
roles/vhost/README.md Normal file
View File

@@ -0,0 +1,3 @@
Sets up a vhost on a web server.
Supports reverse proxies, redirects and simple resonses.
Currently only supports caddy.