Added CIS
This commit is contained in:
parent
670abec3bb
commit
744231a8e9
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "1.4.15"
|
||||
version: "1.4.16"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -77,6 +77,8 @@ git_repositories:
|
|||
dest: ansible-role-cargo
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-certbot.git
|
||||
dest: ansible-role-certbot
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-cis.git
|
||||
dest: ansible-role-cis
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-clamav.git
|
||||
dest: ansible-role-clamav
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-cloud9.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue