Add subversion.
This commit is contained in:
parent
bf95f8c6c7
commit
f9d8ff57c7
|
|
@ -1,8 +1,5 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
roles_path=roles
|
|
||||||
retry_files_enabled=no
|
retry_files_enabled=no
|
||||||
inventory=inventory
|
inventory=inventory
|
||||||
stdout_callback=yaml
|
stdout_callback=yaml
|
||||||
host_key_checking: false
|
host_key_checking: false
|
||||||
|
|
||||||
callback_whitelist=profile_roles
|
|
||||||
|
|
|
||||||
|
|
@ -213,6 +213,8 @@ git_repositories:
|
||||||
dest: ansible-role-stratis
|
dest: ansible-role-stratis
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-sudo-pair.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-sudo-pair.git
|
||||||
dest: ansible-role-sudo_pair
|
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-sysstat.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-sysstat.git
|
||||||
dest: ansible-role-sysstat
|
dest: ansible-role-sysstat
|
||||||
- repo: ssh://git@github.com/robertdebock/ansible-role-terraform.git
|
- repo: ssh://git@github.com/robertdebock/ansible-role-terraform.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue