Skip to content

Fr3574/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Contains my basic ubuntu setup

Topics

Resources

Stars

Watchers

Forks