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 87024d3 + 9a03f40 commit feb000fCopy full SHA for feb000f
etc/kayobe/ansible/swap.yml
@@ -6,7 +6,9 @@
6
# * swap_group: Host pattern against which to target the playbook. Default is
7
# 'overcloud'.
8
# * swap_device: Name of the swap device to configure. Default is
9
-# '/dev/rootvg/lv_swap'.
+# '/dev/rootvg/lv_swap'. To use a different value, set an extra
10
+# var (e.g. in $KAYOBE_CONFIG_PATH/swap.yml) because play vars
11
+# take precedence over any inventory variable.
12
13
- name: Configure swap
14
hosts: "{{ swap_group | default('overcloud') }}"
0 commit comments