Skip to main content

Questions tagged [ansible]

0 votes
0 answers
30 views

Ansible is installed on Distributor ID: Ubuntu Description: Ubuntu 25.10 Release: 25.10 Codename: questing Linux server1 6.17.0-6-generic #6-Ubuntu SMP PREEMPT_DYNAMIC Tue Oct 7 13:34:17 UTC ...
Deus ex Nihilo's user avatar
-1 votes
1 answer
42 views

from the command line in ubuntu i can run: apt list --upgradable | grep security | cut -d/ -f1 | xargs sudo apt-get install -y but the ansible I have is : hosts: all become: true become_user: root ...
robm's user avatar
  • 119
1 vote
1 answer
307 views

When I try to execute any Ansible playbook, the following error message appears: fatal: [pxenode2]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to ...
Søren Sjøstrøm's user avatar
0 votes
1 answer
1k views

I would like to downgrade my current Ansible Version as this is not compatible with my Cisco Collection that i need to use for my network. I tried the command sudo pip install ansible==2.15.0 but i ...
George's user avatar
  • 1
0 votes
1 answer
95 views

Ansible, lxd error when installing XRoad: Attribute Error: NoneType has no attribute "items" lead to lxd_container.py I was trying to install XRoad using Ansible and LXD with these steps: ...
user27623139's user avatar
1 vote
0 answers
838 views

Would anyone be kind enough to help me? I'm continuing to have issues with this after an update. I'm running an ansible playbook with each service defined as a role and individual tasks bringing up ...
Dozzly's user avatar
  • 11
0 votes
1 answer
1k views

Edit I tried with this command on Ansible: - name: Run do-release-upgrade ansible.builtin.command: /usr/bin/do-release-upgrade -f DistUpgradeViewNonInteractive It simply just quits when I do that. ...
YamiYukiSenpai's user avatar
0 votes
1 answer
329 views

I have created a dynamic inventory which fetch the created lxd containers (so that I don have to type the name of container each time) so here is the dynamic inventory plugin: community.general.lxd ...
Zakaria Ait Yakoub's user avatar
0 votes
1 answer
637 views

I'm trying to automate the Postfix deployment into multiple Ubuntu servers: # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 ...
Floren's user avatar
  • 201
0 votes
1 answer
890 views

I am currently not able to login to my super user. Here is the sequence of events ~ su password: su: using restricted shell which zsh su: failed to execute which zsh: No such file or directory ...
Archer Heffern's user avatar
1 vote
0 answers
2k views

I deployed two machines to GCP via Terraform. Let's call them control-host and target-host. I want to manage the target-host via Ansible installed on the control-host. Unfortunately, I keep getting ...
SkogensKonung's user avatar
5 votes
2 answers
27k views

Installing Ansible on Ubuntu Ubuntu builds are available in a PPA here. To configure the PPA on your system and install Ansible run these commands: $ sudo apt update $ sudo apt install software-...
anjireddy's user avatar
1 vote
1 answer
1k views

What the best way using Subquitity/Seed/Cloudinit to auto install an Ubuntu Desktop 22.04 image? Our staff use Ubuntu and rather than keeping one fat image lying about which is time consuming to ...
Definity's user avatar
  • 123
0 votes
0 answers
2k views

I am trying to setup a rule that every newly created user must change his password after first login. I know it can be done manually , i.e to force users to change password at next login. chage -d 0 ...
Asif Shabbir's user avatar
0 votes
0 answers
66 views

I have a playbook that looks: - name: Playbook para Copiar JRE hosts: all tasks: - name: Copia Arquivo JRE copy: src: jre.tar.gz dest: /home/pdv/sistema-loja/jre-new.tar....
Thiago Sayão's user avatar

15 30 50 per page