From d5769c254dc100c9b7f0aca110610d965b7d7a8a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 13 Jun 2018 21:54:51 -0500 Subject: [PATCH] certbot: Playbook to deploy certbot --- certbot.yml | 3 +++ hosts | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 certbot.yml diff --git a/certbot.yml b/certbot.yml new file mode 100644 index 0000000..be59132 --- /dev/null +++ b/certbot.yml @@ -0,0 +1,3 @@ +- hosts: certbot + roles: + - certbot diff --git a/hosts b/hosts index 086d980..274f7e8 100644 --- a/hosts +++ b/hosts @@ -4,6 +4,8 @@ ansible_python_interpreter=/usr/bin/python3 [ansible] cm0.pyrocufflink.blue +[certbot] + [dch-gw] gw0 ansible_host=172.31.0.1