Skip to content

rubicae/queerious-infrastructure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%