From 5819b222affb4f40700c5e3381dc52359a405796 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 7 Jan 2018 11:30:00 -0600 Subject: [PATCH] base: Base playbook The `base.yml` playbook applies the *base* role. --- base.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 base.yml diff --git a/base.yml b/base.yml new file mode 100644 index 0000000..0bf1779 --- /dev/null +++ b/base.yml @@ -0,0 +1,3 @@ +- hosts: all + roles: + - base