python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ansible: run task multiple times on the same host
I need to run the same task 48 times under a block.
I did not find any information on how to do this.
I need it to run under a block, because if it fails it will continue until it reaches 48 times.
I ...
Benn
Votes: 0
Answers: 1
How can we hide ...ignoring tasks output from Ansible output?
I am on Ansible 2.9
Is there any way we can Hide/Skip these output from showing? ...ignoring tasks are always flooding the output.
I have tried the below options separately.
export ANSIBLE_DISPLAY_SKI...
Anto
Votes: 0
Answers: 1
Kolla Ansilble: Openstack Instances Unable to access Internet or eachother
I am a newbie to openstack (deployed using kolla-ansible) and have created two instances both are ubuntu 20.04 VMs. I am able to ping and ssh them from the host machine (192.168.211.133) and vice ver...
aneela
Votes: 0
Answers: 1
Using Ansible to decrypt remote files?
Maybe it's a silly question but...
I would like to have an Ansible task that simply decrypts some remote files that have been encrypted with ansible-vault
I had in mind to use the copy module with the...
naeroy
Votes: 0
Answers: 0