Compare commits

...

2 Commits

Author SHA1 Message Date
eb01bd2c61 setup routes to hatecomputers 2024-03-31 16:12:27 -04:00
3823f5d13b remove mcbeta server 2024-03-31 14:05:52 -04:00
2 changed files with 5 additions and 6 deletions

View File

@ -3,7 +3,6 @@ nijika ansible_user=root ansible_connection=ssh
ryo ansible_user=root ansible_connection=ssh
levi ansible_user=root ansible_connection=ssh
mail.simponic.xyz ansible_user=root ansible_connection=ssh
mcbeta.simponic.xyz ansible_user=root ansible_connection=ssh
[private]
johan ansible_user=root ansible_connection=ssh

View File

@ -2,7 +2,7 @@
"groups": {
"group:admin": ["elizabeth.hunt"],
"group:roomates": ["riley"],
"group:friends": ["riley", "rain"],
"group:friends": ["riley"],
"group:sys": ["sys"]
},
"tagOwners": {
@ -23,13 +23,13 @@
},
{
"action": "accept",
"src": ["group:sys"],
"dst": ["group:sys:*"]
"src": ["group:sys", "10.128.0.0/9:*"],
"dst": ["group:sys:*", "10.128.0.0/9:*"]
},
{
"action": "accept",
"src": ["group:admin"],
"dst": ["10.0.0.0/24:*"]
"src": ["group:admin", "10.128.0.0/9:*"],
"dst": ["10.0.0.0/24:*", "10.128.0.0/9:*"]
},
{
"action": "accept",