summaryrefslogtreecommitdiff
path: root/conf/env.yaml.openbook_docker_slave.example
diff options
context:
space:
mode:
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: ~