-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.yaml
36 lines (30 loc) · 958 Bytes
/
main.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
ansible_cmdb_webserver_hostname: localhost # used to delegate the tasks
ansible_cmdb_webserver_path: /var/www/pub/cmdb
ansible_cmdb_webserver_owner: www-data
ansible_cmdb_webserver_group: www-data
ansible_cmdb_webserver_mode_files: '0644'
ansible_cmdb_webserver_mode_folder: '0755'
ansible_cmdb_server_json_path: "{{ ansible_cmdb_webserver_path }}/json"
# reports
ansible_cmdb_report_hallo_welt: true
ansible_cmdb_report_hostvars: true
ansible_cmdb_report_maxauthtries: true
ansible_cmdb_report_sysinfo: true
ansible_cmdb_report_tmout: true
ansible_cmdb_report_uname: true
# styling and settings
ansible_cmdb_columns:
- sysinfo.inventory_hostname
- sysinfo.hostname
- sysinfo.ip
- sysinfo.distribution
- sysinfo.major_release
- sysinfo.load
# - sysinfo.os_family
- sysinfo.processor_cores
- sysinfo.memory
- sysinfo.interfaces
- tmout.tmout
ansible_cmdb_css_background_color: "#010409"
ansible_cmdb_css_font_color: "#e6edf3"