We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008503 commit 033589bCopy full SHA for 033589b
ansible/inventory.yml
@@ -127,8 +127,8 @@ hosts:
127
ubuntu2204_docker-x64-1: {ip: 134.209.55.216}
128
ubuntu2204_docker-x64-2: {ip: 159.89.183.200}
129
ubuntu1804-x64-1: {ip: 178.128.181.213}
130
- ubuntu2204-x64-1: {ip: 138.197.4.1}
131
- ubuntu2204-x64-2: {ip: 167.99.124.188}
+ ubuntu2204-x64-1: {ip: 138.197.4.1, swap_file_size_mb: 2048}
+ ubuntu2204-x64-2: {ip: 167.99.124.188, swap_file_size_mb: 2048}
132
133
- equinix:
134
ubuntu2004_docker-arm64-1: {ip: 145.40.81.219}
ansible/roles/bootstrap/tasks/partials/ubuntu2204.yml
@@ -0,0 +1,9 @@
1
+---
2
+
3
+#
4
+# Ubuntu 22.04
5
6
7
+- name: set up swap on Linux
8
+ include_tasks: linux-swap.yml
9
+ when: swap_file_size_mb is defined
0 commit comments