Differences between revisions 1 and 2
Revision 1 as of 2021-12-31 11:54:14
Size: 701
Comment:
Revision 2 as of 2021-12-31 11:55:19
Size: 711
Comment:
Deletions are marked like this. Additions are marked like this.
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 syncthing

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)