Add snmpd.

This commit is contained in:
Robert de Bock 2021-06-02 12:21:58 +02:00
parent 295ce74781
commit 2f98bd7bb9
3 changed files with 3 additions and 9 deletions

View File

@ -1,8 +0,0 @@
---
language: python
install:
- pip install ansible
script:
- ansible-galaxy collection publish $(ansible-galaxy collection build|awk '{print $NF}') --api-key=${galaxy_api_key}

View File

@ -1,7 +1,7 @@
namespace: "robertdebock"
name: "development_environment"
description: Install everything you need to develop Ansible roles.
version: "2.1.0"
version: "2.1.1"
readme: "README.md"
authors:
- "Robert de Bock"

View File

@ -303,6 +303,8 @@ git_repositories:
dest: ansible-role-selinux
- repo: ssh://git@github.com/robertdebock/ansible-role-service.git
dest: ansible-role-service
- repo: ssh://git@github.com/robertdebock/ansible-role-snmpd.git
dest: ansible-role-snmpd
- repo: ssh://git@github.com/robertdebock/ansible-role-snort.git
dest: ansible-role-snort
- repo: ssh://git@github.com/robertdebock/ansible-role-software.git