Ansible: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Resource = * https://en.wikipedia.org/wiki/Ansible_(software) * https://github.com/ansible/ansible = Tutorial = * [https://www.howtoforge.com/tutorial/how-to-install-and-co...") |
(→Videos) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
* [https://opensource.com/tags/ansible Opensource.com] | * [https://opensource.com/tags/ansible Opensource.com] | ||
** [https://opensource.com/article/19/9/ansible-documentation-kids-laptops How Ansible brought peace to my home] | ** [https://opensource.com/article/19/9/ansible-documentation-kids-laptops How Ansible brought peace to my home] | ||
** [https://opensource.com/article/19/11/how-host-github-gitlab-ansible How to cohost GitHub and GitLab with Ansible] | |||
* [https://breakingexpress.com/2020/09/16/manage-your-raspberry-pi-fleet-with-ansible/ Manage your Raspberry Pi fleet with Ansible] | |||
* [https://andresrcs.rbind.io/2021/01/13/raspberry_pi_server/ Automatically installing Shiny and RStudio server on Raspberry Pi OS with Ansible] | |||
= Docker = | |||
* [https://dev.to/rimelek/install-docker-and-portainer-in-a-vm-using-ansible-21ib?s=09 Install Docker and Portainer in a VM using Ansible] | |||
* [https://www.youtube.com/watch?v=CQk9AOPh5pw Automate your Docker deployments with Ansible] | |||
= Videos = | |||
* [https://www.youtube.com/watch?v=mi9HPGap0R0 Ansible - Powerful Open Source system management and task automation tooling!] |
Latest revision as of 18:11, 15 June 2024
Resource
Tutorial
- How to Install and Configure Ansible on Ubuntu 18.04 LTS
- How to Install and Configure latest version of Ansible on Ubuntu Linux 16.04/18.04 LTS
- Opensource.com
- Manage your Raspberry Pi fleet with Ansible
- Automatically installing Shiny and RStudio server on Raspberry Pi OS with Ansible