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.
1 parent 190fcba commit c7ea6d7Copy full SHA for c7ea6d7
etc/kayobe/ansible/growroot.yml
@@ -23,8 +23,6 @@
23
ansible_python_interpreter: /usr/bin/python3
24
# Work around no known_hosts entry on first boot.
25
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
26
- # Name of the LVM VG containing the root PV.
27
- growroot_vg: "rootvg"
28
# Don't assume facts are present.
29
os_family: "{{ ansible_facts.os_family | default('Debian' if os_distribution == 'ubuntu' else 'RedHat') }}"
30
# Ignore LVM check
etc/kayobe/inventory/group_vars/all/growroot
@@ -0,0 +1,3 @@
1
+---
2
+# Name of the LVM VG containing the root PV for ansible/growroot.yml
3
+growroot_vg: "rootvg"
0 commit comments