openstack-ansible tips and tricks

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

1 earlier thought

0

Running a command against all containers

ansible "hosts:all_containers" -m "shell" -a "ip a"

1 later thought