Initial ansible onboard
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
- name: Install required packages
|
||||
become: true
|
||||
ansible.builtin.package:
|
||||
pkg: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- geoip-bin
|
||||
- geoip-database
|
||||
- geoipupdate
|
||||
- grepcidr
|
||||
Reference in New Issue
Block a user