Configure Network Cards by PCI Address with Ansible Facts

In this post, you will learn advanced applications of Ansible facts to configure Linux networking. Instead of hard-coding device names, you will find out how to specify network devices by PCI addresses. This prepares your configuration to work on different Red Hat Enterprise Linux releases with different network naming schemes. Red Hat Enterprise Linux System Read more about Configure Network Cards by PCI Address with Ansible Facts[…]

What’s New in Red Hat Ansible Engine 2.8

Red Hat Ansible Engine 2.8 is now available. This release features many improvements and enhancements (please refer to the CHANGELOG for more details). Also, new features worth highlighting here are Ansible content (Collections), BECOME being the default privilege escalation path, no longer depending on paramiko, and BECOME plugins, and other notable improvements and changes. The Read more about What’s New in Red Hat Ansible Engine 2.8[…]

Red Hat Ansible Network Automation Updates

With the recent success of the largest AnsibleFest to date I wanted to take a minute to reflect with a network automation perspective on the colossal enhancements the engineering team at Red Hat has done for the Ansible Engine 2.6 release, the Ansible Tower 3.3 release and the recent Ansible Engine 2.7 release. As a Read more about Red Hat Ansible Network Automation Updates[…]

The release of Red Hat Ansible Engine 2.7

Red Hat Ansible Engine 2.7 is now available, featuring improved stability, speed and performance. Preparing for the Future Ansible Engine 2.7 continues to improve compatibility with modern versions of Python. As a result of changes to support newer versions of Python, support for running Ansible Engine with Python 2.6 has been removed. Management of systems Read more about The release of Red Hat Ansible Engine 2.7[…]

Reboot Plugin for Linux in Ansible 2.7

Rebooting Linux systems with Ansible has always been possible, but was often tricky and error-prone. In Ansible 2.7, I am happy to say that rebooting Linux hosts with Ansible is now easier and can be done with a single task using the newly minted reboot plugin. Some History The win_reboot module was written by Matt Davis Read more about Reboot Plugin for Linux in Ansible 2.7[…]