cleanup server playbook
This commit is contained in:
parent
d635523070
commit
5b4ad42832
@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
nextcloud_SQl_target_file: /mnt/diskstation/git/backup/postgres/last/nextcloud.sql
|
|
||||||
nextcloud_db_password: "{{ vault_mysql_nextcloud }}"
|
|
||||||
nextcloud_admin_password: "{{ vault_nextcloud_admin }}"
|
|
||||||
nextcloud_admin_user: "{{user.name}}"
|
|
||||||
nextcloud_trusted_domains:
|
|
||||||
- localhost
|
|
||||||
- file.ducamps.win
|
|
||||||
nextcloud_config_options: # additional options to set in config.php
|
|
||||||
- option: overwrite.cli.url
|
|
||||||
value: "'https://file.ducamps.win'"
|
|
||||||
- option: maintenance
|
|
||||||
value: "false"
|
|
||||||
- option: loglevel
|
|
||||||
value: "'2'"
|
|
||||||
- option: installed
|
|
||||||
value: "true"
|
|
||||||
- option: config_is_read_only
|
|
||||||
value: "false"
|
|
||||||
nextcloud_datadirectory: /mnt/diskstation/nextcloud
|
|
||||||
nextcloud_data_directory_creation: false
|
|
@ -1,21 +0,0 @@
|
|||||||
PHP_ReadWritePaths:
|
|
||||||
- /usr/share/webapps/nextcloud/apps
|
|
||||||
- /etc/webapps/nextcloud/config
|
|
||||||
- /mnt/diskstation
|
|
||||||
php_memory_limit: 512M #need for nextcloud be carefull on low memory device
|
|
||||||
php_extention_enable:
|
|
||||||
- iconv
|
|
||||||
- mysqli
|
|
||||||
- pdo_mysql
|
|
||||||
- pgsql
|
|
||||||
- pdo_pgsql
|
|
||||||
- soap
|
|
||||||
- intl
|
|
||||||
- bcmath #need for nextcloud
|
|
||||||
- gmp #need for nextcloud
|
|
||||||
- gd #need for nextcloud
|
|
||||||
- imagick #need for nextcloud
|
|
||||||
- exif # need for nextcloud
|
|
||||||
php_zend_extention_enable:
|
|
||||||
- opcache #need for nextcloud
|
|
||||||
|
|
@ -22,26 +22,7 @@ Gandi_API_KEYS: "{{ vault_gandi_API_Keys }}"
|
|||||||
Gandi_Domain: "{{ domain.name }}"
|
Gandi_Domain: "{{ domain.name }}"
|
||||||
Gandi_Record: www
|
Gandi_Record: www
|
||||||
|
|
||||||
|
|
||||||
ttrss_db_password: "{{ vault_mysql_ttrss }}"
|
|
||||||
ttrss_log_destination: ""
|
|
||||||
ttrss_SQl_target_file: /mnt/diskstation/git/backup/postgres/last/ttrss.sql
|
|
||||||
ttrss_url_path: "https://www.{{domain.name}}/tt-rss"
|
|
||||||
ttrss_url_path: "https://www.{{domain.name}}/tt-rss"
|
|
||||||
|
|
||||||
|
|
||||||
supysonic_db_password: "{{ vault_mysql_supysonic }}"
|
|
||||||
supysonic_SQl_target_file: /mnt/diskstation/git/backup/postgres/last/supysonic.sql
|
|
||||||
supysonic_force_site_update: true
|
|
||||||
|
|
||||||
docker_users: "{{user.name}}"
|
docker_users: "{{user.name}}"
|
||||||
|
|
||||||
hass_SQl_target_file: /mnt/diskstation/git/backup/postgres/last/hass.sql
|
|
||||||
hass_db_password: "{{ vault_mysql_hass }}"
|
|
||||||
hass_repo: "git@git.{{ domain.name }}:2222/vincent/HASS_conf.git"
|
|
||||||
hass_users: "{{user.name}}"
|
|
||||||
|
|
||||||
|
|
||||||
keystodeploy:
|
keystodeploy:
|
||||||
- name: juicessh with password
|
- name: juicessh with password
|
||||||
user: "{{user.name}}"
|
user: "{{user.name}}"
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
vaultwarden_baseURL: https://vault.ducamps.win
|
|
||||||
vaultwarden_db_type: postgresql
|
|
||||||
vaultwarden_port: 8081
|
|
||||||
vaultwarden_websocket_port: 3012
|
|
||||||
vaultwarden_db_password: "{{ vault_db_vaultwarden }}"
|
|
||||||
vaultwarden_SQl_target_file: /mnt/diskstation/git/backup/postgres/last/vaultwarden.sql
|
|
@ -19,15 +19,6 @@
|
|||||||
become: true
|
become: true
|
||||||
- role: ansible-role-postgresql
|
- role: ansible-role-postgresql
|
||||||
become: true
|
become: true
|
||||||
- role: radicale
|
|
||||||
become: true
|
|
||||||
- php
|
|
||||||
- nextcloud
|
|
||||||
- tt-rss
|
|
||||||
- supysonic
|
|
||||||
- hass
|
|
||||||
- role: ansible-vaultwarden
|
|
||||||
become: true
|
|
||||||
- role: ansible-role-samba
|
- role: ansible-role-samba
|
||||||
become: true
|
become: true
|
||||||
- chainetv
|
- chainetv
|
||||||
|
Loading…
Reference in New Issue
Block a user