diff options
-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 |