diff options
author | Michael Scherer <misc@ephaone.org> | 2014-10-15 16:55:11 -0400 |
---|---|---|
committer | Michael Scherer <misc@ephaone.org> | 2014-10-15 16:55:11 -0400 |
commit | dd06fb0a56feba126cce5ef75e84e23eb72fe7aa (patch) | |
tree | f20f7774e7d7ce6ec22eeb8d62e510842c613733 /playbooks | |
parent | 56599284ed73be3661796003d89c3ed73aa24cbd (diff) |
Add playbook and httpd and the rest
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/deploy.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |