You've already forked proxmox-backup
update user / password / host / docker for mysql / mariadb / postgresql
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
---
|
||||
pbs_repo_key: "https://enterprise.proxmox.com/debian/proxmox-release-{{ ansible_distribution_release }}.gpg"
|
||||
pbs_repo_no_subscription: "deb [signed-by=/etc/apt/trusted.gpg.d/proxmox-release-{{ ansible_distribution_release }}.gpg] http://download.proxmox.com/debian/pbs-client {{ ansible_distribution_release }} main"
|
||||
|
||||
backup_mysql_host: ""
|
||||
backup_mysql_user: ""
|
||||
backup_mysql_password: ""
|
||||
backup_mysql_docker_enabled: false
|
||||
backup_mysql_docker_container: ""
|
||||
|
||||
backup_mariadb_host: ""
|
||||
backup_mariadb_user: ""
|
||||
backup_mariadb_password: ""
|
||||
backup_mariadb_docker_enabled: false
|
||||
backup_mariadb_docker_container: ""
|
||||
|
||||
backup_pg_host: ""
|
||||
backup_pg_user: ""
|
||||
backup_pg_password: ""
|
||||
backup_pg_docker_enabled: false
|
||||
backup_pg_docker_container: ""
|
||||
|
||||
Reference in New Issue
Block a user