src.nth.io/

summaryrefslogtreecommitdiff
path: root/atheme/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'atheme/tasks')
-rw-r--r--atheme/tasks/main.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/atheme/tasks/main.yaml b/atheme/tasks/main.yaml
deleted file mode 100644
index bbc1d51..0000000
--- a/atheme/tasks/main.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-
-- name: apt install atheme
- become: yes
- apt: name="atheme-services"
- notify: restart atheme
-
-- name: configure atheme
- become: yes
- template:
- src: "atheme.conf.j2"
- dest: "/etc/atheme/atheme.conf"
- notify: restart atheme
-
-- name: start atheme service
- become: yes
- systemd: name="atheme-services.service" state="started" enabled="yes" daemon_reload="yes"