unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive |
inventory.example.ini (506B)
1 [all:vars] 2 ansible_user=root 3 ansible_ssh_private_key_file=supernets.private # Assumed to be in the same directory as the inventory file 4 5 [ircd_servers] 6 # Add your servers below in the format: 7 # hostname ansible_host=ip_address ansible_port=ssh_port leaf_name=server_leaf_name 8 # Examples: 9 # ircd01 ansible_host=192.168.1.10 ansible_port=22 leaf_name=us-east 10 # ircd02 ansible_host=192.168.1.11 ansible_port=2222 leaf_name=eu-west 11 # ircd03 ansible_host=192.168.1.12 ansible_port=42022 leaf_name=asia-east