Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 799 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 799 Bytes

ansible-playground

This repository contains:

  • Ansible quickstart for local playground
  • Playbook for provisioning Docker Swarm
  • CI pipeline for Azure Devops

Dependencies

An Ansible 2.7 or higher installation. Vagrant 2.2.0 or higner installation. Ansible role atosatto.docker-swarm

How to:

Customize inventory file with your target hosts, then just ansible-playbook localPlaybook.yaml -i inventory

Useful References