diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-10-16 11:26:56 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-10-16 11:26:56 -0400 |
commit | 68579286f4a80b74eef2634a7d5e58096d158742 (patch) | |
tree | 55c51c0ee95df052c1af0f34140676295b3663ad | |
parent | 341ede470217f39059dbf0a9fa03e1a516e66696 (diff) | |
download | conmets-68579286f4a80b74eef2634a7d5e58096d158742.tar.gz |
Add example config file
-rw-r--r-- | lpconfig.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lpconfig.yml.example b/lpconfig.yml.example new file mode 100644 index 0000000..a8549d8 --- /dev/null +++ b/lpconfig.yml.example @@ -0,0 +1,6 @@ +infrastructure_hosts: + - '#.#.#.#' # Host designated as 'infrastructure' + +internal_host_specs: + - '^10.' # Private network block + - '^172.17.' # Private network block |