feat(vars): add role defaults
This commit is contained in:
parent
80292a63a9
commit
c6760fb53a
2 changed files with 32 additions and 0 deletions
14
defaults/main.yaml
Normal file
14
defaults/main.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
|
||||
# automatic reboot
|
||||
apt_automatic_reboot_time: "04:00"
|
||||
apt_automatic_reboot: true
|
||||
|
||||
# ubuntu package repositories
|
||||
apt_enable_multiverse: false
|
||||
apt_enable_universe: true
|
||||
|
||||
# ubuntu repositories urls
|
||||
apt_repository: "https://archive.ubuntu.com/ubuntu"
|
||||
apt_repository_main: "https://archive.ubuntu.com/ubuntu"
|
||||
apt_repository_security: "https://archive.ubuntu.com/ubuntu"
|
||||
Loading…
Add table
Add a link
Reference in a new issue