com.github.woostju.ansible.Module Maven / Gradle / Ivy
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