Posts tagged with: ansible

1 post

Ansible Project Structure

Let's talk about Ansible structure. How I use Ansible is by creating tasks and playbooks so that, ideally, I don't need to access the server's shell directly for configuration. I played around a lot, and honestly, I had no structure in the beginning. I wasn't too concerned about deployment...