add sample playbook for ansible pull

This commit is contained in:
Pim Kunis 2023-03-13 10:00:48 +01:00
parent f83a152fe5
commit 9d01349ed7

8
local.yml Normal file
View file

@ -0,0 +1,8 @@
- hosts: localhost
connection: local
become: true
tasks:
- name: install htop
apt:
name: htop