cleanup server playbook

This commit is contained in:
vincent 2022-05-10 08:36:05 +02:00
parent d635523070
commit 5b4ad42832
5 changed files with 0 additions and 76 deletions

View File

@ -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

View File

@ -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

View File

@ -22,26 +22,7 @@ Gandi_API_KEYS: "{{ vault_gandi_API_Keys }}"
Gandi_Domain: "{{ domain.name }}"
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}}"
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:
- name: juicessh with password
user: "{{user.name}}"

View File

@ -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

View File

@ -19,15 +19,6 @@
become: true
- role: ansible-role-postgresql
become: true
- role: radicale
become: true
- php
- nextcloud
- tt-rss
- supysonic
- hass
- role: ansible-vaultwarden
become: true
- role: ansible-role-samba
become: true
- chainetv