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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow custom rights
- name: Ensure the BeeGFS mount point exists file: mode: 0755 path: "{{ client_path }}" state: directory become: true notify: Restart BeeGFS client service - name: Copy over beegfs-mounts config file template: src: beegfs-mounts.conf.j2 dest: /etc/beegfs/beegfs-mounts.conf mode: 0644 become: true notify: Restart BeeGFS client service - name: Make of copy of BeeGFS client config file if it doesn't exist copy: mode: 0644 remote_src: true src: /etc/beegfs/beegfs-client.conf dest: "/etc/beegfs/{{ beegfs_client_config_file }}" force: false become: true when: beegfs_client_scope_config | bool notify: Restart BeeGFS client service
For security, it bight be needed to remove world rights, maybe having variables :
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow custom rights
For security, it bight be needed to remove world rights, maybe having variables :
The text was updated successfully, but these errors were encountered: