Index: List of no-systemd hosts
This commit is contained in:
parent
c108a89431
commit
ea68badfd7
|
@ -1,3 +1,5 @@
|
||||||
|
====== Alle Hosts ======
|
||||||
|
|
||||||
^ Host \\ IP ^ Hardware ^ Distribution \\ Version ^ Package Mgr \\ Installed ^ Service Mgr ^
|
^ Host \\ IP ^ Hardware ^ Distribution \\ Version ^ Package Mgr \\ Installed ^ Service Mgr ^
|
||||||
{% for h in hostvars|sort %}^ [[ {{ h }} ]] \\ {{ hostvars[h]['ansible_default_ipv4']['address']|default('-') }} {#
|
{% for h in hostvars|sort %}^ [[ {{ h }} ]] \\ {{ hostvars[h]['ansible_default_ipv4']['address']|default('-') }} {#
|
||||||
#}{% if 'ansible_distribution' in hostvars[h] %} {#
|
#}{% if 'ansible_distribution' in hostvars[h] %} {#
|
||||||
|
@ -14,3 +16,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
===== Hosts ohne systemd =====
|
||||||
|
{% for h in hostvars|sort if hostvars[h]['ansible_service_mgr'] != 'systemd' %}
|
||||||
|
* [[ {{ h }} | {{ h }} ({{ hostvars[h]['ansible_service_mgr'] }}) ]]
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue