BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Anyone use Ansible ? Ansible Semaphore?
- Subject: [Discuss] Anyone use Ansible ? Ansible Semaphore?
- From: richard.pieri at gmail.com (Rich Pieri)
- Date: Mon, 13 Jan 2025 20:59:35 -0500
- In-reply-to: <CAPiok-q5-csDbgh=umb9MAbT1_ZZd_Cp8ML_fjT94sAM+a8QNw@mail.gmail.com>
- References: <CAPiok-q5-csDbgh=umb9MAbT1_ZZd_Cp8ML_fjT94sAM+a8QNw@mail.gmail.com>
I do use Ansible. I wouldn't say extensively, but definitely for deploying standard configurations. That's the key point: standard configurations. When everything you deploy is a one-off, bespoke system, tools like Ansible can be more work than just doing the work. For example, to add a user to a system you ssh in, run a useradd command, and a passwd command. Done. Doing this on one machine is simple and quick. Doing it with Ansible is not so simple and not so quick. Assuming you have an Ansible control node ready, you need to prep the target machine with a recent version of Python plus anything Ansible plays need to function like package management tools, and create an account with sudo privileges for Ansible to use for running its plays. Then you need to add the machine to the inventory (if it isn't already), create a playbook (or add to an existing playbook) with the user/group information and password for the new user, and then you can run the playbook to make the changes. That's a lot of overhead for a one-off task. But you get 3 or 4 machines that need this user added? Now you're scaling automation. -- \m/ (--) \m/
- References:
- [Discuss] Anyone use Ansible ? Ansible Semaphore?
- From: johnhall2.0 at gmail.com (John Hall)
- [Discuss] Anyone use Ansible ? Ansible Semaphore?
- Prev by Date: [Discuss] BLU server
- Next by Date: [Discuss] Boston Linux VIRTUAL Meeting , Reminder, tomorrow, Wednesday, January 15, 2025 - NixOS, Part 2: The Nix Operating System (NixOS)
- Previous by thread: [Discuss] Anyone use Ansible ? Ansible Semaphore?
- Next by thread: [Discuss] Boston Linux VIRTUAL Meeting , Reminder, tomorrow, Wednesday, January 15, 2025 - NixOS, Part 2: The Nix Operating System (NixOS)
- Index(es):