You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/inventory/instance.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,29 +76,29 @@ Parameters
76
76
77
77
78
78
**parent_group (type=str):**
79
-
\• parent group for keyed group
79
+
\• parent group for keyed group.
80
80
81
81
82
82
**prefix (type=str):**
83
-
\• A keyed group name will start with this prefix
83
+
\• A keyed group name will start with this prefix.
84
84
85
85
86
86
**separator (type=str, default=_):**
87
-
\• separator used to build the keyed group name
87
+
\• separator used to build the keyed group name.
88
88
89
89
90
90
**key (type=str):**
91
-
\• The key from input dictionary used to generate groups
91
+
\• The key from input dictionary used to generate groups.
92
92
93
93
94
94
**default_value (type=str):**
95
-
\• The default value when the host variable's value is an empty string.
95
+
\• The default value when the host variable's value is :literal:`None` or an empty string.
96
96
97
97
\• This option is mutually exclusive with :literal:`keyed\_groups[].trailing\_separator`.
98
98
99
99
100
100
**trailing_separator (type=bool, default=True):**
101
-
\• Set this option to :literal:`False` to omit the :literal:`keyed\_groups[].separator` after the host variable when the value is an empty string.
101
+
\• Set this option to :literal:`false` to omit the :literal:`keyed\_groups[].separator` after the host variable when the value is:literal:`None` or an empty string.
102
102
103
103
\• This option is mutually exclusive with :literal:`keyed\_groups[].default\_value`.
0 commit comments