Skip to content

A collection of ansible playbooks to make my life easier

Notifications You must be signed in to change notification settings

atareao/ansible-playbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Ansible Playbooks

This is a collection of playbooks to make my life easier, and avoid repeat taks one time and again

repeat taks one time and again

Some somples

Make a ping to all hosts in inventory

ansible all -i inventory -m ping

Update all hosts in inventory

ansible-playbook -i inventory playbooks/

Install docker in all webs

Add docker repository and add ubuntu user to docker group

ansible -i inventory playbooks/install_docker.yml

About

A collection of ansible playbooks to make my life easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages