mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Changed 'Control Machine' to 'Control Node' (#51696)
* Changed 'Control Machine' to 'Control Node' in the documentation. Changing the term 'Control Machine' to 'Control Node', to be in line with the basic concepts here: https://docs.ansible.com/ansible/latest/network/getting_started/basic_concepts.html Also for both entities; Control/Managed using the same common denominator 'Node' brings consistency. * Updated reference links to new term.
This commit is contained in:
parent
eb54dab362
commit
ad549e375a
3 changed files with 8 additions and 8 deletions
|
@ -50,7 +50,7 @@ Here are some plugins and the type of source they use:
|
|||
Inventory plugins
|
||||
=================
|
||||
|
||||
Like most plugin types (except modules) they must be developed in Python, since they execute on the controller they should match the same requirements :ref:`control_machine_requirements`.
|
||||
Like most plugin types (except modules) they must be developed in Python, since they execute on the controller they should match the same requirements :ref:`control_node_requirements`.
|
||||
|
||||
Most of the documentation in :ref:`developing_plugins` also applies here, so as to not repeat ourselves, you should read that document first and we'll include inventory plugin specifics next.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue