JayKayy / linux-setup

Customizable Ansible playbook for setting up developer laptops
GNU General Public License v3.0
0 stars 0 forks source link

linux-setup

Ansible automation for configuring Linux desktops

This repository is for automating the configuration and setup of linux(mainly Fedora) installs.

To begin modify inventory/hosts and specify the list of hosts you wish to configure.

Next, modify vars/vars.yml file with the desired configuration options listed.

Once the variables are set, ensure the following:

Then run the setup playbook:

ansible-playbook -u <user> -kK setup.yml

Known issues: