Move all shared into this new repo

This commit is contained in:
2020-04-02 15:48:20 -06:00
parent 27307f26f2
commit 66fd90a649
465 changed files with 61143 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: restart mariadb
service: name=mariadb state=restarted
- name: restart zabbix-server
service: name=zabbix-server state=started

View File

@@ -0,0 +1,17 @@
---
#Adding Zabbix .deb file
- name: Install Zabbix .deb package from the internet.
apt:
deb: https://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb
# Install Zabbix applications
- name: Installing Zabbix applications
apt:
update_cache: yes
state: present
name:
- zabbix-server-mysql
- zabbix-frontend-php
- zabbix-agent