Skip to content

Ansible Role - Initialization of stand-alone server based on Ubuntu 24

License

Notifications You must be signed in to change notification settings

dafneb/ansible-role-ubuntu24-sa-server-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initialization stand-alone server on Ubuntu 24

An Ansible role to initial setup of stand-alone Ubuntu 24 server.

Adjusted settings:

  • disabling cloud-init
  • update of packages via apt
  • adjusting message of the day
  • adjusting local login warning banner
  • adjusting remote login warning banner
  • adjusting timezone
  • adjusting NTP client (timesyncd, chrony)

Requirements

No special requirements. Some tasks require "privileged role" at system. So, use become option at your inventory list.

Role Variables

This role is designed so the end user should not have to edit the tasks themselves. All customizing should be done via the defaults/main.yml file or with extra vars within the project, job, workflow, etc.

Example Playbook

- hosts: servers
  roles:
     - { role: dafneb.ubuntu24-sa-server-init }

License

MIT

About

Ansible Role - Initialization of stand-alone server based on Ubuntu 24

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages