mariadb.yml 492 B

123456789101112131415
  1. ---
  2. - name: apply mariadb configuration
  3. hosts: all
  4. #vars:
  5. # ansible_python_interpreter: /usr/bin/python3
  6. # ansible_user: vagrant
  7. # ansible_password: vagrant
  8. # app_bind_address: 192.168.56.14
  9. #pre_tasks:
  10. # - name: define ansible_python_interpreter group // linux distribution
  11. # set_fact:
  12. # ansible_python_interpreter: /usr/bin/python2
  13. # when: ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
  14. roles:
  15. - { role: mariadb }