만약 가상 컴퓨터가 게임의 호스트 라인과 일치하지 않는다면,vagrant는 ansible 게임을 실행하지 않을 것입니다
---
- hosts: localhost
connection: local
tasks:
- debug: msg="Please work, Vagrant!"
나는 《유랑자 조항》에서 상술한 내용의 극본을 사용했지만, 《유랑자 조항》에는skipping: no hosts matched
그래서
ansible-playbook -i <vm-host-name>, playbook.yml
를 실행하고 목표가 게임에서 일치하지 않으면hosts:
게임은 건너뜁니다.
Reference
이 문제에 관하여(만약 가상 컴퓨터가 게임의 호스트 라인과 일치하지 않는다면,vagrant는 ansible 게임을 실행하지 않을 것입니다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/icy1900/vagrant-will-not-run-an-ansible-play-if-the-vm-do-not-match-the-hosts-line-in-the-play-4plo텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)