HI Mohamed,

If you run "ansible-doc win_domain_user" on a command line it will give you 
some example.

For example

- name: Ensure user bob is created and use custom credentials to create the 
user
  win_domain_user:
    name: bob
    firstname: Bob
    surname: Smith
    password: B0bP4ssw0rd
    state: present
    domain_username: DOMAIN\admin-account
    domain_password: SomePas2w0rd
    domain_server: dom...@domain.com

On Friday, November 30, 2018 at 11:34:01 PM UTC-8, mohamed salman wrote:
>
> Hi everyone, I have one doubt in ansible. I Am using ubuntu 16.04 machine. 
> How to create a user ID into MS Office 365 AD using ansible win_domain_user 
> module from my machine ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to