Skip to content

a1010s/macbook-dev-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Macbook Machine

  • This playbook installs most of the tools needed for DevOps and configure your Macbook accordingly.

Work in progress: need to install more tools

NOTE ON INSTALLING ANSIBLE and the right PERMISIONS

$ cd ~
$ find . | grep ansible | more
# find the ansible PATH
./Library/Python/3.9/bin/ansible
.
.

# Update your .bash_profile or .zshrc:
export PATH="/path/to/Library/Python/3.8/bin:$PATH"

# Source and check:
$ source ~/.zshrc
$ ansible --version
ansible 2.10.8
  config file = None
  configured module search path = ['/Users/dbove/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']

Check the ownership of ~/.ansible directory:

ls -l ~/.ansible => adjust to your user if needed. (ansible should run WITHOUT sudo)

About

This playbook installs most of the tools needed for DevOps and configure your Macbook accordingly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published