13 lines
215 B
Makefile
13 lines
215 B
Makefile
|
# I can't remember ansible commands. Sue me
|
||
|
|
||
|
SHELL := /bin/bash
|
||
|
|
||
|
default: production # XXX for now. calm down.
|
||
|
|
||
|
production:
|
||
|
ansible-playbook -i inventory.yaml -l teh.entar.net site.yaml
|
||
|
|
||
|
ssh:
|
||
|
ssh teh.entar.net
|
||
|
|