[ansible-project] Re: how to run an if/else test in a task

2020-05-19 Thread IaV
In the when clause use something like ad_join_status.stdout_lines[0] to check what it needs to be add - debug var: ad_join_status and see what is there -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from thi

[ansible-project] is there a connection plugin to use the libvirt serial console?

2020-05-17 Thread IaV
I'm in a weird chicken and the egg problem. I can't/prefer not to use dhcp on my created libvirt networks for provisioning. I need to configure the dhcp VM to provide address to all the other VMs without itself having an ip. I have a workaround that I kinda dislike but will use if no other opti