阿娇开发978 发表于 2018-7-29 12:16:43

ansible实现lnamp自动化安装

# ss -tnl  
State       Recv-Q Send-Q                  Local Address:Port                  Peer Address:Port
  
LISTEN      0      128                              :::11211                           :::*
  
LISTEN      0      128                                 *:11211                              *:*
  
LISTEN      0      128                                 *:80                                 *:*
  
LISTEN      0      128                              :::8080                              :::*
  
LISTEN      0      128                              :::22                              :::*
  
LISTEN      0      128                                 *:22                                 *:*
  
LISTEN      0      100                               ::1:25                              :::*
  
LISTEN      0      100                         127.0.0.1:25                                 *:*
  
LISTEN      0      128                              :::10050                           :::*
  
LISTEN      0      128                                 *:10050                              *:*
  
LISTEN      0      50                                  *:3306                               *:*
  
#
页: [1]
查看完整版本: ansible实现lnamp自动化安装