feat(vmagent): add ansible role with docker support
This commit is contained in:
		
							
								
								
									
										6
									
								
								playbooks/vmagent.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								playbooks/vmagent.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
- name: Install and configure vmagent
 | 
			
		||||
  hosts: "{{ vmagent_hosts | default('vmagent') }}"
 | 
			
		||||
  become: "{{ vmagent_become | default(false) }}"
 | 
			
		||||
  roles:
 | 
			
		||||
    - role: finallycoffee.observability.vmagent
 | 
			
		||||
		Reference in New Issue
	
	Block a user