Replies: 1 comment
-
Ok, i found a solution. Example: I have host (platform) with name: instance-master.
Above steps allow me to run molecule test on "two hosts" which are single container basically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
Ansible supports feature such as inventory aliases - https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#inventory-aliases
I use aliases to capable install more instances of service on single host.
The question is - how can i set and use aliases at molecule.yml for hosts in my tests? I use podman driver and i want test via molecule if my roles and playbook are able to install more than 1 instance of role/service.
Has anyone encounter this issue and know a solution?
Beta Was this translation helpful? Give feedback.
All reactions