aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--containers.yml4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8f97214..6e803e0 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ By default it will create systemd service files and is compatible with or withou
- 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
+- Optionally, use tags for more precise control
+ - ```container-start```, ```container-stop```, ```generate-systemd```, ```rebuild```, ```remove```, ```service-start```, ```service-stop```
- Utilizes rootless Podman
## Sample Environment
diff --git a/containers.yml b/containers.yml
index 5f4a7d7..048a981 100644
--- a/containers.yml
+++ b/containers.yml
@@ -132,7 +132,7 @@
state: started
enabled: true
scope: user
- tags: start-service
+ tags: service-start
when: pod is defined
- name: Start systemd container service
@@ -141,7 +141,7 @@
state: started
enabled: true
scope: user
- tags: start-service
+ tags: service-start
loop: "{{ containers }}"
- name: Prune old images