Changeset 3657 in MondoRescue for branches/3.3/ansible/group_vars/all


Ignore:
Timestamp:
Apr 28, 2017, 12:00:07 AM (7 years ago)
Author:
Bruno Cornec
Message:

Adds system role and fix many other ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/group_vars/all

    r3656 r3657  
    11---
    22domain: mondorescue.org
     3host: mondorescue.hpintelco.org
    34dns1: 10.11.0.13
    45dns2: 10.11.0.14
    56ip_ext: 185.170.48.239
    67ip_int: 10.11.7.195
    7 smtp: mail.hpintelco.org
     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 TracChangeset for help on using the changeset viewer.