Changed docker to use a hosts file with various var files and to use roles.
This commit is contained in:
@ -32,6 +32,4 @@ else
|
||||
fi
|
||||
cd "$parent_path/docker" || exit
|
||||
docker save barker:latest | bzip2 | pv | ssh tanshu@beacon.tanshu.com 'bunzip2 | sudo docker load'
|
||||
ansible-playbook --limit=beacon playbook-mhl.yml
|
||||
ansible-playbook --limit=beacon playbook-chd.yml
|
||||
ansible-playbook --limit=beacon playbook-pkl.yml
|
||||
ansible-playbook --inventory hosts playbook.yml
|
||||
|
||||
Reference in New Issue
Block a user