This commit is contained in:
parent
ef2c49f7dc
commit
a36931c08b
2 changed files with 12 additions and 0 deletions
|
@ -10,3 +10,13 @@ interface adresses
|
|||
========= =============={% for interface in ip %}
|
||||
{{ "{:<10}".format(interface["ifname"]) }} {% for ip in interface["addr_info"] %} {{ ip["local"] }}/{{ ip["prefixlen"]}}{% endfor %}
|
||||
{% endfor %}========= ==============
|
||||
|
||||
services
|
||||
########
|
||||
|
||||
================================================== ======= ==============
|
||||
service state description
|
||||
================================================== ======= ==============
|
||||
{% for svc in services %}
|
||||
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<7}".format(svc["sub"]) }} {{ svc["description"] }}{% endfor %}
|
||||
================================================== ======= ==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue