查看集群配置文件信息

要查看集群配置文件列表,请运行:adam list profiles

$ adam list profiles
profile
second-profile
third-profile

要查看有关配置文件的更多详细信息,请运行:

$ adam describe -p [profile-name]

您也可以使用该--verbose标志来增加细节。

示例:要查看有关名为“profile”的配置文件的详细信息:

$ adam describe -p profile --verbose
bare:
  keypair: ~/.ssh/my_keypair.pem
  nodes:
  - host: 192.168.1.1
  - host: 192.168.1.2
  - host: 192.168.1.3
  - host: 192.168.1.4
  port: 22
  username: centos
name: cluster
provider: bare
security:
  flush_iptables: false
  selinux_context: false
  selinux_permissive: false