Skip to content

cnstechnicalgroup/role-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role: cns.ansible

This role installs and configures ansible from source for specific users

Requirements

Nothing, it runs out of the box.

Role Variables

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.

Dependencies

This package has no dependencies.

Usage

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

License

GPLv2

Author Information

Created by Sam Morrison @samcns

Examples

---
- name: common role test
  hosts: all
  roles:
    - cns.ansible

About

Role for installing / configuring ansible from source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages