diff options
author | Michael Scherer <misc@redhat.com> | 2017-11-18 00:18:21 +0100 |
---|---|---|
committer | Michael Scherer <misc@redhat.com> | 2017-11-18 00:18:21 +0100 |
commit | 55502d80bb5d120bc9862f9c147b42ba03c7a134 (patch) | |
tree | 295237f349da80d771a959a317adcf783a6024e1 /playbooks | |
parent | 4e984859529e9d0c8437620522730a174f835b56 (diff) |
Add 1G of swap, to cope with mariadb being killed too often
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/osci.theopensourceway.org.yml | 4 |
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 + |