Skip to content
Snippets Groups Projects
Verified Commit dba471b4 authored by Chris Croome's avatar Chris Croome
Browse files

molecule inventory test

parent 9ab1cd71
No related branches found
No related tags found
No related merge requests found
Pipeline #31522 failed
......@@ -36,5 +36,5 @@
vars: # noqa var-naming[no-role-prefix]
ansible_host: "{{ ansible_default_ipv4.address }}"
icinga: true
icinga_master_node: "{{ inventory_hostname }}"
icinga_master_node: localhost
...
......@@ -20,6 +20,10 @@ provisioner:
# host_vars:
# instance:
# ansible_user: ansible
inventory:
hosts:
localhost:
ansible_host: 127.0.0.1
options:
D: true
verifier:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment