source: MondoRescue/branches/3.3/ansible/group_vars/all@ 3657

Last change on this file since 3657 was 3657, checked in by Bruno Cornec, 7 years ago

Adds system role and fix many other ones

File size: 339 bytes
Line 
1---
2domain: mondorescue.org
3host: mondorescue.hpintelco.org
4dns1: 10.11.0.13
5dns2: 10.11.0.14
6ip_ext: 185.170.48.239
7ip_int: 10.11.7.195
8netmask_int: 255.255.255.192
9gw: 10.11.7.193
10smtp: 10.11.3.13
11hyperlinux: 82.236.159.40
12# "{{ lookup('dig', 'www.hyper-linux.org') }}"
13sshkey:
14 "{{ lookup('file', '/users/bruno/.ssh/id_dsa.pub') }}"
Note: See TracBrowser for help on using the repository browser.