v0.5.13
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace: uumas
|
||||
name: general
|
||||
description: General roles
|
||||
version: 0.5.12
|
||||
version: 0.5.13
|
||||
readme: README.md
|
||||
authors:
|
||||
- uumas
|
||||
|
||||
@@ -1 +1 @@
|
||||
Installs caddy https server
|
||||
Installs caddy
|
||||
|
||||
@@ -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
|
||||
|
||||
3
roles/compatcheck/README.md
Normal file
3
roles/compatcheck/README.md
Normal 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
2
roles/example/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
This role is just an example.
|
||||
It pings the host, if example_ping is set to true.
|
||||
@@ -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
|
||||
|
||||
1
roles/raw_python/README.md
Normal file
1
roles/raw_python/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Installs python using only the raw module
|
||||
@@ -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
3
roles/vhost/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Sets up a vhost on a web server.
|
||||
Supports reverse proxies, redirects and simple resonses.
|
||||
Currently only supports caddy.
|
||||
Reference in New Issue
Block a user