
13 May
2020
13 May
'20
12:22 p.m.
On Tue, 2020-05-12 at 16:42 +0200, Erik Skultety wrote:
Rather than having the configuration options split across multiple files (root-password, flavor, gitlab-url, gitlab-runner-token, ...), let's consolidate these settings into a global config file.
The YAML format has been chosen simply because it's the native data format in Ansible and thus plays very nicely when accessing variables within Ansible playbooks.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- guests/config.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 guests/config.yaml
Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization