Differences between revisions 2 and 3
Revision 2 as of 2021-12-31 11:55:19
Size: 711
Comment:
Revision 3 as of 2021-12-31 12:00:32
Size: 709
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
Start by installing syncthing Start by installing ansible

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.

None: Ansible (last edited 2021-12-31 12:04:43 by Kristian Kallenberg)