Update README.md
This commit is contained in:
parent
6bac71dd4e
commit
2080ae0ec1
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue