[CODE] add tasks

This commit is contained in:
Jannik Beyerstedt 2019-11-03 16:27:52 +01:00
parent 54cffa0cdc
commit 1900ac0301
11 changed files with 203 additions and 3 deletions

11
tasks/setup-Debian.yml Normal file
View file

@ -0,0 +1,11 @@
---
# Tinc/Setup: Install tinc application - Debian Version
- name: Setup - Install
become: yes
apt:
name: "{{ packages }}"
state: present
vars:
packages:
- tinc