From a427c9ac4a439152dc82f629be1dd1475009fb4c Mon Sep 17 00:00:00 2001 From: spmfox Date: Sat, 2 Sep 2023 23:15:45 -0400 Subject: initial --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aafc2be..8f97214 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ By default it will create systemd service files and is compatible with or withou - ```ansible-playbook containers.yml -e @docs/sample-environment/wordpress.yml``` ## Features -- Declare container environment using Ansible variables file +- Declare container architecture using Ansible variables file - Rebuild, stop, start, enable systemd service, disable + remove systemd files - One command for re-build image, re-generate systemd unit files - Utilizes rootless Podman @@ -33,6 +33,7 @@ A fully working pod with Wordpress and a MariaDB database are in the ```docs/sam - Rootless mode is being used, so tasks are written to use systemd user scope - Tasks would need to be tweaked for using the root user - ```containers``` user is automatically created during the ```host.yml``` play +- The tasks were purposely kept simple, its expected that you use Podman runlabels for most options ## Limitations - Tasks were written to be run as the unprivileged user - however this is tricky in Ansible -- cgit