Scope variables in main playbook a bit better

This commit is contained in:
Salt 2020-02-10 01:29:59 -06:00
parent 90fcbf7cbc
commit 5e445fcd63

View File

@ -20,6 +20,9 @@
acme_directory: "https://acme-v02.api.letsencrypt.org/directory"
#acme_directory: "https://acme-staging-v02.api.letsencrypt.org/directory"
acme_version: 2
roles:
- role: nextcloud
vars:
nextcloud_mysql_password: !vault |
$ANSIBLE_VAULT;1.1;AES256
37633035633563646266346264333636393931323664313166633133653461646333643731636661
@ -30,5 +33,3 @@
nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2"
nextcloud_url: "nc.assburgers.club"
nextcloud_webroot: "/var/www/nextcloud"
roles:
- nextcloud