https://github.com/dbgjerez/ansible-bootstrap-workstation
An bootstrap to configure a vanila Fedora installation
https://github.com/dbgjerez/ansible-bootstrap-workstation
ansible ansible-playbook fedora
Last synced: about 1 month ago
JSON representation
An bootstrap to configure a vanila Fedora installation
- Host: GitHub
- URL: https://github.com/dbgjerez/ansible-bootstrap-workstation
- Owner: dbgjerez
- Created: 2022-09-23T13:04:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T15:44:02.000Z (10 months ago)
- Last Synced: 2025-02-01T18:43:35.515Z (3 months ago)
- Topics: ansible, ansible-playbook, fedora
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## Fedora```bash
sudo dnf install ansible
```# Run
```
ansible-playbook -i localhost playbook.yaml -K
```> Note: -K option ask for the root user password