Skip to content

Ansible common instance settings role for all instance types (debian)

License

Notifications You must be signed in to change notification settings

cnstechnicalgroup/role-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role: cns.common

This role sets common configurations for all instance types. (debian)

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 usernames to be created on target hosts.

Dependencies

This package has no dependencies.

Placement

This role assumes the following folder struction:

/ # Main ansible project folder
├── sites/ # Sites directory containing all sites
│   ├── sitename/ # Individual site directory
│   │   ├── group_vars
│   │   ├── hosts
│   │   ├── host_vars
│   │   ├── roles
│   │   │   ├── cns.common # This role as a submodule

License

GPLv2

Author Information

Created by Sam Morrison https://www.twitter.com/samcns

Examples

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

About

Ansible common instance settings role for all instance types (debian)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published