about summary refs log tree commit diff
path: root/dns.yml
diff options
context:
space:
mode:
authorPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 16:44:11 +0200
committerPaweł Dybiec <pawel.to.malpa@gmail.com>2019-04-17 16:44:11 +0200
commit5f0327cbeccf79398e2e5ad39e8e17c1c21820dd (patch)
treec3e0edc5cca8df5568db729157feae1b96132cbb /dns.yml
parentKeep the services up (diff)
Rename let's encrypt playbook
Diffstat (limited to 'dns.yml')
-rw-r--r--dns.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/dns.yml b/dns.yml
deleted file mode 100644
index e8a81e0..0000000
--- a/dns.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-  - name: Certbot
-    hosts: tamriel
-    remote_user: ansible_worker
-    tasks:
-    - synchronize:
-        src: ~/.ovh/
-        dest: ~/ovh
-    - docker_container:
-        image: certbot/dns-ovh
-        name: certbot-ovh
-        #auto_remove: true
-        volumes:
-          - /etc/letsencrypt:/etc/letsencrypt:rw
-          - /var/lib/letsencrypt:/var/lib/letsencrypt:rw
-          - /home/ansible_worker/ovh:/opt/ovh:ro
-        command: certonly --dns-ovh --dns-ovh-propagation-seconds 60 --dns-ovh-credentials /opt/ovh/credentials.ini -d "dybiec.info,*.dybiec.info"
-    - file:
-        path: ~/ovh
-        state: absent