feat: Initial Project 🎉
Some checks failed
CI / lint (push) Failing after 2m15s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-08-20 11:11:35 +12:00
commit d4366fef2a
22 changed files with 998 additions and 0 deletions

7
vars/Debian.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# csf/vars/Debian.yml
csf_required_packages_dist:
- bind9-host
- libwww-perl
- liblwp-protocol-https-perl

7
vars/RedHat-6.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# csf/vars/RedHat-6.yml
csf_required_packages_dist:
- bind-utils
- perl-libwww-perl
- perl-Crypt-SSLeay

7
vars/RedHat-7.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# csf/vars/RedHat-7.yml
csf_required_packages_dist:
- bind-utils
- perl-libwww-perl
- perl-LWP-Protocol-https

4
vars/main.yml Normal file
View File

@@ -0,0 +1,4 @@
---
# csf/vars/main.yml
csf_required_packages_dist: []