Coder Social home page Coder Social logo

fedora-playbook's Introduction

๐ŸŽฉ Fedora Playbook

Fedora Workstation managed with Ansible.

๐Ÿ“œ Preamble

๐ŸŸข What this playbook does ?

  • Installs essential programs.
  • hardens your Fedora Linux.
  • Configure your system & programs very easily.
  • Customize the Gnome environment.

๐Ÿ”ด What this playbook doesn't do ?

  • Update your operating system.
  • Configure any other distribution than Fedora Linux.
  • Install hardware-specific programs.
  • Manage your partitions or your disks.

๐Ÿš€ Installation

Important

Variables are present in the group_vars directory. You need to edit them to customize your installation.

If you need a "sudo" password, use the -K (upper-case) argument.

Firstly, install Ansible:

# dnf install ansible

You can then clone this repository and enter it:

$ git clone https://github.com/steadywool/fedora-playbook.git
$ cd fedora-playbook

Start the playbook and configure your system with this command:

$ ansible-playbook playbook.yml -K

โœจ Configuration

You can perform partially run of playbook using tags.

You can list them with this command:

$ ansible-playbook playbooks/production.yml --list-tags

Then use them with the -t ROLE parameter.

๐Ÿ“• Exemples

Install every packages & enable/start Systemd services:

$ ansible-playbook playbook.yml -K -t packages,services

Executes tasks requiring no privileges:

$ ansible-playbook playbook.yml -t dotfiles,desktop,services.user

Execute the entire playbook but skip the configuration of Usbguard & ADB:

$ ansible-playbook playbook.yml -K --skip-tags security.usbguard,applications.adb

For more arguments, check the man page with the command man ansible-playbook.

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.