Broke tasks out into roles rather than leaving them all in common

This commit is contained in:
Elia Farin
2024-10-30 13:45:57 -05:00
parent ead61b9fdc
commit 5f6cc4ae7b
10 changed files with 116 additions and 44 deletions

View File

@@ -1,2 +1,20 @@
# ansible-fedora
Ansible scripts for installing and configuring my system
To clone repo:
sudo dnf install -y git
git clone git@github.com:phrequency-navigator/ansible-fedora.git
To install dependancies:
cd ansible-fedora
chmod u+x setup.sh
./setup.sh
Edit the "all" file in ./ansible-fedora/group_vars to customize the setup
Run the playbook
cd fedora-ansible
ansible-playbook -i hosts --become --ask-become-pass common.yml