1
0
Fork 0
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:
Matt Layher 2016-12-28 15:22:55 -05:00
parent 4906c34a8b
commit ec6dbadf08
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94
3 changed files with 14 additions and 0 deletions

View file

@ -1,2 +1,5 @@
[servnerr]
servnerr-2
[workstation]
matt-2

3
test
View file

@ -1,5 +1,8 @@
[servnerr]
test-ansible
[workstation]
test-ansible
[unifi]
test-ansible

8
workstation.yml Normal file
View file

@ -0,0 +1,8 @@
---
- hosts: workstation
become: yes
become_user: root
roles:
- base
- golang
- node_exporter