1
0
Fork 0
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:
Lilian Roller 2019-04-24 12:58:54 +02:00
parent 9e16170563
commit bf5a981100
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
5 changed files with 38 additions and 17 deletions

View file

@ -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'

View file

@ -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
View 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
View file

@ -0,0 +1,3 @@
---

15
host_vars/t460p.yml Normal file
View 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