Skip to content

Commit

Permalink
ansible: add swap to test-rackspace-debian11-x64-1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Dec 8, 2023
1 parent db40a50 commit f0b1ecd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ hosts:
- rackspace:
centos7-x64-1: {ip: 119.9.27.82}
debian10-x64-1: {ip: 104.239.140.184}
debian11-x64-1: {ip: 23.253.109.216}
debian11-x64-1: {ip: 23.253.109.216, swap_file_size_mb: 4096}
fedora32-x64-1: {ip: 119.9.51.79}
ubuntu1604-x64-1: {ip: 119.9.51.176}
ubuntu1604-x64-2: {ip: 104.130.124.194}
Expand Down
9 changes: 9 additions & 0 deletions ansible/roles/bootstrap/tasks/partials/debian11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

#
# debian 11
#

- name: set up swap on Linux
include_tasks: linux-swap.yml
when: swap_file_size_mb is defined

0 comments on commit f0b1ecd

Please sign in to comment.