move letsencrypt to /opt/shared
update dkregistry
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user