https://github.com/jpf/system-settings
Ansible playbooks for my system settings
https://github.com/jpf/system-settings
Last synced: 8 months ago
JSON representation
Ansible playbooks for my system settings
- Host: GitHub
- URL: https://github.com/jpf/system-settings
- Owner: jpf
- Created: 2014-02-04T07:54:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T19:45:23.000Z (over 11 years ago)
- Last Synced: 2025-10-11T01:47:21.594Z (8 months ago)
- Language: Shell
- Size: 176 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This is the set of Ansible playbooks that I use to manage my OS X
workstations. Initial setup (that requires root) is in the
setup-osx.yml file. My day-to-day configuration is in default.yml.
SETUP:
$ sudo easy_install pip
$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install paramiko PyYAML jinja2 httplib2
$ ansible-playbook -K -i inventory setup-osx.yml
$ ansible-playbook -i inventory default.yml
NORMAL USE:
Once I've setup Ansible, all of my changes are done to default.yml,
which is run with the following command:
$ ansible-playbook -i inventory default.yml