Skip to content

My personal configuration management for Fedora workstation

Notifications You must be signed in to change notification settings

sebastienhurtel/MyConfMgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First try to automate my workstation with Ansible

Environment

Python

python3 -m venv .venv
source .venv/bin/activate
pip install -r requitements.txt

Ansible

ansible-galaxy collection install -r requitements.yaml

Run

To run this playbook:

ansible-playbook -i inventory/all.yaml playbooks/configure.yaml --tags "env,dotfiles" --ask-become-pass --diff --check

About

My personal configuration management for Fedora workstation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published