add nextcloud stack using NFS and remote postgres db
This commit is contained in:
parent
2e08a505bd
commit
00a74415cf
11 changed files with 128 additions and 13 deletions
|
@ -1,2 +1,16 @@
|
|||
data_directory_base: /mnt/data
|
||||
git_ssh_port: 56287
|
||||
|
||||
nfs_shares:
|
||||
- name: nextcloud_data
|
||||
path: "/mnt/data/nextcloud/data"
|
||||
|
||||
database_passwords:
|
||||
nextcloud: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
66326230303135303930363761316534313439383365376231623661316635393839336431313262
|
||||
3832626365376533646561653863316364313135343366330a356136343938666133356532613263
|
||||
39663037623232363266376335643834353735363431636535386566643763386463353962663930
|
||||
3466343563353162320a376437353933656166323364323166376663323531373338656563653463
|
||||
33346263626430616164613937363836343430383233393061643231346661656539623938333631
|
||||
3632373964346139316637663364646132636636373461613534
|
||||
|
|
|
@ -2,6 +2,8 @@ all:
|
|||
hosts:
|
||||
manager:
|
||||
ansible_host: maestro.dmz
|
||||
thecloud:
|
||||
ansible_host: thecloud.dmz
|
||||
children:
|
||||
workers:
|
||||
hosts:
|
||||
|
|
Reference in a new issue