feat: add initial setup for pearl server
This commit is contained in:
parent
2ae759025c
commit
824d7b8a12
14 changed files with 329 additions and 34 deletions
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
- ansible.builtin.copy:
|
||||
src: 'sources.list'
|
||||
dest: '/etc/apt/sources.list'
|
||||
owner: 'root'
|
||||
group: 'root'
|
||||
mode: '0644'
|
||||
|
||||
- name: Upgrade all packages to the latest version in testing
|
||||
ansible.builtin.apt:
|
||||
upgrade: dist
|
||||
update_cache: yes
|
||||
cache_valid_time: 3600
|
||||
|
||||
- name: Clean up unused packages
|
||||
ansible.builtin.apt:
|
||||
autoremove: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue