Vagrant box add 시 SSL certificate problem 오류 해결 $ vagrant box add --provider virtualbox --insecure debian/buster64 box add 시 curl 사용, cetificate 검증 하지 않은 옵션인 --insecure 추가로 해결 Vagrant plugin install
set up the user johndoe with permission to use any command as root via sudo by adding a line in the /etc/sudoers file with Ansible’s lineinfile module:- name: Add sudo
개요WSL2에 Vagrant를 설치하여 호스트에 설치된 virtualbox을 활용하여 VM 생성/구성/관리 가능 윈도우에는 ansible control 서버를 설치 할 수 없어 ansible provisioner를 사용할 수 없음vagrant에서 ansible/ansible_local 지원 ansible, where Ansible is
변경 이유github을 원격지로 repo로 사용할 경우 기본적으로 https로 접속하게되며 매번 ID/PWD을 입력 해야한다. ssh 접속으로 변경하면 ID/PWD 없이 가능하여 편리하다. Key 생성개인키(private key)와 공인키(public key) 생성ssh-keygen -t ed25519
개요 ssh 는 명령 옵션을 설정 파일로 만들어 관리 할 수 있는데 이를 이용하면 옵션을 매번칠 필요도 없으며 호스트별 인증서(개인키) 사용할 수 도 있다. 설정 파일 설정 파일은 시스템 전역 파일(/etc/