Skip to content

Instantly share code, notes, and snippets.

@ajeddeloh
Created March 31, 2017 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajeddeloh/9d0fd0804ffb56ed7ea0174b8841e682 to your computer and use it in GitHub Desktop.
Save ajeddeloh/9d0fd0804ffb56ed7ea0174b8841e682 to your computer and use it in GitHub Desktop.
storage:
filesystems:
- mount:
device: /dev/xvdb
format: ext4
create:
force: false
systemd:
units:
- name: media-ephemeral.mount
enable: true
contents: |
[Mount]
What=/dev/xvdb
Where=/media/ephemeral
Type=ext4
[Install]
RequiredBy=local-fs.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment