Skip to content

Commit

Permalink
onr: add swap mount point to onr_web server type (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams authored Apr 3, 2024
2 parents aad859a + 84022b9 commit e7f9dbf
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions ansible/group_vars/server_type_onr_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ packages_yum_install:
- libXau.i686
- libXau.x86_64
- xz-libs.i686
# disks_mount:
# - ebs_device_name: /dev/sdb
# dir: /u01
# fstype: xfs
# - ebs_device_name: /dev/sdc
# dir: /u02
# fstype: xfs
# - ebs_device_name: /dev/sds
# dir: swap
# fstype: swap

disks_mount:
# - ebs_device_name: /dev/sdb
# dir: /u01
# fstype: xfs
# - ebs_device_name: /dev/sdc
# dir: /u02
# fstype: xfs
- ebs_device_name: /dev/sds
dir: swap
fstype: swap

0 comments on commit e7f9dbf

Please sign in to comment.