Removing IRC-Bots as a separate role -- folding into IRC role as part of the service

This commit is contained in:
DarkFeather 2022-12-18 22:25:40 -06:00
parent c589f5ac55
commit 99b7b9026c
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
---
- user:
name: "{{ item }}"
state: present
shell: "{{ daemon_shell | default('/sbin/nologin') }}"
local: yes
groups: ircd
loop:
- bitbot
- dsbridge
- theraven
- werewolf
# Install TheRaven package
- package:
name:
- TheRaven
- git:
repo: 'https://github.com/jesopo/bitbot.git'
dest: /usr/local/src/bitbot/
clone: yes
update: yes
- git:
repo:
-