From 2080ae0ec161ae57867b20603fc5e2a818f88704 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:58:43 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359816b..f3c2dfb 100644 --- a/README.md +++ b/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" +```