ansible-for-devops icon indicating copy to clipboard operation
ansible-for-devops copied to clipboard

Ansible for DevOps examples.

Results 123 ansible-for-devops issues
Sort by recently updated
recently updated
newest added

I'm considering maybe changing everything to [libvirt](https://libvirt.org), since I believe I could make the examples cross-platform that way (Linux, macOS M1/Intel, and Windows) like I could recommending VirtualBox. Also, I...

planned

ansible-for-devops/nodejs/Vagrantfile ``` 9 config.vm.network :private_network, ip: "192.168.55.55" ``` Please consider changing ip address according: https://www.virtualbox.org/manual/ch06.html#network_hostonly Quoting: "On Linux, Mac OS X and Solaris Oracle VM VirtualBox will only allow IP...

OS: MacosX ``` ansible -m ping all 192.168.60.4 | UNREACHABLE! => { "changed": false, "msg": "Failed to connect to the host via ssh: [email protected]: Permission denied (publickey,password).", "unreachable": true }...

This issue was fixed long ago, and you can remove the notice. Also, I would clarify the way this feature works with a demo, for example, in the case: ```sh...

planned

RockyLinux 8.6 Ansible core 2.12.2 When that step is reached using the YAML from the book, ansible throws the following: `fatal: [anstarget3]: FAILED! => {"msg": "Failed to get information on...

Hello. I am currently following the code in the book. While trying to run the playbook to provision Drupal, the task which creates a new project using Composer would fail....

planned

In the Single Server Deployment section of chapter 10 the version of Ruby to install in `vars.yml` differs between page 266 (`2.6.0`) and 271 (`2.2.0`). P.S. I'm loving the book!

bug

Environment: - MS Surface Pro 8 16GB memory 1TB SSD - Windows 11 Pro - Virtual Box Version 6.1.34 r150636 (Qt5.6.2) - WSL2 with Ubuntu 20.04 LTS installed - Vagrant...

With the latest (as of 10 June 2022) _ansible-for-devops_ clone in the **drupal** directory, invoking `vagrant up` fails with the following error message: > The IP address configured for the...

Currently having issue with running my ansible playbook after running vagrant up. ![image](https://user-images.githubusercontent.com/22815433/131992168-c4eb42a9-b2f6-4b51-8c8d-0afc850f0779.png) Here's my Vagrant file: ``` # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION =...