bitwarden

This commit is contained in:
jaydee 2024-11-19 15:33:44 +01:00
parent 02e1838ad0
commit 6d03c8e29d
2 changed files with 19 additions and 1 deletions

View File

@ -72,8 +72,9 @@
- zabbix-agent2
- zabbix-agent2-plugin-mongodb
- zabbix-agent2-plugin-postgresql
- zabbix-agent2-plugin-mssql
- zabbix-agent2-plugin-mysql
update_cache: yes
ignore_errors: true
when: inventory_hostname != 'nas.home.lan'
- name: Reconfigure zabbix agent Server

View File

@ -0,0 +1,17 @@
- hosts: datacenter
name: Set hostname
become: true
tasks:
- name: Modify hostyname
ansible.builtin.hostname:
name: "{{ inventory_hostname }}"
use: systemd
- name: Print all available facts
ansible.builtin.debug:
var: ansible_facts.architecture
- name: Print all available facts
ansible.builtin.debug:
var: "{{ ansible_distribution }}"
- name: Print all available facts
ansible.builtin.debug:
var: ansible_facts.distribution_version