forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added _meta dictionary with hostvars in --list json output.
- Loading branch information
1 parent
13198c1
commit 38ff797
Showing
1 changed file
with
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Put this ini-file in the same directory as spacewalk.py | ||
# Command line options have precedence over options defined in here. | ||
|
||
[spacewalk] | ||
# To limit the script on one organization in spacewalk, uncomment org_number | ||
# and fill in the organization ID: | ||
# org_number=2 | ||
|
||
# To prefix the group names with the organization ID set prefix_org_name=true. | ||
# This is convenient when org_number is not set and you have the same group names | ||
# in multiple organizations within spacewalk | ||
# The prefix is "org_number-" | ||
prefix_org_name=false | ||
|
||
# Default cache_age for files created with spacewalk-report is 300sec. | ||
cache_age=300 |