This project prepares servers with specific configurations:
- Encrypts the second disk and the root-adjacent partition.
- Disables CPU C-state and switches to performance mode.
- Renames the active network interface and displays details.
- Ansible 2.9+ installed on the control machine.
- Ensure SSH access and
sudopermissions to the target server.
Edit inventory/hosts with the server details.
ansible-playbook -i inventory/hosts playbooks/prepare_server.yml