From dd06fb0a56feba126cce5ef75e84e23eb72fe7aa Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Oct 2014 16:55:11 -0400 Subject: Add playbook and httpd and the rest --- playbooks/deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playbooks/deploy.yml (limited to 'playbooks') diff --git a/playbooks/deploy.yml b/playbooks/deploy.yml new file mode 100644 index 0000000..d0f8081 --- /dev/null +++ b/playbooks/deploy.yml @@ -0,0 +1,6 @@ +--- +- hosts: new + roles: + - base + - admin_ssh_keys + - httpd -- cgit