Skip to content

Renji-FR/ansible-starterkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Starter Kit

This repository is aimed at starting fast and effective with ansible.

  • Fill the hosts file with you groups and hosts.
  • Modify the ssh.cfg config file to fit your needs.
  • Write new playbooks in playbooks directory.
  • Operate from the project root so that ansible.cfg and ssh.cfg are taken into account by all ansible commands.
  • Run ansible all -m ping: if you get pong response from all hosts, you are ready to operate.

References

Here are some project that will give you examples of advanced usages of Ansible:

Some slidedecks to enlight you:

Have fun. Hack in peace.

About

base material to begin hosts management with ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%