mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
25 lines
378 B
INI
25 lines
378 B
INI
|
[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
|
||
|
|
||
|
[section1]
|
||
|
value1=Another value for section1
|
||
|
# No value2 in this section
|
||
|
|
||
|
[value_section]
|
||
|
value1=1
|
||
|
value2=2
|
||
|
value3=3
|
||
|
other1=4
|
||
|
other2=5
|
||
|
|
||
|
[other_section]
|
||
|
value1=1
|
||
|
value2=2
|
||
|
value3=3
|
||
|
other1=4
|
||
|
other2=5
|