summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PERSONAL_INFRA.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/PERSONAL_INFRA.md b/PERSONAL_INFRA.md
index e5aa78df..dc2efc93 100644
--- a/PERSONAL_INFRA.md
+++ b/PERSONAL_INFRA.md
@@ -78,7 +78,10 @@ I also run Netdata on many hosts, which I can access via a reverse proxy at http
## Configuration management
I use Ansible playbooks to provision VMs and LXC containers on Proxmox.
-The playbooks add the new hosts automatically to FreeIPA, set up SSH, etc.
+The playbooks add the new hosts automatically to FreeIPA, set up SSH, etc. See:
+
+https://github.com/alexpdp7/ansible-create-proxmox-vm-ubuntu1604-ipa
+https://github.com/alexpdp7/ansible-create-proxmox-centos7-ipa
I also use Ansible for some orchestration tasks (such as deploying FreeIPA replicas, handling Letsencrypt certificates, etc.).