2020-02-14 15:40:31 -06:00
|
|
|
#! /bin/sh
|
|
|
|
#
|
|
|
|
# deploy.sh
|
|
|
|
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
|
|
|
#
|
|
|
|
# Distributed under terms of the MIT license.
|
|
|
|
#
|
|
|
|
|
2020-02-17 16:00:11 -06:00
|
|
|
ansible-playbook localhost.yml --ask-vault-pass --ask-become-pass
|
2020-02-14 15:40:31 -06:00
|
|
|
|