# My Fedora Ansible Post Install ## Quick Setup 1. Install `ansible` ```{bash} sudo dnf install ansible ``` 2. Run the playbooks ```{bash} ansible-playbook ``` ## References Some playbooks forked from CC By Jacques-Philippe JUBENOT.