We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be possible to override only some parts of this variable in inventory in place of redefining the whole list (like in DebOps roles).
Using combine filter seems possible but I didn't find the correct balance between list and dicts
combine
The text was updated successfully, but these errors were encountered:
In place of defining all INI files in a YAML format, we could let user use following syntax:
- name: 'switches.conf' template_path: '{{ playbook_dir }}/templates/switches.conf.j2'
with switches.conf.j2 a PacketFence INI files with Ansible templates.
switches.conf.j2
Sorry, something went wrong.
No branches or pull requests
It should be possible to override only some parts of this variable in inventory in place of redefining the whole list (like in DebOps roles).
Using
combine
filter seems possible but I didn't find the correct balance between list and dictsThe text was updated successfully, but these errors were encountered: