This commit is contained in:
6
playbooks/deploy_grafana.yml.ansible
Normal file
6
playbooks/deploy_grafana.yml.ansible
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Gather facts from all hosts
|
||||
hosts: grafana_servers
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- grafana
|
||||
Reference in New Issue
Block a user