Advertisement
pulser_777

Untitled

Nov 17th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.51 KB | None | 0 0
  1. $VAR1 = {
  2.     "alpha.example.jp" => {
  3.         "roles" => ["linux", "debian", "stretch", "leafnode"],
  4.         "vars" => {"ip4" => "192.168.11.", "ip6" => "2001:db8:11::", "ipaddr" => 108},
  5.     },
  6.     "beta.example.jp" => {
  7.         "roles" => ["linux", "debian", "stretch", "leafnode"],
  8.         "vars" => {"ip4" => "192.168.11.", "ip6" => "2001:db8:11::", "ipaddr" => 142},
  9.     },
  10.     "gamma.example.jp" => {
  11.         "roles" => ["linux", "debian", "buster", "hubnode"],
  12.         "vars" => {"ip4" => "192.168.11.", "ip6" => "2001:db8:11::", "ipaddr" => 73},
  13.     },
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement