Kris Lamoureux
f02cf7b0cc
- Removed copyright notice - Variablize 'hosts' value in the playbook - Install Jenkins agent before running Docker role
8 lines
141 B
YAML
8 lines
141 B
YAML
- name: Install Docker Server
|
|
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
|
|
become: true
|
|
roles:
|
|
- base
|
|
- jenkins
|
|
- docker
|