Skip to main content

Questions tagged [ansible]

Use this tag for questions about Ansible, an open-source automation engine, related to using Ansible for topics such as cloud provisioning, configuration management, application deployment, etc.

1 vote
1 answer
32 views

This question is about Ansible 2.16 and up. Background I am currently migrating from Ansible 2.16 to 2.19. Starting with version 2.17, the package module (and the dnf module and a few others) are ...
Kevin Keane's user avatar
0 votes
1 answer
158 views

I have some Ansible playbooks and roles that work absolutely fine, but when I lint the Ansible, I get some failures around modules. $ ansible-lint --ignore-file .ansible-lint-ignore ./playbooks --...
David Gard's user avatar
0 votes
0 answers
72 views

The playbook in question was built by a previous engineer who used another custom EE task image, but I unfortunately don't have the input files or procedure he used to build the image. It is rather a ...
HungryHippo's user avatar
1 vote
1 answer
128 views

I'm still somewhat new to Ansible and trying, for the first time, to use a dynamic inventory script for my EC2 inventory. My script "works" in the sense that, when I execute the script on ...
Daniel Carrington's user avatar
0 votes
1 answer
98 views

The overall intent of my playbook is to create a "hostname".key, "hostname".csr, and "hostname".req for over 500 hosts. I'm trying to run this command as a shell in a ...
TR757's user avatar
  • 1
0 votes
1 answer
70 views

For an application which has list of micro services (~ 17-19) implemented with systemd and .service files I like to create a systemd task with a loop which is touching, stop or start each service. --- ...
U880D's user avatar
  • 489
0 votes
2 answers
71 views

In prior version of ansible (2.9), I could do something like: - name: update firewalld config community.general.ini_file: path: /etc/firewalld/firewalld.conf option: "backend" ...
Peter Turner's user avatar
  • 1,492
1 vote
1 answer
130 views

I have decided to set up a kubernetes cluster using k3s, with a catch, one of the nodes I am using is one of the "always free" oracle cloud arm servers for a bit of extra punch. To ...
Kristoffer Sall-Storgaard's user avatar

15 30 50 per page
1
2 3 4 5
31