mistral-tempest-plugin/playbooks/tempest/pre.yaml
Brad P. Crochet 0a5f004018 Revert "Revert "Add zuul jobs for mistral-tempest-plugin""
This reverts commit c2b77ea754.

Change-Id: I3997350ec1b5bb58328cd761a61dd885177ac339
2018-01-24 07:05:52 +00:00

11 lines
269 B
YAML

- hosts: tempest
tasks:
- name: Create .ssh dir and make it available to stack and tempest user
file:
path: /home/tempest/.ssh
state: directory
mode: u=rwx,g=rwx,o=rx,g+s
owner: tempest
group: stack
become: yes