Skip to content

Commit

Permalink
[lib-sftp] make /alma/aspace directory group-writeable (#5715)
Browse files Browse the repository at this point in the history
* [lib-sftp] make /alma/aspace directory group-writeable

Two users write to the /alma/aspace directory: the alma user and
the aspace user.  They are both part of the same group, but the
group needs write permissions to the directory.

Co-authored-by: Christina Chortaria <[email protected]>
Co-authored-by: Kevin Reiss <[email protected]>
Co-authored-by: Mark Zelesky <[email protected]>
Co-authored-by: Max Kadel <[email protected]>
Co-authored-by: regineheberlein <[email protected]>

* [lib-sftp] comment out the datadog role temporarily

The playbook fails with it there :-(

---------

Co-authored-by: Christina Chortaria <[email protected]>
Co-authored-by: Kevin Reiss <[email protected]>
Co-authored-by: Mark Zelesky <[email protected]>
Co-authored-by: Max Kadel <[email protected]>
Co-authored-by: regineheberlein <[email protected]>
  • Loading branch information
6 people authored Jan 9, 2025
1 parent 61e6633 commit 36e1cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions playbooks/lib_sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
roles:
- role: ../roles/deploy_user
- role: ../roles/lib_sftp
- role: ../roles/datadog
when: runtime_env | default('staging') == "production"
# The following datadog role causes the playbook to fail as of 9 January, 2024
# - role: ../roles/datadog
# when: runtime_env | default('staging') == "production"

post_tasks:
- name: tell everyone on slack you ran an ansible playbook
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_sftp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
recurse: true
owner: "{{ aspaceftp_user }}"
group: "domain users"
mode: "0755"
mode: "0775"

0 comments on commit 36e1cee

Please sign in to comment.