This role installs and configures ansible from source for specific users
Nothing, it runs out of the box.
In the current version, you can specify the following variables:
Name | Default | |
---|---|---|
admin_users | --- | List containing all users that require ansible environment. |
ansible_user | --- | Default user to use for playbooks if user is not specified. |
ansible_ssh_key | --- | If set, always use this private key file for authentication. |
This package has no dependencies.
After applying role a new script, updateansible
, will be available for all users. This script makes it easy to update a user's local ansible installation to a specific version:
updateansible -V v2.0.0-0.8.rc3
GPLv2
Created by Sam Morrison @samcns
---
- name: common role test
hosts: all
roles:
- cns.ansible