iamken1204 / aionic-playground

An Ansible & Ubuntu 18.04 provisioning playground.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aionic-playground

Provisioning playground for Ansible / bIONIC beaver. This playbook ONLY tested on Ubuntu 18.04.

How to use

  1. Check your target hosts
λ cat inventory/$YOUR_TAEGET/hosts.ini
  1. Check the components you want to deploy
λ cat provision.yml
  1. Provision
λ ansible-playbook -i inventory/$YOUR_TAEGET/hosts.ini provision.yaml

Prequirements

Try it

  • Fire up VMs
λ vagrant up
  • Deploy
λ ansible-playbook -i inventory/aionic/hosts.ini provision.yaml

About

An Ansible & Ubuntu 18.04 provisioning playground.


Languages

Language:Ruby 71.0%Language:Shell 25.0%Language:Makefile 4.0%