https://github.com/vaparetia/ansibleplaybooks
Playbooks and kickstart config for configuring my workstations how I like them
https://github.com/vaparetia/ansibleplaybooks
ansible fedora-workstation kickstart
Last synced: 6 months ago
JSON representation
Playbooks and kickstart config for configuring my workstations how I like them
- Host: GitHub
- URL: https://github.com/vaparetia/ansibleplaybooks
- Owner: vaparetia
- Created: 2022-09-25T05:52:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T05:50:05.000Z (almost 3 years ago)
- Last Synced: 2025-06-17T10:46:07.097Z (about 1 year ago)
- Topics: ansible, fedora-workstation, kickstart
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fedora Workstation Playbooks
Playbooks for configuring my workstations how I like them.
Feel free to take these and do with what you will.
To use these files: You must have ansible installed.
Put your ip address of your target machine and substitue $ with your user name in the hosts file.
Execute with .
Enter the user's password, press enter.
Enter the user's become password (sudo password) if different than login password, press enter.
Wait for everything to complete.
If you get an error about ssh keys, etc, try ssh'ing into the machine first with a regular and exit. This will add the ssh key for that machine to your known_hosts file in your home directory.
Included is a kickstart file with my base configuration for unattended installations with a network-install image. Feel free to take and do with what you will.