diff options
author | Pratyush Desai | 2023-02-20 02:26:18 +0530 |
---|---|---|
committer | Pratyush Desai | 2023-02-20 02:30:11 +0530 |
commit | 5d5ac9b075775c30d9d6df9f9d6d92478a4567f7 (patch) | |
tree | ee7d0f569b29870f35924867ad7732bfe51a902f | |
parent | eab80e0573422ab598983e47639e4e96f80ba083 (diff) | |
download | salt-5d5ac9b075775c30d9d6df9f9d6d92478a4567f7.tar.gz salt-5d5ac9b075775c30d9d6df9f9d6d92478a4567f7.tar.bz2 salt-5d5ac9b075775c30d9d6df9f9d6d92478a4567f7.zip |
Add pillar ids for nsd
- add config data for nsd.
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
-rw-r--r-- | pillar/id/moni_lysergic_dev.sls | 6 | ||||
-rw-r--r-- | pillar/id/opaon_home_lysergic_dev.sls | 5 | ||||
-rw-r--r-- | pillar/id/orpheus_psyched_dev.sls | 6 | ||||
-rw-r--r-- | pillar/id/therapon_rigel_lysergic_dev.sls | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/pillar/id/moni_lysergic_dev.sls b/pillar/id/moni_lysergic_dev.sls new file mode 100644 index 0000000..aad548b --- /dev/null +++ b/pillar/id/moni_lysergic_dev.sls @@ -0,0 +1,6 @@ +nsd: + config_data: + ip-address: + - 127.0.0.1@5353 + - 192.168.0.160@5353 + ip4-only: 'yes' diff --git a/pillar/id/opaon_home_lysergic_dev.sls b/pillar/id/opaon_home_lysergic_dev.sls new file mode 100644 index 0000000..cffa15e --- /dev/null +++ b/pillar/id/opaon_home_lysergic_dev.sls @@ -0,0 +1,5 @@ +nsd: + config_data: + ip-address: + - 127.0.0.1@5353 + - 192.168.20.3@5353 diff --git a/pillar/id/orpheus_psyched_dev.sls b/pillar/id/orpheus_psyched_dev.sls new file mode 100644 index 0000000..5ff43fe --- /dev/null +++ b/pillar/id/orpheus_psyched_dev.sls @@ -0,0 +1,6 @@ +nsd: + config_data: + ip-address: + - 127.0.0.3 + - 192.168.0.115@5353 + ip4-only: 'yes' diff --git a/pillar/id/therapon_rigel_lysergic_dev.sls b/pillar/id/therapon_rigel_lysergic_dev.sls new file mode 100644 index 0000000..fa5cf67 --- /dev/null +++ b/pillar/id/therapon_rigel_lysergic_dev.sls @@ -0,0 +1,5 @@ +nsd: + config_data: + ip-address: + - 127.0.0.1@5353 + - 10.0.10.2@5353 |