Browse Source

Kleinere Verbesserungen.

master
Olli Graf 3 years ago
parent
commit
38193a7e99
  1. 1
      ansible.cfg
  2. 9
      hosts
  3. 1
      initpi.yml
  4. 2
      roles/initpi/tasks/main.yml
  5. 1
      roles/installsoft/tasks/main.yml

1
ansible.cfg

@ -4,6 +4,7 @@ interpreter_python = auto_silent
nocows = 1 nocows = 1
timeout= 30 timeout= 30
force_valid_group_names = ignore force_valid_group_names = ignore
private_key_file = ~/.ssh/id_rsa
[ssh_connection] [ssh_connection]
ssh_args = -o StrictHostKeyChecking=no ssh_args = -o StrictHostKeyChecking=no

9
hosts

@ -8,7 +8,7 @@ pi-tanked:
cleatus: cleatus:
clancy: clancy:
bramble1: bramble4:
hosts: hosts:
quimby: quimby:
willie: willie:
@ -62,7 +62,7 @@ pis:
ansible_ssh_private_key_file: ~/.ssh/id_rsa ansible_ssh_private_key_file: ~/.ssh/id_rsa
blini: blini:
hosts: hosts:
192.168.178.24: quimby:
willie: willie:
kirk: kirk:
brandine: brandine:
@ -93,12 +93,13 @@ frinks:
servers: servers:
hosts: hosts:
ollital.de: ollital.de:
vasmani.de: # vasmani.de:
ollital.net: ollital.net:
ashkente.de: ashkente.de:
olliberry.de: 85.214.129.239:
mail.olli-cloud.de: mail.olli-cloud.de:
git.olli-cloud.de: git.olli-cloud.de:
mumble.olli-cloud.de:
vars: vars:
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
ansible_connection: ssh ansible_connection: ssh

1
initpi.yml

@ -4,6 +4,7 @@
remote_user: pi remote_user: pi
roles: roles:
- initpi - initpi
- installpkg
- installsoft - installsoft
- log2ram - log2ram
- disableswap - disableswap

2
roles/initpi/tasks/main.yml

@ -28,6 +28,8 @@
- dnsutils - dnsutils
- nfs-kernel-server - nfs-kernel-server
- vim - vim
- lsof
- ripgrep
update_cache: yes update_cache: yes
cache_valid_time: 86400 cache_valid_time: 86400

1
roles/installsoft/tasks/main.yml

@ -15,6 +15,7 @@
- blini.py - blini.py
- updatesys - updatesys
- borg-daily - borg-daily
- borg-prune
- showtemp - showtemp
- installborg.sh - installborg.sh
- pingbrambel.sh - pingbrambel.sh

Loading…
Cancel
Save