Skip to content
Snippets Groups Projects
Verified Commit 62cfbb00 authored by Varac's avatar Varac
Browse files

Add new role additional_config

parent 540cc5f8
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@
name: local-flux
tags: ['flux']
when: local_flux
- import_role:
name: additional_config
tags: ['additional']
always:
- import_role:
name: finalize
......
This role configures the cluster after app installation has started via
flux.
All resources that are not needed for flux should go here, so we save time by
starting the flux install process early in the background.
---
- name: Logrotate config for OAS logs
copy:
src: etc/logrotate.d/OpenAppStack
dest: /etc/logrotate.d/
mode: '0644'
---
- import_tasks: logging.yml
......@@ -31,12 +31,6 @@
- python3-wheel
- python3-psutil
- name: Logrotate config for OAS logs
copy:
src: etc/logrotate.d/OpenAppStack
dest: /etc/logrotate.d/
mode: '0644'
- name: Install python packages via pip3
tags:
- package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment