6.2. Satellite Ansible モジュールの表示
以下を実行すると、インストールされている Satellite Ansible モジュールを表示できます。
ansible-doc -l redhat.satellite
# ansible-doc -l redhat.satelliteまたは、Red Hat Ansible Automation Platform で Satellite Ansible モジュールの完全なリストとその他の関連情報を確認することもできます。
				すべてのモジュールは redhat.satellite namespace にあり、redhat.satellite._module_name_ という形式で参照できます。たとえば、activation_key モジュールに関する情報を表示するには、以下のコマンドを入力します。
			
ansible-doc redhat.satellite.activation_key
$ ansible-doc redhat.satellite.activation_key