Skip to content

Commit

Permalink
Add roles docker and invite to the main playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Nov 14, 2023
1 parent baafc02 commit d2b9db5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,11 @@
- { role: stepupselfservice, tags: ['stepupselfservice' , 'stepup'] }
- { role: stepupra , tags: ['stepupra' , 'stepup'] }

- hosts: docker
become: true
roles:
- { role: docker, tags: ['docker' ] }
- { role: invite, tags: ['invite' ] }

- import_playbook: "{{ environment_dir }}/playbook.yml"

0 comments on commit d2b9db5

Please sign in to comment.