Skip to content
Snippets Groups Projects
Verified Commit 3e60f55b authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

use new disk image template that has haveged pre-installed

parent 35a80672
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ python3 -m openappstack $HOSTNAME create \ ...@@ -16,7 +16,7 @@ python3 -m openappstack $HOSTNAME create \
--ssh-key-id $SSH_KEY_ID \ --ssh-key-id $SSH_KEY_ID \
--create-domain-records \ --create-domain-records \
--subdomain $SUBDOMAIN \ --subdomain $SUBDOMAIN \
--disk-image-id '-7473' \ --disk-image-id '-8109' \
--truncate-subdomain \ --truncate-subdomain \
--docker-mirror-server="${CI_DEPENDENCY_PROXY_SERVER}" \ --docker-mirror-server="${CI_DEPENDENCY_PROXY_SERVER}" \
--docker-mirror-endpoint="${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}" \ --docker-mirror-endpoint="${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}" \
......
...@@ -5,16 +5,6 @@ ...@@ -5,16 +5,6 @@
- name: Configure journald - name: Configure journald
import_tasks: journald.yml import_tasks: journald.yml
- name: Get running processes
shell: "ps aux"
failed_when: false
register: running_processes
changed_when: false
- name: Show running processes
debug:
msg: 'Running processes: {{ running_processes.stdout }}'
- name: Update apt packages cache and install needed packages - name: Update apt packages cache and install needed packages
# apt-transport-https is needed for docker apt repo # apt-transport-https is needed for docker apt repo
# curl and git is needed for helm plugin install # curl and git is needed for helm plugin install
...@@ -31,6 +21,7 @@ ...@@ -31,6 +21,7 @@
- nftables - nftables
- rsync - rsync
- snapd - snapd
- unattended-upgrades
# Update again after 1 day # Update again after 1 day
cache_valid_time: 86400 cache_valid_time: 86400
update_cache: yes update_cache: yes
...@@ -48,13 +39,6 @@ ...@@ -48,13 +39,6 @@
- rsyslog - rsyslog
- syslog-ng - syslog-ng
- name: Install unattended upgrades last
apt:
state: present
name:
- unattended-upgrades
update_cache: no
- name: Install python deps - name: Install python deps
tags: tags:
- package - 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