mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
418 B
INI
26 lines
418 B
INI
10 years ago
|
[global]
|
||
|
# A comment
|
||
|
value1=Text associated with value1 and global section
|
||
|
value2=Same for value2 and global section
|
||
|
value.dot=Properties with dot
|
||
|
field.with.space = another space
|
||
7 years ago
|
unicode=été indien où à château français ïîôû
|
||
10 years ago
|
|
||
|
[section1]
|
||
9 years ago
|
value1=section1/value1
|
||
|
value2=section1/value2
|
||
10 years ago
|
|
||
|
[value_section]
|
||
|
value1=1
|
||
|
value2=2
|
||
|
value3=3
|
||
|
other1=4
|
||
|
other2=5
|
||
|
|
||
|
[other_section]
|
||
|
value1=1
|
||
|
value2=2
|
||
|
value3=3
|
||
|
other1=4
|
||
|
other2=5
|