Re: [ansible-project] Ansible in High Availability

2018-04-15 Thread Pshem Kowalczyk
There is nothing about pure ansible HA because ansible is effectively stateless. You can run the same playbooks on another machine (or multiple machines at once) with no problem as long as ansible is installed there. My only suggestion is to use some sort of version management (like git) to store

[ansible-project] Ansible in High Availability

2018-04-15 Thread Tom K.
Hey All, Trying to understand how to setup Ansible in High Availability. I know AWX (Tower) can be setup and there's plenty of docs out there but being a relative Novice to Ansible, I'm not able to find much on setting up *only* Ansible in HA. Could anyone point me to some online material