From b809d4294f8c646e1108071673368718e273c812 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 22 Jun 2018 19:20:22 -0500 Subject: [PATCH] pyrocufflink: Convert variables file to directory Converting the *pyrocufflink* group variables definition from a file to a directory will allow Jenkins jobs to place a Vault-envrypted file within it that defines the `ansible_become_password` variable. In this way, a different password can be used for machines that are members of the *pyrocufflink.blue* domain than for other hosts. The existing mechanism of specifying the path to the Vault-encrypted file that defines the variable allows only a single password to be defined, so it does not work when multiple machines in the same play have different passwords. --- group_vars/{pyrocufflink.yml => pyrocufflink/main.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename group_vars/{pyrocufflink.yml => pyrocufflink/main.yml} (100%) diff --git a/group_vars/pyrocufflink.yml b/group_vars/pyrocufflink/main.yml similarity index 100% rename from group_vars/pyrocufflink.yml rename to group_vars/pyrocufflink/main.yml