adding server roles

This commit is contained in:
Kyle Isom 2023-04-11 07:21:50 -07:00
parent 25cdd54e26
commit 94a7d7d197
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[laptop]
petrichor
[kodiak-laptop]
[worklaptop]
kisom-x1

View File

@ -0,0 +1,5 @@
- name: install server software
become: true
ansible.builtin.apt: name={{ item }} state=present
with_items:
- openssh-server

View File

@ -2,6 +2,7 @@
roles:
- base
- dotfiles
- server
- desktop
- development
- tailscale
@ -10,7 +11,7 @@
laptop_user: kyle
dev_full: true
- hosts: work-laptop
- hosts: worklaptop
roles:
- base
- dotfiles