Skip to content

Instantly share code, notes, and snippets.

@victorock
Last active December 6, 2019 21:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorock/493b2d41f5a148efbed9e66dc2e8dee1 to your computer and use it in GitHub Desktop.
Save victorock/493b2d41f5a148efbed9e66dc2e8dee1 to your computer and use it in GitHub Desktop.
---
- name: "Install infoblox-client in tower nodes"
hosts: tower
become: true
gather_facts: false
tasks:
- name: "Install infoblox-client in ansible's venv"
pip:
name: "infoblox-client"
umask: "0022"
virtualenv: "/var/lib/awx/venv/awx"
state: "latest"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment