0 | I have a silly playbook which just runs a command to get the list of vhost in every host on webserver group. As all vhost are located in /var/www is easy to get the list of webs. The problem is the way of Ansible returns the info. For example: Do you know an easy way to just get the name of the vhosts? Using grep awk or something like that? |