Specific hostname for testing

Current tests are using localhost, which is fine but may not be real
world.

Change-Id: If6a8fcbe0736b6958005fba84a5c78058d9dd233
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-03-01 15:56:31 -05:00
parent ab5ae70356
commit c2421359cb
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
[all]
localhost
[test]
test01 ansible_host=localhost

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
---
- hosts: localhost
- hosts: test
become: yes
vars:
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"