Add `service` action
Description
Add service
action, that will register user-defined docker/docker compose service in systemd. This will reduce copy-pasting of systemd service template in every project. In addition, remodel actions in this role.
Proposal
New actions set:
-
install/base
- installdocker
(oldinstall
action) -
install/compose
- installdocker-compose
(oldcompose_install
action) -
service/base
- register user-defineddocker
service insystemd
-
service/compose
- register user-defineddocker-compose
service insystemd
All service/*
actions should use the ansible-roles/service role, after the ansible-roles/service!2 will be resolved.