summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/playbook.yml')
-rw-r--r--ansible/playbook.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index 8de2f15..48d7530 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -1,10 +1,5 @@
-- name: LXC conf
- hosts: lxc
- gather_facts: yes
- become: yes
-
- tasks:
- - name: Instalacja vima
- ansible.builtin.apt:
- name: vim
- state: present
+- name: plg setup
+ hosts: observability
+ become: yes
+ roles:
+ - plg