summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/common/files/status-im-root@.service (renamed from roles/diagnostics/files/status-im-root@.service)0
-rw-r--r--roles/common/tasks/main.yml7
-rw-r--r--roles/common/tasks/xmppc.yml (renamed from roles/diagnostics/tasks/xmppc.yml)0
-rw-r--r--roles/common/templates/skels_xmppc.conf.j2 (renamed from roles/diagnostics/templates/skels_xmppc.conf.j2)0
-rwxr-xr-xroles/common/templates/systemd-im.sh.j2 (renamed from roles/diagnostics/templates/systemd-im.sh.j2)0
-rw-r--r--roles/common/templates/xmppc.conf.j2 (renamed from roles/diagnostics/templates/xmppc.conf.j2)0
-rw-r--r--roles/diagnostics/tasks/main.yml7
7 files changed, 7 insertions, 7 deletions
diff --git a/roles/diagnostics/files/status-im-root@.service b/roles/common/files/status-im-root@.service
index 039b1b1..039b1b1 100644
--- a/roles/diagnostics/files/status-im-root@.service
+++ b/roles/common/files/status-im-root@.service
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 555ed05..534b190 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -1,3 +1,7 @@
+- name: Loading hidden variables
+ include_vars: credentials.yml
+ tags: keys
+
- name: Install playbook dependancies
import_tasks: deps.yml
@@ -48,3 +52,6 @@
- name: Configuration de Docker
import_tasks: docker.yml
+
+- name: Messages pour systemd
+ import_tasks: xmppc.yml
diff --git a/roles/diagnostics/tasks/xmppc.yml b/roles/common/tasks/xmppc.yml
index fa99166..fa99166 100644
--- a/roles/diagnostics/tasks/xmppc.yml
+++ b/roles/common/tasks/xmppc.yml
diff --git a/roles/diagnostics/templates/skels_xmppc.conf.j2 b/roles/common/templates/skels_xmppc.conf.j2
index a78940d..a78940d 100644
--- a/roles/diagnostics/templates/skels_xmppc.conf.j2
+++ b/roles/common/templates/skels_xmppc.conf.j2
diff --git a/roles/diagnostics/templates/systemd-im.sh.j2 b/roles/common/templates/systemd-im.sh.j2
index bdd64d8..bdd64d8 100755
--- a/roles/diagnostics/templates/systemd-im.sh.j2
+++ b/roles/common/templates/systemd-im.sh.j2
diff --git a/roles/diagnostics/templates/xmppc.conf.j2 b/roles/common/templates/xmppc.conf.j2
index 8011744..8011744 100644
--- a/roles/diagnostics/templates/xmppc.conf.j2
+++ b/roles/common/templates/xmppc.conf.j2
diff --git a/roles/diagnostics/tasks/main.yml b/roles/diagnostics/tasks/main.yml
index 89a0e5f..c28629b 100644
--- a/roles/diagnostics/tasks/main.yml
+++ b/roles/diagnostics/tasks/main.yml
@@ -1,7 +1,3 @@
-- name: Loading hidden variables
- include_vars: credentials.yml
- tags: keys
-
- name: Configuration démon Cron
import_tasks: cron.yml
@@ -20,9 +16,6 @@
- name: Bot de diagnostique jabber
import_tasks: pysysbot.yml
-- name: Messages pour systemd
- import_tasks: xmppc.yml
-
- name: État des services
import_tasks: services.yml