Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


ansible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ansible [2014/06/11 18:53] adminansible [2014/06/11 19:21] admin
Line 2: Line 2:
 ~~TOC~~ ~~TOC~~
  
-=====Ansible - Installation=====+=====Ansible - automation=====
 Prerequisites: Prerequisites:
   * EPEL repo.   * EPEL repo.
Line 16: Line 16:
  
 ====Configure==== ====Configure====
 +  * Edit **/etc/ansible/hosts** <code>192.168.1.50
 +aserver.example.org
 +bserver.example.org</code>
 +  * Create ssh keys and setup the ssh-agent. <code>$ ssh-agent bash
 +$ ssh-add ~/.ssh/id_rsa</code>
 +  * Ping all nodes. <code>ansible all -m ping</code>
  
 +====Documentation====
 +[[http://docs.ansible.com]]
ansible.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1