-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The
--fd-as-zone
option takes the value 1..255, which indicates at …
…what level nesting `hosts` contains the required name `zone` For example, when configuring: ```yaml hosts: - name: region hosts: - name: datacenter hosts: - name: host ``` Team: ```shell genin build --fd-as-zone=2 ``` We get: ```yaml hosts: role: zone: datacenter config: ```
- Loading branch information
Alexandr Sorokin
committed
Apr 23, 2024
1 parent
a8f515b
commit 744f5f2
Showing
2 changed files
with
49 additions
and
0 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