No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pimerle 41654c12cd Merge branch 'add-some-doc' of cleming/ansible into master 3 years ago
inventories Add Ansible PoC stuff 3 years ago
local Add Ansible PoC stuff 3 years ago
playbooks Add Ansible PoC stuff 3 years ago
roles Add Ansible PoC stuff 3 years ago
tf Add Ansible PoC stuff 3 years ago
.gitignore Add Ansible PoC stuff 3 years ago
LICENSE Initial commit 3 years ago
README.md Add env setup to README 3 years ago
ansible.cfg Add Ansible PoC stuff 3 years ago
requirements.txt Add Ansible PoC stuff 3 years ago

README.md

Ansible Netfreaks stream

Requirements

  • Add vault password in .vault_password
  • Use a Python virtualenv (not required)
  • pip install -r requirements.txt
  • ansible-galaxy install -r roles/requirements.yml

Bootstrap on lab

./playbooks/00_bootstrap.yml -uroot -i inventories/lab/ -e 'apt_get_upgrade=true'
./playbooks/01_baseline.yml -uroot -i inventories/lab/

Deploy stack on lab

./playbooks/03_stream_stack.yml -i inventories/lab/