1
0
Fork 0

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
dch-webhooks-secrets
Dustin 2022-07-26 22:40:12 -05:00
parent 8b8ae3df04
commit 95e563d1a9
1 changed files with 4 additions and 3 deletions

View File

@ -17,11 +17,12 @@ Add to *pyrocufflink.blue* domain:
```sh ```sh
ansible-playbook \ ansible-playbook \
-l k8s-amd64-ctrl0.pyrocufflink.blue \ -l k8s-ctrl0.pyrocufflink.blue \
remount.yml \ remount.yml \
bootstrap.yml \ base.yml \
hostname.yml \
pyrocufflink.yml \ pyrocufflink.yml \
-e ansible_host=172.30.0.167/28 \ -e ansible_host=172.30.0.170 \
-u root \ -u root \
-e @join.creds -e @join.creds
``` ```