Initial commit

This commit is contained in:
2020-08-18 07:42:39 +02:00
commit 7ba09982cd
219 changed files with 3277 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
# tasks file for Afick_Install
- name: Install afick
yum:
name: Afick
state: present
- name: Install Perl
yum:
name: perl
state: present
- name: Install Perl Digest
yum:
name: perl-Digest-MD5
state: present
- name: Check correct install Afick
command: afick -V