Skip to content

Commit

Permalink
Document known issues and limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Feb 16, 2024
1 parent d46ce0a commit 28ac0dc
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 1 deletion.
7 changes: 6 additions & 1 deletion changelogs/fragments/lookups.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
minor_changes:
- Lookup modules - Enable usage of ini files, environment and inventory variables
to configure basic settings for the lookup plugins, like the server_url and site
to configure basic settings for the lookup plugins, like e.g., the server_url or site
alongside the authentication options. Refer to the module documentation for details.

known_issues:
- Lookup modules - When using inventory variables to configure e.g., the server_url,
it is not possible to assign other variables to these variables.
This is a limitation of Ansble itself.
2 changes: 2 additions & 0 deletions plugins/lookup/bakery.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/ruleset.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/rulesets.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down
2 changes: 2 additions & 0 deletions plugins/lookup/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
If you need to use different permissions, you must change the command or run Ansible as another user.
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is B(NOT) possible to assign other variables to the variables mentioned in the C(vars) section!
This is a limitation of Ansible itself.
"""

EXAMPLES = """
Expand Down

0 comments on commit 28ac0dc

Please sign in to comment.