Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Monday, 2 December 2019
Setting python path in windows
›
set PYTHONPATH=%PYTHONPATH%;C:\Program Files (x86)\Python38-32
Wednesday, 20 November 2019
Connect Virtual machine to laptop using port forwording
›
ssh -p 2222 raghu@127.0.0.1
Tuesday, 19 November 2019
continue executing the ansible playbook even if some of the tasks fail
›
ignore_errors: yes will continue executing the playbook even if some of the tasks fail
Monday, 18 November 2019
Command to enter into virtual environment using python
›
source <path>/bin/activate
Friday, 15 November 2019
Create ansible custom module
›
https://media.ccc.de/v/denog11-32-writing-ansible-modules#t=133
Sunday, 10 November 2019
" WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! "
›
ssh-keygen -R hostname
Monday, 12 August 2019
Ansible vault with roles
›
The Ansible vault implementation is best leveraged in conjunction with roles. Roles (as we discussed earlier) allow us to modulariz...
‹
›
Home
View web version