WIP: Create page for storage boxes
This commit is contained in:
parent
ab9fa7e008
commit
e5e1fd1b16
2 changed files with 28 additions and 17 deletions
|
@ -1,15 +1,17 @@
|
|||
{% set host_short = inventory_hostname.split('.')[0] %}
|
||||
{% if inventory_hostname not in groups.storage_boxes %}
|
||||
|
||||
{%- if ansible_virtualization_role is defined %}{{'{{:cmdb:kvm.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'nginx' in ansible_facts.packages %}{{'{{:cmdb:nginx.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'apache2' in ansible_facts.packages %}{{'{{:cmdb:apache.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'docker' in ansible_facts.packages %}{{'{{:cmdb:docker.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'php' in ansible_facts.packages %}{{'{{:cmdb:php.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'ruby' in ansible_facts.packages %}{{'{{:cmdb:rails.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'mariadb-server' in ansible_facts.packages %}{{'{{:cmdb:mariadb.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'postgresql' in ansible_facts.packages %}{{'{{:cmdb:postgresql.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'tinc' in ansible_facts.packages %}{{'{{:cmdb:tinc.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'tor' in ansible_facts.packages %}{{'{{:cmdb:tor.png?0x50|}}'}}{% endif %}
|
||||
{%- if ansible_virtualization_role is defined %}{{'{{:cmdb:kvm.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'nginx' in ansible_facts.packages %}{{'{{:cmdb:nginx.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'apache2' in ansible_facts.packages %}{{'{{:cmdb:apache.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'docker' in ansible_facts.packages %}{{'{{:cmdb:docker.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'php' in ansible_facts.packages %}{{'{{:cmdb:php.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'ruby' in ansible_facts.packages %}{{'{{:cmdb:rails.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'mariadb-server' in ansible_facts.packages %}{{'{{:cmdb:mariadb.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'postgresql' in ansible_facts.packages %}{{'{{:cmdb:postgresql.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'tinc' in ansible_facts.packages %}{{'{{:cmdb:tinc.png?0x50|}}'}}{% endif %}
|
||||
{%- if 'tor' in ansible_facts.packages %}{{'{{:cmdb:tor.png?0x50|}}'}}{% endif %}
|
||||
{% endif %}
|
||||
|
||||
====== {{ inventory_hostname }} =======
|
||||
|
||||
|
@ -19,7 +21,7 @@
|
|||
{% include 'section_customer.txt.j2' %}
|
||||
{% endif %}
|
||||
|
||||
{% if inventory_hostname not in storage_boxes %}
|
||||
{% if inventory_hostname not in groups.storage_boxes %}
|
||||
{% include 'section_general.txt.j2' %}
|
||||
|
||||
{% include 'section_os-software.txt.j2' %}
|
||||
|
@ -31,11 +33,6 @@
|
|||
{% include 'section_mounted_fs.txt.j2' %}
|
||||
|
||||
{% include 'section_networking.txt.j2' %}
|
||||
{% endif %}
|
||||
|
||||
{% if inventory_hostname in storage_boxes %}
|
||||
{% include 'section_storage_boxes.txt.j2' %}
|
||||
{% endif %}
|
||||
|
||||
{% if "qemu-system-x86" in ansible_facts.packages %}
|
||||
===== KVM =====
|
||||
|
@ -64,3 +61,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% elif inventory_hostname in groups.storage_boxes %}
|
||||
{% include 'section_storage_boxes.txt.j2' %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue