Compare commits
No commits in common. "eb01bd2c61dd1d85620654ccb8f331a70bc9ac83" and "e429bbe4173e7083d79e90f65360189117dbeadb" have entirely different histories.
eb01bd2c61
...
e429bbe417
@ -3,6 +3,7 @@ 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
"groups": {
|
||||
"group:admin": ["elizabeth.hunt"],
|
||||
"group:roomates": ["riley"],
|
||||
"group:friends": ["riley"],
|
||||
"group:friends": ["riley", "rain"],
|
||||
"group:sys": ["sys"]
|
||||
},
|
||||
"tagOwners": {
|
||||
@ -23,13 +23,13 @@
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
"src": ["group:sys", "10.128.0.0/9:*"],
|
||||
"dst": ["group:sys:*", "10.128.0.0/9:*"]
|
||||
"src": ["group:sys"],
|
||||
"dst": ["group:sys:*"]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
"src": ["group:admin", "10.128.0.0/9:*"],
|
||||
"dst": ["10.0.0.0/24:*", "10.128.0.0/9:*"]
|
||||
"src": ["group:admin"],
|
||||
"dst": ["10.0.0.0/24:*"]
|
||||
},
|
||||
{
|
||||
"action": "accept",
|
||||
|
Loading…
Reference in New Issue
Block a user