mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-19 19:52:55 +03:00
Added role for dynamic dns
This commit is contained in:
11
roles/matrix-dynamic-dns/tasks/platform/main.yml
Normal file
11
roles/matrix-dynamic-dns/tasks/platform/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- include_tasks: "{{ role_path }}/tasks/platform/centos.yml"
|
||||
when: ansible_distribution == 'CentOS'
|
||||
|
||||
# The instructions are the same for Debian, Ubuntu, and Raspbian
|
||||
- include_tasks: "{{ role_path }}/tasks/platform/debian.yml"
|
||||
when: ansible_distribution == 'Debian'
|
||||
|
||||
- include_tasks: "{{ role_path }}/tasks/platform/archlinux.yml"
|
||||
when: ansible_distribution == 'Archlinux'
|
||||
Reference in New Issue
Block a user