Ansible: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Created page with "== Vagrant == Repository vastra-ansible contains a separate role for each configuration set. (Documented elsewhere.) A main setup.yml pulls in each role when I run "vagrant..."
 
Brian Wilson (talk | contribs)
Line 11: Line 11:


The Ansible Control Machine will be the central control for all Vastra machines.
The Ansible Control Machine will be the central control for all Vastra machines.
== Tid bits ==
Connect to remote server and dump out everything you know about it:
ansible -i inventory hostname -m setup






[[Category: System Administration]]
[[Category: System Administration]]

Revision as of 14:49, 30 May 2016

Vagrant

Repository vastra-ansible contains a separate role for each configuration set. (Documented elsewhere.)

A main setup.yml pulls in each role when I run "vagrant up" or "vagrant provision".

Ansible Control

http://everythingshouldbevirtual.com/ansible-setting-up-an-ansible-control-machine-part-1

The Ansible Control Machine will be the central control for all Vastra machines.


Tid bits

Connect to remote server and dump out everything you know about it:

ansible -i inventory hostname -m setup