diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
