From a6d1d4623693d2f923593e240863f777134f92a4 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 20 May 2022 17:06:21 -0400 Subject: [PATCH] Add fedora to list of supported OS's --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc8fb2f..3369d24 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ poetry run ansible-playbook ... ## Boostraping remote system for management: -1. Install a supported operating system: [Rocky Linux](https://rockylinux.org) +1. Install a supported operating system: [Rocky Linux](https://rockylinux.org), + [Fedora](https://getfedora.org) 2. During installation create a user named `ansible` with any password 3. After installation copy SSH key to the `ansible` user 4. Enable password-less sudo access for the `ansible` user with this command: