Clean up directory structure and automate dns with ansible

This commit is contained in:
2025-03-22 13:34:41 -05:00
parent 9a5b008632
commit e7f3505370
26 changed files with 31 additions and 2023 deletions

View File

@@ -0,0 +1,15 @@
# DNS Provider Configuration
This directory contains the configuration for the DNS provider using FreeIPA.
## Environment Variables
To securely provide the password for the FreeIPA provider, set the following environment variable before running Terraform:
```bash
export TF_VAR_freeipa_password="your_password_here"
```
Replace `your_password_here` with the actual password.
Ensure that this environment variable is set in your shell session or in a secure environment management tool before executing Terraform commands.