Skip to content

Commit

Permalink
add included role variables
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Dec 15, 2021
1 parent 78c0311 commit 1c0a3ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
- name: Converge
hosts: all
vars:
jdg_enable: False
override_jdg_bind_address: "{{ ansible_nodename }}"
supervisor_password: "itsme"
tasks:
- name: Include infinispan role
include_role:
name: ../../roles/infinispan
vars:
supervisor_password: "itsme"
infinispan_users:
- { name: 'testuser', password: 'test', roles: 'observer' }
- name: Create test cache
Expand Down

0 comments on commit 1c0a3ff

Please sign in to comment.