From 95e563d1a93de24dcd0f62b556139e04dab8d4b8 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 26 Jul 2022 22:40:12 -0500 Subject: [PATCH] setup: Fix ansible-playbook domain join command * Correct example hostname * Apply `base.yml` and `hostname.yml` separately, without `bootstrap.yml`, to avoid deploying *firewalld* * Correct host IP address --- setup/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup/README.md b/setup/README.md index d09284c..095723e 100644 --- a/setup/README.md +++ b/setup/README.md @@ -17,11 +17,12 @@ Add to *pyrocufflink.blue* domain: ```sh ansible-playbook \ - -l k8s-amd64-ctrl0.pyrocufflink.blue \ + -l k8s-ctrl0.pyrocufflink.blue \ remount.yml \ - bootstrap.yml \ + base.yml \ + hostname.yml \ pyrocufflink.yml \ - -e ansible_host=172.30.0.167/28 \ + -e ansible_host=172.30.0.170 \ -u root \ -e @join.creds ```