Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onr: add mounts for software installation #661

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
onr: add mounts for software installation
  • Loading branch information
keirwilliams committed Apr 4, 2024
commit 25524afbcce7fd9da0e23ed1691127dbe2312acd
12 changes: 6 additions & 6 deletions ansible/group_vars/server_type_onr_web.yml
Original file line number Diff line number Diff line change
@@ -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
Loading