Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Ansible
0
votes
1.4k
views
1
answer
ansible awx - Is there a possibility to synchronize workflow execution on inventory within AWX?
I need to prevent parallel execution of workflows on same inventory. My observation is that 2 different ... -possibility-to-synchronize-workflow-execution-on-inventory-within-awx...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.3k
views
1
answer
ansible - How can I set the value of a variable being passed to a role based on ansible_facts?
I'm using geerlingguy's NTP role to set up NTP client software on a collection of hosts. I'd like to point this ... value-of-a-variable-being-passed-to-a-role-based-on-ansible-fa...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible for loop json witj filter of some records
I am new to ansible , i have below response which is coming from rest uri [{?? "id": 1, "clientId": ... .com/questions/65840953/ansible-for-loop-json-witj-filter-of-some-records...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible - AWX in Docker Container - How to find the docker_host name
Environment: OS = CentOS 8 Ansible = 2.9.15 AWX = 16.0 Docker = 20.10.2 build 2291f61 I know "lookup ... questions/65846995/awx-in-docker-container-how-to-find-the-docker-host-name...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.7k
views
1
answer
ansible - Ansibe: concatenation of items from with_items
I'm trying to get a variable which will contain comma separated items from with_itmes loop as follow: - ... .com/questions/65852013/ansibe-concatenation-of-items-from-with-items...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.6k
views
1
answer
ansible - aws events put-targets CLI result into Expecting ',' delimiter: line 1 column 118 (char 117)"
I reformulate the question now for better understanding now question from:https://stackoverflow.com/questions/65852547/aws ... -cli-result-into-expecting-delimiter-line-1-column-11...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.4k
views
1
answer
ansible - How to use variable substitution in a when condition?
I'm a new ansible user. I need a variable in a task's when condition. I am trying to use home_directory ... /questions/65866313/how-to-use-variable-substitution-in-a-when-condition...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.3k
views
1
answer
ansible - How can I compare multiple hosts in the group of host
How can create a play to compare multiple hosts within each other to check the version of the package it is same of ... /how-can-i-compare-multiple-hosts-in-the-group-of-host...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.6k
views
1
answer
ansible - winrm or request is not installed:No module named requests
I am getting this error while deploying ansible package I want to deploy one package but i am getting above ... /65890810/winrm-or-request-is-not-installedno-module-named-requests...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.6k
views
1
answer
ansible - Cannot create a custom notification message with {{ job.extra_vars }} in message
I can't find a way to display the extra vars values on slack notifications with awx. the only way I found ... -create-a-custom-notification-message-with-job-extra-vars-in-message...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.6k
views
1
answer
ansible - how to use json_query filter to extract all items equals to a value
Here is my json output: { "kind": [ { "inventory": "", "inventory_sources": "", "job_templates": "", " ... to-use-json-query-filter-to-extract-all-items-equals-to-a-value...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.2k
views
1
answer
ansible - NSG Configuration Management
I am looking for a tool or some way to manage the Azure NSG configuration. NSG rules are changed ... from:https://stackoverflow.com/questions/65912291/nsg-configuration-management...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.6k
views
1
answer
ansible loop include_tasks and until success
I would like to know how to loop over multiple tasks until condition is met. #main.yml - set_fact: num ... .com/questions/65914952/ansible-loop-include-tasks-and-until-success...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible - yaml syntactical error with_items loop with a list
trying to loop with a list to create a append a yaml file; getting some syntactical error ? any idea how ... /questions/65923957/yaml-syntactical-error-with-items-loop-with-a-list...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.7k
views
1
answer
ansible - How to fail a task and exit the playbook
I'm having some trouble with executing this one task on my host. Basically i used a shell module and i want the ... com/questions/65927506/how-to-fail-a-task-and-exit-the-playbook...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible parse date using regex search
I am trying parse month,day and year from show clock output using regex_search, getting error. from cli ... .com/questions/65929365/ansible-parse-date-using-regex-search...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.3k
views
1
answer
ansible - sec_fact gives me the last match
I'm pulling the facts from Juniper devices and pushing that information to NetBox. Below is my playbook, basically ... .com/questions/65930814/sec-fact-gives-me-the-last-match...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible lineinfile how add multiple lines with multiple dest?
I have many lines need to add, like today is a good day if just one dest, will be - name: ... com/questions/65934597/ansible-lineinfile-how-add-multiple-lines-with-multiple-dest...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.4k
views
1
answer
ansible variable name is itself a variable. How to read? Need syntax
I have an ansible variable defined in a variable file like below: cat myvarsfile.yml newpass1: oldpass3 newpass2: oldpass9 ... -name-is-itself-a-variable-how-to-read-need-syntax...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible awx - How to find an identity by client id in Azure?
I have an application (AWX) with a script that is trying to perform an action in Azure (add tags to a vm). ... com/questions/65599704/how-to-find-an-identity-by-client-id-in-azure...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.4k
views
1
answer
ansible - Is there a way to use galaxy roles without downloading them?
I'm running ansible within terraform. I downloaded a galaxy role using: ansible-galaxy install <role> This downloaded ... -there-a-way-to-use-galaxy-roles-without-downloading-them...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.4k
views
1
answer
ansible playbook execute in this order: task, role, task, role, task
Forgive my newbie question, but I would like to execute three tasks and use two roles in a playbook, in the ... /ansible-playbook-execute-in-this-order-task-role-task-role-task...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.3k
views
1
answer
ansible - Where should I be organizing host-specific files/templates?
I'm trying to organize my playbooks according to the Directory Layout structure. The documentation doesn't seem ... /where-should-i-be-organizing-host-specific-files-templates...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.4k
views
1
answer
ansible - Where should I be organizing host-specific files/templates?
I'm trying to organize my playbooks according to the Directory Layout structure. The documentation doesn't seem ... /where-should-i-be-organizing-host-specific-files-templates...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.7k
views
1
answer
ansible when condition failing
Can someone help me to understand why this when condition is failing. Below is my Playbook: - name: ... https://stackoverflow.com/questions/66050841/ansible-when-condition-failing...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.5k
views
1
answer
ansible when condition failing
Can someone help me to understand why this when condition is failing. Below is my Playbook: - name: ... https://stackoverflow.com/questions/66050841/ansible-when-condition-failing...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.7k
views
1
answer
ansible awx - AWX: Can you set different a different limit host for different nodes in a workflow job template?
Looking at the AWX rest api docs I see that you can launch a workflow job template with extra_vars and limit. I ... -different-a-different-limit-host-for-different-nodes-in-a-workf...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
0
votes
1.3k
views
1
answer
ansible - lineinfile match string and insertafter specific place
I have a file like this <VirtualHost my.shop:80> ServerAdmin root@localhost DocumentRoot /tpm ServerAlias ... /66060187/lineinfile-match-string-and-insertafter-specific-place...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
ansible
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] mybatis三表联合查询显示三个表的全部信息同时可以按不同的条件查询
[2] vue-cli4.0引入elementui报错?
[3] Sendmail is not send the mail in laravel
[4] Find indices in max recursive function. Optimization in Python
[5] roblox - Trouble temporarily disabling a player's custom walk animation
[6] astronomy - Algorithms about Perigee and Apogee of Moon
[7] javascript - Let's say I want 8:00PM here in my timezone be shown as 4:00PM in another timezone based on the user's timezone, how can I do that?
[8] swift - Create array of other model with Realm - SwiftUI
[9] regex - PHP preg_match parser - How get uppercase letters
[10] reactjs - Create React App Error: Loading Chunk xx failed In Routes with Params
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...