Replace role_name with service_name
This commit is contained in:
parent
bdf1f8891b
commit
2ff6488a70
98 changed files with 128 additions and 124 deletions
|
|
@ -5,7 +5,7 @@ paperless_gid: 1000
|
|||
paperless_secret_key: "{{ undef() }}"
|
||||
|
||||
paperless_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
domain: "{{ all_services | service_get_domain(service_name) }}"
|
||||
port: 8000
|
||||
|
||||
paperless_env:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
- name: Set common facts
|
||||
ansible.builtin.import_tasks: tasks/set-default-facts.yml
|
||||
|
||||
- name: Deploy {{ role_name }}
|
||||
- name: Deploy {{ service_name }}
|
||||
vars:
|
||||
svc: "{{ paperless_svc }}"
|
||||
env: "{{ paperless_env }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue