mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
Rename 'yamlscripts' to 'yamlsyntax', add some extra crosslinking to make sure folks find the
interesting docs pages, some misc editing here and there.
This commit is contained in:
parent
02549869b1
commit
d3fe5f617a
22 changed files with 219 additions and 165 deletions
|
@ -99,13 +99,16 @@ Now run a live command on all of your nodes::
|
|||
ansible all /bin/echo hello
|
||||
|
||||
Congratulations. You've just contacted your nodes with Ansible. It's
|
||||
now time to read some of the more real-world examples, and explore
|
||||
now time to read some of the more real-world :doc:`examples`, and explore
|
||||
what you can do with different modules, as well as the Ansible
|
||||
playbooks language. Ansible is not just about running commands, but
|
||||
:doc:`playbooks` language. Ansible is not just about running commands, but
|
||||
you already have a working infrastructure!
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
:ref:`Inventory <inventoryformat>`
|
||||
Complete documentation on the inventory file format
|
||||
:doc:`examples`
|
||||
Examples of basic commands
|
||||
:doc:`playbooks`
|
||||
Learning ansible's configuration management language
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue