We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd02dbe + 810d987 commit 860b818Copy full SHA for 860b818
etc/kayobe/ansible/fix-hostname.yml
@@ -1,6 +1,6 @@
1
---
2
-- name: Fix hostname on storage nodes for cephadm
3
- hosts: storage
+- name: Ensure hostnames match inventory hostnames
+ hosts: fix-hostname
4
gather_facts: false
5
vars:
6
ansible_user: "{{ bootstrap_user }}"
etc/kayobe/environments/ci-aio/inventory/groups
@@ -3,3 +3,6 @@
[container-image-builders:children]
# Build container images on the all-in-one controller.
controllers
+
7
+[fix-hostname:children]
8
+controllers
etc/kayobe/environments/ci-multinode/inventory/groups
+storage
0 commit comments