Fix ansible-lint errors
This commit is contained in:
parent
503bd8b396
commit
b098704e23
10 changed files with 21 additions and 26 deletions
16
templates/new_role/vars/main.yml
Normal file
16
templates/new_role/vars/main.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
NAME_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
port: 80
|
||||
|
||||
NAME_env:
|
||||
EXAMPLE: value
|
||||
|
||||
NAME_compose:
|
||||
watchtower: update
|
||||
image:
|
||||
volumes:
|
||||
- data:/data
|
||||
file:
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue