https://github.com/pythoninthegrass/framework
https://frame.work
https://github.com/pythoninthegrass/framework
Last synced: 3 months ago
JSON representation
https://frame.work
- Host: GitHub
- URL: https://github.com/pythoninthegrass/framework
- Owner: pythoninthegrass
- License: unlicense
- Created: 2023-03-16T01:26:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T01:30:04.000Z (about 2 years ago)
- Last Synced: 2025-01-11T16:50:29.694Z (about 1 year ago)
- Language: Lua
- Size: 3.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# framework
Implement the [official Fedora install guide](https://guides.frame.work/Guide/Fedora+37+Installation+on+the+Framework+Laptop/108) from Framework via Ansible. [Using Ansible](md/ansible.md) is from the excellent [Ansible template repo](https://github.com/acch/ansible-boilerplate) by [@acch](https://github.com/acch).
## Quickstart
```bash
# install dependencies
make install
python -m pip install ansible ansible-lint
# run playbook
# * become (sudo)
# * askpass
# * tags: foo,bar
# * verbose
ansible-playbook tasks/pkg.yml -b -K -- qa -vvv
```
## TODO
* [Issues](https://github.com/pythoninthegrass/framework/issues)
* Clean up repo based on target audience