Skip to content

Commit

Permalink
updated data
Browse files Browse the repository at this point in the history
  • Loading branch information
t0m3kz committed Feb 19, 2025
1 parent 9d1261b commit ec3cd31
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions hosts.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
---
s1-ntr-vyos:
hostname: 172.100.200.241
hostname: s1-ntr-vyos
data:
management_interface: eth0
management_ip: 10.100.200.240/28

Check failure on line 6 in hosts.yaml

View workflow job for this annotation

GitHub Actions / Validate data

6:37 [trailing-spaces] trailing spaces
groups:
- site1
- vyos
s1-tr-vyos:
hostname: 172.100.200.240
hostname: s2-ntr-vyos
data:
management_interface: eth0
management_ip: 10.101.200.240/28

Check failure on line 14 in hosts.yaml

View workflow job for this annotation

GitHub Actions / Validate data

14:37 [trailing-spaces] trailing spaces
groups:
- site1
- vyos
s2-ntr-vyos:
hostname: 172.100.200.246
hostname: s2-ntr-vyos
data:
management_interface: eth0
management_ip: 10.200.200.240/28

Check failure on line 22 in hosts.yaml

View workflow job for this annotation

GitHub Actions / Validate data

22:37 [trailing-spaces] trailing spaces
groups:
- site2
- vyos
s2-tr-vyos:
hostname: 172.100.200.245
hostname: s2-tr-vyos
data:
management_interface: eth0
management_ip: 10.201.200.240/28

Check failure on line 30 in hosts.yaml

View workflow job for this annotation

GitHub Actions / Validate data

30:37 [trailing-spaces] trailing spaces
groups:
- site2
- vyos

0 comments on commit ec3cd31

Please sign in to comment.