Ansible
Deploy a DotNet Service with Ansible
The following shell command will deploy the binaries and appropriate configuration for a service,...
Ansible Generic Commands
To list hosts in inventory: ansible-inventory --list -y To ping all hosts: ansible all -m ping...
Ansible Command References
Here’s a large list of possible ansible commands: Ansible AD HOC Command Examples - Ansible Chea...
Debugging Ansible Playbook
Here are command line switches to enable debug logging of an ansible playbook: #Specify the loca...
Ansible Commands Cheat Sheet
Here’s a list of common ansible commands… Read through this DevOps book pdf for getting Docker a...
Target Host Errors
Missing Python Libraries If you have an Ansible playbook that is failing on a target host, it's ...