Last active
December 6, 2019 21:23
-
-
Save victorock/493b2d41f5a148efbed9e66dc2e8dee1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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