Opened 7 months ago

Closed 6 months ago

#3049 closed task (fixed)

Ansible clean up deployment of ldap-web

Reported by: robe Owned by: cvvergara
Priority: normal Milestone: Sysadmin Contract 2023-II
Component: SysAdmin Keywords:
Cc:

Description

Vicky,

I recall you are almost done with this. It seems the deployment of .mantra did not happen for prod.

But I do see it in the current ansible steps

- name: Add /usr/lib/cgi-bin/.mantra
  tags: [ cgi, mantra ]
  copy:
    dest: /usr/lib/cgi-bin/.mantra
    content: |
      {{ LDAP_MANTRA }}      
    owner: root
    group: root
    mode: 0644

I think we can have the .mantra in the repo, cause it's a private repo anyway.

That was what went wrong with #3048

I'd much rather just have it in the repo, so someone doesn't need to edit ansible to change it. Please make sure it's in your new set of steps.

Change History (1)

comment:1 by cvvergara, 6 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.