Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
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...
Thursday, 1 August 2019
ERROR! failed to combine variables, expected dicts but got a 'dict' and a 'Ansible Sequence':
›
=> Var folder in role does not support " - Include "
Friday, 26 July 2019
Create an ec2 instance using anisble
›
--- - name: Create an ec2 instance hosts: web gather_facts: false vars: region: us-east-1 instance_type: t2.mic...
Install software on remote windows machine
›
### Input Declaration $targetHost = "localhost"; $targerFilePath = "\\$computer\C$\Tasks\Gateway" $sourceFilePath...
Install software on remote linux machine
›
### Input Declaration targetHost=localhost targerFolderPath=/opt/raghu/gateway sourceFolderPath=/tmp ansibleInstallerPath=/opt/raghu ...
Monday, 15 July 2019
Error : ERROR: Failed to log in as st2admin1: 401 Client Error: Unauthorized MESSAGE: Invalid or missing credentials for url: http://127.0.0.1:9100/tokens
›
cd ~/.st2/token rm token-stadmin
‹
›
Home
View web version