feat(sample): added sample file in defaults/
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 59s
test / Molecule tests (default, ubuntu2004) (push) Successful in 38s
test / Molecule tests (default, debian12) (push) Successful in 54s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 53s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 39s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 33s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 52s
All checks were successful
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 59s
test / Molecule tests (default, ubuntu2004) (push) Successful in 38s
test / Molecule tests (default, debian12) (push) Successful in 54s
test / Molecule tests (with_custom_flags, debian11) (push) Successful in 31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 53s
test / Molecule tests (with_custom_flags, debian12) (push) Successful in 39s
test / Molecule tests (with_custom_flags, ubuntu2204) (push) Successful in 33s
test / Molecule tests (with_custom_flags, ubuntu2004) (push) Successful in 52s
This commit is contained in:
parent
1d71409b22
commit
19cd4d1841
14
defaults/docker_systemd_service.yml.sample
Normal file
14
defaults/docker_systemd_service.yml.sample
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
# docker_systemd_service_container_name: "My-Service"
|
||||||
|
# docker_systemd_service_image:
|
||||||
|
# docker_systemd_service_container_env: {}
|
||||||
|
# docker_systemd_service_container_pull_image: true
|
||||||
|
# docker_systemd_service_container_pull_force_source: true
|
||||||
|
# docker_systemd_service_flags: []
|
||||||
|
# docker_systemd_service_container_cmd: []
|
||||||
|
# docker_systemd_service_name: "{{ docker_systemd_service_container_name }}_container"
|
||||||
|
# docker_systemd_service_systemd_options: []
|
||||||
|
# docker_systemd_service_enabled: true
|
||||||
|
# docker_systemd_service_masked: false
|
||||||
|
# docker_systemd_service_state: started
|
||||||
|
# docker_systemd_service_restart: true
|
Loading…
Reference in New Issue
Block a user