Skip to content

chrisgilmerproj/ansible-osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

22532b3 · Sep 2, 2020

History

82 Commits
May 23, 2016
Dec 29, 2016
May 23, 2016
Jun 3, 2016
Dec 29, 2016
Dec 9, 2019
Sep 2, 2020
Dec 29, 2016
Dec 9, 2019
Mar 31, 2019
Jun 3, 2016
Mar 31, 2019
Jun 18, 2018
Aug 31, 2020

Repository files navigation

Ansible

This is the repository of ansible configurations. To learn more about ansible read the docs: http://docs.ansible.com/ansible/

Warning for Playbooks

If you are not sure that you want to execute a command remotely use the --check which executes a "dry run" of your play. More information can be found here: http://docs.ansible.com/ansible/playbooks_checkmode.html

For instance:

$ ansible-playbook playbooks/localhost.yml --check

Then run with:

$ ansible-playbook playbooks/localhost.yml --diff -v --ask-become-pass

or

$ ansible-playbook playbooks/localhost.yml --diff -v --ask-become-pass --tags python --extra no_deps=True

Quickstart

You will need to install Python and Pip to get started. Then run the install script:

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ sudo python get-pip.py
$ sudo pip install ansible
$ mkdir -p ~/Projects/personal/
$ cd ~/Projects/personal/
$ git clone git@github.com:chrisgilmerproj/ansible.git
$ cd ansible/
$ ./install.sh

About

Ansible configurations for personal computers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published