All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.woostju.ansible.Module Maven / Gradle / Ivy

There is a newer version: 1.0.0-RELEASE
Show newest version
package com.github.woostju.ansible;

/**
 * 
 * ansible module type
 * 
 * @author jameswu
 */
public enum Module {
	script, 
	command, 
	ping, 
	copy, 
	playbook, 
	git, 
	ansible_inventory, 
	file, 
	get_url, 
	setup
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy