
Supports creating and using swap files, or using pre-existing swap devices. Story: 2004958 Task: 29390 Change-Id: Iadb540f42036a4a63cdd5b695b82f1504b3a4a28
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
---
|
|
###############################################################################
|
|
# Monitoring node swap configuration.
|
|
|
|
# List of swap devices. Each item is a dict containing a 'device' item.
|
|
swap: >
|
|
{{ controller_swap
|
|
if inventory_hostname in groups['controllers'] else
|
|
monitoring_swap }}
|