Merge branch 'vm-setup' into 'newinfra'
[vm] Activate serial tty See merge request nounous/ansible!41certbot_on_virtu
						commit
						fcd2bfb8d4
					
				| 
						 | 
					@ -24,6 +24,7 @@
 | 
				
			||||||
- hosts: crans_vm
 | 
					- hosts: crans_vm
 | 
				
			||||||
  roles:
 | 
					  roles:
 | 
				
			||||||
    - qemu-guest-agent
 | 
					    - qemu-guest-agent
 | 
				
			||||||
 | 
					    - serial-tty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- hosts: slapd
 | 
					- hosts: slapd
 | 
				
			||||||
  vars:
 | 
					  vars:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,6 @@
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					- name: Load and activate getty service for ttyS0
 | 
				
			||||||
 | 
					  systemd:
 | 
				
			||||||
 | 
					    name: getty@ttyS0
 | 
				
			||||||
 | 
					    enabled: true
 | 
				
			||||||
 | 
					    state: started
 | 
				
			||||||
		Loading…
	
		Reference in New Issue