Skip to content

Commit

Permalink
Improve control node concept explanation (ansible#64356)
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>

+label: docsite_pr
  • Loading branch information
brlin-tw authored and samccann committed Nov 5, 2019
1 parent de2b29a commit 8e4ac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/shared_snippets/basic_concepts.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Control node
============

Any machine with Ansible installed. You can run commands and playbooks, invoking ``/usr/bin/ansible`` or ``/usr/bin/ansible-playbook``, from any control node. You can use any computer that has Python installed on it as a control node - laptops, shared desktops, and servers can all run Ansible. However, you cannot use a Windows machine as a control node. You can have multiple control nodes.
Any machine with Ansible installed. You can run Ansible commands and playbooks by invoking the ``ansible`` or ``ansible-playbook`` command from any control node. You can use any computer that has a Python installation as a control node - laptops, shared desktops, and servers can all run Ansible. However, you cannot use a Windows machine as a control node. You can have multiple control nodes.

Managed nodes
=============
Expand Down

0 comments on commit 8e4ac21

Please sign in to comment.