skylab
/
skylab-ansible
Archived
2
0
Fork 0

Add fedora to list of supported OS's

This commit is contained in:
Ethan Paul 2022-05-20 17:06:21 -04:00
parent d9c00a0d9e
commit a6d1d46236
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 2 additions and 1 deletions

View File

@ -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: