Commit fa5fe656 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

playbook: fix download-cache-url entry in slapcache.cfg (in vifib-server role)

parent 323273c2
......@@ -62,6 +62,14 @@
state: present
when: slapcache_cfg.stat.exists == True
- name: Fix download-cache-url entry in slapcache.cfg
lineinfile:
dest: /etc/opt/slapcache.cfg
regexp: "^download-cache-url"
line: "download-cache-url = http://shacache.nxdcdn.com"
state: present
when: slapcache_cfg.stat.exists == True
- name: Prevent mei_me module from being loaded
lineinfile:
dest: /etc/modprobe.d/blacklist.conf
......
a1a5e5a138cb99b46513acfc1e61f6d69597e68450c9566d180a974136f4fcd1 -
9725072bfe7d358e74846d1a4f3b6e392ede3d54fc635b47a8a8ece190f1b985 -
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment