Skip to content

ydnitin/ansible-module-devel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ansible-module-devel

This is where my work on ansible modules will be done before submitting PRs to https://github.com/ansible/ansible-modules-extras

#####Current module dev:

  • Windows
    • win_acl
      • set file/directory permissions for user/group
    • win_host
      • host renaming and domain joining
    • win_pscx
      • install pscx (if needed), runs pscx commands
    • win_s3
      • download/upload to aws_s3
    • win_timezone
      • machine timezone setting via tzutil
    • win_unzip
      • unzip compressed files/folders
    • win_zip
      • compress files/folders

#####To use in your playbooks: From your root directory (Where you run your playbooks from):

	mkdir library && cd library
	git clone https://github.com/schwartzmx/ansible-module-devel.git

And that is it... You should be able to use the modules. Ansible should be able to find them.

About

module development for ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 65.7%
  • Python 34.3%