54f6fb5835
* Renamed scenario default to oracle * Introduced ui molecule tests * Readme * Common prepare * Shared test_all * Moved test_docker_config to common * Added ui tests * Lint.
14 lines
300 B
YAML
14 lines
300 B
YAML
---
|
|
- name: prepare
|
|
hosts: all
|
|
tasks:
|
|
- name: install apt packages
|
|
apt:
|
|
name: "{{ packages }}"
|
|
vars:
|
|
packages:
|
|
- apt-transport-https
|
|
- rsyslog
|
|
- shell: service rsyslog start
|
|
- shell: groupadd docker && chgrp docker /var/run/docker.sock
|