[CODE] add tasks
This commit is contained in:
parent
54cffa0cdc
commit
1900ac0301
11 changed files with 203 additions and 3 deletions
11
tasks/setup-Debian.yml
Normal file
11
tasks/setup-Debian.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue