Skip to content
Snippets Groups Projects
Select Git revision
  • 5bd2f0ddaab90262e89a2bbbc3fba93f497ff7d5
  • master default protected
  • th/etcd-patroni
  • th/pgbackrest
4 results

main.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.yml 502 B
    ---
    
    # yamllint disable-line rule:line-length
    mysql_root_password: "{{ lookup('passwordstore', 'db/{{ ansible_hostname }}-mysql create=true length=20') }}"
    
    mysql_backup_user: "backup"
    # yamllint disable-line rule:line-length
    mysql_backup_password: "{{ lookup('passwordstore', 'db/{{ ansible_hostname }}-mysql-backup create=true length=20') }}"
    
    mysql_rsnapshot: false
    # It is the admin’s responsibility to further configure binlogs, especially
    # purging them if required.
    mysql_enable_binlog: false