dbgjerez / ansible-bootstrap-workstation

An bootstrap to configure a vanila Fedora installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Fedora

sudo dnf install ansible

Ubuntu

sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

Run

ansible-playbook -i localhost playbook.yaml -K

Note: -K option ask for the root user password

About

An bootstrap to configure a vanila Fedora installation