ansible-ruby 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (591) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ansible/ruby/dsl_builders/block.rb +10 -6
  3. data/lib/ansible/ruby/dsl_builders/play.rb +1 -1
  4. data/lib/ansible/ruby/dsl_builders/result.rb +10 -9
  5. data/lib/ansible/ruby/dsl_builders/task.rb +23 -12
  6. data/lib/ansible/ruby/dsl_builders/tasks.rb +14 -6
  7. data/lib/ansible/ruby/models/base.rb +12 -0
  8. data/lib/ansible/ruby/models/task.rb +20 -4
  9. data/lib/ansible/ruby/modules/all.rb +16 -8
  10. data/lib/ansible/ruby/modules/custom/cloud/core/amazon/ec2_asg.rb +17 -0
  11. data/lib/ansible/ruby/modules/custom/cloud/core/docker/docker_container.rb +41 -0
  12. data/lib/ansible/ruby/modules/custom/commands/command.rb +1 -2
  13. data/lib/ansible/ruby/modules/custom/commands/raw.rb +1 -1
  14. data/lib/ansible/ruby/modules/custom/commands/script.rb +1 -1
  15. data/lib/ansible/ruby/modules/custom/commands/shell.rb +1 -1
  16. data/lib/ansible/ruby/modules/custom/files/copy.rb +15 -0
  17. data/lib/ansible/ruby/modules/custom/files/fetch.rb +15 -0
  18. data/lib/ansible/ruby/modules/custom/files/file.rb +15 -0
  19. data/lib/ansible/ruby/modules/custom/files/template.rb +15 -0
  20. data/lib/ansible/ruby/modules/custom/network/basics/get_url.rb +26 -0
  21. data/lib/ansible/ruby/modules/custom/utilities/logic/set_fact.rb +23 -0
  22. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/cloudformation.rb +1 -0
  23. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2.rb +1 -0
  24. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_ami.rb +1 -0
  25. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_ami_find.rb +4 -0
  26. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_ami_search.rb +5 -0
  27. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_asg.rb +2 -0
  28. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_eip.rb +1 -0
  29. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_elb.rb +3 -0
  30. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_elb_lb.rb +2 -0
  31. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_facts.rb +1 -0
  32. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_group.rb +1 -0
  33. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_key.rb +1 -0
  34. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_lc.rb +2 -0
  35. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_metric_alarm.rb +2 -0
  36. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_scaling_policy.rb +2 -0
  37. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_snapshot.rb +1 -0
  38. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_tag.rb +1 -0
  39. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vol.rb +1 -0
  40. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc.rb +1 -0
  41. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/ec2_vpc_net.rb +1 -0
  42. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/elasticache.rb +2 -0
  43. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/elasticache_subnet_group.rb +1 -0
  44. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/iam.rb +1 -0
  45. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_cert.rb +1 -0
  46. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/iam_policy.rb +1 -0
  47. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/rds.rb +1 -0
  48. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_param_group.rb +1 -0
  49. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/rds_subnet_group.rb +1 -0
  50. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/route53.rb +1 -0
  51. data/lib/ansible/ruby/modules/generated/core/cloud/amazon/s3.rb +1 -0
  52. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure.rb +1 -0
  53. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_networkinterface.rb +1 -0
  54. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_networkinterface_facts.rb +1 -0
  55. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_publicipaddress.rb +1 -0
  56. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_publicipaddress_facts.rb +1 -0
  57. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_resourcegroup.rb +1 -0
  58. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_resourcegroup_facts.rb +1 -0
  59. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_securitygroup.rb +1 -0
  60. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_securitygroup_facts.rb +1 -0
  61. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_storageaccount.rb +1 -0
  62. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_storageaccount_facts.rb +1 -0
  63. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_storageblob.rb +1 -0
  64. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_subnet.rb +1 -0
  65. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachine.rb +2 -0
  66. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb +1 -0
  67. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualnetwork.rb +1 -0
  68. data/lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualnetwork_facts.rb +1 -0
  69. data/lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean.rb +1 -0
  70. data/lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_domain.rb +1 -0
  71. data/lib/ansible/ruby/modules/generated/core/cloud/digital_ocean/digital_ocean_sshkey.rb +1 -0
  72. data/lib/ansible/ruby/modules/generated/core/cloud/docker/docker.rb +2 -0
  73. data/lib/ansible/ruby/modules/generated/core/cloud/docker/docker_container.rb +2 -0
  74. data/lib/ansible/ruby/modules/generated/core/cloud/docker/docker_image.rb +1 -0
  75. data/lib/ansible/ruby/modules/generated/core/cloud/docker/docker_image_facts.rb +1 -0
  76. data/lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb +3 -0
  77. data/lib/ansible/ruby/modules/generated/core/cloud/docker/docker_service.rb +5 -0
  78. data/lib/ansible/ruby/modules/generated/core/cloud/google/gc_storage.rb +1 -0
  79. data/lib/ansible/ruby/modules/generated/core/cloud/google/gce.rb +1 -0
  80. data/lib/ansible/ruby/modules/generated/core/cloud/google/gce_lb.rb +1 -0
  81. data/lib/ansible/ruby/modules/generated/core/cloud/google/gce_net.rb +1 -0
  82. data/lib/ansible/ruby/modules/generated/core/cloud/google/gce_pd.rb +1 -0
  83. data/lib/ansible/ruby/modules/generated/core/cloud/linode/linode.rb +1 -0
  84. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/glance_image.rb +1 -0
  85. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb +1 -0
  86. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/nova_compute.rb +1 -0
  87. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/nova_keypair.rb +1 -0
  88. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_auth.rb +1 -0
  89. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_client_config.rb +1 -0
  90. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_floating_ip.rb +1 -0
  91. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image.rb +1 -0
  92. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_image_facts.rb +1 -0
  93. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_ironic.rb +1 -0
  94. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_ironic_node.rb +1 -0
  95. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_keypair.rb +1 -0
  96. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_network.rb +1 -0
  97. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_networks_facts.rb +1 -0
  98. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_nova_flavor.rb +1 -0
  99. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_object.rb +1 -0
  100. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_port.rb +1 -0
  101. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_router.rb +1 -0
  102. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_security_group.rb +1 -0
  103. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_security_group_rule.rb +1 -0
  104. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server.rb +1 -0
  105. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_actions.rb +1 -0
  106. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_facts.rb +1 -0
  107. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_server_volume.rb +1 -0
  108. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_subnet.rb +1 -0
  109. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_subnets_facts.rb +1 -0
  110. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb +1 -0
  111. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user_group.rb +1 -0
  112. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/os_volume.rb +1 -0
  113. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb +1 -0
  114. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb +1 -0
  115. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb +1 -0
  116. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.rb +1 -0
  117. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb +1 -0
  118. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_interface.rb +1 -0
  119. data/lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb +1 -0
  120. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax.rb +1 -0
  121. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cbs.rb +1 -0
  122. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cbs_attachments.rb +1 -0
  123. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb.rb +1 -0
  124. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_database.rb +1 -0
  125. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_cdb_user.rb +1 -0
  126. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb.rb +1 -0
  127. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_clb_nodes.rb +1 -0
  128. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_dns.rb +1 -0
  129. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_dns_record.rb +1 -0
  130. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_facts.rb +1 -0
  131. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files.rb +1 -0
  132. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_files_objects.rb +1 -0
  133. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_identity.rb +1 -0
  134. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_keypair.rb +1 -0
  135. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_meta.rb +1 -0
  136. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_network.rb +1 -0
  137. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_queue.rb +1 -0
  138. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_scaling_group.rb +1 -0
  139. data/lib/ansible/ruby/modules/generated/core/cloud/rackspace/rax_scaling_policy.rb +1 -0
  140. data/lib/ansible/ruby/modules/generated/core/cloud/vmware/vsphere_guest.rb +1 -0
  141. data/lib/ansible/ruby/modules/generated/core/commands/command.rb +2 -0
  142. data/lib/ansible/ruby/modules/generated/core/commands/raw.rb +2 -0
  143. data/lib/ansible/ruby/modules/generated/core/commands/script.rb +4 -0
  144. data/lib/ansible/ruby/modules/generated/core/commands/shell.rb +1 -0
  145. data/lib/ansible/ruby/modules/generated/core/database/mysql/mysql_db.rb +1 -0
  146. data/lib/ansible/ruby/modules/generated/core/database/mysql/mysql_user.rb +1 -0
  147. data/lib/ansible/ruby/modules/generated/core/database/mysql/mysql_variables.rb +1 -0
  148. data/lib/ansible/ruby/modules/generated/core/database/postgresql/postgresql_db.rb +1 -0
  149. data/lib/ansible/ruby/modules/generated/core/database/postgresql/postgresql_privs.rb +2 -0
  150. data/lib/ansible/ruby/modules/generated/core/database/postgresql/postgresql_user.rb +3 -0
  151. data/lib/ansible/ruby/modules/generated/core/files/acl.rb +1 -0
  152. data/lib/ansible/ruby/modules/generated/core/files/assemble.rb +1 -0
  153. data/lib/ansible/ruby/modules/generated/core/files/copy.rb +1 -0
  154. data/lib/ansible/ruby/modules/generated/core/files/fetch.rb +1 -0
  155. data/lib/ansible/ruby/modules/generated/core/files/file.rb +1 -0
  156. data/lib/ansible/ruby/modules/generated/core/files/find.rb +1 -0
  157. data/lib/ansible/ruby/modules/generated/core/files/ini_file.rb +2 -0
  158. data/lib/ansible/ruby/modules/generated/core/files/lineinfile.rb +2 -0
  159. data/lib/ansible/ruby/modules/generated/core/files/replace.rb +2 -0
  160. data/lib/ansible/ruby/modules/generated/core/files/stat.rb +1 -0
  161. data/lib/ansible/ruby/modules/generated/core/files/synchronize.rb +1 -0
  162. data/lib/ansible/ruby/modules/generated/core/files/template.rb +2 -0
  163. data/lib/ansible/ruby/modules/generated/core/files/unarchive.rb +1 -0
  164. data/lib/ansible/ruby/modules/generated/core/files/xattr.rb +1 -0
  165. data/lib/ansible/ruby/modules/generated/core/inventory/add_host.rb +1 -0
  166. data/lib/ansible/ruby/modules/generated/core/inventory/group_by.rb +1 -0
  167. data/lib/ansible/ruby/modules/generated/core/network/basics/get_url.rb +3 -0
  168. data/lib/ansible/ruby/modules/generated/core/network/basics/slurp.rb +1 -0
  169. data/lib/ansible/ruby/modules/generated/core/network/basics/uri.rb +1 -0
  170. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_bond.rb +1 -0
  171. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_bridge.rb +1 -0
  172. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_img_install.rb +1 -0
  173. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_interface.rb +1 -0
  174. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_interface_policy.rb +1 -0
  175. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_license.rb +1 -0
  176. data/lib/ansible/ruby/modules/generated/core/network/cumulus/cl_ports.rb +1 -0
  177. data/lib/ansible/ruby/modules/generated/core/network/eos/eos_command.rb +1 -0
  178. data/lib/ansible/ruby/modules/generated/core/network/eos/eos_config.rb +1 -0
  179. data/lib/ansible/ruby/modules/generated/core/network/eos/eos_eapi.rb +3 -0
  180. data/lib/ansible/ruby/modules/generated/core/network/eos/eos_template.rb +1 -0
  181. data/lib/ansible/ruby/modules/generated/core/network/ios/ios_command.rb +1 -0
  182. data/lib/ansible/ruby/modules/generated/core/network/ios/ios_config.rb +1 -0
  183. data/lib/ansible/ruby/modules/generated/core/network/ios/ios_template.rb +1 -0
  184. data/lib/ansible/ruby/modules/generated/core/network/iosxr/iosxr_command.rb +1 -0
  185. data/lib/ansible/ruby/modules/generated/core/network/iosxr/iosxr_config.rb +1 -0
  186. data/lib/ansible/ruby/modules/generated/core/network/iosxr/iosxr_template.rb +1 -0
  187. data/lib/ansible/ruby/modules/generated/core/network/junos/junos_command.rb +1 -0
  188. data/lib/ansible/ruby/modules/generated/core/network/junos/junos_config.rb +2 -0
  189. data/lib/ansible/ruby/modules/generated/core/network/junos/junos_facts.rb +1 -0
  190. data/lib/ansible/ruby/modules/generated/core/network/junos/junos_netconf.rb +1 -0
  191. data/lib/ansible/ruby/modules/generated/core/network/junos/junos_package.rb +1 -0
  192. data/lib/ansible/ruby/modules/generated/core/network/junos/junos_template.rb +1 -0
  193. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_command.rb +1 -0
  194. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_config.rb +1 -0
  195. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_facts.rb +1 -0
  196. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_feature.rb +1 -0
  197. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_interface.rb +1 -0
  198. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ip_interface.rb +1 -0
  199. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_nxapi.rb +2 -0
  200. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_ping.rb +1 -0
  201. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_switchport.rb +1 -0
  202. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_template.rb +1 -0
  203. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vlan.rb +1 -0
  204. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf.rb +1 -0
  205. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrf_interface.rb +1 -0
  206. data/lib/ansible/ruby/modules/generated/core/network/nxos/nxos_vrrp.rb +1 -0
  207. data/lib/ansible/ruby/modules/generated/core/network/openswitch/ops_command.rb +1 -0
  208. data/lib/ansible/ruby/modules/generated/core/network/openswitch/ops_config.rb +1 -0
  209. data/lib/ansible/ruby/modules/generated/core/network/openswitch/ops_facts.rb +1 -0
  210. data/lib/ansible/ruby/modules/generated/core/network/openswitch/ops_template.rb +1 -0
  211. data/lib/ansible/ruby/modules/generated/core/packaging/language/easy_install.rb +1 -0
  212. data/lib/ansible/ruby/modules/generated/core/packaging/language/gem.rb +1 -0
  213. data/lib/ansible/ruby/modules/generated/core/packaging/language/pip.rb +1 -0
  214. data/lib/ansible/ruby/modules/generated/core/packaging/os/apt.rb +1 -0
  215. data/lib/ansible/ruby/modules/generated/core/packaging/os/apt_key.rb +1 -0
  216. data/lib/ansible/ruby/modules/generated/core/packaging/os/apt_repository.rb +1 -0
  217. data/lib/ansible/ruby/modules/generated/core/packaging/os/apt_rpm.rb +1 -0
  218. data/lib/ansible/ruby/modules/generated/core/packaging/os/package.rb +1 -0
  219. data/lib/ansible/ruby/modules/generated/core/packaging/os/redhat_subscription.rb +1 -0
  220. data/lib/ansible/ruby/modules/generated/core/packaging/os/rhn_channel.rb +1 -0
  221. data/lib/ansible/ruby/modules/generated/core/packaging/os/rhn_register.rb +1 -0
  222. data/lib/ansible/ruby/modules/generated/core/packaging/os/rpm_key.rb +1 -0
  223. data/lib/ansible/ruby/modules/generated/core/packaging/os/yum.rb +1 -0
  224. data/lib/ansible/ruby/modules/generated/core/source_control/git.rb +1 -0
  225. data/lib/ansible/ruby/modules/generated/core/source_control/hg.rb +1 -0
  226. data/lib/ansible/ruby/modules/generated/core/source_control/subversion.rb +1 -0
  227. data/lib/ansible/ruby/modules/generated/core/system/authorized_key.rb +1 -0
  228. data/lib/ansible/ruby/modules/generated/core/system/cron.rb +3 -0
  229. data/lib/ansible/ruby/modules/generated/core/system/group.rb +1 -0
  230. data/lib/ansible/ruby/modules/generated/core/system/hostname.rb +4 -0
  231. data/lib/ansible/ruby/modules/generated/core/system/mount.rb +1 -0
  232. data/lib/ansible/ruby/modules/generated/core/system/ping.rb +2 -0
  233. data/lib/ansible/ruby/modules/generated/core/system/seboolean.rb +1 -0
  234. data/lib/ansible/ruby/modules/generated/core/system/selinux.rb +1 -0
  235. data/lib/ansible/ruby/modules/generated/core/system/service.rb +1 -0
  236. data/lib/ansible/ruby/modules/generated/core/system/setup.rb +1 -0
  237. data/lib/ansible/ruby/modules/generated/core/system/sysctl.rb +1 -0
  238. data/lib/ansible/ruby/modules/generated/core/system/user.rb +1 -0
  239. data/lib/ansible/ruby/modules/generated/core/utilities/helper/accelerate.rb +3 -0
  240. data/lib/ansible/ruby/modules/generated/core/utilities/helper/fireball.rb +2 -0
  241. data/lib/ansible/ruby/modules/generated/core/utilities/logic/assert.rb +1 -0
  242. data/lib/ansible/ruby/modules/generated/core/utilities/logic/async_status.rb +1 -0
  243. data/lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb +1 -0
  244. data/lib/ansible/ruby/modules/generated/core/utilities/logic/fail.rb +1 -0
  245. data/lib/ansible/ruby/modules/generated/core/utilities/logic/pause.rb +3 -0
  246. data/lib/ansible/ruby/modules/generated/core/utilities/logic/set_fact.rb +2 -0
  247. data/lib/ansible/ruby/modules/generated/core/utilities/logic/wait_for.rb +5 -0
  248. data/lib/ansible/ruby/modules/generated/core/web_infrastructure/apache2_module.rb +1 -0
  249. data/lib/ansible/ruby/modules/generated/core/web_infrastructure/django_manage.rb +1 -0
  250. data/lib/ansible/ruby/modules/generated/core/web_infrastructure/htpasswd.rb +2 -0
  251. data/lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb +1 -0
  252. data/lib/ansible/ruby/modules/generated/core/windows/win_copy.rb +1 -0
  253. data/lib/ansible/ruby/modules/generated/core/windows/win_feature.rb +1 -0
  254. data/lib/ansible/ruby/modules/generated/core/windows/win_file.rb +1 -0
  255. data/lib/ansible/ruby/modules/generated/core/windows/win_get_url.rb +1 -0
  256. data/lib/ansible/ruby/modules/generated/core/windows/win_group.rb +1 -0
  257. data/lib/ansible/ruby/modules/generated/core/windows/win_lineinfile.rb +2 -0
  258. data/lib/ansible/ruby/modules/generated/core/windows/win_msi.rb +1 -0
  259. data/lib/ansible/ruby/modules/generated/core/windows/win_ping.rb +1 -0
  260. data/lib/ansible/ruby/modules/generated/core/windows/win_reboot.rb +1 -0
  261. data/lib/ansible/ruby/modules/generated/core/windows/win_service.rb +1 -0
  262. data/lib/ansible/ruby/modules/generated/core/windows/win_stat.rb +1 -0
  263. data/lib/ansible/ruby/modules/generated/core/windows/win_template.rb +2 -0
  264. data/lib/ansible/ruby/modules/generated/core/windows/win_user.rb +1 -0
  265. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/cloudtrail.rb +1 -0
  266. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/dynamodb_table.rb +3 -0
  267. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_ami_copy.rb +1 -0
  268. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_elb_facts.rb +1 -0
  269. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_eni.rb +1 -0
  270. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_eni_facts.rb +1 -0
  271. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_remote_facts.rb +1 -0
  272. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_snapshot_facts.rb +1 -0
  273. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vol_facts.rb +1 -0
  274. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_dhcp_options.rb +1 -0
  275. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_igw.rb +1 -0
  276. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_net_facts.rb +1 -0
  277. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_route_table.rb +1 -0
  278. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_route_table_facts.rb +1 -0
  279. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_subnet.rb +1 -0
  280. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_vpc_subnet_facts.rb +1 -0
  281. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ec2_win_password.rb +1 -0
  282. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_cluster.rb +1 -0
  283. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service.rb +1 -0
  284. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_service_facts.rb +1 -0
  285. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_task.rb +1 -0
  286. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/ecs_taskdefinition.rb +1 -0
  287. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_facts.rb +1 -0
  288. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_health_check.rb +2 -0
  289. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/route53_zone.rb +1 -0
  290. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_bucket.rb +1 -0
  291. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_lifecycle.rb +1 -0
  292. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/s3_logging.rb +1 -0
  293. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/sns_topic.rb +1 -0
  294. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/sqs_queue.rb +2 -0
  295. data/lib/ansible/ruby/modules/generated/extras/cloud/amazon/sts_assume_role.rb +1 -0
  296. data/lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb +1 -0
  297. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_aa_policy.rb +1 -0
  298. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_alert_policy.rb +1 -0
  299. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_blueprint_package.rb +1 -0
  300. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_firewall_policy.rb +1 -0
  301. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_group.rb +1 -0
  302. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_loadbalancer.rb +1 -0
  303. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_modify_server.rb +1 -0
  304. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_publicip.rb +1 -0
  305. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_server.rb +1 -0
  306. data/lib/ansible/ruby/modules/generated/extras/cloud/centurylink/clc_server_snapshot.rb +1 -0
  307. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb +1 -0
  308. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_affinitygroup.rb +1 -0
  309. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_cluster.rb +1 -0
  310. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_configuration.rb +1 -0
  311. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_domain.rb +1 -0
  312. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_facts.rb +1 -0
  313. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_firewall.rb +1 -0
  314. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance.rb +1 -0
  315. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instance_facts.rb +1 -0
  316. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_instancegroup.rb +1 -0
  317. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb +1 -0
  318. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_iso.rb +1 -0
  319. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule.rb +1 -0
  320. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_loadbalancer_rule_member.rb +1 -0
  321. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_network.rb +1 -0
  322. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_pod.rb +1 -0
  323. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb +1 -0
  324. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_project.rb +1 -0
  325. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_resourcelimit.rb +1 -0
  326. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup.rb +1 -0
  327. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_securitygroup_rule.rb +1 -0
  328. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_sshkeypair.rb +2 -0
  329. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb +1 -0
  330. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_template.rb +1 -0
  331. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb +1 -0
  332. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_vmsnapshot.rb +1 -0
  333. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_volume.rb +1 -0
  334. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_zone.rb +1 -0
  335. data/lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_zone_facts.rb +1 -0
  336. data/lib/ansible/ruby/modules/generated/extras/cloud/google/gce_img.rb +1 -0
  337. data/lib/ansible/ruby/modules/generated/extras/cloud/google/gce_tag.rb +1 -0
  338. data/lib/ansible/ruby/modules/generated/extras/cloud/lxc/lxc_container.rb +1 -0
  339. data/lib/ansible/ruby/modules/generated/extras/cloud/misc/ovirt.rb +1 -0
  340. data/lib/ansible/ruby/modules/generated/extras/cloud/misc/proxmox.rb +2 -0
  341. data/lib/ansible/ruby/modules/generated/extras/cloud/misc/proxmox_template.rb +1 -0
  342. data/lib/ansible/ruby/modules/generated/extras/cloud/misc/virt.rb +1 -0
  343. data/lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_net.rb +1 -0
  344. data/lib/ansible/ruby/modules/generated/extras/cloud/misc/virt_pool.rb +1 -0
  345. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_flavor_facts.rb +1 -0
  346. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_group.rb +1 -0
  347. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_ironic_inspect.rb +1 -0
  348. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_domain.rb +1 -0
  349. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_domain_facts.rb +1 -0
  350. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_keystone_role.rb +1 -0
  351. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_port_facts.rb +1 -0
  352. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project.rb +1 -0
  353. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_project_facts.rb +1 -0
  354. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_user_facts.rb +1 -0
  355. data/lib/ansible/ruby/modules/generated/extras/cloud/openstack/os_user_role.rb +1 -0
  356. data/lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks.rb +1 -0
  357. data/lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_datacenter.rb +1 -0
  358. data/lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_nic.rb +1 -0
  359. data/lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume.rb +1 -0
  360. data/lib/ansible/ruby/modules/generated/extras/cloud/profitbricks/profitbricks_volume_attachments.rb +1 -0
  361. data/lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_clb_ssl.rb +1 -0
  362. data/lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_alarm.rb +1 -0
  363. data/lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_check.rb +1 -0
  364. data/lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_entity.rb +1 -0
  365. data/lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification.rb +1 -0
  366. data/lib/ansible/ruby/modules/generated/extras/cloud/rackspace/rax_mon_notification_plan.rb +1 -0
  367. data/lib/ansible/ruby/modules/generated/extras/cloud/softlayer/sl_vm.rb +1 -0
  368. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vca_fw.rb +1 -0
  369. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vca_nat.rb +1 -0
  370. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vca_vapp.rb +1 -0
  371. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_cluster.rb +1 -0
  372. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_datacenter.rb +1 -0
  373. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dns_config.rb +1 -0
  374. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvs_host.rb +1 -0
  375. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvs_portgroup.rb +1 -0
  376. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_dvswitch.rb +1 -0
  377. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_host.rb +1 -0
  378. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_maintenancemode.rb +2 -0
  379. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_migrate_vmk.rb +1 -0
  380. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_portgroup.rb +1 -0
  381. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_target_canonical_facts.rb +1 -0
  382. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vm_facts.rb +1 -0
  383. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vm_shell.rb +1 -0
  384. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vm_vss_dvs_migrate.rb +1 -0
  385. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vmkernel.rb +1 -0
  386. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vmkernel_ip_config.rb +1 -0
  387. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vsan_cluster.rb +1 -0
  388. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vmware_vswitch.rb +1 -0
  389. data/lib/ansible/ruby/modules/generated/extras/cloud/vmware/vsphere_copy.rb +1 -0
  390. data/lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_app.rb +1 -0
  391. data/lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_db.rb +1 -0
  392. data/lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_domain.rb +1 -0
  393. data/lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_mailbox.rb +1 -0
  394. data/lib/ansible/ruby/modules/generated/extras/cloud/webfaction/webfaction_site.rb +1 -0
  395. data/lib/ansible/ruby/modules/generated/extras/cloud/xenserver_facts.rb +1 -0
  396. data/lib/ansible/ruby/modules/generated/extras/clustering/consul.rb +4 -0
  397. data/lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb +1 -0
  398. data/lib/ansible/ruby/modules/generated/extras/clustering/consul_kv.rb +3 -0
  399. data/lib/ansible/ruby/modules/generated/extras/clustering/consul_session.rb +1 -0
  400. data/lib/ansible/ruby/modules/generated/extras/clustering/kubernetes.rb +1 -0
  401. data/lib/ansible/ruby/modules/generated/extras/clustering/znode.rb +1 -0
  402. data/lib/ansible/ruby/modules/generated/extras/commands/expect.rb +2 -0
  403. data/lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_database.rb +1 -0
  404. data/lib/ansible/ruby/modules/generated/extras/database/influxdb/influxdb_retention_policy.rb +1 -0
  405. data/lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_parameter.rb +1 -0
  406. data/lib/ansible/ruby/modules/generated/extras/database/misc/mongodb_user.rb +1 -0
  407. data/lib/ansible/ruby/modules/generated/extras/database/misc/redis.rb +1 -0
  408. data/lib/ansible/ruby/modules/generated/extras/database/misc/riak.rb +1 -0
  409. data/lib/ansible/ruby/modules/generated/extras/database/mysql/mysql_replication.rb +1 -0
  410. data/lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_ext.rb +1 -0
  411. data/lib/ansible/ruby/modules/generated/extras/database/postgresql/postgresql_lang.rb +4 -0
  412. data/lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_configuration.rb +1 -0
  413. data/lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_facts.rb +1 -0
  414. data/lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_role.rb +1 -0
  415. data/lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_schema.rb +3 -0
  416. data/lib/ansible/ruby/modules/generated/extras/database/vertica/vertica_user.rb +3 -0
  417. data/lib/ansible/ruby/modules/generated/extras/files/blockinfile.rb +1 -0
  418. data/lib/ansible/ruby/modules/generated/extras/files/patch.rb +1 -0
  419. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_binding.rb +1 -0
  420. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_exchange.rb +1 -0
  421. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_parameter.rb +1 -0
  422. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_plugin.rb +1 -0
  423. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_policy.rb +1 -0
  424. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_queue.rb +1 -0
  425. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_user.rb +1 -0
  426. data/lib/ansible/ruby/modules/generated/extras/messaging/rabbitmq_vhost.rb +1 -0
  427. data/lib/ansible/ruby/modules/generated/extras/monitoring/airbrake_deployment.rb +1 -0
  428. data/lib/ansible/ruby/modules/generated/extras/monitoring/bigpanda.rb +1 -0
  429. data/lib/ansible/ruby/modules/generated/extras/monitoring/boundary_meter.rb +1 -0
  430. data/lib/ansible/ruby/modules/generated/extras/monitoring/circonus_annotation.rb +1 -0
  431. data/lib/ansible/ruby/modules/generated/extras/monitoring/datadog_event.rb +2 -0
  432. data/lib/ansible/ruby/modules/generated/extras/monitoring/datadog_monitor.rb +2 -0
  433. data/lib/ansible/ruby/modules/generated/extras/monitoring/librato_annotation.rb +1 -0
  434. data/lib/ansible/ruby/modules/generated/extras/monitoring/logentries.rb +1 -0
  435. data/lib/ansible/ruby/modules/generated/extras/monitoring/monit.rb +1 -0
  436. data/lib/ansible/ruby/modules/generated/extras/monitoring/nagios.rb +5 -0
  437. data/lib/ansible/ruby/modules/generated/extras/monitoring/newrelic_deployment.rb +1 -0
  438. data/lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty.rb +1 -0
  439. data/lib/ansible/ruby/modules/generated/extras/monitoring/pagerduty_alert.rb +1 -0
  440. data/lib/ansible/ruby/modules/generated/extras/monitoring/pingdom.rb +1 -0
  441. data/lib/ansible/ruby/modules/generated/extras/monitoring/rollbar_deployment.rb +1 -0
  442. data/lib/ansible/ruby/modules/generated/extras/monitoring/sensu_check.rb +4 -0
  443. data/lib/ansible/ruby/modules/generated/extras/monitoring/stackdriver.rb +1 -0
  444. data/lib/ansible/ruby/modules/generated/extras/monitoring/uptimerobot.rb +1 -0
  445. data/lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_group.rb +2 -0
  446. data/lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_host.rb +1 -0
  447. data/lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_hostmacro.rb +1 -0
  448. data/lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_maintenance.rb +1 -0
  449. data/lib/ansible/ruby/modules/generated/extras/monitoring/zabbix_screen.rb +1 -0
  450. data/lib/ansible/ruby/modules/generated/extras/network/a10/a10_server.rb +1 -0
  451. data/lib/ansible/ruby/modules/generated/extras/network/a10/a10_service_group.rb +1 -0
  452. data/lib/ansible/ruby/modules/generated/extras/network/a10/a10_virtual_server.rb +1 -0
  453. data/lib/ansible/ruby/modules/generated/extras/network/citrix/netscaler.rb +1 -0
  454. data/lib/ansible/ruby/modules/generated/extras/network/cloudflare_dns.rb +1 -0
  455. data/lib/ansible/ruby/modules/generated/extras/network/dnsimple.rb +1 -0
  456. data/lib/ansible/ruby/modules/generated/extras/network/dnsmadeeasy.rb +1 -0
  457. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb +1 -0
  458. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_gtm_wide_ip.rb +1 -0
  459. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_monitor_http.rb +1 -0
  460. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_monitor_tcp.rb +1 -0
  461. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_node.rb +1 -0
  462. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool.rb +1 -0
  463. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_pool_member.rb +1 -0
  464. data/lib/ansible/ruby/modules/generated/extras/network/f5/bigip_virtual_server.rb +1 -0
  465. data/lib/ansible/ruby/modules/generated/extras/network/haproxy.rb +1 -0
  466. data/lib/ansible/ruby/modules/generated/extras/network/ipify_facts.rb +1 -0
  467. data/lib/ansible/ruby/modules/generated/extras/network/lldp.rb +1 -0
  468. data/lib/ansible/ruby/modules/generated/extras/network/nmcli.rb +1 -0
  469. data/lib/ansible/ruby/modules/generated/extras/network/openvswitch_bridge.rb +1 -0
  470. data/lib/ansible/ruby/modules/generated/extras/network/openvswitch_db.rb +1 -0
  471. data/lib/ansible/ruby/modules/generated/extras/network/openvswitch_port.rb +1 -0
  472. data/lib/ansible/ruby/modules/generated/extras/network/snmp_facts.rb +1 -0
  473. data/lib/ansible/ruby/modules/generated/extras/notification/campfire.rb +2 -0
  474. data/lib/ansible/ruby/modules/generated/extras/notification/flowdock.rb +1 -0
  475. data/lib/ansible/ruby/modules/generated/extras/notification/grove.rb +1 -0
  476. data/lib/ansible/ruby/modules/generated/extras/notification/hall.rb +1 -0
  477. data/lib/ansible/ruby/modules/generated/extras/notification/hipchat.rb +1 -0
  478. data/lib/ansible/ruby/modules/generated/extras/notification/irc.rb +1 -0
  479. data/lib/ansible/ruby/modules/generated/extras/notification/jabber.rb +1 -0
  480. data/lib/ansible/ruby/modules/generated/extras/notification/mail.rb +4 -0
  481. data/lib/ansible/ruby/modules/generated/extras/notification/mqtt.rb +1 -0
  482. data/lib/ansible/ruby/modules/generated/extras/notification/nexmo.rb +1 -0
  483. data/lib/ansible/ruby/modules/generated/extras/notification/osx_say.rb +1 -0
  484. data/lib/ansible/ruby/modules/generated/extras/notification/pushbullet.rb +1 -0
  485. data/lib/ansible/ruby/modules/generated/extras/notification/pushover.rb +1 -0
  486. data/lib/ansible/ruby/modules/generated/extras/notification/sendgrid.rb +1 -0
  487. data/lib/ansible/ruby/modules/generated/extras/notification/slack.rb +1 -0
  488. data/lib/ansible/ruby/modules/generated/extras/notification/sns.rb +1 -0
  489. data/lib/ansible/ruby/modules/generated/extras/notification/twilio.rb +1 -0
  490. data/lib/ansible/ruby/modules/generated/extras/notification/typetalk.rb +1 -0
  491. data/lib/ansible/ruby/modules/generated/extras/packaging/dpkg_selections.rb +1 -0
  492. data/lib/ansible/ruby/modules/generated/extras/packaging/elasticsearch_plugin.rb +1 -0
  493. data/lib/ansible/ruby/modules/generated/extras/packaging/language/bower.rb +1 -0
  494. data/lib/ansible/ruby/modules/generated/extras/packaging/language/bundler.rb +1 -0
  495. data/lib/ansible/ruby/modules/generated/extras/packaging/language/composer.rb +1 -0
  496. data/lib/ansible/ruby/modules/generated/extras/packaging/language/cpanm.rb +1 -0
  497. data/lib/ansible/ruby/modules/generated/extras/packaging/language/maven_artifact.rb +3 -0
  498. data/lib/ansible/ruby/modules/generated/extras/packaging/language/npm.rb +1 -0
  499. data/lib/ansible/ruby/modules/generated/extras/packaging/language/pear.rb +1 -0
  500. data/lib/ansible/ruby/modules/generated/extras/packaging/os/apk.rb +1 -0
  501. data/lib/ansible/ruby/modules/generated/extras/packaging/os/dnf.rb +1 -0
  502. data/lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew.rb +1 -0
  503. data/lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_cask.rb +1 -0
  504. data/lib/ansible/ruby/modules/generated/extras/packaging/os/homebrew_tap.rb +1 -0
  505. data/lib/ansible/ruby/modules/generated/extras/packaging/os/layman.rb +1 -0
  506. data/lib/ansible/ruby/modules/generated/extras/packaging/os/macports.rb +1 -0
  507. data/lib/ansible/ruby/modules/generated/extras/packaging/os/openbsd_pkg.rb +1 -0
  508. data/lib/ansible/ruby/modules/generated/extras/packaging/os/opkg.rb +1 -0
  509. data/lib/ansible/ruby/modules/generated/extras/packaging/os/pacman.rb +1 -0
  510. data/lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5.rb +1 -0
  511. data/lib/ansible/ruby/modules/generated/extras/packaging/os/pkg5_publisher.rb +2 -0
  512. data/lib/ansible/ruby/modules/generated/extras/packaging/os/pkgin.rb +1 -0
  513. data/lib/ansible/ruby/modules/generated/extras/packaging/os/pkgng.rb +1 -0
  514. data/lib/ansible/ruby/modules/generated/extras/packaging/os/pkgutil.rb +3 -0
  515. data/lib/ansible/ruby/modules/generated/extras/packaging/os/portage.rb +1 -0
  516. data/lib/ansible/ruby/modules/generated/extras/packaging/os/portinstall.rb +1 -0
  517. data/lib/ansible/ruby/modules/generated/extras/packaging/os/slackpkg.rb +1 -0
  518. data/lib/ansible/ruby/modules/generated/extras/packaging/os/svr4pkg.rb +3 -0
  519. data/lib/ansible/ruby/modules/generated/extras/packaging/os/swdepot.rb +1 -0
  520. data/lib/ansible/ruby/modules/generated/extras/packaging/os/urpmi.rb +1 -0
  521. data/lib/ansible/ruby/modules/generated/extras/packaging/os/yum_repository.rb +1 -0
  522. data/lib/ansible/ruby/modules/generated/extras/packaging/os/zypper.rb +1 -0
  523. data/lib/ansible/ruby/modules/generated/extras/packaging/os/zypper_repository.rb +1 -0
  524. data/lib/ansible/ruby/modules/generated/extras/source_control/bzr.rb +1 -0
  525. data/lib/ansible/ruby/modules/generated/extras/source_control/git_config.rb +1 -0
  526. data/lib/ansible/ruby/modules/generated/extras/source_control/github_hooks.rb +1 -0
  527. data/lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb +2 -0
  528. data/lib/ansible/ruby/modules/generated/extras/source_control/gitlab_project.rb +3 -0
  529. data/lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb +3 -0
  530. data/lib/ansible/ruby/modules/generated/extras/system/alternatives.rb +2 -0
  531. data/lib/ansible/ruby/modules/generated/extras/system/at.rb +2 -0
  532. data/lib/ansible/ruby/modules/generated/extras/system/capabilities.rb +1 -0
  533. data/lib/ansible/ruby/modules/generated/extras/system/cronvar.rb +1 -0
  534. data/lib/ansible/ruby/modules/generated/extras/system/crypttab.rb +1 -0
  535. data/lib/ansible/ruby/modules/generated/extras/system/debconf.rb +1 -0
  536. data/lib/ansible/ruby/modules/generated/extras/system/facter.rb +1 -0
  537. data/lib/ansible/ruby/modules/generated/extras/system/filesystem.rb +1 -0
  538. data/lib/ansible/ruby/modules/generated/extras/system/firewalld.rb +1 -0
  539. data/lib/ansible/ruby/modules/generated/extras/system/getent.rb +1 -0
  540. data/lib/ansible/ruby/modules/generated/extras/system/gluster_volume.rb +1 -0
  541. data/lib/ansible/ruby/modules/generated/extras/system/iptables.rb +1 -0
  542. data/lib/ansible/ruby/modules/generated/extras/system/kernel_blacklist.rb +1 -0
  543. data/lib/ansible/ruby/modules/generated/extras/system/known_hosts.rb +1 -0
  544. data/lib/ansible/ruby/modules/generated/extras/system/locale_gen.rb +1 -0
  545. data/lib/ansible/ruby/modules/generated/extras/system/lvg.rb +1 -0
  546. data/lib/ansible/ruby/modules/generated/extras/system/lvol.rb +1 -0
  547. data/lib/ansible/ruby/modules/generated/extras/system/make.rb +1 -0
  548. data/lib/ansible/ruby/modules/generated/extras/system/modprobe.rb +1 -0
  549. data/lib/ansible/ruby/modules/generated/extras/system/ohai.rb +1 -0
  550. data/lib/ansible/ruby/modules/generated/extras/system/open_iscsi.rb +1 -0
  551. data/lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb +1 -0
  552. data/lib/ansible/ruby/modules/generated/extras/system/pam_limits.rb +1 -0
  553. data/lib/ansible/ruby/modules/generated/extras/system/puppet.rb +1 -0
  554. data/lib/ansible/ruby/modules/generated/extras/system/selinux_permissive.rb +1 -0
  555. data/lib/ansible/ruby/modules/generated/extras/system/seport.rb +1 -0
  556. data/lib/ansible/ruby/modules/generated/extras/system/solaris_zone.rb +1 -0
  557. data/lib/ansible/ruby/modules/generated/extras/system/svc.rb +1 -0
  558. data/lib/ansible/ruby/modules/generated/extras/system/ufw.rb +1 -0
  559. data/lib/ansible/ruby/modules/generated/extras/system/zfs.rb +1 -0
  560. data/lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb +2 -0
  561. data/lib/ansible/ruby/modules/generated/extras/web_infrastructure/ejabberd_user.rb +1 -0
  562. data/lib/ansible/ruby/modules/generated/extras/web_infrastructure/jboss.rb +1 -0
  563. data/lib/ansible/ruby/modules/generated/extras/web_infrastructure/jira.rb +1 -0
  564. data/lib/ansible/ruby/modules/generated/extras/web_infrastructure/taiga_issue.rb +3 -0
  565. data/lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb +1 -0
  566. data/lib/ansible/ruby/modules/generated/extras/windows/win_acl_inheritance.rb +1 -0
  567. data/lib/ansible/ruby/modules/generated/extras/windows/win_chocolatey.rb +1 -0
  568. data/lib/ansible/ruby/modules/generated/extras/windows/win_dotnet_ngen.rb +4 -0
  569. data/lib/ansible/ruby/modules/generated/extras/windows/win_environment.rb +2 -0
  570. data/lib/ansible/ruby/modules/generated/extras/windows/win_file_version.rb +2 -0
  571. data/lib/ansible/ruby/modules/generated/extras/windows/win_firewall_rule.rb +1 -0
  572. data/lib/ansible/ruby/modules/generated/extras/windows/win_iis_virtualdirectory.rb +1 -0
  573. data/lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapplication.rb +1 -0
  574. data/lib/ansible/ruby/modules/generated/extras/windows/win_iis_webapppool.rb +1 -0
  575. data/lib/ansible/ruby/modules/generated/extras/windows/win_iis_webbinding.rb +1 -0
  576. data/lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb +1 -0
  577. data/lib/ansible/ruby/modules/generated/extras/windows/win_nssm.rb +1 -0
  578. data/lib/ansible/ruby/modules/generated/extras/windows/win_owner.rb +1 -0
  579. data/lib/ansible/ruby/modules/generated/extras/windows/win_package.rb +1 -0
  580. data/lib/ansible/ruby/modules/generated/extras/windows/win_regedit.rb +1 -0
  581. data/lib/ansible/ruby/modules/generated/extras/windows/win_regmerge.rb +6 -0
  582. data/lib/ansible/ruby/modules/generated/extras/windows/win_scheduled_task.rb +1 -0
  583. data/lib/ansible/ruby/modules/generated/extras/windows/win_share.rb +1 -0
  584. data/lib/ansible/ruby/modules/generated/extras/windows/win_timezone.rb +1 -0
  585. data/lib/ansible/ruby/modules/generated/extras/windows/win_unzip.rb +1 -0
  586. data/lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb +1 -0
  587. data/lib/ansible/ruby/modules/generated/extras/windows/win_uri.rb +1 -0
  588. data/lib/ansible/ruby/modules/generated/extras/windows/win_webpicmd.rb +3 -0
  589. data/lib/ansible/ruby/modules/missing_file_stuff.rb +28 -0
  590. data/lib/ansible/ruby/version.rb +1 -1
  591. metadata +11 -2
@@ -5,6 +5,8 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # This module will replace all instances of a pattern within a file.
9
+ # It is up to the user to maintain idempotence by ensuring that the same pattern would never match any replacements made.
8
10
  class Replace < Base
9
11
  # @return [String] The file to modify.
10
12
  attribute :dest
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Retrieves facts for a file similar to the linux/unix 'stat' command.
8
9
  class Stat < Base
9
10
  # @return [String] The full path of the file/object to get the facts of
10
11
  attribute :path
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # C(synchronize) is a wrapper around the rsync command, meant to make common tasks with rsync easier. It is run and originates on the local host where Ansible is being run. Of course, you could just use the command action to call rsync yourself, but you also have to add a fair number of boilerplate options and host facts. You `still` may need to call rsync directly via C(command) or C(shell) depending on your use case. C(synchronize) does not provide access to the full power of rsync, but does make most invocations easier to follow.
8
9
  class Synchronize < Base
9
10
  # @return [Object] Path on the source host that will be synchronized to the destination; The path can be absolute or relative.
10
11
  attribute :src
@@ -5,6 +5,8 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Templates are processed by the Jinja2 templating language (U(http://jinja.pocoo.org/docs/)) - documentation on the template formatting can be found in the Template Designer Documentation (U(http://jinja.pocoo.org/docs/templates/)).
9
+ # Six additional variables can be used in templates: C(ansible_managed) (configurable via the C(defaults) section of C(ansible.cfg)) contains a string which can be used to describe the template name, host, modification time of the template file and the owner uid, C(template_host) contains the node name of the template's machine, C(template_uid) the owner, C(template_path) the absolute path of the template, C(template_fullpath) is the absolute path of the template, and C(template_run_date) is the date that the template was rendered. Note that including a string that uses a date in the template will result in the template being marked 'changed' each time.
8
10
  class Template < Base
9
11
  # @return [String] Path of a Jinja2 formatted template on the Ansible controller. This can be a relative or absolute path.
10
12
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # The M(unarchive) module unpacks an archive. By default, it will copy the source file from the local system to the target before unpacking - set copy=no to unpack an archive which already exists on the target..
8
9
  class Unarchive < Base
9
10
  # @return [String] If copy=yes (default), local path to archive file to copy to the target server; can be absolute or relative. If copy=no, path on the target server to existing archive file to unpack.,If copy=no and src contains ://, the remote machine will download the file from the url first. (version_added 2.0)
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages filesystem user defined extended attributes, requires that they are enabled on the target filesystem and that the setfattr/getfattr utilities are present.
8
9
  class Xattr < Base
9
10
  # @return [String] The full path of the file/object to get the facts of
10
11
  attribute :name
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Use variables to create new hosts and groups in inventory for use in later plays of the same playbook. Takes variables so you can define the new hosts more fully.
8
9
  class Add_host < Base
9
10
  # @return [String] The hostname/ip of the host to add to the inventory, can include a colon and a port number.
10
11
  attribute :name
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Use facts to create ad-hoc groups that can be used later in a playbook.
8
9
  class Group_by < Base
9
10
  # @return [String] The variables whose values will be used as groups
10
11
  attribute :key
@@ -5,6 +5,9 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Downloads files from HTTP, HTTPS, or FTP to the remote server. The remote server I(must) have direct access to the remote resource.
9
+ # By default, if an environment variable C(<protocol>_proxy) is set on the target host, requests will be sent through that proxy. This behaviour can be overridden by setting a variable for this task (see `setting the environment <http://docs.ansible.com/playbooks_environment.html>`_), or by using the use_proxy option.
10
+ # HTTP redirects can redirect from HTTP to HTTPS so you should be sure that your proxy environment for both protocols is correct.
8
11
  class Get_url < Base
9
12
  # @return [String] HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path
10
13
  attribute :url
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # This module works like M(fetch). It is used for fetching a base64- encoded blob containing the data in a remote file.
8
9
  class Slurp < Base
9
10
  # @return [Object] The file on the remote system to fetch. This I(must) be a file, not a directory.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Interacts with HTTP and HTTPS web services and supports Digest, Basic and WSSE HTTP authentication mechanisms.
8
9
  class Uri < Base
9
10
  # @return [String] HTTP or HTTPS URL in the form (http|https)://host.domain[:port]/path
10
11
  attribute :url
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Configures a bond interface on Cumulus Linux To configure a bridge port use the cl_bridge module. To configure any other type of interface use the cl_interface module. Follow the guidelines for bonding found in the Cumulus User Guide at http://docs.cumulusnetworks.com
8
9
  class Cl_bond < Base
9
10
  # @return [Object] name of the interface
10
11
  attribute :name
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Configures a bridge interface on Cumulus Linux To configure a bond port use the cl_bond module. To configure any other type of interface use the cl_interface module. Follow the guidelines for bridging found in the Cumulus User Guide at http://docs.cumulusnetworks.com
8
9
  class Cl_bridge < Base
9
10
  # @return [Object] name of the interface
10
11
  attribute :name
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # install a different version of Cumulus Linux in the inactive slot. For more details go the Image Management User Guide @ http://docs.cumulusnetworks.com/
8
9
  class Cl_img_install < Base
9
10
  # @return [Object] full path to the Cumulus Linux binary image. Can be a local path, http or https URL. If the code version is in the name of the file, the module will assume this is the version of code you wish to install.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Configures a front panel, sub-interface, SVI, management or loopback port on a Cumulus Linux switch. For bridge ports use the cl_bridge module. For bond ports use the cl_bond module. When configuring bridge related features like the "vid" option, please follow the guidelines for configuring "vlan aware" bridging. For more details review the Layer2 Interface Guide at http://docs.cumulusnetworks.com
8
9
  class Cl_interface < Base
9
10
  # @return [Object] name of the interface
10
11
  attribute :name
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # This module affects the configuration files located in the interfaces folder defined by ifupdown2. Interfaces port and port ranges listed in the "allowed" parameter define what interfaces will be available on the switch. If the user runs this module and has an interface configured on the switch, but not found in the "allowed" list, this interface will be unconfigured. By default this is `/etc/network/interface.d` For more details go the Configuring Interfaces at http://docs.cumulusnetworks.com
8
9
  class Cl_interface_policy < Base
9
10
  # @return [Array<String>, String, nil] list of ports to run initial run at 10G
10
11
  attribute :allowed
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Installs a Cumulus Linux license. The module reports no change of status when a license is installed. For more details go the Cumulus Linux License Documentation @ http://docs.cumulusnetwork.com and the Licensing KB Site @ https://support.cumulusnetworks.com/hc/en-us/sections/200507688
8
9
  class Cl_license < Base
9
10
  # @return [Object, nil] full path to the license. Can be local path or http url
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Set the initial port attribute defined in the Cumulus Linux ports.conf, file. This module does not do any error checking at the moment. Be careful to not include ports that do not exist on the switch. Carefully read the original ports.conf file for any exceptions or limitations. For more details go the Configure Switch Port Attribute Documentation at http://docs.cumulusnetworks.com
8
9
  class Cl_ports < Base
9
10
  # @return [Object, nil] list of ports to run initial run at 10G
10
11
  attribute :speed_10g
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Sends an aribtrary set of commands to an EOS node and returns the results read from the device. The M(eos_command) module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met.
8
9
  class Eos_command < Base
9
10
  # @return [Array<String>, String] The commands to send to the remote EOS device over the configured provider. The resulting output from the command is returned. If the I(waitfor) argument is provided, the module is not returned until the condition is satisfied or the number of retries has been exceeded.
10
11
  attribute :commands
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Arista EOS configurations use a simple block indent file sytanx for segementing configuration into sections. This module provides an implementation for working with eos configuration sections in a deterministic way. This module works with either CLI or eapi transports.
8
9
  class Eos_config < Base
9
10
  # @return [Array<String>, String] The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration command syntax as some commands are automatically modified by the device config parser.
10
11
  attribute :lines
@@ -5,6 +5,9 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Use to enable or disable EAPI access, and set the port and state of http, https, localHttp and unix-socket servers.
9
+ # When enabling EAPI access the default is to enable HTTP on port 80, enable HTTPS on port 443, disable local HTTP, and disable Unix socket server. Use the options listed below to override the default configuration.
10
+ # Requires EOS v4.12 or greater.
8
11
  class Eos_eapi < Base
9
12
  # @return [:started, :stopped, nil] Set to started or stopped. A state of started will enable EAPI access, and a state of stopped will disable or shutdown all EAPI access.
10
13
  attribute :state
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages network device configurations over SSH or eAPI. This module allows implementors to work with the device running-config. It provides a way to push a set of commands onto a network device by evaluting the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template.
8
9
  class Eos_template < Base
9
10
  # @return [String] The path to the config source. The source can be either a file with config or a template that will be merged during runtime. By default the task will search for the source file in role or playbook root folder in templates directory.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Sends arbitrary commands to an ios node and returns the results read from the device. The M(ios_command) module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met.
8
9
  class Ios_command < Base
9
10
  # @return [Array<String>, String] List of commands to send to the remote ios device over the configured provider. The resulting output from the command is returned. If the I(waitfor) argument is provided, the module is not returned until the condition is satisfied or the number of retires as expired.
10
11
  attribute :commands
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Cisco IOS configurations use a simple block indent file sytanx for segementing configuration into sections. This module provides an implementation for working with IOS configuration sections in a deterministic way.
8
9
  class Ios_config < Base
9
10
  # @return [Array<String>, String] The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration command syntax as some commands are automatically modified by the device config parser.
10
11
  attribute :lines
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages Cisco IOS network device configurations over SSH. This module allows implementors to work with the device running-config. It provides a way to push a set of commands onto a network device by evaluting the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template.
8
9
  class Ios_template < Base
9
10
  # @return [String] The path to the config source. The source can be either a file with config or a template that will be merged during runtime. By default the task will first search for the source file in role or playbook root folder in templates unless a full path to the file is given.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Sends arbitrary commands to an IOSXR node and returns the results read from the device. The M(iosxr_command) module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met.
8
9
  class Iosxr_command < Base
9
10
  # @return [Array<String>, String] List of commands to send to the remote ios device over the configured provider. The resulting output from the command is returned. If the I(waitfor) argument is provided, the module is not returned until the condition is satisfied or the number of retires as expired.
10
11
  attribute :commands
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Cisco IOS XR configurations use a simple block indent file sytanx for segementing configuration into sections. This module provides an implementation for working with IOS XR configuration sections in a deterministic way. This module works with either CLI or NXAPI transports.
8
9
  class Iosxr_config < Base
9
10
  # @return [Array<String>, String] The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration command syntax as some commands are automatically modified by the device config parser.
10
11
  attribute :lines
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages network device configurations over SSH. This module allows implementors to work with the device running-config. It provides a way to push a set of commands onto a network device by evaluting the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template.
8
9
  class Iosxr_template < Base
9
10
  # @return [String, nil] The path to the config source. The source can be either a file with config or a template that will be merged during runtime. By default the task will first search for the source file in role or playbook root folder in templates unless a full path to the file is given.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Network devices running the Junos operating system provide a command driven interface both over CLI and RPC. This module provides an interface to execute commands using these functions and return the results to the Ansible playbook. In addition, the M(junos_command) module can specify a set of conditionals to be evaluated against the returned output, only returning control to the playbook once the entire set of conditionals has been met.
8
9
  class Junos_command < Base
9
10
  # @return [Array<String>, String, nil] An ordered set of CLI commands to be executed on the remote device. The output from the commands is then returned to the playbook in the task results.
10
11
  attribute :commands
@@ -5,6 +5,8 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # The M(junos_config) module provides an abstraction for working with the configuration running on remote devices. It can perform operations that influence the configuration state.
9
+ # This module provides an implementation for configuring Juniper JUNOS devices. The configuration statements must start with either `set` or `delete` and are compared against the current device configuration and only changes are pushed to the device.
8
10
  class Junos_config < Base
9
11
  # @return [Array<String>, String, nil] The path to the config source. The source can be either a file with config or a template that will be merged during runtime. By default the task will search for the source file in role or playbook root folder in templates directory.
10
12
  attribute :lines
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Collects fact information from a remote device running the Junos operating system. By default, the module will collect basic fact information from the device to be included with the hostvars. Additional fact information can be collected based on the configured set of arguments.
8
9
  class Junos_facts < Base
9
10
  # @return [Boolean, nil] The C(config) argument instructs the fact module to collect the configuration from the remote device. The configuration is then included in return facts. By default, the configuration is returned as text. The C(config_format) can be used to return different Junos configuration formats.
10
11
  attribute :config
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # This module provides an abstraction that enables and configures the netconf system service running on Junos devices. This module can be used to easily enable the Netconf API. Netconf provides a programmatic interface for working with configuration and state resources as defined in RFC 6242.
8
9
  class Junos_netconf < Base
9
10
  # @return [Integer] This argument specifies the port the netconf service should listen on for SSH connections. The default port as defined in RFC 6242 is 830.
10
11
  attribute :listens_on
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # This module can install new and updated packages on remote devices running Junos. The module will compare the specified package with the one running on the remote device and install the specified version if there is a mismatch
8
9
  class Junos_package < Base
9
10
  # @return [String] The O(src) argument specifies the path to the source package to be installed on the remote device in the advent of a version mismatch. The O(src) argument can be either a localized path or a full path to the package file to install
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # The M(junos_template) module will load a candidate configuration from a template file onto a remote device running Junos. The module will return the differences in configuration if the diff option is specified on the Ansible command line
8
9
  class Junos_template < Base
9
10
  # @return [String] The path to the config source. The source can be either a file with config or a template that will be merged during runtime. By default the task will search for the source file in role or playbook root folder in templates directory.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Sends an aribtrary command to an NXOS node and returns the results read from the device. The M(nxos_command) modulule includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met.
8
9
  class Nxos_command < Base
9
10
  # @return [Array<String>, String] The commands to send to the remote NXOS device over the configured provider. The resulting output from the command is returned. If the I(waitfor) argument is provided, the module is not returned until the condition is satisfied or the number of retires as expired.
10
11
  attribute :commands
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Cisco NXOS configurations use a simple block indent file sytanx for segementing configuration into sections. This module provides an implementation for working with NXOS configuration sections in a deterministic way. This module works with either CLI or NXAPI transports.
8
9
  class Nxos_config < Base
9
10
  # @return [Array<String>, String] The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration command syntax as some commands are automatically modified by the device config parser.
10
11
  attribute :lines
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Offers ability to extract facts from device
8
9
  class Nxos_facts < Base
9
10
 
10
11
  end
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Offers ability to enable and disable features in NX-OS
8
9
  class Nxos_feature < Base
9
10
  # @return [String] Name of feature.
10
11
  attribute :feature
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages physical attributes of interfaces of NX-OS switches
8
9
  class Nxos_interface < Base
9
10
  # @return [String] Full name of interface, i.e. Ethernet1/1, port-channel10.
10
11
  attribute :interface
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages Layer 3 attributes for IPv4 and IPv6 interfaces
8
9
  class Nxos_ip_interface < Base
9
10
  # @return [String] Full name of interface, i.e. Ethernet1/1, vlan10
10
11
  attribute :interface
@@ -5,6 +5,8 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Use to enable or disable NXAPI access, set the port and state of http and https servers, and enable or disable the sandbox.
9
+ # When enabling NXAPI access the default is to enable HTTP on port 80, enable HTTPS on port 443, and enable the web based UI sandbox. Use the options below to override the default configuration.
8
10
  class Nxos_nxapi < Base
9
11
  # @return [:started, :stopped, nil] Set to started or stopped. A state of started will enable NXAPI access, and a state of stopped will disable or shutdown all NXAPI access.
10
12
  attribute :state
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Tests reachability using ping from switch to a remote destination
8
9
  class Nxos_ping < Base
9
10
  # @return [String] IP address or hostname (resolvable by switch) of remote node
10
11
  attribute :dest
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages Layer 2 interfaces
8
9
  class Nxos_switchport < Base
9
10
  # @return [String] Full name of the interface, i.e. Ethernet1/1
10
11
  attribute :interface
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages network device configurations over SSH or NXAPI. This module allows implementors to work with the device running-config. It provides a way to push a set of commands onto a network device by evaluting the current running-config and only pushing configuration commands that are not already configured. The config source can be a set of commands or a template.
8
9
  class Nxos_template < Base
9
10
  # @return [String, nil] The path to the config source. The source can be either a file with config or a template that will be merged during runtime. By default the task will search for the source file in role or playbook root folder in templates directory.
10
11
  attribute :src
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages VLAN configurations on NX-OS switches
8
9
  class Nxos_vlan < Base
9
10
  # @return [String, nil] single vlan id
10
11
  attribute :vlan_id
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages global VRF configuration
8
9
  class Nxos_vrf < Base
9
10
  # @return [String] Name of VRF to be managed
10
11
  attribute :vrf
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages interface specific VRF configuration
8
9
  class Nxos_vrf_interface < Base
9
10
  # @return [String] Name of VRF to be managed
10
11
  attribute :vrf
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Manages VRRP configuration on NX-OS switches
8
9
  class Nxos_vrrp < Base
9
10
  # @return [String] vrrp group number
10
11
  attribute :group
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # Sends arbitrary commands to an OpenSwitch node and returns the results read from the device. The M(ops_command) module includes an argument that will cause the module to wait for a specific condition before returning or timing out if the condition is not met.
8
9
  class Ops_command < Base
9
10
  # @return [Array<String>, String] List of commands to send to the remote ops device over the configured provider. The resulting output from the command is returned. If the I(waitfor) argument is provided, the module is not returned until the condition is satisfied or the number of retires as expired.
10
11
  attribute :commands
@@ -5,6 +5,7 @@ require 'ansible/ruby/modules/base'
5
5
  module Ansible
6
6
  module Ruby
7
7
  module Modules
8
+ # OpenSwitch configurations use a simple block indent file sytanx for segementing configuration into sections. This module provides an implementation for working with ops configuration sections in a deterministic way.
8
9
  class Ops_config < Base
9
10
  # @return [Object] The ordered set of commands that should be configured in the section. The commands must be the exact same commands as found in the device running-config. Be sure to note the configuration command syntax as some commands are automatically modified by the device config parser.
10
11
  attribute :lines