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.

16 lines
616 B

# Linode-Preflight
3 years ago
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