Move to dictionary vars strategy

This commit is contained in:
Luke Murphy
2020-04-14 13:44:09 +02:00
parent 618ae495b2
commit 5e9cc84e8b
10 changed files with 43 additions and 41 deletions

View File

@ -3,5 +3,5 @@
dokku_ports:
app: "{{ dokku.app }}"
mappings:
- "http:80:{{ vars.port }}"
- "http:80:{{ config.vars.port }}"
state: present

View File

@ -13,5 +13,5 @@
dokku_ports:
app: "{{ dokku.app }}"
mappings:
- "https:443:{{ vars.port }}"
- "https:443:{{ config.vars.port }}"
state: present

View File

@ -3,5 +3,5 @@
dokku_ports:
app: "{{ dokku.app }}"
mappings:
- "http:{{ vars.port }}:{{ vars.port }}"
- "http:{{ config.vars.port }}:{{ config.vars.port }}"
state: absent