rundeck / docs

Rundeck documentation
https://github.com/rundeck/rundeck
65 stars 142 forks source link

RUN-2667: Added info about reading yaml data coming from ansible #1502

Closed alexander-variacode closed 1 month ago

alexander-variacode commented 1 month ago

⛔️ Ticket:

https://pagerduty.atlassian.net/browse/RUN-2667

✅ Description:

When Gather Facts is false, the inventory file is read as Yaml data. It supports up to 10MB of data by default, which supports around 19,000 nodes. However, it depends on the operating system.

This parameter can be increased if necessary in this field:

image

When the limit is exceeded it throws this error:

ResourceModelSourceException: Cannot load yaml data coming from Ansible: The incoming YAML document exceeds the limit: 10485760 code points.