Matthew Jones

Results 13 issues of Matthew Jones

Was playing against GNU Go, went to visit the preferences to turn sound off and came back to an empty board!

There's more that should be done here such as ... - Make the playbook available in the collection also - Have the playbook call the role - Make sure that's...

… verbatim to Runner This isn't an exact solution to #344 but it allows ad-hoc hosts and maybe gets it a little closer. I wonder if it would be better...

* Remove systemd and watchdog since they aren't useful in a DE * Upgrade ansible core version to latest 2.15

Making this a draft to decide on what kind of data should go in there if it's beyond just the image id. I feel like this is what is needed...

This should also fix up direct role execution when run from the command line using an execution environment. Still need to sort out some tests and make sure the cli...

Currently runner assumes a single private key be provided through the module interface and via ``env/ssh_key``. We should support multiples since behind the scenes we are using ssh-agent.

enhancement
priority:medium

Based on some work peter did to put an object structure around some basic ansible things.

We should be able to set container image and container runtime settings from the generalized private data dir settings: https://ansible-runner.readthedocs.io/en/stable/intro.html#env-settings-settings-for-runner-itself

docs

Currently status is only written to the filesystem at the end of the Run, this should be switched to run on the status change interface: https://github.com/ansible/ansible-runner/blob/2f6879f7e1a3432f57a41b715d7b02dcd1691eec/ansible_runner/runner.py#L77-L83

enhancement