mirror of
				https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
				synced 2025-11-04 11:08:35 +01:00 
			
		
		
		
	
			
				
					
						
					
					fa060e74d86cc7407d83e29bb6982980ddb0c6ce
				
			
			
		
	Fedora-CoreOS-Ignition
Ignition configurations for Fedora CoreOS
Notes
- These are the configs I personally use on my systems. You MUST edit the files before you use them. At the very least, you should add your SSH keys or password hash.
 - Only ED25519 SSH keys are accepted with the SSHD hardening configuration. If you do not use ED25519 keys, you will need to adjust the 
/etc/ssh/sshd_config.d/10-custom.conffile accordingly. - If you create a passwordless user that requires administrative privileges, ensure that it is part of the 
sudogroup (CoreOS allows this group to use sudo without a password) as the configs will disable empty password system authentication. - These configurations are made with a VPS in mind. You should adapt it for a bare metal deployment if that is what you are using (adding additional kernel parameters, configuring drive encryption, configuring storage, etc). You should also change the tuned profile from 
virtual-guestappropriately. - The docker-compose-updater@.timer can be enabled to have automatic updates for your containers created by Docker Compose.
 
Description