Generate readmes

This commit is contained in:
uumas
2024-11-08 03:50:06 +02:00
parent 828c1b0f9e
commit eaeab956c1
8 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1 @@
Sets up podman container with systemd units (quadlet)

View File

@@ -1,7 +1,7 @@
--- ---
argument_specs: argument_specs:
main: main:
short_description: Sets up podman container with systemd units (quadlet) description: Sets up podman container with systemd units (quadlet)
options: options:
container_name: container_name:
description: Name of the container. Must be unique within a host. description: Name of the container. Must be unique within a host.

1
roles/network/README.md Normal file
View File

@@ -0,0 +1 @@
Sets up podman network with systemd unit (quadlet)

View File

@@ -1,7 +1,7 @@
--- ---
argument_specs: argument_specs:
main: main:
short_description: Sets up podman network with systemd unit (quadlet) description: Sets up podman network with systemd unit (quadlet)
options: options:
network_name: network_name:
description: Name of the network. Must be unique within a host. description: Name of the network. Must be unique within a host.

1
roles/podman/README.md Normal file
View File

@@ -0,0 +1 @@
Installs podman

View File

@@ -1,5 +1,5 @@
--- ---
argument_specs: argument_specs:
main: main:
short_description: Installs podman description: Installs podman
options: {} options: {}

1
roles/service/README.md Normal file
View File

@@ -0,0 +1 @@
Sets up a service in podman container(s)

View File

@@ -1,7 +1,7 @@
--- ---
argument_specs: argument_specs:
main: main:
short_description: Sets up a service in podman container(s) description: Sets up a service in podman container(s)
options: options:
service_name: service_name:
description: Name of the service. description: Name of the service.