Move NC vars into defaults, where they should be

This commit is contained in:
Salt 2020-06-24 07:10:22 -05:00
parent 0c77cd948a
commit 8bb24a28ca
2 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,4 @@ nextcloud_mysql_password: !vault |
66373234633939393034353439393465663131303661393164303335336435653734613064663964
3332313764623133630a393731613236373837316437653265636663666261383135636662373566
61373135303632336237333836353764646639633735323566346366623766646266
nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2"
nextcloud_url: "nc.9iron.club"
nextcloud_webroot: "/var/www/nextcloud"

View File

@ -0,0 +1,3 @@
# vim:ft=ansible:
nextcloud_tarbz2: "https://download.nextcloud.com/server/releases/nextcloud-18.0.0.tar.bz2"
nextcloud_webroot: "/var/www/nextcloud"