You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the update from Rundeck v5.2.0 to v5.5.0, nodes cannot be loaded because reading vault files fails:
...
rundeck-app | [2024-08-15T13:40:11,128] ERROR resources.ExceptionCatchingResourceModelSource - [ResourceModelSource: 1.source (com.batix.rundeck.plugins.AnsibleResourceModelSourceFactory), project: App-Test]
rundeck-app | com.dtolabs.rundeck.core.resources.ResourceModelSourceException: Cannot load yaml data coming from Ansible: could not determine a constructor for the tag !vault
rundeck-app | in 'string', line 33, column 37:
rundeck-app | vault_app_admin_pw: !vault |
rundeck-app | ^
rundeck-app |
...
rundeck-app | at java.lang.Thread.run(Thread.java:829) [?:?]
rundeck-app | Caused by: org.yaml.snakeyaml.constructor.ConstructorException: could not determine a constructor for the tag !vault
rundeck-app | in 'string', line 33, column 37:
rundeck-app | vault_app_admin_pw: !vault |
rundeck-app | ^
...
Running the playbook without rundeck works as expected (same host as rundeck).
The text was updated successfully, but these errors were encountered:
diginote
changed the title
cannot load inventory nodes because vault parsing error
Unable to load inventory nodes due to vault parsing error
Aug 16, 2024
Since the update from Rundeck v5.2.0 to v5.5.0, nodes cannot be loaded because reading vault files fails:
Running the playbook without rundeck works as expected (same host as rundeck).
The text was updated successfully, but these errors were encountered: