atheme/tasks/main.yaml
changeset 117 3f0ce0a54663
parent 116 837cf4c1b717
child 118 56bffa9ef826
--- a/atheme/tasks/main.yaml	Sat Jul 04 17:48:36 2020 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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"