Ansible is a configuration management tool available at Ansible.cc.

learn more… | top users | synonyms

3
votes
6answers
222 views

Rolling update with puppet, ansible or fabric

I have some jetty servers with a loadbalancer before them. Now I want to update my application without downtime. When one jetty is going down and no longer reachable the loadbalancer automatically ...
0
votes
0answers
42 views

UI/Frontend for managing interfaces file

Are there are any great tools out there for managing the /etc/network/interfaces file on a debian system but for linux in general. Not a GUI but a UI that automatically manages eth0:1, eth0:2 and so ...
1
vote
0answers
55 views

Ansible installs php5filter instead of php5

I have a strange problem with Ansible that I use to install / update / manage my webservers. I have an installation script that is supposed to make sure that I always have the latest PHP5 module in ...