Skip to content

My personal configuration management for Fedora workstation

Notifications You must be signed in to change notification settings

jclegatte/MyConfMgmt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First try to automate my workstation with Ansible

Run

Create a python virtual env

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

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