Move to simpler file structure

This commit is contained in:
Sonny Bakker 2021-01-28 21:32:10 +01:00
parent fe72523a5a
commit d71a28e1c8
33 changed files with 374 additions and 406 deletions

View file

@ -1,5 +1,17 @@
- hosts: newsreader
become: yes
become_method: sudo
roles:
- newsreader
tasks:
- import_tasks: 'tasks/main.yml'
- import_tasks: 'tasks/setup.yml'
- import_tasks: 'tasks/poetry.yml'
- import_tasks: 'tasks/project.yml'
handlers:
- import_tasks: 'handlers.yml'
vars_files:
- 'vars/app.yml'
- 'vars/main.yml'
- 'vars/network.yml'
- 'vars/postgres.yml'
- 'vars/reddit.yml'
- 'vars/twitter.yml'