Added Quickstart with Vagrant
This commit is contained in:
parent
ef234dae67
commit
0276ca7de8
4 changed files with 169 additions and 10 deletions
34
group_vars/vagrant.yml
Normal file
34
group_vars/vagrant.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
ansible_user: vagrant
|
||||
users:
|
||||
- deploy
|
||||
sudoers: []
|
||||
mariadb_root_password: password
|
||||
nextcloud_mariadb_user: nextcloud
|
||||
nextcloud_mariadb_password: password
|
||||
nextcloud_admin_user: admin
|
||||
nextcloud_admin_password: password
|
||||
nextcloud_trusted_domains: satt.local
|
||||
nextcloud_overwrite_cli_url: https://nextcloud.satt.local
|
||||
nextcloud_overwrite_host: nextcloud.satt.local
|
||||
nextcloud_overwrite_protocol: https
|
||||
nextcloud_enable_restic_compose_backup: False
|
||||
nextcloud_virtual_host: nextcloud.satt.local
|
||||
collabora_virtual_host: collabora.satt.local
|
||||
collabora_domain_regex_pattern: nextcloud\.satt\.local
|
||||
collabora_admin_user: admin
|
||||
collabora_admin_password: password
|
||||
jitsi_public_url: https://jitsi.satt.local
|
||||
jitsi_docker_host_address: "{{ ansible_host }}"
|
||||
jitsi_exposed_http_port: 8000
|
||||
jitsi_exposed_https_port: 8443
|
||||
jitsi_timezone: Europe/Amsterdam
|
||||
jitsi_enable_letsencrypt: False
|
||||
jitsi_virtual_host: jitsi.satt.local
|
||||
docker_user: deploy
|
||||
traefik:
|
||||
expose_internally: True
|
||||
expose_externally: False
|
||||
enable_acme: False
|
||||
use_acme_staging: False
|
||||
dns_challenge_provider: False
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue