diff options
| author | spmfox <spmfox@foxwd.com> | 2023-09-02 23:15:45 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-09-02 23:15:45 -0400 |
| commit | a427c9ac4a439152dc82f629be1dd1475009fb4c (patch) | |
| tree | 324453415375404b9896f4cd7ae1e000314f024a /README.md | |
| parent | fc803e28a1e49d0c480938c9bbbdf8b47915230c (diff) | |
initial
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 |
