summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-02-28 16:28:50 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-02-28 16:28:50 +0100
commit9633ccc39b926457f80c8432332f2d053c58ed0d (patch)
tree3897b5e548b618e9d08e4c0517f7e5fbda77d567
parent6c6ea21db3140290fcb01c5e509273f6f36f2432 (diff)
Update default playbook, removed not necessary one.
Change-Id: I642018e031270444767f7df803219559229b98b1
-rw-r--r--ansible/site.yml (renamed from ansible/install.yml)0
-rw-r--r--ansible/update.yml15
2 files changed, 0 insertions, 15 deletions
diff --git a/ansible/install.yml b/ansible/site.yml
index 3e265ea..3e265ea 100644
--- a/ansible/install.yml
+++ b/ansible/site.yml
diff --git a/ansible/update.yml b/ansible/update.yml
deleted file mode 100644
index aa1d1e8..0000000
--- a/ansible/update.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-- hosts: all
- gather_facts: no
- sudo: yes
- pre_tasks:
- - include: ./roles/common/handlers/stop-apache.yml
- roles:
- - update
- - settings
- - app-config
- - django-config
- - apache
- post_tasks:
- - include: ./roles/common/handlers/started-apache.yml
- vars_files:
- - secrets.yml