Generate readmes
This commit is contained in:
1
roles/container/README.md
Normal file
1
roles/container/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Sets up podman container with systemd units (quadlet)
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Sets up podman container with systemd units (quadlet)
|
||||
description: Sets up podman container with systemd units (quadlet)
|
||||
options:
|
||||
container_name:
|
||||
description: Name of the container. Must be unique within a host.
|
||||
|
||||
1
roles/network/README.md
Normal file
1
roles/network/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Sets up podman network with systemd unit (quadlet)
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Sets up podman network with systemd unit (quadlet)
|
||||
description: Sets up podman network with systemd unit (quadlet)
|
||||
options:
|
||||
network_name:
|
||||
description: Name of the network. Must be unique within a host.
|
||||
|
||||
1
roles/podman/README.md
Normal file
1
roles/podman/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Installs podman
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Installs podman
|
||||
description: Installs podman
|
||||
options: {}
|
||||
|
||||
1
roles/service/README.md
Normal file
1
roles/service/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Sets up a service in podman container(s)
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
argument_specs:
|
||||
main:
|
||||
short_description: Sets up a service in podman container(s)
|
||||
description: Sets up a service in podman container(s)
|
||||
options:
|
||||
service_name:
|
||||
description: Name of the service.
|
||||
|
||||
Reference in New Issue
Block a user