Compare commits
2 Commits
5862b7f351
...
82eb58877c
Author | SHA1 | Date | |
---|---|---|---|
82eb58877c | |||
21907b7fe5 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
*.swp
|
||||
.cache
|
||||
.roles
|
||||
.venv
|
||||
venv
|
||||
|
@ -21,6 +21,7 @@
|
||||
tags: [ backup ]
|
||||
- hosts: dsk-ryzen-1.ws.mgmt.desu.ltd
|
||||
roles:
|
||||
- role: desktop
|
||||
- role: backup
|
||||
vars:
|
||||
backup_s3backup_tar_args_extra: h
|
||||
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
ansible
|
||||
ansible-lint
|
||||
pynetbox
|
@ -12,9 +12,12 @@
|
||||
- 90-touchpad.conf
|
||||
- name: configure packages
|
||||
include_tasks: packages.yml
|
||||
- name: configure plymouth
|
||||
alternatives: name=default.plymouth path=/usr/share/plymouth/themes/bgrt/bgrt.plymouth
|
||||
notify: regen initramfs
|
||||
when: ansible_os_family != "Gentoo"
|
||||
- name: ensure unattended-upgrades is installed
|
||||
ansible.builtin.apt: name=unattended-upgrades state=present
|
||||
- name: configure debian-specific stuff
|
||||
block:
|
||||
- name: configure plymouth
|
||||
alternatives: name=default.plymouth path=/usr/share/plymouth/themes/bgrt/bgrt.plymouth
|
||||
notify: regen initramfs
|
||||
when: ansible_os_family != "Gentoo"
|
||||
- name: ensure unattended-upgrades is installed
|
||||
ansible.builtin.apt: name=unattended-upgrades state=present
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user