From 017af9991bbe4069312ee9e39c7eead2c8e45a7f Mon Sep 17 00:00:00 2001 From: Manish-Syal123 <112818612+Manish-Syal123@users.noreply.github.com> Date: Sat, 22 Oct 2022 06:13:48 +0530 Subject: [PATCH] Update free-programming-cheatsheets.md (#8711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Ansible Cheatsheet added * Update free-programming-cheatsheets.md * [Ansible Cheat Sheet — A DevOps Quick Start Guide](https://medium.com/edureka/ansible-cheat-sheet-guide-5fe615ad65c0) - edureka (HTML, PDF) --- more/free-programming-cheatsheets.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 74e28ecec..b3b5662d4 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -1,5 +1,6 @@ ### Index +* [Ansible](#ansible) * [APL](#apl) * [Artificial Intelligence](#artificial-intelligence) * [C](#c) @@ -51,6 +52,15 @@ * [Webpack](#webpack) +### Ansible + +* [Ansible Basic Cheat Sheet](https://intellipaat.com/blog/tutorial/devops-tutorial/ansible-basic-cheat-sheet) - Intellipaat (HTML) +* [Ansible Cheat Sheet](https://sites.google.com/site/mrxpalmeiras/ansible/ansible-cheat-sheet) - Mrxpalmeiras (HTML) +* [Ansible Cheat Sheet — A DevOps Quick Start Guide](https://medium.com/edureka/ansible-cheat-sheet-guide-5fe615ad65c0) - edureka (HTML, PDF) +* [Automate your tasks with this Ansible cheat sheet](https://opensource.com/article/20/11/ansible-cheat-sheet) - Opensource (HTML) +* [How to Use Ansible: A Reference Guide](https://www.digitalocean.com/community/cheatsheets/how-to-use-ansible-cheat-sheet-guide) - DigitalOcean (HTML) + + ### APL * [A reference card for GNU APL](https://github.com/jpellegrini/gnu-apl-refcard/blob/master/aplcard.pdf) - jpellegrini (PDF)