Parameterize Windows PSRP inventory settings

This commit is contained in:
Fabio Scotto di Santolo
2026-04-01 17:47:42 +02:00
parent 2b2988baa7
commit 5a81fbf5c9
3 changed files with 50 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
--- ---
hostname: deadalus-win hostname: deadalus-win
ansible_host: windows-host.example.invalid ansible_host: "{{ windows_psrp_host | default(vault_windows_psrp_host | default('')) }}"
ansible_user: your-windows-user ansible_user: "{{ windows_psrp_user | default(vault_windows_psrp_user | default('')) }}"
ansible_password: "{{ windows_psrp_password | default(vault_windows_psrp_password | default('')) }}"

View File

@@ -49,6 +49,23 @@
- hosts: workstation_host_windows - hosts: workstation_host_windows
gather_facts: false gather_facts: false
pre_tasks:
- name: Load local vault variables when available
tags: [always]
ansible.builtin.include_vars:
file: "{{ playbook_dir }}/../secrets/vault.yml"
when: lookup('ansible.builtin.fileglob', playbook_dir + '/../secrets/vault.yml', errors='ignore') != ''
- name: Ensure Windows PSRP connection settings are defined
tags: [always]
ansible.builtin.assert:
that:
- (ansible_host | default('') | length) > 0
- (ansible_user | default('') | length) > 0
fail_msg: >-
Define windows_psrp_host and windows_psrp_user via extra vars or secrets/vault.yml
before running the workstation_host_windows play.
roles: roles:
- profile_workstation_host_windows - profile_workstation_host_windows

View File

@@ -1,27 +1,31 @@
$ANSIBLE_VAULT;1.1;AES256 $ANSIBLE_VAULT;1.1;AES256
30376431643038363131623266363964653935616137376133663834376461643562643633346564 63316138616361323335613633363233336334653731316366386564623836636139643435643537
3531333061623834613864353965333337303036303436650a636332646535393236373335393431 6630363539333866326133313237326161613032643961640a623735653934386461326535663063
34336436373762383463303162303035316337316332366436633666336639326130393630633232 61656466323233343939363930303239613339303836653361303564393336386537653164646139
6331646135366661390a636134666636313336393932613234316438363562396466646638366239 6633396437383531390a623863646162626235356633343962643630663632343663373935326161
61633761386132653566386137333033616165373637643235623336656561396235383162373236 34346432346132623832316265323535656637623663363765343432613038316662356334653534
62663133323330666636656337663565633264643865363136303537366137656337393361656534 34346164323562646261626632336338383530356363646336393334316639666133613963663336
36346161336462326665613766373137326438643330343161313764356132323539333764333631 33353532376431383034383263343634383631383337623038623962393163353861353137333630
61646335303338313335373437326336663336626436363436366530646235373231356664643839 39333431643538623166343836383439373235653638373939316137646138346261303161616632
39616162623131643631373531633266326438393939373539616639623834393938323933323739 36656137663037646230656533376233343032316232616363626635396465653166623266323634
30383763303830366631353435636561353064346236643032666636333036656334646337393764 62346338643137323464646536303533616137303364323538383031653037613632633232623062
39663835643638383337363936336532393431373963623330613564363639326561353735383665 30613836616332653833383030376434613333326337366337373431323837303062346161346637
32303964343939613961353633316432343033396165643330303837666139613033656630663036 36626133373864386335346133336133633639333936623539333064393539366463636264613661
36373762353930366462653934616463656134313135303264383232633232333163333938376266 31396263666633366266363433313862646336656432623161303561306238656363343865616536
35353233346435373631636334363434613161656164633430313265303033333237303866663031 32356163326435323330393532663362643966623165333138343337396231313965383564363631
31306336393366343536663163373366316530623036616539633433613630636661663161346637 38666236356565623938373635656462313730393037616533366461633263356365643530306365
39343132616133353035616136326664653437386438343363646166616136396334303335393537 31343337613937343065343133633166653932366134333931396163643635663761646330383164
38346665343964663963343831623439373336613464306538303962313935373565333861316437 37616636333733356162373730393830366532323535333864336439316433616366353866663739
34646664326361623564393439666230623062646338636662393633313933366463316366616663 65663635356533366566383537626234323562643333383664363838313961353633383164393939
37383637653465636163363639373135356532626161363237653734393937653965336433363534 61636135613362336538376235356161663362303233373531363831626637303166643366653936
38343761343436333564643236386163386230323965346637343135386230623034396439396365 61393531633665373361343231653937646131353332323938336261393263353763316362386438
63393836633663316464316661633336376632343331633932393734623561396364636137336465 36623865386133363864343338373166336439626663366539336639363833336361373536333636
35343931386133343663323064353733363633656265613830636136346132663131393230303935 32366138393430616139303737306365376564666333646632343563623734303839336462633531
39656434316433613236326535646362646233653966353038656561316636303036623161313639 31393336643961633437313562336436396335346465396338333336353936326432333165383332
39303932373135363434613930656637323038613864373034633138336631353037613462326332 31323134333562346239653466653530623930613732343631613032356461653836323537613632
38656536613033303738613438386265343461396636353263656663386432333036313362393564 62333535303438303361366633656432623136623137623934356563323435323563353963356532
3633663030363461636137393664626235303237346563323039 33396266373639306139353033326130666431393962356166306536316164393166306239356562
39643961333836313362346636386263356631633832326132383739343833666661636435653339
39666566306262353137356539373431393466303064653763643337396165666539626333343834
36316537626236346338646431353061663965343461643762323161363433613735386436343663
3634303461343533616264666331666439613933306435323262