Re: [ansible-project] Install Packages after VM is created in VSphere

2022-07-15 Thread Seth Daemen
Hello harsch, that step is automatic zie line 14 in my example. Create a vm and do action on it (github.com) Op wo 13 jul. 2022 om 07:03 schreef harshc...@gmail.com < harshchawd...@gmail.com>: > Hello Daeme, > > Thats just

[ansible-project] Re: Need to Deploy OS using ansible playbook

2020-04-21 Thread Seth Daemen
Hello Pavan. Ansible is not a bare metal deployment tool. For bare metal you need wds with pxe of iso boot and mdt and then maybe use Ansible for the other tasks. Or make a preconfigured bootable iso or something. Op dinsdag 21 april 2020 14:21:58 UTC+2 schreef Pavan Nr: > > > our server in

[ansible-project] Re: Get a value from a fact from type type

2020-02-15 Thread Seth Daemen
solved my issue. {{ hostUUid[0] }} is working. But I had to set: body_format: json in my uri Op zaterdag 15 februari 2020 18:44:04 UTC+1 schreef Seth Daemen: > > I already tried {{ hostUUid[0] }} gives also not the result I want. > that gives this in the debug: > >

[ansible-project] Re: Get a value from a fact from type type

2020-02-15 Thread Seth Daemen
look like this: "body": "{\"environmentUuid\": \"7261c5626862\",\"hostUuid\": {u'id': u'7261c5626862-abafe49d9bac'}\"}", but is must be "body": "{\"environmentUuid\": \"7261c5626862\",\"hostUuid\": \&q

[ansible-project] Get a value from a fact from type type

2020-02-15 Thread Seth Daemen
I have a fact hostUUid when I display it with the following debug command - name: debug uuid debug: msg: - "{{ hostUUid | type_debug }}" - "{{ hostUUid }}" I get the following result: ok: [localhost] => { "msg": [ "list", "[{u'id':

[ansible-project] Re: Ansible Contributor Summit 7 (Part of AnsibleFest 2019 Atlanta)

2019-09-13 Thread Seth Daemen
Hello John, is the contributor summit also interesting for people wo want to go contributing? Op woensdag 11 september 2019 19:02:21 UTC+2 schreef John Barker: > > Hi everybody. > > As usual, the day before AnsibleFest we > are hosting Contributor Summit.

[ansible-project] Re: ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Seth Daemen
I dont understand your answer. Can you explain some more -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+unsubscr...@googlegroups.com. To

Re: [ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Seth Daemen
Windows does not have cron. Is Ansible pull available for Windows? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-project] ansible and windows laptops on corporate and wan networks

2019-09-09 Thread Seth Daemen
We use Ansible to manage a lot of windows servers, which works well. Now we have also some laptops we want to manage. when theay are on the corporate network this works fine. But how can we make connection when they are on a public network, beacause ansible does not have an agent. -- You

[ansible-project] ansible - widows patching

2019-05-22 Thread Seth Daemen
What do you mean exactly with your question? We do a lot of Windows patching with Ansible -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-project] Re: Windows Lock Workstation

2019-04-17 Thread Seth Daemen
Hi Lukas There are registry keys which prevent keyboard and mouse input -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[ansible-project] Re: Ansible winrm for non domain joined devices and domain joined

2019-04-05 Thread Seth Daemen
Another question. I can add a server to a group with another winrm settings but Can I also remove that group and add a another one? Op donderdag 4 april 2019 22:38:57 UTC+2 schreef Jordan Borean: > > Kerberos is by far the best authentication method to use but unfortunately > that only works

[ansible-project] Ansible winrm for non domain joined devices and domain joined

2019-04-04 Thread Seth Daemen
We use a lot of windows devices. They are installed with the windows deployment toolkit and after that i want to run ansible playbooks on it to join domain and some other settings. Which winrm authentication can we best configure for security. I think credsp is the best in this solution

[ansible-project] Re: Looking for easy way to filter out windows versions below Server 2016

2019-03-27 Thread Seth Daemen
Thx Jordan Borean this was the information I was looking for. many thx Op maandag 25 maart 2019 20:45:06 UTC+1 schreef Jordan Borean: > > - name: skip using the manually gathered OS version var > debug: > msg: World > when: (os_version.stdout | trim) is version_compare('10.0', '>=') > >

[ansible-project] Looking for easy way to filter out windows versions below Server 2016

2019-03-23 Thread Seth Daemen
Is there a easy way to filter out older windows versions below 2016 For windows 7, windows 2008 etc I do other command in my playbook then for server 2016 and 2019 and windows 10. I want to make one when statement instead of different ones. -- You received this message because you are

[ansible-project] Re: Installing Office 2016 through Ansible?

2019-03-23 Thread Seth Daemen
Can you post your playbook here? Op zaterdag 23 maart 2019 02:43:51 UTC+1 schreef Tuyen Nguyen: > > Hi > > I created a playbook to install Office 2016 which I think should work. I > had it run setup.exe /adminfile -- the unattended.msp > file I created by running setup.exe /setup and setting

Re: [ansible-project] Ansible Galaxy - requirements.yml and a single github repo with multiple roles

2019-03-22 Thread Seth Daemen
Ok then I need mazer for multiple roles repositories. Buy the requirements.yml in roles directory use automtically ansible-galaxy command. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving

[ansible-project] Ansible Galaxy - requirements.yml and a single github repo with multiple roles

2019-03-22 Thread Seth Daemen
Did you find a solution forum this? Is IT posible tot user one git repo for multiple roles and use the ansible galaxy command OR requirements.yml -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop

[ansible-project] Re: WinRM timeout for VMWare Tools Install

2019-02-18 Thread Seth Daemen
Did someone find a solutions for the time-out? Op maandag 8 augustus 2016 16:56:17 UTC+2 schreef Matt Betts: > > Unfortunately the only switches I could find with VMWare tools was to > exclude modules entirely, not to postpone a delayed install until reboot. > I'm just going to keep VMware