Refactor database path variables in Ansible and Terraform playbooks; add local database folder variable

This commit is contained in:
2025-01-12 15:15:16 +01:00
parent 7eae07ddb6
commit e8710ea134
12 changed files with 61 additions and 50 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: CIS Hardening
hosts: localnetwork
gather_facts: true
roles:
- role: "cis"
tags:
- roles
- roles::cis