Skip to content
Snippets Groups Projects
Commit fd36ee69 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

ansible: Drop node, discord & quickpoll from anna

parent aa2a491b
No related branches found
No related tags found
No related merge requests found
...@@ -32,36 +32,6 @@ ...@@ -32,36 +32,6 @@
- import_role: - import_role:
name: postgres_deb name: postgres_deb
- name: install npm
apt:
pkg:
- npm
- name: install uwsgi & Web Sockets
apt:
pkg:
- uwsgi
- uwsgi-plugin-python3
- python3-eventlet
- name: discord-irc srv dir
file:
state: directory
path: /srv/discord-irc
- name: di-ib015 group
group:
name: di-ib015
gid: 750
- name: di-ib015 user
user:
name: di-ib015
group: di-ib015
home: /srv/discord-irc/ib015
shell: /bin/bash
uid: 750
- name: /srv/crs dir - name: /srv/crs dir
file: file:
state: directory state: directory
...@@ -80,18 +50,6 @@ ...@@ -80,18 +50,6 @@
shell: /bin/bash shell: /bin/bash
uid: 751 uid: 751
- name: discord-irc NPM package
community.general.npm:
name: discord-irc
global: yes
- name: install feedie
pip:
name:
- git+http://github.com/vlstill/feedie
state: latest
executable: pip3
- name: quickpoll group - name: quickpoll group
group: group:
name: quickpoll name: quickpoll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment