#426 Update Command
parent
0588f47837
commit
51febdfcc0
@ -0,0 +1,8 @@
|
||||
all:
|
||||
hosts:
|
||||
hawaii:
|
||||
ansible_host: refulgent.de
|
||||
ansible_user: osgw
|
||||
|
||||
ffxSystemUsername: osgw
|
||||
ffxHomeDirectory: /var/local/osgw/lib/osgw
|
@ -0,0 +1,8 @@
|
||||
all:
|
||||
hosts:
|
||||
peppermint:
|
||||
ansible_host: maveno.de
|
||||
ansible_user: osgw
|
||||
|
||||
ffxSystemUsername: osgw
|
||||
ffxHomeDirectory: /var/local/osgw/lib/osgw
|
@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
. ~/.local/share/ffx.venv/bin/activate
|
||||
pushd ~/.local/src/ffx/
|
||||
pip install --editable .
|
||||
popd
|
||||
deactivate
|
Loading…
Reference in New Issue