Skip to content

Commit

Permalink
onr: add mounts for software installation
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams committed Apr 4, 2024
1 parent b5f223e commit 25524af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/group_vars/server_type_onr_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ packages_yum_install:
- 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/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 25524af

Please sign in to comment.