Hey Till,
When I try to run ansible-playbook tests_default.yml or any other test in the tests folder or anything that calls the system role ,
when it reaches
TASK [linux-system-roles.network : Configure networking connection profiles]
a dialog box pops up asking for authentication saying
System policy prevents the creation of a checkpoint or its rollback
this works like normal if I provide the password fast enough , otherwise a timeout occurs. Is there any way to overcom this so I won't have to provide the password again .I wasn't able to find anything relevant.
2.When I try to run the examples like
ansible-playbook -i inventory bond-with-vlan.yml
I get this
fatal: [v-rhel7]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname v-rhel7: Name or service not known", "unreachable": true}
fatal: [v-rhel6]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: ssh: Could not resolve hostname v-rhel6: Name or service not known", "unreachable": true}
am I missing something really simple here ?
3.
I want to know if multiple virtual interfaces would be required to make and run new tests and what would be the best way to make them .(ifconfig,nmcli or something else?)
I am running these on fedora 31.
Appreciate any help
Thanks,
Harsh