chiark / gitweb /
*.yml: Add some header comments.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 7 Jul 2015 22:47:30 +0000 (23:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 7 Jul 2015 22:47:30 +0000 (23:47 +0100)
all.yml
roles/common/handlers/main.yml
roles/common/tasks/main.yml
roles/server/tasks/main.yml

diff --git a/all.yml b/all.yml
index f1cff28e6d628914de759aa56bd4af5201f67f6e..c1af70865c2f9856059bcd304d52966f3099ebe1 100644 (file)
--- a/all.yml
+++ b/all.yml
@@ -1,5 +1,10 @@
+### -*-yaml-*-
+###
+### Top-level playbook for making everything happen.
+
 ---
 
+## Apply general configuration.
 - hosts: all
   gather_facts: no
   roles:
index e8fc66e37e4c0f8632ff4ccfb9692a79d4598820..7e82ba4136e084d4f4c4becd116cf92c439f8d28 100644 (file)
@@ -1,3 +1,7 @@
+### -*-yaml-*-
+###
+### Handlers, mostly for kicking services.
+
 ---
 
 ###--------------------------------------------------------------------------
index dc2d0ad32a98b38489583e0c67449b8399f497a2..af14057dcfbefa44ef2c4d069b159a413746b4eb 100644 (file)
@@ -1,3 +1,7 @@
+### -*-yaml-*-
+###
+### Tasks applicable for all hosts.
+
 ---
 
 ###--------------------------------------------------------------------------
index ed97d539c095cf1413af30cc23dea272095b97dd..f914074a44a3607e55d0bff8aa924e1a732c6609 100644 (file)
@@ -1 +1,5 @@
+### -*-yaml-*-
+###
+### Tasks for servers.
+
 ---