diff --git a/playbooks/molecule/resources/monitoring/inventory/hosts.yml b/playbooks/molecule/resources/monitoring/inventory/hosts.yml index a5e01eef..dc8d212e 100644 --- a/playbooks/molecule/resources/monitoring/inventory/hosts.yml +++ b/playbooks/molecule/resources/monitoring/inventory/hosts.yml @@ -5,12 +5,10 @@ all: mclient: hostname: molecule.mclient.local ansible_ip: 192.168.56.2 - ansible_port: 22 mserv: hostname: molecule.mserv.local ansible_ip: 192.168.56.3 - ansible_port: 22 # Ansible groups. Groups allow configuration and variables to be shared between hosts # Variables in group_vars/all will be shared between all hosts diff --git a/playbooks/molecule/resources/xnat/inventory/hosts.yml b/playbooks/molecule/resources/xnat/inventory/hosts.yml index 66e54d24..754767d5 100644 --- a/playbooks/molecule/resources/xnat/inventory/hosts.yml +++ b/playbooks/molecule/resources/xnat/inventory/hosts.yml @@ -6,17 +6,16 @@ all: xnat_db: hostname: "xnat.db.local" ansible_ip: "192.168.56.2" - ansible_port: 22 + # Host for your web server. Variables in host_vars/xnat_web will be available to this host xnat_web: hostname: "localhost" # necessary to allow redirects outside the Docker network and to avoid CORS issues inside the network ansible_ip: "192.168.56.3" - ansible_port: 22 + # Host for running the container service. Variables in host_vars/xnat_cserv will be available to this host xnat_cserv: hostname: "xnat.cserv.local" ansible_ip: "192.168.56.4" - ansible_port: 22 # Ansible groups. Groups allow configuration and variables to be shared between hosts # Variables in group_vars/all will be shared between all hosts