https://github.com/smkent/provisioning
smkent's machine configuration
https://github.com/smkent/provisioning
ansible linux linux-mint ubuntu
Last synced: 3 months ago
JSON representation
smkent's machine configuration
- Host: GitHub
- URL: https://github.com/smkent/provisioning
- Owner: smkent
- License: gpl-3.0
- Created: 2016-08-31T03:12:27.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T07:46:14.000Z (5 months ago)
- Last Synced: 2026-02-16T14:14:36.480Z (5 months ago)
- Topics: ansible, linux, linux-mint, ubuntu
- Language: Python
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# provisioning
Ansible provisioning scripts for my machines
These scripts are meant for desktop/laptop systems running Ubuntu Linux.
## Usage
Simply clone the repository and run the convenience script to configure a
system:
```shell
./provision
```
If not already installed, the convenience script installs Ansible and
dependencies before running the playbook. `provision` passes any arguments to
`ansible-playbook`.
## Features
The included playbook performs the following actions:
* Install packages using `apt` and `pipx`
* Install [smkent/dotfiles](https://github.com/smkent/dotfiles) in `$HOME`
* Set [Budgie desktop environment](https://ubuntubudgie.org/) preferences
## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
See [`LICENSE`](/LICENSE) for the full license text.