Ansible: Difference between revisions
(point link in the right place) |
(no more denning) |
||
Line 13: | Line 13: | ||
In order to use ansible you will need an ssh public key in the ansible setup, to get your key added ask on the mailing list for someone in the sysadmin group to add you. Note that this is a right, not a privilege, there is a degree of responsibility associated with having root on all the hackspace infrastructure machines! | In order to use ansible you will need an ssh public key in the ansible setup, to get your key added ask on the mailing list for someone in the sysadmin group to add you. Note that this is a right, not a privilege, there is a degree of responsibility associated with having root on all the hackspace infrastructure machines! | ||
There is more documentation in <nowiki>/etc/ansible/000README</nowiki> on | There is more documentation in <nowiki>/etc/ansible/000README</nowiki> on adminstuff. | ||
== See also == | == See also == | ||
https://wiki.london.hackspace.org.uk/view/Networking/Procedures#Ansible_procedures | https://wiki.london.hackspace.org.uk/view/Networking/Procedures#Ansible_procedures |
Revision as of 01:44, 26 February 2016
Intro
Ansible is a configuration management systems - we can specify configuration details on a central machine and push them out to all the other machine on the network (putty and chef are similar systems, we use ansible since it's lightweight and so is kinder to raspberry pi's).
Server
Ansible runs on Adminstuff (formerly Denning)
Howto
In order to use ansible you will need an ssh public key in the ansible setup, to get your key added ask on the mailing list for someone in the sysadmin group to add you. Note that this is a right, not a privilege, there is a degree of responsibility associated with having root on all the hackspace infrastructure machines!
There is more documentation in /etc/ansible/000README on adminstuff.
See also
https://wiki.london.hackspace.org.uk/view/Networking/Procedures#Ansible_procedures