Skip to content

Commit

Permalink
moved openstack credentials permission change to server only
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Sep 13, 2024
1 parent 87d1d51 commit f747b9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions resources/playbook/roles/bibigrid/tasks/042-slurm-server.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- name: Change group ownership of OpenStack credentials file to slurm
file:
path: /etc/openstack/clouds.yaml
group: slurm
mode: '0640' # (owner can read/write, group can read, others have no access)

- name: Create slurm db
mysql_db:
name: "{{ slurm_conf.db }}"
Expand Down
6 changes: 0 additions & 6 deletions resources/playbook/roles/bibigrid/tasks/042-slurm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
uid: 64030
group: slurm

- name: Change group ownership of OpenStack credentials file to slurm
file:
path: /etc/openstack/clouds.yaml
group: slurm
mode: '0640' # (owner can read/write, group can read, others have no access)

- name: Create pinning configuration for slurm-bibigrid version 23.11.*
copy:
content: |
Expand Down

0 comments on commit f747b9f

Please sign in to comment.