Difference between revisions of "Ansible-galaxy install dj-wasabi.zabbix-agent"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | ansible-galaxy install dj-wasabi.zabbix-agent | + | {{lc}} |
+ | [[ansible-galaxy install]] dj-wasabi.zabbix-agent | ||
- downloading role 'zabbix-agent', owned by dj-wasabi | - downloading role 'zabbix-agent', owned by dj-wasabi | ||
- downloading role from https://github.com/dj-wasabi/ansible-zabbix-agent/archive/2.2.0.tar.gz | - downloading role from https://github.com/dj-wasabi/ansible-zabbix-agent/archive/2.2.0.tar.gz | ||
Line 5: | Line 6: | ||
- dj-wasabi.zabbix-agent (2.2.0) was installed successfully | - dj-wasabi.zabbix-agent (2.2.0) was installed successfully | ||
+ | |||
+ | |||
+ | #!/usr/bin/env ansible-playbook | ||
+ | |||
+ | - hosts: mysql_servers | ||
+ | tasks: | ||
+ | - [[include_role:]] | ||
+ | name: dj-wasabi.zabbix-agent | ||
+ | vars: | ||
+ | zabbix_agent_server: zabbix.mydomain.com | ||
== See also == | == See also == | ||
+ | * {{ansible-galaxy}} | ||
* {{Ansible}} | * {{Ansible}} | ||
* {{Zabbix}} | * {{Zabbix}} | ||
+ | |||
+ | |||
+ | [[Category:Ansible]] |
Latest revision as of 08:26, 17 February 2023
ansible-galaxy install dj-wasabi.zabbix-agent - downloading role 'zabbix-agent', owned by dj-wasabi - downloading role from https://github.com/dj-wasabi/ansible-zabbix-agent/archive/2.2.0.tar.gz - extracting dj-wasabi.zabbix-agent to /Users/USERNAME/.ansible/roles/dj-wasabi.zabbix-agent - dj-wasabi.zabbix-agent (2.2.0) was installed successfully
#!/usr/bin/env ansible-playbook - hosts: mysql_servers tasks: - include_role: name: dj-wasabi.zabbix-agent vars: zabbix_agent_server: zabbix.mydomain.com
See also[edit]
ansible-galaxy
,ansible-galaxy init
,ansible-galaxy install
,ansible-galaxy collection
,ansible-galaxy --help
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions - Zabbix, Zabbix releases, Install Zabbix using Docker, Zabbix agent (
zabbix_agentd.conf
), Zabbix API,zabbix_server
,zabbix_get
,zabbix_sender
,/etc/zabbix/zabbix_server.conf
Advertising: