From 79880c1df8fd49110486051df059f259a1a7d08f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 4 Jul 2020 18:07:07 -0500 Subject: Removed ngircd and atheme roles in favor of oragono. --- atheme/tasks/main.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 atheme/tasks/main.yaml (limited to 'atheme/tasks/main.yaml') 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" -- cgit v1.2.3