Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkfabrik/sparkdock
Automatic MacOS system provisioning
https://github.com/sparkfabrik/sparkdock
ansible docker macos
Last synced: 2 months ago
JSON representation
Automatic MacOS system provisioning
- Host: GitHub
- URL: https://github.com/sparkfabrik/sparkdock
- Owner: sparkfabrik
- License: other
- Created: 2016-01-02T15:22:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T22:46:06.000Z (2 months ago)
- Last Synced: 2024-10-30T23:26:32.036Z (2 months ago)
- Topics: ansible, docker, macos
- Language: Shell
- Homepage:
- Size: 466 KB
- Stars: 20
- Watchers: 26
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sparkdock
This is an automatic MacOS system provisioner, based on Ansible.
## MacOS
It will install the base system, some useful tools and applications, and some custom scripts.
And some custom scripts you can find under `config/macos/bin`:
1. `run-dingy-proxy`: Custom script to run our docker based http proxy.
1. `ayse-get-sm`: This is a script to print out system informations including serial number.## Installation
To install it, you can run the following command:
```
bash <(curl -fsSL https://raw.githubusercontent.com/sparkfabrik/sparkdock/master/bin/install.macos)
```## Maintainers
This package is maintained by [SparkFabrik](https://www.sparkfabrik.com)'s staff.
Contributions are welcome, in particular it would be great to have playbooks for other OSes or Linux distro.
Send us PRs, open issues if you encounter bugs, talk about this stuff in your blog and - most important - **use docker!** ;)