summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heippa.yaml8
-rw-r--r--manager-config.yaml2
2 files changed, 4 insertions, 6 deletions
diff --git a/heippa.yaml b/heippa.yaml
index 4ec5f9b..22a98e8 100644
--- a/heippa.yaml
+++ b/heippa.yaml
@@ -9,10 +9,6 @@ ansible:
- build-essential
vars:
ansible_python_interpreter: /usr/bin/python3
-source: /tmp/heippa
-workspace: /tmp/heippa-workspace
+source: .
build: |
- rm -rf .git
- rm -f heippa
- make
- ./heippa
+ echo hello, world
diff --git a/manager-config.yaml b/manager-config.yaml
new file mode 100644
index 0000000..9b0e014
--- /dev/null
+++ b/manager-config.yaml
@@ -0,0 +1,2 @@
+manager_address: manager
+log: ~/contractor.log