Relative Content

Tag Archive for linuxansibledevopshomebrew

Trouble installing homebrew with ansible playbook, linux client and host nodes

story I’m trying to install homebrew through my playbook onto a Linux ubuntu hosts node but can’t figure it out. I’ve tried a few variations and each falls flat. Attempts Attempt One For completeness here is the trial path. – name: “foo brew” hosts: “machines” become: true become_method: sudo become_user: foo tasks: – name: “install […]