MrCloud / mobile-roles-ansible-playbook

An ansible playbook to provision OS X Computer with iOS and/or Android Development environments and/or CI build agents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible-Playbook

This project defines ansible roles arranged in a playbook in order to quickly provision an OS X / iOS development environment or Android development environment on OS X.

In the future we'll add a build agent role as well

If you like this project you can support me

Buy Me A Coffee

gif

Prerequisite

xcode-select --install
  • Ansible installed via pip
easy_install pip
pip install ansible

Usage

roles:
    - ios-developer-role
    - android-developer-role
    - ios-agent-role
  • Finally install the selected roles by running:
ansible-playbook -i inventory mrcloud-playbook.yml

Roadmap

  • Build & Test agent (CI, Sonar, Appium) role

About

An ansible playbook to provision OS X Computer with iOS and/or Android Development environments and/or CI build agents

License:MIT License


Languages

Language:Python 84.9%Language:Shell 15.1%