Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 605 Bytes

ansible

Ansible is an IT-automation system. I use it to setup my own development environment. Inspired by ThePrimeagen/ansible.

Install ansible

sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get update -y
sudo apt-get install -y curl git software-properties-common ansible

Pull ansible (& execute ansible)

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

Run ansible (e.g. in docker container)

ansible-playbook -t install local.yml --ask-become-pass --ask-vault-pass