summaryrefslogtreecommitdiff
path: root/conf/env.yaml.openbook_docker_slave.example
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-13 16:50:55 -0700
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-11-13 16:50:55 -0700
commitffa2a169ea98fb54a29d90ca158059e79e2816ba (patch)
tree018461d031b71178fa48b9672d8e39bac4de1270 /conf/env.yaml.openbook_docker_slave.example
initial commit
Diffstat (limited to 'conf/env.yaml.openbook_docker_slave.example')
-rw-r--r--conf/env.yaml.openbook_docker_slave.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/env.yaml.openbook_docker_slave.example b/conf/env.yaml.openbook_docker_slave.example
new file mode 100644
index 0000000..51592e9
--- /dev/null
+++ b/conf/env.yaml.openbook_docker_slave.example
@@ -0,0 +1,16 @@
+---
+globals:
+ ansible_ssh_user: root
+ ansible_private_key_file: /var/lib/jenkins/.ssh/id_rsa
+ ansible_python_interpreter: /usr/bin/python2
+ locale: en_US.utf8
+ salt_master: localhost
+
+environments:
+ - master:
+ - host1:
+ database_root_password: ~
+ docker_username: ~
+ docker_password: ~
+ webdav_username: ~
+ webdav_password: ~