Windows update. gitlab WIP
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
# Node.js (Using this repo temporarily, as it fixes a package naming bug (See #95))
|
# Node.js (Using this repo temporarily, as it fixes a package naming bug (See #95))
|
||||||
- src: https://github.com/halkeye/ansible-role-nodejs
|
- src: https://github.com/halkeye/ansible-role-nodejs
|
||||||
version: halkeye-patch-1
|
version: halkeye-patch-1
|
||||||
|
# Gitlab
|
||||||
|
- name: geerlingguy.gitlab
|
||||||
# Windows Ovirt Template
|
# Windows Ovirt Template
|
||||||
- name: oatakan.windows_ovirt_template
|
- name: oatakan.windows_ovirt_template
|
||||||
- name: oatakan.windows_template_build
|
- name: oatakan.windows_template_build
|
||||||
|
|||||||
18
windows.yml
18
windows.yml
@@ -6,10 +6,22 @@
|
|||||||
|
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||||
local_account_password: 'Executive41Headroom'
|
local_account_password: !vault |
|
||||||
local_administrator_password: 'Executive41Headroom'
|
$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
|
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_root_disk_size: 30
|
||||||
template_vm_guest_id: windows_2019x64
|
template_vm_guest_id: windows_2019x64
|
||||||
template_vm_memory: 4096
|
template_vm_memory: 4096
|
||||||
|
|||||||
Reference in New Issue
Block a user