https://pastebin.com/Zst497QW

On Wednesday, February 5, 2020 at 9:51:14 AM UTC-5, Jesse Lyon wrote:
>
> Attempting to implement group creation/management playbooks via a jump box 
> running AD LDS nets us the below error
>
> The play itself isn't overly complicated... *yet.*
>
>> ##CREATING RW GROUPS
>>   tasks:
>>     - name: Verify we connect for debug
>>       win_shell: hostname
>>     - name: H - Create the RW DL Group
>>       win_domain_group:
>>         state: present
>>         domain_server: "{{ h_domain_server }}"
>>         domain_username: "{{ h_domain_username }}"
>>         domain_password: "{{ h_domain_password }}"
>>         name: "{{ h_dl_prefix }}{{ dl_name }}{{suffix_RW}}"
>>         scope: domainlocal
>>         path: "{{ h_dl_path }}"
>> #        description: "{{ description_rw }}"
>
>
>
> But having ripped apart the .ps1 file and the .py file that support the 
> module, I'm yet to identify where the heck I can list a partition.
>
> fatal: [REDACTED]: FAILED! => {
>>     "changed": false,
>>     "created": false,
>>     "msg": "failed to retrieve initial details for group REDACTED: 
>> Parameter: 'Partition' is required for this operation."
>
>
>
> To be clear, that is definitely the entire output of errors with -vvvv, 
> everything before the erorr is kinit authenticating.
> If AD: LDS isn't applicable, that's fine, the org I'm with is trying to 
> give us the least possible footprint to shoot ourselves in the foot with, 
> before just giving me wide open throttle to a DC itself.
>
> halp?
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/6e899e15-1b97-4f49-8b90-18da07b8dd88%40googlegroups.com.

Reply via email to