Update facts/vault roadmap items (#27082)
* Update facts/vault roadmap items
This commit is contained in:
parent
9f64e446c6
commit
33a2d72290
1 changed files with 6 additions and 6 deletions
|
@ -49,11 +49,11 @@ Inventory
|
|||
|
||||
Facts
|
||||
-----
|
||||
- Configurable list of ‘fact modules’ for ``gather_facts``
|
||||
- Fact gathering policy finer grained
|
||||
- Make ``setup.py``/``facts`` more pluggable
|
||||
- Improve testing of ``setup.py``/``facts.py``
|
||||
- Namespacing fact variables (via a config option) implemented in ansible/ansible PR `#18445 <https://github.com/ansible/ansible/pull/18445>`_.
|
||||
- Configurable list of ‘fact modules’ for ``gather_facts`` **(done)**
|
||||
- Fact gathering policy finer grained **(done)**
|
||||
- Make ``setup.py``/``facts`` more pluggable **(done)**
|
||||
- Improve testing of ``setup.py``/``facts.py`` **(done)**
|
||||
- Namespacing fact variables (via a config option) implemented in ansible/ansible PR `#18445 <https://github.com/ansible/ansible/pull/18445>`_. **(done)**
|
||||
Proposal found in ansible/proposals issue `#17 <https://github.com/ansible/proposals/issues/17>`_.
|
||||
|
||||
PluginLoader
|
||||
|
@ -85,7 +85,7 @@ Static Loop Keyword
|
|||
|
||||
Vault
|
||||
-----
|
||||
- Support for multiple vault passwords
|
||||
- Support for multiple vault passwords. PR in ansible/ansible `#22756 <https://github.com/ansible/ansible/pull/22756>`_
|
||||
|
||||
- Each decrypted item should know which secret to request
|
||||
- Support requesting credentials (password prompt) as callbacks
|
||||
|
|
Loading…
Reference in a new issue