summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@redhat.com>2017-11-18 00:18:21 +0100
committerMichael Scherer <misc@redhat.com>2017-11-18 00:18:21 +0100
commit55502d80bb5d120bc9862f9c147b42ba03c7a134 (patch)
tree295237f349da80d771a959a317adcf783a6024e1
parent4e984859529e9d0c8437620522730a174f835b56 (diff)
Add 1G of swap, to cope with mariadb being killed too often
-rw-r--r--playbooks/osci.theopensourceway.org.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml
index 8d35e39..b2f7200 100644
--- a/playbooks/osci.theopensourceway.org.yml
+++ b/playbooks/osci.theopensourceway.org.yml
@@ -9,6 +9,9 @@
- { name: oss-consulting-wg, owner: mscherer@redhat.com}
roles:
- base
+ - role: swap_file
+ size: 1G
+ path: /var/swap
- admin_ssh_keys
- local_deploy
- role: httpd
@@ -24,3 +27,4 @@
- mailman_lists
- cgit
- mediawiki
+