This repository has been archived on 2025-04-19. 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.
gitlab/playbook.yml
2023-03-04 17:38:17 +01:00

6 lines
119 B
YAML

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