All Projects → ansible-macos → macos-playbook

ansible-macos / macos-playbook

Licence: MIT license
Ansible playbook for OS X. Installs the common apps and libraries for web developers

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Less
1899 projects
coffeescript
4710 projects

Projects that are alternatives of or similar to macos-playbook

Ansible Ubuntu
Ansible scripts to setup Ubuntu desktop/server
Stars: ✭ 182 (+435.29%)
Mutual labels:  playbook
k0s-ansible
Create a Kubernetes Cluster using Ansible and the vanilla upstream Kubernetes distro k0s.
Stars: ✭ 56 (+64.71%)
Mutual labels:  playbook
mastible
An Ansible playbook to install Mastodon
Stars: ✭ 17 (-50%)
Mutual labels:  playbook
Rollback
Ansible role to rollback scripting applications like PHP, Python, Ruby, etc. in a capistrano style
Stars: ✭ 230 (+576.47%)
Mutual labels:  playbook
ansible-openstack
Openstack made easy
Stars: ✭ 13 (-61.76%)
Mutual labels:  playbook
mac-setup-playbooks
Ansible playbooks for setting up mac
Stars: ✭ 32 (-5.88%)
Mutual labels:  playbook
Team
sweet home
Stars: ✭ 180 (+429.41%)
Mutual labels:  playbook
vSphere-6.5-API-Playbook-Examples
Examples of how to create Ansible playbooks to leverage vSphere 6.5 RESTful APIs. Playbooks will be isolate to specific APIs and roles added for example use cases.
Stars: ✭ 16 (-52.94%)
Mutual labels:  playbook
terraform-provider-oneview
Automates the provisioning of physical infrastructure from a private cloud using templates from HPE OneView with Terraform
Stars: ✭ 46 (+35.29%)
Mutual labels:  provision
ansible-war-deploy
A playbook to deploy a WAR on Tomcat & restart it.
Stars: ✭ 20 (-41.18%)
Mutual labels:  playbook
Ansible Playbook Grapher
A command line tool to create a graph representing your Ansible playbook tasks and roles
Stars: ✭ 234 (+588.24%)
Mutual labels:  playbook
guides
Dealerdirect guides for getting things done, be a programming role-model, coding in style and being the better colleague.
Stars: ✭ 21 (-38.24%)
Mutual labels:  playbook
phpell
[ABANDONED] Vagrant VM with bash(shell) provision for PHP development
Stars: ✭ 26 (-23.53%)
Mutual labels:  provision
Nci Ansible Ui
Simple web interface for running Ansible playbooks
Stars: ✭ 217 (+538.24%)
Mutual labels:  playbook
automated-testing-playbook
A set of principles, practices, idioms, and strategies pertaining to automated software testing and its adoption
Stars: ✭ 50 (+47.06%)
Mutual labels:  playbook
Playbook
Vinta's Best Moves Compiled
Stars: ✭ 181 (+432.35%)
Mutual labels:  playbook
wordpress-ansible-playbook
An ansible playbook for setting up production and staging WordPress site(s). Nginx, php7.3, ssl ready (via letsencrypt), mariadb.
Stars: ✭ 85 (+150%)
Mutual labels:  playbook
rancher-plugin
rancher jenkins plugin deploy or upgrade service
Stars: ✭ 42 (+23.53%)
Mutual labels:  provision
mysql secure installation Ansible
Idempotent Ansible Module that provides the functions of "mysql_secure_installation" script
Stars: ✭ 34 (+0%)
Mutual labels:  playbook
hashicorp-labs
Deploy locally on VM an Hashicorp cluster formed by Vault, Consul and Nomad. Ready for deploying and testing your apps.
Stars: ✭ 32 (-5.88%)
Mutual labels:  provision

OSX Playbook [WIP]

An Ansible Playbook for web developers using OS X

Getting Started

Use the next commands to install ansible and run the playbooks

Install pip in OSX

sudo easy_install pip

Install ansible

sudo pip install ansible

Install ansible requirements

ansible-galaxy install -r requirements.yml
chmod -x ./inventory

Run the playbook

ansible-playbook init.yml --ask-become-pass

Common problems

If while running the install.yml playbook some of the casks are missing try to run:

brew update && brew upgrade brew-cask
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].