tsukune_ch.canonical_livepatch
Ansible Role: Canonical Livepatch
This role installs and sets up the Canonical Livepatch Service on Ubuntu servers.
Requirements
No special requirements.
Role Variables
Here are the variables you can use, along with their default values (check defaults/main.yml):
canonical_livepatch_token: ""
This is the token that Canonical Livepatch will use.
If you don’t have a token yet, you can get one here.
If you're using this role in a public or a shared repository, it’s a good idea to encrypt this token using ansible-vault.
Dependencies
None.
Example Playbook
- hosts: servers
vars_files:
- vars/main.yml
roles:
- tsukune_ch.canonical_livepatch
In vars/main.yml:
canonical_livepatch_token: [YOUR_TOKEN_HERE]
License
MIT
Author Information
This role was created in 2020 by tsukune-ch.
