👉설치
apt-get install dirmngr
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv A621E701
apt update
apt install software-properties-common > add apt repository 명령어를 사용하기 위한 설치
add aptrepository --yes --update ppa:ansible/ansible > 최신 버전 설치를 위한 목록 추가
apt install ansible
👉삭제
apt remove ansible
👉collections 설치
ansible-galaxy collection install cisco.ios