- You must have Ansible installed on your computer.
# for Debian
sudo apt update
sudo apt install ansible -y
For role Install Docker
docker_users: [ubuntu]
- A list of users who will be added to the docker group.
See the defaults/main.yml
file listing
all possible options which you can be passed to a runner registration command.
For role Install Zabbix Docker
must_zbx_server_agent_installed: false
- what should be installed? Zabbix server + agentmust_zbx_proxy_agent_installed: false
- what should be installed? Zabbix proxy + agentmust_zbx_proxy_installed: false
- what should be installed? Zabbix proxymust_zbx_agent_installed: false
- what should be installed? Zabbix agent
See the defaults/main.yml
file listing
all possible options which you can be passed to a runner registration command.
Config the Web-Server with Ansible:
Ansible code one that deploys everything you need to run service - docker and related.
git clone https://github.com/DenAV/ansible-zabbix-docker.git
cd ansible-zabbix-docker
ansible-playbook playbooks/pl_zbx_docker_setup_local.yml -bK
<sudo password>:
or
sudo ansible-playbook playbooks/pl_zbx_docker_setup_local.yml