mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Add more devices
This commit is contained in:
parent
9e16170563
commit
bf5a981100
5 changed files with 38 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
||||||
[thinkpad]
|
[thinkpad]
|
||||||
t460p ansible_host='localhost' ansible_connection='local'
|
t460p ansible_host='localhost' ansible_connection='local'
|
||||||
idesk_minni ansible_host='localhost' ansible_connection='local'
|
desk_minni ansible_host='localhost' ansible_connection='local'
|
||||||
l460 ansible_host='localhost' ansible_connection='local'
|
l460 ansible_host='localhost' ansible_connection='local'
|
||||||
|
|
|
@ -1,20 +1,4 @@
|
||||||
---
|
---
|
||||||
# local user config:
|
|
||||||
user: l3d
|
|
||||||
users:
|
|
||||||
l3d:
|
|
||||||
- l3d@backup.l3d.yt
|
|
||||||
- l3d@derpy.l3d.yt
|
|
||||||
- l3d@mobile.l3d.yt
|
|
||||||
- l3d@pinkie.l3d.yt
|
|
||||||
- l3d@business.wingcon.com
|
|
||||||
|
|
||||||
admins:
|
|
||||||
- l3d
|
|
||||||
|
|
||||||
accounts:
|
|
||||||
- l3d
|
|
||||||
|
|
||||||
ssh_public_key_store: 'admin_ssh_keys'
|
ssh_public_key_store: 'admin_ssh_keys'
|
||||||
home_sweet_home: false
|
home_sweet_home: false
|
||||||
# i3wm config:
|
# i3wm config:
|
||||||
|
|
19
host_vars/desk_minni.yml
Normal file
19
host_vars/desk_minni.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
---
|
||||||
|
# local user config:
|
||||||
|
users:
|
||||||
|
lilian:
|
||||||
|
- l3d@backup.l3d.yt
|
||||||
|
- l3d@derpy.l3d.yt
|
||||||
|
- l3d@mobile.l3d.yt
|
||||||
|
- l3d@pinkie.l3d.yt
|
||||||
|
- l3d@business.wingcon.com
|
||||||
|
|
||||||
|
admins:
|
||||||
|
- lilian
|
||||||
|
|
||||||
|
# used to automatically generate correct admin keys
|
||||||
|
admins_ssh_root_prefix:
|
||||||
|
- l3d
|
||||||
|
|
||||||
|
accounts:
|
||||||
|
- lilian
|
3
host_vars/l460.yml
Normal file
3
host_vars/l460.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
|
15
host_vars/t460p.yml
Normal file
15
host_vars/t460p.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
# local user config:
|
||||||
|
users:
|
||||||
|
l3d:
|
||||||
|
- l3d@backup.l3d.yt
|
||||||
|
- l3d@derpy.l3d.yt
|
||||||
|
- l3d@mobile.l3d.yt
|
||||||
|
- l3d@pinkie.l3d.yt
|
||||||
|
- l3d@business.wingcon.com
|
||||||
|
|
||||||
|
admins:
|
||||||
|
- l3d
|
||||||
|
|
||||||
|
accounts:
|
||||||
|
- l3d
|
Loading…
Reference in a new issue