This role sets common configurations for all instance types. (debian)
Nothing, it runs out of the box.
In the current version, you can specify the following variables:
Name | Default | |
---|---|---|
admin_users | --- | List containing all usernames to be created on target hosts. |
This package has no dependencies.
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
GPLv2
Created by Sam Morrison https://www.twitter.com/samcns
---
- name: common role test
hosts: all
roles:
- cns.common