David Danielsson

Results 40 comments of David Danielsson

the controller_configure.yml is just an example, this is a fair point and thanks for pointing it out. I personally use group_vars and don't import any vars except vaulted file. There...

This is a big change that would break anyones older code. At this time I don't think we see the value there but if the demand rises that may change....

checkout [filetree_create](https://github.com/redhat-cop/controller_configuration/tree/devel/roles/filetree_create) role, this does what you are looking for somewhat. We have talked about creating a basic export role as well that would fit our variables naming convention.

what would we default it to? and why would we want to when it isn't required to be set in controller for the job template to function.

I agree, I don't like the idea of keeping up with all the possible fields in the defaults file. That is what the readme is for or the examples. I...

So I don't understand the comment about the main branch. I will try changing simplified_workflow_nodes to workflow_nodes and see if that fixes it.

it did it because in my commit message i referenced this issue number.

when I tried changing from simplified_workflow_nodes to workflow_nodes, I now get. ``` failed: [localhost] (item={'started': 1, 'finished': 0, 'ansible_job_id': '609216460615.3335960', 'results_file': '/home/user/.ansible_async/609216460615.3335960', 'changed': False, 'failed': False, '__workflow_loop_item': {'name': 'test_workflow', 'description':...

we figured out the issue, README example needs to be updated. I will leave this issue open until that happens.

if you look at the blog post linked in #304 it should help someone rewrite this example