Update README.md

This commit is contained in:
David Rotermund 2024-04-08 10:58:43 +02:00 committed by GitHub
parent 6bac71dd4e
commit 2080ae0ec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,8 @@ I bassed the installation on Fedora 39 Server Edition.
* Don't forget to configure the firewalls correctly. Again, use cockpit.
* Portainer is exported to port 9443. You should use it for coordinating the docker chaos.
You need to scroll though the files and change the values to your setup.
# How make a computer ready for ansible
```
@ -33,4 +35,12 @@ And then for every computer:
passwd_value="PUT_A_PASSWORD_HERE"
sshpass -p "$passwd_value" ssh-copy-id -o "StrictHostKeyChecking accept-new" ansibleuser@COMPUTERNAME
```
# Overleaf yaml file
For the smtp relay we need to set the email password and email user. You can provide it via command line parameter or yaml file to ansible-playbook.
```
---
EUSER: "SOME EMAIL USER"
EPASS: "SOME PASSWORD"
```