File tree 1 file changed +8
-5
lines changed
templates/etc/ansible/facts.d
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
{#
2
- # Create a facts file with the sites hosted on the involved host.
2
+ # Create a facts file containing the sites hosted on the involved host.
3
3
#
4
- # Distributed slaves sites are defined on the master server, therefore
5
- # it may happen, that the facts file is merged from multiple configuration
6
- # sources. Sites which are about to be deleted must not be listed in the
7
- # resulting facts file.
4
+ # Distributed slaves sites are defined in the inventory of the master server,
5
+ # therefore it may happen, that the facts file is merged from multiple
6
+ # configuration sources (inventory from master host and local facts from
7
+ # slave host).
8
+ #
9
+ # Sites which are about to be deleted must not be listed in the resulting
10
+ # facts file.
8
11
#}
9
12
{% set _site_facts = {} %}
10
13
{% if (site_item .delegate_to in hostvars ) and
You can’t perform that action at this time.
0 commit comments