forked from data.coop/ansible
Move vars around
This commit is contained in:
parent
a99b39824c
commit
d05a504e61
|
@ -4,6 +4,7 @@
|
|||
gather_facts: true
|
||||
become: true
|
||||
vars:
|
||||
vagrant: false
|
||||
base_domain: "{{ 'datacoop.devel' if vagrant else 'data.coop' }}"
|
||||
letsencrypt_enabled: true
|
||||
letsencrypt_email: "admin@{{ base_domain }}"
|
||||
|
@ -12,7 +13,6 @@
|
|||
- uptime_kuma
|
||||
do_not_change_ssh_port: true
|
||||
skip_dell_apt_repo: true
|
||||
vagrant: false
|
||||
|
||||
tasks:
|
||||
- import_role:
|
||||
|
|
Loading…
Reference in a new issue