move letsencrypt to /opt/shared

update dkregistry
This commit is contained in:
2017-06-16 09:23:01 -04:00
parent aa4f5952d1
commit 7e22e561cd
10 changed files with 173 additions and 8 deletions

View File

@@ -6,3 +6,12 @@
become: true
- include: "fstab.yml"
- name: symlinks
file:
state: link
src: "{{ item.src }}"
path: "{{ item.path }}"
force: yes
with_items:
- { src: "/opt/shared/letsencrypt", path: "/etc/letsencrypt" }