aboutsummaryrefslogblamecommitdiffstats
path: root/roles/space_server/vars/main.yml
blob: 2c001e2df1cc7b6a7c4225c3890347ebaec080c3 (plain) (tree)
1
2
3
4
5
6
7
8
9
   

                 

                   



                     
 
              
                                   

                          
                  
                              
                    

                        
                    
                

                   
                     
                         
                              




                            
                        
                                                  

                      
                 
                  

                                                 
 







                  
                 
                 
                    
 








                                                                                                                                                                
                 

                                                  
             
       



                        
       


             
       


             
       
             
              
                          
             
       
             





                                                

             
       


                        
       
             
                 
                                     


                        






                               

                        
       
              


                        
       
              


                                      
       


                        
       



                                     
       



                        
       
              
       
                                       


                                                 
       
              
 
                        
---
hostname: 'space'

use_resolved: false

locale_default:
  LANG: 'da_DK.UTF-8'
  LC_COLLATE: 'C'
  LC_MESSAGES: 'C'

dnf_conf_role:
  'main.install_weak_deps': 'False'
  'main.deltarpm': 'False'

dnf_packages_role:
  'glibc-langpack-da': present
  'iproute': present
  'dosfstools': present
  'btrfs-progs': present
  'ansible': present
  'git': present
  'htop': present
  'man-db': present
  'syslinux': present
  'systemd-udev': present
  'systemd-container': present
  'sudo': present
  'nftables': present
  'openssh-server': present
  'openssh-clients': present
  'bird': present
  'dhcp-server': present
  'python3-freeradius': present # pulls in radiusd
  'curl': present
  'diffutils': present
  'bind': present
  'tayga': present
  'avahi-tools': present # pulls in avahi package
  'nss-mdns': present

users:
  'esmil': sudo
  'ast': sudo
  'flummer': sudo
  'riiiis': sudo
  'knielsen': sudo
  'k2OS': true
  'semi': true
  'graffen': true
  'signout': sudo
  'rasmis': jumponly

boot:
  device: 'LABEL=BOOT'
  options: 'noauto,noatime,iocharset=iso8859-15,utf8,tz=UTC,dmask=0022,fmask=0133,x-systemd.automount,x-systemd.device-timeout=5min,x-systemd.idle-timeout=5min'

root:
  device: 'LABEL=BTRFS'
  options: 'noatime,ssd,compress=lzo'

local_hosts:
- name: doorputer
  description: Front door controlling Raspberry Pi
  mac: b8:27:eb:d9:92:00
  mdns: false
  ipv4:
  - 10.42.0.3
- name: foodputer
  mac: 00:d0:59:37:5e:37
  mdns: false
  ipv4:
  - 10.42.0.4
- name: ap1
  mdns: false
  ipv4:
  - 10.42.0.5
- name: ap2
  mdns: false
  ipv4:
  - 10.42.0.6
- name: switch
  description: Main switch
  mdns: false
  ipv4:
  - 10.42.0.9
- name: voip
  description: LinksysPAP2 SIP box for the phone
  mac: 00:21:29:0c:91:65
  mdns: false
  ipv4:
  - 10.42.0.10
- name: lathe
  mdns: false
  ipv4:
  - 10.42.0.12
- name: anna
  mac: 00:e0:c5:6e:d6:8d
  ipv4:
  - 10.42.1.9
- name: piscreen2
  description: PixelFlut Raspberry Pi
  mac: b8:27:eb:9b:64:d9
  ipv4:
  - 10.42.1.12
- name: pixelfluthafnium
  description: PixelFlut Odroid
  mac: 00:1e:06:45:38:08
  ipv4:
  - 10.42.1.13
  ipv6:
  - 2a01:4262:1ab:b:f100::000d
- name: printbrother
  mac: 00:80:77:06:9f:26
  ipv4:
  - 10.42.1.32
- name: xeroxwax
  mac: 00:00:aa:a7:ef:8b
  mdns: false
  ipv4:
  - 10.42.1.33
- name: infotron
  description: Infoscreen Raspberry Pi
  mac: b8:27:eb:2c:5d:3a
  ipv4:
  - 10.42.1.34
- name: spacemon
  mac: b8:27:eb:24:f8:50
  ipv4:
  - 10.42.1.35
- name: jumbotron
  description: Jumbotron Raspberry Pi
  mac: b8:27:eb:d3:c1:62
  ipv4:
  - 10.42.1.36
- name: hplaserjet
  mac: 94:57:a5:ce:e2:6c
  mdns: false
  ipv4:
  - 10.42.1.37
  ipv6:
  - 2a01:4262:1ab:b:9657:a5ff:fece:e26c
- name: snakeskin
  description: Snakeskin controlling Raspberry Pi
  mac: b8:27:eb:9b:64:d9
  ipv4:
  - 10.42.1.38

# vim: set ts=2 sw=2 et: