summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
diff options
context:
space:
mode:
authorEnricoGuccii <partyka.003@proton.me>2026-06-15 00:28:26 +0200
committerEnricoGuccii <partyka.003@proton.me>2026-06-15 00:28:26 +0200
commitcc62a017152cb3f00bf4b312efe46f81b8940b00 (patch)
treebd9709fbded01038d794afde6e2119e3486252a3 /ansible/playbook.yml
parent75c62e7c50e79c14f80c4f3ab054847d86b44ffe (diff)
ansible: plg stack setupHEADmaster
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