From 5f8a3cd4e499fede1dafe62ace0390f29daf8b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 21 Mar 2019 13:14:11 +0100 Subject: [PATCH] add basic main.yml playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ansible/main.yml diff --git a/ansible/main.yml b/ansible/main.yml new file mode 100644 index 0000000..e96d4e9 --- /dev/null +++ b/ansible/main.yml @@ -0,0 +1,10 @@ +--- +- name: Add CloudFlare Origin certs + hosts: all + roles: + - origin-cert + +- name: Configure Nimbus cluster + hosts: nimbus + roles: + - nimbus