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