wstlwl 发表于 2018-7-30 11:59:27

自动化运维工具Ansible部署详解与基本使用

# ansible-doc -l  
less 436
  
Copyright (C) 1984-2009 Mark Nudelman
  

  
less comes with NO WARRANTY, to the extent permitted by law.
  
For information about the terms of redistribution,
  
see the file named README in the less distribution.
  
Homepage: http://www.greenwoodsoftware.com/less
  
a10_server                  Manage A10 Networks AX/SoftAX/Thunder/vThunder...
  
a10_service_group             Manage A10 Networks AX/SoftAX/Thunder/vThunder...
  
a10_virtual_server            Manage A10 Networks AX/SoftAX/Thunder/vThunder...
  
acl                           Sets and retrieves file ACL information.
  
add_host                      add a host (and alternatively a group) to the ...
  
airbrake_deployment         Notify airbrake about app deployments
  
alternatives                  Manages alternative programs for common comman...
  
apache2_module                enables/disables a module of the Apache2 webse...
  
apt                           Manages apt-packages
  
apt_key                     Add or remove an apt key
  
apt_repository                Add and remove APT repositories
  
apt_rpm                     apt_rpm package manager
  
assemble                      Assembles a configuration file from fragments
  
assert                        Fail with custom message
  
at                            Schedule the execution of a command or script ...
  
authorized_key                Adds or removes an SSH authorized key
  
azure                         create or terminate a virtual machine in azure
  
bigip_facts                   Collect facts from F5 BIG-IP devices
  
bigip_monitor_http            Manages F5 BIG-IP LTM http monitors
  
bigip_monitor_tcp             Manages F5 BIG-IP LTM tcp monitors
  

  
(由于模块太多, 不一一例举了)
  
(如果查看某个“模块”相关信息,可以 “ansible-doc 模块名” )
  
例如:ansible-doc user 可以查看user这个模块的相关信息
页: [1]
查看完整版本: 自动化运维工具Ansible部署详解与基本使用