8825931deff4490bd3265192bf67e07352b879f0
				
			
			
		
	VM Setup
Fist time VM/Container setup.
- Prepare for ansible management.
- Clear 
ansibleuser and group - Add 
ansibleuser and group with encrypted password - Make 
ansiblesudo user - Add Ansible's ssh pubkey for authentication
 - Adjust permissions
 
 - Clear 
 - Install docker compose
- Add docker update script to weekly cron
 - Add docker compose file
 - Install docker compose
 - Start 
autohealcontainer 
 
Debian:
apt install -y curl
curl -s https://git.schulze.network/schulze/vm-setup/raw/branch/main/ansible.sh | sh
curl -s https://git.schulze.network/schulze/vm-setup/raw/branch/main/docker.sh | sh
Rocky:
curl -s https://git.schulze.network/schulze/vm-setup/raw/branch/main/ansible-rocky.sh | sh
curl -s https://git.schulze.network/schulze/vm-setup/raw/branch/main/docker.sh | sh
Description
				install docker compose with automatic updates to everything,
set up ansible account for management
						
						
						
					Languages
				
				
								
								
									Shell
								
								100%