Skip to content

Commit

Permalink
RS-185 Adds config for new operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-d committed Feb 9, 2024
1 parent 4feb984 commit 249467a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conf/ansible/inventory/group_vars/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ aws:
devicemap_data_b: /dev/xvdb
devicemap_data_c: /dev/xvdc
devicemap_data_e: /dev/xvdd
rhel9:
devicemap_root: /dev/sda1
devicemap_data_b: /dev/xvdb
devicemap_data_c: /dev/xvdc
devicemap_data_e: /dev/xvdd
centos7:
devicemap_root: /dev/sda1
devicemap_data_b: /dev/sdb
Expand All @@ -75,6 +80,11 @@ aws:
devicemap_data_b: /dev/xvdb
devicemap_data_c: /dev/xvdc
devicemap_data_e: /dev/xvdd
amazon-linux2023:
devicemap_root: /dev/xvda
devicemap_data_b: /dev/xvdb
devicemap_data_c: /dev/xvdc
devicemap_data_e: /dev/xvdd

docker:
source: overwrite-me
Expand Down

0 comments on commit 249467a

Please sign in to comment.