First commit
This commit is contained in:
parent
51070053fb
commit
57542da42d
7 changed files with 92 additions and 0 deletions
18
tasks/add_repo_RedHat.yml
Normal file
18
tasks/add_repo_RedHat.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
- name: Registering Wazuh repository
|
||||
copy:
|
||||
src: yum.repo
|
||||
dest: /etc/yum.repos.d/wazuh.repo
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
- name: Retreive GPG Key
|
||||
get_url:
|
||||
url: https://www.atomicorp.com/RPM-GPG-KEY.atomicorp.txt
|
||||
dest: /etc/pki/rpm-gpg/RPM-GPG-KEY.atomicorp.txt
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
||||
# https://updates.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/atomic-release-1.0-21.el7.art.noarch.rpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue