Commit 6ea0b370 authored by Kristopher Ruzic's avatar Kristopher Ruzic

add some wendelin stuff

parent c52de791
#!/bin/bash
PLAYBOOK_REPOSITORY_URL=https://lab.nexedi.cn/rafael/slapos.playbook/repository/archive.tar.gz?ref=master
PLAYBOOK_FILE=erp5-standalone.yml
PLAYBOOK_REPOSITORY_URL=https://lab.nexedi.cn/krruzic/slapos.playbook/repository/archive.tar.gz?ref=master
PLAYBOOK_FILE=wendelin-standalone.yml
#### Setup Ansible and load few libraries #####
BASE_SETUP_SCRIPT_MD5=e2c9b43ccff6e606ad25cd1df0e2705f
......@@ -19,4 +19,4 @@ download_playbook $PLAYBOOK_REPOSITORY_URL
echo "Starting Ansible playbook:"
ansible-playbook $PLAYBOOK_FILE -i hosts --connection=local
\ No newline at end of file
ansible-playbook $PLAYBOOK_FILE -i hosts --connection=local
---
- name: Add ipv6 to lo interface
shell: ip -6 addr add 2001::1/64 dev lo
ignore_errors: True
- name: Supply erp5 software release
shell: slapos supply https://lab.nexedi.cn/nexedi/wendelin:/slapos/software.cfg local_computer
- name: create partition script
copy: src=request-erp5-cluster dest=/tmp/playbook-request-erp5-cluster mode=700
- name: a play that runs entirely on the ansible host
hosts: 127.0.0.1
connection: local
roles:
- wendelin-standalone
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment