Add ansible role

This commit is contained in:
Ruan Bekker
2022-06-19 05:03:51 +02:00
parent 588c3c3495
commit 38a062e252
21 changed files with 447 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
---
+8
View File
@@ -0,0 +1,8 @@
- name: Install Promtail Dependencies
apt:
name: "{{ item }}"
state: latest
update_cache: yes
with_items:
- tar
- unzip