From 8fb0b275bf00c963a24c21e1dfbaa64491c4f445 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 25 May 2025 11:51:57 +0300 Subject: added role-based playbooks --- roles/sliver-c2/tasks/apt_install.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/sliver-c2/tasks/apt_install.yaml (limited to 'roles/sliver-c2/tasks/apt_install.yaml') diff --git a/roles/sliver-c2/tasks/apt_install.yaml b/roles/sliver-c2/tasks/apt_install.yaml new file mode 100644 index 0000000..4004daf --- /dev/null +++ b/roles/sliver-c2/tasks/apt_install.yaml @@ -0,0 +1,5 @@ +- name: install apt packages + apt: + name: "{{ apt_packages }}" + state: present + update_cache: yes \ No newline at end of file -- cgit v1.2.3