Go to file
Jeroen Vermeulen 92ec91ad6f
Submodule change
2023-08-28 17:58:15 +02:00
.githooks Submodule change 2023-08-28 17:58:15 +02:00
inventory Submodule change 2023-08-28 17:58:15 +02:00
.gitignore Added README 2023-08-28 16:58:46 +02:00
.gitmodules Submodule change 2023-08-28 17:58:15 +02:00
README.md Submodule change 2023-08-28 17:58:15 +02:00
ansible.cfg Added README 2023-08-28 16:58:46 +02:00
requirements.txt Added README 2023-08-28 16:58:46 +02:00
requirements.yml Added README 2023-08-28 16:58:46 +02:00
site.yml Submodule change 2023-08-28 17:58:15 +02:00

README.md

Snel.com Ansible Playbooks

Clone repo on MacOS

cd  ~/repos
git  clone  --recurse-submodules  git@git.snel.com:snelcom-ansible/snel.ansible.git  snel.ansible  

Install on MacOS

brew  install  ansible  ansible-lint  packer  jq  siderolabs/talos/talosctl  kubernetes-cli  helm
python3  -m pip  install  --upgrade  --requirement  ./requirements.txt
ansible-galaxy  install  --force  --role-file  ./requirements.yml
git  config  core.hooksPath  .githooks
grep 'OBJC_DISABLE_INITIALIZE_FORK_SAFETY' ~/.zshrc || echo "OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES" >> ~/.zshrc
source ~/.zshrc