Skip to content

Rurson/ansible_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playground

Repository for learning ansible

Requirements

  • poetry
  • docker
  • docker-compose

Installation

poetry install
docker-compose up -d

Example run

ansible-playbook ./ansible/first_playbook.yaml

if you wannt to use another inventory, change path in ansible.cfg or use paramters -i

ansible-playbook -i ./ansible/inventories/local.yaml ./ansible/first_playbook.yaml

References

Dockerfile is an upgraded version of William-Yeh

TODO:

About

playground for ansible learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published