1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-01-13 06:22:05 +01:00

Corrected links to Ansible documentation

The external links for inventory and playbook where displaced and needed to be swapped.
This commit is contained in:
AmirAli Akbari 2019-10-02 16:30:51 +03:30 committed by GitHub
parent 1e927dccfc
commit bbe2b8c20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ See: [Getting started](http://docs.ansible.com/ansible/latest/intro_getting_star
This is a list of hosts you want to manage, grouped into groups. (Hint: try
using `localhost ansible_connection=local` to deploy to your local machine.)
See: [Intro to Inventory](http://docs.ansible.com/ansible/latest/playbooks_intro.html)
See: [Intro to Inventory](http://docs.ansible.com/ansible/latest/intro_inventory.html)
### Playbook
@ -68,7 +68,7 @@ See: [Intro to Inventory](http://docs.ansible.com/ansible/latest/playbooks_intro
gem: name=bundler state=latest
```
See: [Intro to Playbooks](http://docs.ansible.com/ansible/latest/intro_inventory.html)
See: [Intro to Playbooks](http://docs.ansible.com/ansible/latest/playbooks_intro.html)
## Running