This repository has been archived on 2025-04-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
newsreader-ansible/playbook.yml
2023-07-02 12:56:44 +02:00

9 lines
193 B
YAML

- hosts: localhost
tasks:
- import_tasks: 'tasks.yml'
vars_files:
- 'vars/app.yml'
- 'vars/email.yml'
- 'vars/postgres.yml'
- 'vars/reddit.yml'
- 'vars/twitter.yml'