diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-01-09 07:03:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-09 07:03:53 -0800 |
commit | 70bb90ae82abb46c0434d806cfd79e25b7c0098d (patch) | |
tree | 0897c238912e95794d5a74345837ea4b352662c7 /configs/data-dir/mappings.yaml | |
parent | f08e7ef525d431223084184e5e234ed8acbecfc4 (diff) | |
parent | 5e8ae5156c72593eb24dd125db32e860f59be820 (diff) |
Merge pull request #3 from rul/doc
Tidy up example files and add an scdoc manpage
Diffstat (limited to 'configs/data-dir/mappings.yaml')
-rw-r--r-- | configs/data-dir/mappings.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/data-dir/mappings.yaml b/configs/data-dir/mappings.yaml new file mode 100644 index 0000000..dfcb8c9 --- /dev/null +++ b/configs/data-dir/mappings.yaml @@ -0,0 +1,17 @@ +networkMaps: + - network: 192.168.0.0/24 + script: + name: ubuntu-minimal.ipxe + params: + release: xenial + - network: 10.0.10.0/24 + script: + name: coreos.ipxe + params: + release: stable +hostnameMaps: + - hostname: msc1.example.com + script: + name: ubuntu-minimal.ipxe + params: + release: trusty |