12 lines
196 B
YAML
12 lines
196 B
YAML
|
---
|
||
|
|
||
|
- name: test collins role
|
||
|
hosts: localhost
|
||
|
|
||
|
tasks:
|
||
|
- name: ping collins
|
||
|
import_role:
|
||
|
name: collins
|
||
|
vars:
|
||
|
ping: true
|
||
|
auth_uri: http://localhost:9001
|