-
This mostly applies to the `tljh.yml` playbook.
We should add tags to be able to select specific tasks to run, and make the upgrade process smoother.
This will also fix https://github.com/plasma…
jtpio updated
4 years ago
-
I was wondering whether, by default, the home directory of the user would be mounted to the running container. I was interested in using this plugin to specify a repo with a Julia installation and req…
-
For instance:
```
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html
[defaults]
# https://docs.ansible.com/ansible/latest/plugins/callback/profile_tasks.html
callback_wh…
-
For now there is a single TLJH plugin for the whole PlasmaBio stack
However, some users might be interested in using the "Environments" part only. That means being able to build local Docker images…
jtpio updated
4 years ago
-
To keep it consistent between:
- this repository
- the TLJH plugin
- the documentation
- the twitter account
We can rename and use the name "plasma" to refer to the project itself, instead of…
jtpio updated
4 years ago
-
After upgrading TLJH installation of PlasmaBio, I got the new panel for environement creation :smile:
![image](https://user-images.githubusercontent.com/733861/80726782-23351480-8b05-11ea-8e85-6ae…
-
While testing the deployment rule with Ansible on a clean WM, I encountered the following error:
```
$ ansible-playbook all.yml -i hosts -u ubuntu
[...]
TASK [Upgrade the tljh-plasmabio plugin…
-
I've rerun `site.yml` playbook to update the current installation.
The task `Create the cockpit config` failed with error message:
```
TASK [Gathering Facts] *************************************…
-
Depending on the tool, it could be installed using the Ansible playbooks, or as a dependency to the TLJH plugin.
For now we could consider two simple ones. By simple it means they just need to be i…
jtpio updated
4 years ago
-
While deploying without https, ansible seems stuck (at least for more than half an hour):
```
$ ansible-playbook all.yml -i hosts -u ubuntu --tags "all,no-https"
PLAY [all] **********************…