Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 498 Bytes

Queerious Labs Infrastructure

Documentation and ansible confguration for the tech / IT infrastructure at Queerious Labs

Ansible

Ansible needs to be told which inventory file to use using -i (by default is uses /etc/ansible/hosts).

E.g: To test your connection to infrastructure by pinging all hosts, run:

cd ansible
ansible -i hosts all -m ping

Or to run all playbooks (i.e. configure all infrastructure):

cd ansible
ansible-playbook -i hosts playbooks/all.yml