aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/TBSHOOT/Infrastructure-Services/Device-Management/Telnet-SSH/Jean-Christophe_Manciot/1+/TT 1-solutions-linux-/Ansible/hosts
blob: 60a8cdfeba2a3319c9d3788a5bb11c5540b254c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
###################################################################################################################
# ./hosts
###################################################################################################################
# Copyright 2016 Jean-Christophe Manciot <manciot.jeanchristophe@gmail.com>
#
# Licensed under a Creative Commons Attribution 4.0 International License;
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#    http://creativecommons.org/licenses/by/4.0/
#
# You are free to:
#
# o Share — copy and redistribute the material in any medium or format
# o Adapt — remix, transform, and build upon the material
# o for any purpose, even commercially.
#
# The licensor cannot revoke these freedoms as long as you follow the license terms.
#
# Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. 
# You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
###################################################################################################################
#
# Jean-Christophe Manciot's Ansible git repository is available in either:
# - https://gitlab.com/jean-christophe-manciot/Ansible.git
# - git@gitlab.com:jean-christophe-manciot/Ansible.git
#
# All roles are located under roles/
# All connections parameters are defined in group_vars/<group_name>/connections.yml
# All DNS mappings are defined in ./hosts
#
#./hosts defined in /etc/ansible/ansible.cfg
# inventory      = ./hosts
#
###################################################################################################################

[all:vars]
nms_mgt_ip_address=192.168.137.1
remote_domain_name=actionmystique.net

[iosv]
vIOS_1 ansible_host=192.168.137.254
vIOS_2 ansible_host=10.0.113.2
vIOS_3 ansible_host=10.0.2.3