Skip to content

mosmuell/ansible_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_config

We want to automate the configuration of our workstations using ansible. We can do this using playbooks (like local.yml) to write down all the programs that we want to have installed on our computer.

To execute this on the localhost machine, we have to install ansible

sudo dnf install ansible

and then execute the playbook stored in this git repository

sudo ansible-pull -U https://github.com/mosmuell/ansible_config.git

local.yml

Ansible will execute this playbook by default.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published