From ffa2a169ea98fb54a29d90ca158059e79e2816ba Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 13 Nov 2017 16:50:55 -0700 Subject: initial commit --- conf/env.yaml.openbook_docker_slave.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/env.yaml.openbook_docker_slave.example (limited to 'conf/env.yaml.openbook_docker_slave.example') 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: ~ -- cgit v1.3