diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-07-19 11:21:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 11:21:18 +0200 |
commit | 19d3a4962e422de469c87926de93ac8686990d24 (patch) | |
tree | f296e13cfeb178fee89f2308477f765ef13f3f08 | |
parent | 61892832db919be76182d388aeb5037acfded085 (diff) | |
parent | f63c92df74cbbe1e5192c40aac4feadc3b775395 (diff) |
Merge pull request #4457 from mariuszmichalowski/patch-1
[ansible/en] added new Ansible tutorial
-rw-r--r-- | ansible.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 30dfba13..839aed24 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -753,3 +753,4 @@ the `register` command. * [A system administrator's guide to getting started with Ansible - FAST!](https://www.redhat.com/en/blog/system-administrators-guide-getting-started-ansible-fast) * [Ansible Tower](https://www.ansible.com/products/tower) - Ansible Tower provides a web UI, dashboard and rest interface to ansible. * [Ansible AWX](https://github.com/ansible/awx) - The Open Source version of Ansible Tower. +* [Ansible Tutorial for Beginners: Ultimate Playbook & Examples](https://spacelift.io/blog/ansible-tutorial) |