Javanaut 10 months ago
parent c8e21b9260
commit f0eebd0bea

4
.gitignore vendored

@ -2,10 +2,6 @@ __pycache__
junk/ junk/
.vscode .vscode
.ipynb_checkpoints/ .ipynb_checkpoints/
tools/ansible/inventory/hawaii.yml
tools/ansible/inventory/peppermint.yml
tools/ansible/inventory/cappuccino.yml
tools/ansible/inventory/group_vars/all.yml
ffx_test_report.log ffx_test_report.log
bin/conversiontest.py bin/conversiontest.py
*.egg-info/ *.egg-info/

@ -1,8 +0,0 @@
all:
hosts:
hawaii:
ansible_host: refulgent.de
ansible_user: osgw
ffxSystemUsername: osgw
ffxHomeDirectory: /var/local/osgw/lib/osgw

@ -1,8 +0,0 @@
all:
hosts:
peppermint:
ansible_host: maveno.de
ansible_user: osgw
ffxSystemUsername: osgw
ffxHomeDirectory: /var/local/osgw/lib/osgw
Loading…
Cancel
Save