add sample playbook for ansible pull
This commit is contained in:
parent
f83a152fe5
commit
9d01349ed7
1 changed files with 8 additions and 0 deletions
8
local.yml
Normal file
8
local.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: install htop
|
||||
apt:
|
||||
name: htop
|
Reference in a new issue