This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fixed EOF issues
pull/673/head
Scott Crossen
5 years ago
parent
1f988969a5
commit
53bc7a77e1
7 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
roles/matrix-dynamic-dns/tasks/init.yml
+0
-1
roles/matrix-dynamic-dns/tasks/install.yml
+0
-1
roles/matrix-dynamic-dns/tasks/main.yml
+0
-1
roles/matrix-dynamic-dns/tasks/platform/archlinux.yml
+0
-1
roles/matrix-dynamic-dns/tasks/platform/centos.yml
+0
-1
roles/matrix-dynamic-dns/tasks/platform/debian.yml
+1
-1
roles/matrix-dynamic-dns/templates/ddclient.conf.j2
+ 0
- 1
roles/matrix-dynamic-dns/tasks/init.yml
View File
@@ -1,4 +1,3 @@
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['ddclient'] }}"
when: "matrix_dynamic_dns_enabled|bool"
+ 0
- 1
roles/matrix-dynamic-dns/tasks/install.yml
View File
@@ -21,4 +21,3 @@
dest: "/etc/default/ddclient"
mode: 0600
register: matrix_dynamic_dns_ddclient_client_config
+ 0
- 1
roles/matrix-dynamic-dns/tasks/main.yml
View File
@@ -25,4 +25,3 @@
tags:
- setup-all
- setup-dynamic-dns
+ 0
- 1
roles/matrix-dynamic-dns/tasks/platform/archlinux.yml
View File
@@ -13,4 +13,3 @@
update_cache: true
become: true
when: "run_setup|bool and not matrix_dynamic_dns_enabled|bool"
+ 0
- 1
roles/matrix-dynamic-dns/tasks/platform/centos.yml
View File
@@ -20,4 +20,3 @@
- epel-release
state: absent
when: "run_setup|bool and not matrix_dynamic_dns_enabled|bool"
+ 0
- 1
roles/matrix-dynamic-dns/tasks/platform/debian.yml
View File
@@ -15,4 +15,3 @@
update_cache: true
become: true
when: "run_setup|bool and not matrix_dynamic_dns_enabled|bool"
+ 1
- 1
roles/matrix-dynamic-dns/templates/ddclient.conf.j2
View File
@@ -4,4 +4,4 @@ ssl=yes
server={{ matrix_dynamic_dns_provider }}
login='{{ matrix_dynamic_dns_username }}'
password='{{ matrix_dynamic_dns_password }}'
{{ matrix_domain }}
{{ matrix_domain }}
Write
Preview
Loading…
Cancel
Save