Post Summary: Ansible
Author: Thomas Jungbauer
Published: 2021-11-30
( Lastmod: 2021-12-03 )
You should always follow the Best Practices and Ansible Lint rules defined by the Ansible documentation when developing playbooks.
Although very basic, the Best Practices document gives a few guidelines to be able to carry out well-structured playbooks and roles, it contains recommendations that evolve with the project, so it is recommended to review it regularly. It is advisable to review the organization of content in Ansible.
The Ansible Lint documentation shows us through this tool the syntax rules that will be checked in the testing of roles and playbooks, the rules that will be checked are indicated in this document in their respective section.
Read More Author: Thomas Jungbauer
Published: 2021-10-25
( Lastmod: 2022-03-22 )
The following article shall quickly, without huge background information, deploy an Identity Management Server (based on FreeIPA) and connect this IDM to an existing Automation Controller so authentication can be tested and verified based on LDAP.
Read More Author: Thomas Jungbauer
Published: 2021-07-31
( Lastmod: 2021-08-29 )
Every wondered why Ansible Tower does not start downloading required
collections when you synchronize a project? Here are the stumbling
blocks we discovered so far:
Read More Author: Thomas Jungbauer
Published: 2020-04-27
( Lastmod: 2021-08-14 )
Using Ansible Resource Manager with an ARM template and a simple Ansible playbook to deploy a Virtual Machine with Disk, virtual network, public IP and so on.
Read More Author: Thomas Jungbauer
Published: 2020-04-06
( Lastmod: 2021-08-14 )
Notes taken during Red Hat course D410 Ansible and Ansible Tower.
Read More