Closed starkers closed 8 years ago
Thank you for this and I will incorporate these ideas into the role when I get time.
any update?
rundeck_jetty_jar need defined first.
- name: Upadte file owner to rundeck
file: /etc/rundeck/realm.properties owner=rundeck group=rundeck
changed_when: false
failed_when: false
need update file owner.
I'm working on a different role to to deploying jobs+nodes for users (in the next few weeks) but yes that seems sensible.
Should be resolved within release v0.0.8
I tried your role several ways but ended up just basically writing it again.. (better for me to understand rundeck this way)
I hacked up some stuff to allow me to maintain users via ansible.. Its not elegant but it works.. so thought it might be of use to you too:
Example vars.yml
Then a whole horrid bunch of hacks like this:
Regards -D