26 lines
		
	
	
		
			981 B
		
	
	
	
		
			INI
		
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			981 B
		
	
	
	
		
			INI
		
	
	
	
| # This is an Ansible inventory file in INI format. You can define a list of
 | |
| # hosts and groups to be managed by this particular inventory.
 | |
| 
 | |
| # Hosts listed under [debops_all_hosts] will have common DebOps plays
 | |
| # ran against them. It will include services such as iptables, DNS, Postfix,
 | |
| # sshd configuration and more.
 | |
| #
 | |
| # View the list here:
 | |
| # https://github.com/debops/debops/blob/master/ansible/playbooks/common.yml
 | |
| #
 | |
| # You should check Getting Started guide for useful suggestions:
 | |
| # https://docs.debops.org/en/master/introduction/getting-started.html
 | |
| 
 | |
| # Your host is eligible to be managed by DebOps' common playbook. If you want
 | |
| # that functionality and more, then uncomment your hostname below.
 | |
| 
 | |
| [debops_all_hosts]
 | |
| #cargoday12 ansible_host=cargoday12.ipr.univ-rennes1.fr ansible_connection=local
 | |
| bullseye.ipr       ansible_ssh_host=bullseye.ipr.univ-rennes1.fr
 | |
| 
 | |
| [debops_all_hosts:children]
 | |
| proxmox7
 | |
| 
 | |
| [proxmox7]
 | |
| hyperv1.ipr        ansible_ssh_host=hyperv1.ipr.univ-rennes1.fr
 |