From 0989800e14abe7a43a97fc983d52d1ce6a629bf3 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Mon, 6 Apr 2020 12:01:33 -0400 Subject: [PATCH] Windows update. gitlab WIP --- roles/requirements.yml | 2 ++ windows.yml | 18 +++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/roles/requirements.yml b/roles/requirements.yml index bd01a2c..f5c9432 100644 --- a/roles/requirements.yml +++ b/roles/requirements.yml @@ -5,6 +5,8 @@ # Node.js (Using this repo temporarily, as it fixes a package naming bug (See #95)) - src: https://github.com/halkeye/ansible-role-nodejs version: halkeye-patch-1 +# Gitlab +- name: geerlingguy.gitlab # Windows Ovirt Template - name: oatakan.windows_ovirt_template - name: oatakan.windows_template_build diff --git a/windows.yml b/windows.yml index dd45284..d9cdd77 100644 --- a/windows.yml +++ b/windows.yml @@ -6,10 +6,22 @@ vars: ansible_python_interpreter: "{{ ansible_playbook_python }}" - local_account_password: 'Executive41Headroom' - local_administrator_password: 'Executive41Headroom' + local_account_password: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 61613832333566373533336138376664326363663461316161363437336364346164633661393964 + 3639373438663437656335646263323033343962336362380a393538363837306339356336646665 + 35336463346435633263633437346236656664306561656333383236633362393062393437663233 + 6539366264353433650a653065316239643333313539613330306534643361636535336564366430 + 39336361313035393436383538313737383535363665383236636164353434336138 + local_administrator_password: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 61613832333566373533336138376664326363663461316161363437336364346164633661393964 + 3639373438663437656335646263323033343962336362380a393538363837306339356336646665 + 35336463346435633263633437346236656664306561656333383236633362393062393437663233 + 6539366264353433650a653065316239643333313539613330306534643361636535336564366430 + 39336361313035393436383538313737383535363665383236636164353434336138 windows_distro_name: 2019_standard # this needs to be one of the standard values see 'os_short_names' var - template_vm_name: win2019_template + template_vm_name: win2019_template_apr6 template_vm_root_disk_size: 30 template_vm_guest_id: windows_2019x64 template_vm_memory: 4096