-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split host group-related modules into a separate assembly
- Loading branch information
1 parent
b0c8960
commit a410693
Showing
4 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
include::modules/con_working-with-host-groups.adoc[] | ||
|
||
include::modules/con_host-group-settings-and-nested-host-groups.adoc[leveloffset=+1] | ||
|
||
include::modules/proc_creating-a-host-group.adoc[leveloffset=+1] | ||
|
||
include::modules/proc_creating-a-host-group-for-each-lifecycle-environment.adoc[leveloffset=+1] | ||
|
||
include::modules/proc_adding-a-host-to-a-host-group.adoc[leveloffset=+1] | ||
|
||
include::modules/proc_changing-the-host-group-of-a-host.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[id="Working_with_Host_Groups_{context}"] | ||
= Working with Host Groups | ||
|
||
A host group is a template for common host settings. | ||
Adding host settings and attributes for every new host is time consuming. | ||
If you use host groups, you can apply common attributes to hosts that you create. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters