openstack-ansible tips and tricks

3 thoughts
last posted July 18, 2015, 2:32 a.m.
0

Running a command across all physical hosts, such as seeing the IP addresses for all containers on all through lxc.

ansible "hosts:is_metal" -m "shell" -a "lxc-ls -f"

2 later thoughts