lavenderguiar
3 years ago
2 changed files with 17 additions and 0 deletions
@ -1,2 +1,16 @@ |
|||||
# Linode-Preflight |
# Linode-Preflight |
||||
A set of Ansible tasks for preflighting a Linode instance. |
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 |
Loading…
Reference in new issue