As described in #1, ansible version 1.5 to 1.8 has a problem running with an empty hosts file. This results in an error when trying to provision: ERROR: provided hosts list is empty. Either changing the hosts file or using a specific -i command solves this.
As described in #1, ansible version 1.5 to 1.8 has a problem running with an empty hosts file. This results in an error when trying to provision:
ERROR: provided hosts list is empty
. Either changing the hosts file or using a specific-i
command solves this.