Compare commits

..

3 Commits

Author SHA1 Message Date
dc023c6a7f Update servers.ini after "datacenter" move
All checks were successful
continuous-integration/drone Build is passing
2023-06-13 11:08:43 +02:00
ffd96d1de3 💡 Fix update role for xbps package manager
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2023-02-06 17:37:43 +01:00
e4bde9b433 💫 Unverbose 2023-02-06 17:33:25 +01:00
3 changed files with 7 additions and 5 deletions

View File

@@ -17,5 +17,5 @@ steps:
commands: commands:
- mkdir ~/.ssh && echo "$KEY" > ~/.ssh/id_rsa && chmod 600 -R ~/.ssh - mkdir ~/.ssh && echo "$KEY" > ~/.ssh/id_rsa && chmod 600 -R ~/.ssh
- sed -i "1s/^/[all:vars]\nansible_become_pass = $PASS\n/" servers.ini - sed -i "1s/^/[all:vars]\nansible_become_pass = $PASS\n/" servers.ini
- unbuffer ansible-playbook -vvv site.yml -t update | cat - unbuffer ansible-playbook site.yml -t update | cat

View File

@@ -25,7 +25,7 @@
- name: Update, upgrade and autoremove xbps packages - name: Update, upgrade and autoremove xbps packages
become: true become: true
shell: xbps-install -Suv && xbps-remove -ROo shell: xbps-install -ASuvy && xbps-remove -ROoy
when: package_manager == 'xbps' or 'xbps' in group_names when: package_manager == 'xbps' or 'xbps' in group_names
- name: Update and upgrade apk packages - name: Update and upgrade apk packages

View File

@@ -2,14 +2,14 @@
[schwarzerfunke_vpn] [schwarzerfunke_vpn]
100.64.69.10 100.64.69.10
[void] [void]
void.42069.no 192.168.88.69
[archy] [archy]
archy.42069.no archy.42069.no
[liten] [liten]
42069.no 192.168.88.2
[store] [store]
stor 192.168.88.3
# Location based groupings # Location based groupings
[sky:children] [sky:children]
@@ -36,3 +36,5 @@ store
void void
[apt:children] [apt:children]
liten liten
[nix:children]
void