1.2. Satellite Ansible 컬렉션으로 도움말 가져오기
참고
기본 제공 문서를 보려면 시스템에 Satellite Ansible 컬렉션을 설치해야 합니다. 자세한 내용은 1.1절. “Satellite Ansible 모듈 설치”의 내용을 참조하십시오.
다음 명령을 사용하여 사용 가능한 모듈에 대한 전체 기본 제공 설명서를 볼 수 있습니다.
ansible-doc --list redhat.satellite
# ansible-doc --list redhat.satellite
다음 명령을 사용하여 특정 모듈에 대한 기본 제공 설명서를 볼 수 있습니다.
ansible-doc redhat.satellite.Module_Name
# ansible-doc redhat.satellite.Module_Name
예를 들면 다음과 같습니다.
ansible-doc redhat.satellite.location
# ansible-doc redhat.satellite.location