diff --git a/ansible/inventory/host_vars/deadalus-win.yml b/ansible/inventory/host_vars/deadalus-win.yml index 47296c1..846cbed 100644 --- a/ansible/inventory/host_vars/deadalus-win.yml +++ b/ansible/inventory/host_vars/deadalus-win.yml @@ -1,4 +1,5 @@ --- hostname: deadalus-win -ansible_host: windows-host.example.invalid -ansible_user: your-windows-user +ansible_host: "{{ windows_psrp_host | default(vault_windows_psrp_host | default('')) }}" +ansible_user: "{{ windows_psrp_user | default(vault_windows_psrp_user | default('')) }}" +ansible_password: "{{ windows_psrp_password | default(vault_windows_psrp_password | default('')) }}" diff --git a/ansible/site.yml b/ansible/site.yml index 421e498..f7fc078 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -49,6 +49,23 @@ - hosts: workstation_host_windows 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: - profile_workstation_host_windows diff --git a/secrets/vault.yml b/secrets/vault.yml index 0b279f9..be158af 100644 --- a/secrets/vault.yml +++ b/secrets/vault.yml @@ -1,27 +1,31 @@ $ANSIBLE_VAULT;1.1;AES256 -30376431643038363131623266363964653935616137376133663834376461643562643633346564 -3531333061623834613864353965333337303036303436650a636332646535393236373335393431 -34336436373762383463303162303035316337316332366436633666336639326130393630633232 -6331646135366661390a636134666636313336393932613234316438363562396466646638366239 -61633761386132653566386137333033616165373637643235623336656561396235383162373236 -62663133323330666636656337663565633264643865363136303537366137656337393361656534 -36346161336462326665613766373137326438643330343161313764356132323539333764333631 -61646335303338313335373437326336663336626436363436366530646235373231356664643839 -39616162623131643631373531633266326438393939373539616639623834393938323933323739 -30383763303830366631353435636561353064346236643032666636333036656334646337393764 -39663835643638383337363936336532393431373963623330613564363639326561353735383665 -32303964343939613961353633316432343033396165643330303837666139613033656630663036 -36373762353930366462653934616463656134313135303264383232633232333163333938376266 -35353233346435373631636334363434613161656164633430313265303033333237303866663031 -31306336393366343536663163373366316530623036616539633433613630636661663161346637 -39343132616133353035616136326664653437386438343363646166616136396334303335393537 -38346665343964663963343831623439373336613464306538303962313935373565333861316437 -34646664326361623564393439666230623062646338636662393633313933366463316366616663 -37383637653465636163363639373135356532626161363237653734393937653965336433363534 -38343761343436333564643236386163386230323965346637343135386230623034396439396365 -63393836633663316464316661633336376632343331633932393734623561396364636137336465 -35343931386133343663323064353733363633656265613830636136346132663131393230303935 -39656434316433613236326535646362646233653966353038656561316636303036623161313639 -39303932373135363434613930656637323038613864373034633138336631353037613462326332 -38656536613033303738613438386265343461396636353263656663386432333036313362393564 -3633663030363461636137393664626235303237346563323039 +63316138616361323335613633363233336334653731316366386564623836636139643435643537 +6630363539333866326133313237326161613032643961640a623735653934386461326535663063 +61656466323233343939363930303239613339303836653361303564393336386537653164646139 +6633396437383531390a623863646162626235356633343962643630663632343663373935326161 +34346432346132623832316265323535656637623663363765343432613038316662356334653534 +34346164323562646261626632336338383530356363646336393334316639666133613963663336 +33353532376431383034383263343634383631383337623038623962393163353861353137333630 +39333431643538623166343836383439373235653638373939316137646138346261303161616632 +36656137663037646230656533376233343032316232616363626635396465653166623266323634 +62346338643137323464646536303533616137303364323538383031653037613632633232623062 +30613836616332653833383030376434613333326337366337373431323837303062346161346637 +36626133373864386335346133336133633639333936623539333064393539366463636264613661 +31396263666633366266363433313862646336656432623161303561306238656363343865616536 +32356163326435323330393532663362643966623165333138343337396231313965383564363631 +38666236356565623938373635656462313730393037616533366461633263356365643530306365 +31343337613937343065343133633166653932366134333931396163643635663761646330383164 +37616636333733356162373730393830366532323535333864336439316433616366353866663739 +65663635356533366566383537626234323562643333383664363838313961353633383164393939 +61636135613362336538376235356161663362303233373531363831626637303166643366653936 +61393531633665373361343231653937646131353332323938336261393263353763316362386438 +36623865386133363864343338373166336439626663366539336639363833336361373536333636 +32366138393430616139303737306365376564666333646632343563623734303839336462633531 +31393336643961633437313562336436396335346465396338333336353936326432333165383332 +31323134333562346239653466653530623930613732343631613032356461653836323537613632 +62333535303438303361366633656432623136623137623934356563323435323563353963356532 +33396266373639306139353033326130666431393962356166306536316164393166306239356562 +39643961333836313362346636386263356631633832326132383739343833666661636435653339 +39666566306262353137356539373431393466303064653763643337396165666539626333343834 +36316537626236346338646431353061663965343461643762323161363433613735386436343663 +3634303461343533616264666331666439613933306435323262