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
timeout= 30
force_valid_group_names = ignore
private_key_file = ~/.ssh/id_rsa
[ssh_connection]
ssh_args = -o StrictHostKeyChecking=no

9
hosts

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

1
initpi.yml

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

2
roles/initpi/tasks/main.yml

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

1
roles/installsoft/tasks/main.yml

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

Loading…
Cancel
Save