Skip to content

kosmolito/ansible-pc-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible PC Setup

About

This repository contains a set of Ansible playbooks to setup a Fedora environment including installing dnf, flatpak packages and setup repofiles. This is a personal project and the aim is to automate the setup of a Fedora environment as much as possible. The playbooks are designed to be idempotent and can be run multiple times without causing any issues.

Requirements

  • Fedora
  • Ansible

Usage

# Clone the repository using the following command
git clone https://github.com/kosmolito/ansible-pc-setup.git

# Change the directory to the cloned repository
cd ansible-pc-setup

# Install Ansible if it is not already installed
sudo dnf update -y && sudo dnf install -y ansible

# Install the required Ansible collections, if they are not already installed
ansible-galaxy collection install -r requirements.yml

# Run the playbooks.
ansible-playbook local.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published