Giter Club home page Giter Club logo

ansible-silverblue's Introduction

ansible-silverblue

You can use this repository to configure a Fedora Silverblue workstation or laptop with Ansible. It will make it easier to apply the same settings to multiple hosts, saving you from having to manually configure your computer over and over again.

Included Roles

The main parts of this project can be seen in the 'roles' directory. Each role included there contains a README file that explains what the role is and how to use it. For starters, here is a brief summary of each role:

  • layered_packages: Install or remove packages into / from the base rpm-ostree image.
  • flatpaks: Install desired flatpak applications.
  • fonts: Install custom fonts (this role is under the GPLv3 License).
  • gnome_settings: Set various GNOME desktop settings. The role makes these changes via dconf.
  • os_updates: Configure the auto-update policy for the host.

Variables

I've consolidated the project's variables into the group_vars/all file. This makes it easy to update the project's variables from a single location. You should customize the values in that file to set what changes get applied in the various roles.

Setup

Clone this repository with:

  • git clone https://github.com/j1mc/ansible-silverblue.git

Install needed dependencies with:

  • cd ansible-silverblue
  • python3 -m venv venv
  • source venv/bin/activate
  • pip3 install -r requirements.txt
  • ansible-galaxy collection install -r requirements.yml

... then make edits to the group_vars/all file to customize this project to make it do what you want it to do.

Run the Playbooks

This command will run all of the included playbooks:

ansible-playbook -i hosts -l this_host -K -v playbook_base.yml

If you want to run any of the roles individually, please review that role's README file for the needed command.

License

Unless otherwise indicated in the individual role, this project is under the BSD License.

Author

ansible-silverblue's People

Contributors

j1mc avatar nitrousoxide avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.