Update README.md
This commit is contained in:
parent
6bac71dd4e
commit
2080ae0ec1
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -2,7 +2,9 @@ I bassed the installation on Fedora 39 Server Edition.
|
|||
|
||||
* Ansible will not work as long as SE Linux is active. Use the cockpit localhost:9090 to disable it for duration you need it to be tured off.
|
||||
* 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.
|
||||
* 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