Bump and new hosts.

This commit is contained in:
Roxedus 2021-08-16 23:48:10 +02:00
parent 477c574e49
commit edcec5dd41
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
3 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,13 @@
[arm64]
devpi docker_apt_arch=arm64
[piholes] [piholes]
pihole set_hostname=pihole."{{ secret_local_domain }}" pihole set_hostname=pihole."{{ secret_local_domain }}"
pihole2 set_hostname=pihole2."{{ secret_local_domain }}"
;[docker] [docker]
devpi set_hostname=devpi."{{ secret_local_domain }}"
10.0.0.120 set_hostname=servy."{{ secret_local_domain }}"
;10.0.0.40 ;10.0.0.40
;10.0.0.41 ;10.0.0.41
;10.0.0.42 ;10.0.0.42

View File

@ -1,3 +1,3 @@
ansible==2.10.0 ansible==4.4.0
ansible-base==2.10.2 ansible-base==2.10.13
jmespath jmespath

View File

@ -24,7 +24,5 @@ system_info:
default_user: default_user:
name: roxedus name: roxedus
plain_text_passwd: roxedus plain_text_passwd: roxedus
home: /home/roxedus ssh_import_id:
shell: /bin/bash - gh:Roxedus
lock_passwd: True
groups: [adm, audio, cdrom, dialout, floppy, video, plugdev, dip, netdev]