forked from openstack-k8s-operators/edpm-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.
Merge pull request openstack-k8s-operators#311 from jpodivin/removing…
…json Removing json_query calls
- Loading branch information
Showing
5 changed files
with
44 additions
and
11 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,16 @@ | ||
DOCUMENTATION: | ||
name: jump_chain_targets | ||
author: "EDPM team" | ||
version_added: 2.9 | ||
short_description: Retrieve existing jump chain targets | ||
description: | | ||
Filters valid chain target rules satisfying conditions based on | ||
`table`, `family` and `chain` attributes. | ||
Used by the osp.edpm.nftables role. | ||
EXAMPLES: | | ||
'{{ edpm_nftables_chains_prefix }}_'~rule.get('chain', 'INPUT') | ||
not in ( existing | osp.edpm.jump_chain_targets(rule=rule) ) | ||
RETURN: | ||
_value: | ||
description: list of jump chain targets | ||
type: list |
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
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