mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2022-01-04 13:00
This commit is contained in:
parent
7f440a719d
commit
fb2553ae89
@ -12,4 +12,6 @@
|
||||
line: "root: {{ system_admin_email }}"
|
||||
notify: newaliases
|
||||
|
||||
tags: postfix,mail
|
||||
|
||||
...
|
||||
|
@ -15,7 +15,7 @@
|
||||
when:
|
||||
- ansible_virtualization_role == 'host' or ansible_virtualization_type != 'lxc'
|
||||
- ansible_os_family == 'RedHat'
|
||||
- include_tasks: mail.yml
|
||||
- include: mail.yml
|
||||
- include_tasks: system.yml
|
||||
- include_tasks: ansible.yml
|
||||
- include_tasks: hardware.yml
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Add Zabbix repo key
|
||||
apt_key:
|
||||
url: https://repo.zabbix.com/zabbix-official-repo.key
|
||||
data: "{{ lookup('url', 'https://repo.zabbix.com/zabbix-official-repo.key', split_lines=False) }}"
|
||||
environment:
|
||||
https_proxy: "{{ system_proxy | default('') }}"
|
||||
tags: repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user