Browse Source

add ansible

master
zeus 3 years ago
parent
commit
f501823efd
  1. 13
      Makefile.variable.example
  2. 8
      README.md

13
Makefile.variable.example

@ -0,0 +1,13 @@
#!/bin/sh
# ssh key
PKEY=/data/appl/ok/keys/okeanos/id_rsa
# remote user
USER=user
# remote ip
RSERVER=195.130.131.125
#

8
README.md

@ -3,15 +3,15 @@
## config
edit
1. cp Makefile.variable.example Makefile.variable
Makefile.variable
2. edit Makefile.variable
## run
edit run-files
1. edit run-files
run ./run-files.sh
2. run ./run-files.sh

Loading…
Cancel
Save