701
Comment:
|
709
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Start by installing syncthing | Start by installing ansible |
Line 25: | Line 25: |
Transfer the public ssh key to the systems ansible is going to automate. This key is part of the domain_clone script. | Transfer the ssh public key to the systems ansible is going to automate. The ssh public key is part of the domain_clone script. |
Ansible
Ansible is an open source IT configuration management and automation platform. It makes automation simple and effective.
Software
Start by installing ansible
apt-get install ansible
SSH Keys
ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/kale/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/kale/.ssh/id_rsa Your public key has been saved in /home/kale/.ssh/id_rsa.pub
Transfer the ssh public key to the systems ansible is going to automate. The ssh public key is part of the domain_clone script.