VI(1) - General Commands Manual
ex, vi, view - text editors
ex [-FRrSsv]
flags := "" | |
# you're looking at it! | |
help: | |
@just --list | |
# Usage: `just init` or `just init prod` | |
# Do the initial software install & config for a host. | |
init env="staging": | |
ansible-playbook -l {{ env }} {{ flags }} base_playbook.yml |