nextcloud.yml 583 B

12345678910111213141516171819
  1. ---
  2. - name: apply nextcloud role
  3. collections:
  4. - community.general
  5. - ansible.posix
  6. hosts: all
  7. # vars:
  8. # ansible_python_interpreter: /usr/bin/python3
  9. # ansible_user: vagrant
  10. # ansible_password: vagrant
  11. # db_host: 192.168.56.13
  12. # debug_speed: false
  13. # pre_tasks:
  14. # - name: define ansible_python_interpreter group // linux distribution
  15. # set_fact:
  16. # ansible_python_interpreter: /usr/bin/python2
  17. # when: ansible_distribution == 'CentOS' and ansible_distribution_major_version == '7'
  18. roles:
  19. - { role: nextcloud }