Skip to content
Snippets Groups Projects
Verified Commit 8c23237d authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

common: stop installing archlinux-contrib

It was installed for checkservices which we rarely use anymore due to
automated updates. Also, update README.md to remove references to it.
parent e2b4837e
No related branches found
Tags 1-0.5.2-2
No related merge requests found
Pipeline #119290 passed
...@@ -123,19 +123,10 @@ Arch-audit can be used to find servers in need of updates for security issues. ...@@ -123,19 +123,10 @@ Arch-audit can be used to find servers in need of updates for security issues.
ansible all -a "arch-audit -u" ansible all -a "arch-audit -u"
#### Updating servers ### Semi-automated server upgrades
The following steps should be used to update our managed servers: For updating all servers in a mostly unattented manner, the following playbook
can be used:
* pacman -Syu
* sync
* checkservices
* reboot
##### Semi-automated server updates (experimental)
For updating a lot of servers in a more unattended manner, the following
playbook can be used:
ansible-playbook playbooks/tasks/upgrade-servers.yml [-l SUBSET] ansible-playbook playbooks/tasks/upgrade-servers.yml [-l SUBSET]
......
...@@ -150,8 +150,8 @@ ...@@ -150,8 +150,8 @@
- zshrc - zshrc
- dircolors - dircolors
- name: Install pacman-contrib and archlinux-contrib - name: Install pacman-contrib for paccache/pacdiff and fakeroot for checkupdates
pacman: name=pacman-contrib,fakeroot,archlinux-contrib state=installed pacman: name=pacman-contrib,fakeroot state=installed
- name: Install custom paccache.service - name: Install custom paccache.service
copy: src=paccache.service dest=/etc/systemd/system/paccache.service owner=root group=root mode=0644 copy: src=paccache.service dest=/etc/systemd/system/paccache.service owner=root group=root mode=0644
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment