mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-01-04 16:35:46 +00:00
96125a0e50dcc42ec375202308c292642e8a9153
playbooks retailor.io
Includes ansible playbooks for provisioning & configuring retailor server nodes.
run
Directory plays/ contains all available plays. To run a play specify the inventory file and the play. This runs for all hosts specified in inventory.ini in order to keep state updated, to run on a single host pass flag -l web2.
ansible-playbook -i inventory plays/tailscale.yml
Specifying a single host:
ansible-playbook -i inventory plays/firewall.yml -l cache
install
Install using homebrew, apt or another package manager:
MacOS:
brew install ansible-playbook
Ubuntu:
(sudo) apt install ansible-playbook
Description
Languages
Jinja
71.7%
Shell
26.2%
Python
2.1%