Ansible Galaxy Role: Common configuration for Ubuntu instances hosted on Linode
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lavenderguitar d5d093c325 Fix group task and rename default user and group 2 years ago
defaults Fix group task and rename default user and group 2 years ago
handlers Preflight tasks (Initial) 3 years ago
meta More accurate description of the role. 3 years ago
tasks Fix group task and rename default user and group 2 years ago
templates/etc Lots of little fixes and cleanup 3 years ago
README.md Update README and defaults example 2 years ago

README.md

Linode-Preflight

A set of Ansible tasks for preflighting a Linode instance.

Defaults

preflight__timezone             # Set the timezone

firewall__ssh_rule              # UFW rule type for SSH

user                            # Administrative user to create (replaces root user as default)
group                           # Administration group for new user

ssh__port                       # Set SSH port (change from 22)
ssh__password_authentication    # Password authentication for SSH

ssh__keys                       # Array of SSH keys for accessing the instance