Specific hostname for testing
Current tests are using localhost, which is fine but may not be real world. Change-Id: Icec60ea4e15f591001752c4262b1b55a26c9fb9b Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
433d3b0fe3
commit
6e2856cbdc
@ -1,2 +1,2 @@
|
|||||||
[all]
|
[test]
|
||||||
localhost ansible_connection=local
|
test01 ansible_host=localhost
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: test
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
|
rolename: "{{ lookup('pipe', 'pwd') | dirname | basename }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user