Clean up directory structure and automate dns with ansible
This commit is contained in:
15
10-sno-hub-cluster/01-dns/README.md
Normal file
15
10-sno-hub-cluster/01-dns/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user