summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/apache_server/subplot.md5
-rw-r--r--roles/gitano_server/subplot.md7
-rw-r--r--roles/haproxy/subplot.md5
3 files changed, 17 insertions, 0 deletions
diff --git a/roles/apache_server/subplot.md b/roles/apache_server/subplot.md
new file mode 100644
index 0000000..79fa071
--- /dev/null
+++ b/roles/apache_server/subplot.md
@@ -0,0 +1,5 @@
+# Role `apache_server` – set up a web server using Apache
+
+This role sets up a host to be a web server using the Apache
+software. However, as I don't plan on working on the role, I haven't
+made any acceptance criteria for it yet.
diff --git a/roles/gitano_server/subplot.md b/roles/gitano_server/subplot.md
new file mode 100644
index 0000000..1fc2ea0
--- /dev/null
+++ b/roles/gitano_server/subplot.md
@@ -0,0 +1,7 @@
+# Role `gitano_server` – set up a Gitano git server
+
+This role sets up a host to be a git server using the [Gitano][]
+software. However, as I don't plan on working on the role, I haven't
+made any acceptance criteria for it yet.
+
+[Gitano]: https://www.gitano.org.uk/
diff --git a/roles/haproxy/subplot.md b/roles/haproxy/subplot.md
new file mode 100644
index 0000000..660cfd3
--- /dev/null
+++ b/roles/haproxy/subplot.md
@@ -0,0 +1,5 @@
+# Role `haproxy` – set up a web proxy using haproxy
+
+This role sets up a host to be a web proxy using the haproxy
+software. However, as I don't plan on working on the role, I haven't
+made any acceptance criteria for it yet.