This repository has been archived on 2025-05-03. 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.
transip-client-ansible/playbook.yml
2021-05-29 20:23:49 +02:00

7 lines
143 B
YAML

- hosts: localhost
tasks:
- import_tasks: 'tasks.yml'
handlers:
- import_tasks: 'handlers.yml'
vars_files:
- 'vars/main.yml'