[OSGeo] #3049: Ansible clean up deployment of ldap-web

#3049: Ansible clean up deployment of ldap-web
----------------------+---------------------------------------
Reporter: robe | Owner: cvvergara
     Type: task | Status: assigned
Priority: normal | Milestone: Sysadmin Contract 2023-II
Component: SysAdmin | Keywords:
----------------------+---------------------------------------
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.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/3049&gt;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#3049: Ansible clean up deployment of ldap-web
----------------------+----------------------------------------
Reporter: robe | Owner: cvvergara
     Type: task | Status: closed
Priority: normal | Milestone: Sysadmin Contract 2023-II
Component: SysAdmin | Resolution: fixed
Keywords: |
----------------------+----------------------------------------
Changes (by cvvergara):

* status: assigned => closed
* resolution: => fixed

Comment:

https://git.osgeo.org/gitea/sac/ansible-deployment/pulls/55
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/3049#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.