File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/Tecnativa/ansible-role-docker.svg?branch=master )] ( https://travis-ci.org/Tecnativa/ansible-role-docker )
4
4
[ ![ GitHub license] ( https://img.shields.io/github/license/Tecnativa/ansible-role-docker.svg )] ( https://github.com/Tecnativa/ansible-role-docker/blob/master/LICENSE )
5
- [ ![ Ansible Galaxy] ( https://img.shields.io/badge/ansible--galaxy-yajo .docker-blue.svg )] [ galaxy ]
5
+ [ ![ Ansible Galaxy] ( https://img.shields.io/badge/ansible--galaxy-tecnativa .docker-blue.svg )] [ galaxy ]
6
6
7
7
Set up docker servers with all of the docker project software stack.
8
8
@@ -27,7 +27,7 @@ override. All the non-obvious ones are docummented inline.
27
27
``` yaml
28
28
- hosts : docker
29
29
roles :
30
- - role : yajo .docker
30
+ - role : tecnativa .docker
31
31
vars :
32
32
docker_app_state : present
33
33
docker_compose_state : present
Original file line number Diff line number Diff line change 1
1
# Create the playground
2
2
- hosts : test-playground-controller
3
3
roles :
4
- - role : yajo .ansible_test_playground
4
+ - role : tecnativa .ansible_test_playground
5
5
6
6
- hosts : test-playground
7
7
roles :
Original file line number Diff line number Diff line change 1
1
- hosts : test-playground-controller
2
2
roles :
3
- - role : yajo .ansible_test_playground
3
+ - role : tecnativa .ansible_test_playground
4
4
vars :
5
5
test_playground_state : absent
Original file line number Diff line number Diff line change 1
- - src : yajo .ansible_test_playground
1
+ - src : tecnativa .ansible_test_playground
Original file line number Diff line number Diff line change 1
1
# Create the playground
2
2
- hosts : test-playground-controller
3
3
roles :
4
- - role : yajo .ansible_test_playground
4
+ - role : tecnativa .ansible_test_playground
5
5
6
6
- hosts : test-playground
7
7
roles :
You can’t perform that action at this time.
0 commit comments