mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
ansible: new workstation hosts group
This commit is contained in:
parent
4906c34a8b
commit
ec6dbadf08
3 changed files with 14 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
[servnerr]
|
||||
servnerr-2
|
||||
|
||||
[workstation]
|
||||
matt-2
|
||||
|
|
3
test
3
test
|
@ -1,5 +1,8 @@
|
|||
[servnerr]
|
||||
test-ansible
|
||||
|
||||
[workstation]
|
||||
test-ansible
|
||||
|
||||
[unifi]
|
||||
test-ansible
|
||||
|
|
8
workstation.yml
Normal file
8
workstation.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: workstation
|
||||
become: yes
|
||||
become_user: root
|
||||
roles:
|
||||
- base
|
||||
- golang
|
||||
- node_exporter
|
Loading…
Reference in a new issue