Skip to content
Snippets Groups Projects
Select Git revision
  • 20b38de0c8597c587eea64c7fbf89bfbdb2f5877
  • master default protected
  • intros
  • live_sources
  • bootstrap4
  • modules
6 results

meetings.py

Blame
  • Forked from Video AG Infrastruktur / website
    Source project has a limited visibility.
    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