Automation
or the lie that is DevOps
AWX on CentOS 8
Log in to your CentOS 8 server, open a terminal window, and issue the following commands: sudo d...
Control Node Setup
A deployment controller could be a dedicated server or a workstation. From command line Clon...
Windows Build Server
A service for building custom WIM images for deployments. The WIM images may contain additional...
Windows Managed Node Setup
Windows doesn't use SSH for management. The Windows remote management system must be configured. ...
Ansible inventory from a csv file.
General Create an Ansible inventory in YAML format using the following steps. Assuming that the C...
Inventory from gathered facts.
Playbook example --- - name: Generate YAML Inventory File from Gathered Facts hosts: all gath...