1.Create a ed25519 host key with follwing name "ssh_host_ed25519_key" accordingly "ssh_host_ed25519_key.pub" and move it into prvisioning/secrets.
```shell
cd alxmonitoring/offline/packer/provisioning
mkdir secrets
cd secrets
ssh-keygen -t ed25519
```
2.Create in also in folder ```alxmonitoring/offline/packer/provisioning``` a ```authorized_keys``` file and paste here the key you want use to connect via ssh.
3.Now you are ready to build the diskimage. Change into ```alxmonitoring/offline/packer``` folder and run the following command.
```shell
./build.sh archlinux-monitoring.json
```
## Ansible
4.Create the necessary TLS certificates with following script.