First commit

This commit is contained in:
VC
2019-09-04 09:06:55 +02:00
commit dded46ff64
144 changed files with 7495 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
- name: install pip3
package:
name: python3-pip
state: present
- name: install feed2toot
pip:
name: feed2toot
state: present
- name: cron for feed2toot
cron:
name: F2T Dojo
user: www-data
minute: "*/15"
job: "/usr/local/bin/feed2toot -c /srv/docker/m.nintendojo.fr/feed2toot/feed2toot.ini"
- name: config dir for feed2toot
file:
path: /var/www/.config
owner: www-data
group: www-data
state: directory