summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/playbook.yml')
-rw-r--r--ansible/playbook.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
new file mode 100644
index 0000000..8de2f15
--- /dev/null
+++ b/ansible/playbook.yml
@@ -0,0 +1,10 @@
+- name: LXC conf
+ hosts: lxc
+ gather_facts: yes
+ become: yes
+
+ tasks:
+ - name: Instalacja vima
+ ansible.builtin.apt:
+ name: vim
+ state: present