Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
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...
Friday, 2 August 2019
Run Django Server Permanently
›
=> Screen => Python manage.py runserver After these two commands your django server will start. Now its time to close your ter...
‹
›
Home
View web version