File: inventory

package info (click to toggle)
golang-github-relex-aini 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: makefile: 15
file content (25 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
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
host5

[web:children]
nginx
apache

[web:vars]
web_string_var=should be overwritten
web_inventory_string_var=present

[web]
host1
host2

[nginx]
host1 host1_string_var="should be overwritten" host1_inventory_string_var="present"
host3
host4

[apache]
host5
host6

[TomCat]
Host7