Skip to content
 
 

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

Packages

Contributors

Languages