commit | 570dbd40d16139245a52e6070b6ab6d38ac1dcdc | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Sun Nov 29 22:48:37 2020 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Nov 30 16:36:49 2020 -0700 |
tree | c7cd3685c8dd9139482f4c4be39771ec2cee2969 | |
parent | aaf87dfd58900810ac055fc5a8eafc6b3e0cbd90 [diff] [blame] |
Added aethercompute and jenkins playbook Minor documentation fixes Change-Id: I8b4ae3f5628eb4869913ceab57b5599a4d57775f
diff --git a/playbooks/jenkins-playbook.yml b/playbooks/jenkins-playbook.yml new file mode 100644 index 0000000..cb38026 --- /dev/null +++ b/playbooks/jenkins-playbook.yml
@@ -0,0 +1,7 @@ +# Ansible playbook to configure jenkins + +- name: Configure jenkins + hosts: jenkins + become: true + roles: + - users