Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 550 Bytes

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.