Add swap, update natrouter
This commit is contained in:
parent
71cb5e16ce
commit
6ecd9c856a
|
|
@ -1,7 +1,7 @@
|
|||
namespace: "robertdebock"
|
||||
name: "development_environment"
|
||||
description: Install everything you need to develop Ansible roles.
|
||||
version: "1.2.8"
|
||||
version: "1.2.9"
|
||||
readme: "README.md"
|
||||
authors:
|
||||
- "Robert de Bock"
|
||||
|
|
|
|||
|
|
@ -255,10 +255,12 @@ git_repositories:
|
|||
dest: ansible-role-storage
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-stratis.git
|
||||
dest: ansible-role-stratis
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-sudo-pair.git
|
||||
dest: ansible-role-sudo_pair
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-subversion.git
|
||||
dest: ansible-role-subversion
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-sudo-pair.git
|
||||
dest: ansible-role-sudo_pair
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-swap.git
|
||||
dest: ansible-role-swap
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-sysctl.git
|
||||
dest: ansible-role-sysctl
|
||||
- repo: ssh://git@github.com/robertdebock/ansible-role-sysstat.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue