Add snmpd.
This commit is contained in:
parent
295ce74781
commit
2f98bd7bb9
|
|
@ -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}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue