Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
How to execute some errand (or) play on localhost
Home
>
DevOps
>
How to execute some errand (or) play on localhost
Dec 5, 2019
in
DevOps
Q: How to execute some errand (or) play on localhost
#execute-errand
1
Answer
0
votes
Dec 5, 2019
In ansible, there is a module called delegate_to, in this module area give the specific host (or) has where your errands (or) assignment should be run.
undertakings:
name: ” Elasticsearch Hitting”
uri: url=’_search?q=status:new’ headers='{“Content-type”:”application/json”}’ method=GET return_content=yes
register: yield
delegate_to: 127.0.0.1
Click here to read more about DevOps
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: How to invoke batch apex job (or) how to execute the batch apex job programmatically?
Sep 26, 2019
in
Salesforce
salesfoce-programmatically
salesforce-apex
salesforce-apex-class
+1
vote
Q: How to keep logs on servers or containers with ephemeral storage?
Jan 20, 2020
in
DevOps
+1
vote
Q: What is the relationship between MapReduce and Hive? or How Mapreduce jobs submits on the cluster?
May 29, 2020
in
DevOps
#mapreduce-relationship
#mapreduce-hive
#mapreduce-jobs
0
votes
Q: To execute the hello task in the build file, type ___ on the command line.
May 27, 2019
in
Gradle
#java
#jenkins
#gradle
#github
#eclipse
#scala
#maven
#hibernate
#groovy
0
votes
Q: What role does the Quality Assurance (QA) team play in DevOps?
Aug 8, 2020
in
DevOps
#devops-quality-assurance
#quality-assurance-devops
+1
vote
Q: How do I transfer a Docker image from one machine to another one without using a repository, no matter private or public?How do I transfer a Docker image from one machine to another one without using a repository, no matter private or public?
Aug 15, 2020
in
DevOps
#docker
...