Nauticus / nauticus-playbook

Ansible Playbook goes BRRRRR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playbook

Clone

To clone and fetch submodules

git clone --recurse-submodules https://github.com/Nauticus/nauticus-playbook.git

After the task are done make note to update remotes to git@github.com:Nauticus/nauticus-playbook.git:

git remote set-url origin git@github.com:Nauticus/nauticus-playbook.git

Same applies to the roles/neovim/files

Update submodules

git submodule update --init

To run playbook

ansible-playbook -e ansible_user=$(whoami) local.yaml --ask-become-pass --ask-vault-pass

To run particular tag:

ansible-playbook -e ansible_user=$(whoami) local.yaml --ask-become-pass --ask-vault-pass --tags=*

About

Ansible Playbook goes BRRRRR


Languages

Language:Shell 84.4%Language:Lua 15.5%Language:Jinja 0.1%