Re: [ansible-project] Re: How to configure prompt with 2 inputs

2020-01-13 Thread Uriel
I think the only thing missing from @Phil's answer is check_all: True On Monday, January 13, 2020 at 2:51:48 AM UTC-6, Srinivas Naram wrote: > > Thanks for our reply Phil. It did not work though. > > Any other suggestions ? > > On Fri, Jan 10, 2020 at 10:25 PM Phil Griffiths > wrote: > >> try thi

Re: [ansible-project] Re: Debug print list nicely

2019-10-25 Thread Uriel
One alternative to trying to format things in the task - you can set the stdout_callback value to yaml in ansible.cfg. It will take your tasks and make it more human-readable. Got the tip from geerlingguy's blog: https://jeffgeerling.com/blog/2018/use-ansibles-yaml-callback-plugin-better-cli-e

Re: [ansible-project] Best practice to test a playbook on a Docker image

2019-10-21 Thread Uriel
Depending on your requirements for parity, you might be able to get away with using RHEL7 container images for testing. I've recently started exploring some testing practices using Molecule and RHEL's new(ish) UBI images. Molecule is primarily used for testing roles and the UBI images ship wi

[ansible-project] State of Multi-Role Repos

2019-10-08 Thread Uriel
What is the currently supported way of maintaining multi-role git repositories? I've been reading around the docs and I'm getting some contradictory or outdated information. I was initially looking at the new Collections format for storing and sharing roles but this seems to be built (at leas