https://github.com/smkent/provisioning
smkent's machine configuration
https://github.com/smkent/provisioning
ansible linux linux-mint ubuntu
Last synced: about 2 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:08:09.000Z (about 1 year ago)
- Last Synced: 2025-01-28T14:15:09.582Z (4 months ago)
- Topics: ansible, linux, linux-mint, ubuntu
- Language: Python
- Size: 165 KB
- Stars: 0
- Watchers: 3
- 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.