Skip to content
New issue

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

generic support for ondemand.d files #257

Open
johrstrom opened this issue Dec 10, 2024 · 0 comments
Open

generic support for ondemand.d files #257

johrstrom opened this issue Dec 10, 2024 · 0 comments

Comments

@johrstrom
Copy link
Collaborator

Right now this role writes out all the ondemand.d configurations into a single file ondemand.d/ondemand.yml in this task -

- name: Template ondemand.yml
ansible.builtin.template:
src: "ondemand.yml.j2"
dest: "{{ ood_base_conf_dir }}/ondemand.d/ondemand.yml"
mode: 'u=rw,g=r,o=r'

Instead what this should do is have the ability to write out multiple files each with it's own ownership flags. This would mimic the puppet behavior that's both easier to use and more flexible to deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant