summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2017-12-07 09:00:54 +0000
committerBenjamin Copeland <ben.copeland@linaro.org>2017-12-08 14:10:16 +0000
commite559367144e54758d5935d5d5647b799d241b77a (patch)
tree08c4fe4e4d7b1eee6336883a517da25f6b185b43
parent77817ab71794d56150930d51445120a514e248fa (diff)
ssh-ldap: Add android.linaro.org
As per #SYS-259, add this server to ssh-ldap access. Change-Id: I32ecc4758965b83b57f97c1fd4e38319f9f8a16e Reviewed-on: https://review.linaro.org/22862 Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--host_vars/android.linaro.org9
-rw-r--r--hosts1
-rw-r--r--ssh-ldap.yml2
3 files changed, 11 insertions, 1 deletions
diff --git a/host_vars/android.linaro.org b/host_vars/android.linaro.org
new file mode 100644
index 00000000..45f8a1c0
--- /dev/null
+++ b/host_vars/android.linaro.org
@@ -0,0 +1,9 @@
+ldap_cache_url: ""
+
+login_groups:
+ - systems
+ - android-internal
+
+ldap_base: dc=linaro,dc=org
+ldap_uri: "ldaps://login.linaro.org"
+ldap_binddn: cn=ldapbind,dc=linaro,dc=org
diff --git a/hosts b/hosts
index 732d556e..fdc14009 100644
--- a/hosts
+++ b/hosts
@@ -75,6 +75,7 @@ publishing-ap.linaro.org
[ssh-ldap]
qcom-proxy.linaro.org
+android.linaro.org
[letsencrypt]
phabricator.linaro.org
diff --git a/ssh-ldap.yml b/ssh-ldap.yml
index a6afca5f..dc1f8de9 100644
--- a/ssh-ldap.yml
+++ b/ssh-ldap.yml
@@ -11,6 +11,6 @@
hosts: ssh-ldap
become: yes
vars_files:
- - "{{secrets_dir}}/host_vars/{{inventory_hostname}}"
+ - "{{secrets_dir}}/group_vars/ssh-ldap"
roles:
- role: ssh-ldap