Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook for GNOME workstation setup

Ansible playbook for Fedora workstation. Tested on Fedora 41 but apt based distros like Ubuntu or Debian should also work. GNOME (wayland) only.

Steps

  1. Ensure git and ansible are installed.

    Using dnf for Fedora

    sudo dnf install git ansible -y
    

    or, apt for Ubuntu/Debian etc

    sudo apt update
    sudo apt install git software-properties-common -y
    sudo add-apt-repository --yes --update ppa:ansible/ansible
    sudo apt install ansible -y
    
  2. Run ansible-pull

    sudo ansible-pull -U https://github.com/littlegraycells/ansible-playbooks.git -C main
    
  3. (optional) By default, this will also include developer tooling. To skip it pass devel: false

    sudo ansible-pull -U https://github.com/littlegraycells/ansible-playbooks.git -C main -e '{ devel: false }'
    
  4. Additional options

    {
     devel: true,		// Install dev tooling. Defaults to true
     devel-flutter: false,	// Installs flutter tooling. Defaults to false
     devel-android: true,	// Installs Android Studio. Defaults to true
     kill_gnome: true	// Kills the GNOME session at the end to apply GNOME changes. Defaults to false
    }
    
  5. (optional) Follow instructions for setting up a Web GUI for Incus.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages