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:
|
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
1
roles/network/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Sets up podman network with systemd unit (quadlet)
|
||||||
@@ -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
1
roles/podman/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Installs podman
|
||||||
@@ -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
1
roles/service/README.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Sets up a service in podman container(s)
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user