ansible: Do not create Jenkins user on root nodes
authorKienan Stewart <kstewart@efficios.com>
Mon, 27 May 2024 19:42:28 +0000 (15:42 -0400)
committerKienan Stewart <kstewart@efficios.com>
Mon, 27 May 2024 19:42:28 +0000 (15:42 -0400)
Change-Id: I823f64a5b49a8ca3420d999a4055c7e449b970bb
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
automation/ansible/group_vars/node_standalone.yml

index d6f5adbb09c2eff1dea7a9452477dcfcd544acec..ab43b4c654a05a2c45355c0203745c07d7c7aadb 100644 (file)
@@ -1,4 +1,8 @@
 ---
+
+# Jenkins connects to the standalone nodes as the root user
+jenkins_user: false
+
 # jenkins connects to standalone nodes as the root user
 extra_root_ssh_authorized_keys:
   # yamllint disable-line rule:line-length
This page took 0.02379 seconds and 4 git commands to generate.