瀏覽代碼

Install systemd-journal-gateway

Vadim Rutkovsky 6 年之前
父節點
當前提交
6819d5dc45
共有 2 個文件被更改,包括 1 次插入8 次删除
  1. 0 8
      playbooks/deploy_cluster_40.yml
  2. 1 0
      playbooks/init/base_packages.yml

+ 0 - 8
playbooks/deploy_cluster_40.yml

@@ -29,14 +29,6 @@
 - name: Config bootstrap node
   hosts: bootstrap
   tasks:
-  # Bootstrap ignition file wants to set /home/core/.bash_history and requires a user to exist
-  # to set permissions
-  - name: FIXME Make sure core user exists
-    user:
-      name: "{{ item }}"
-    with_items:
-    - core
-    - systemd-journal-gateway
   - import_role:
       name: openshift_node40
       tasks_from: config.yml

+ 1 - 0
playbooks/init/base_packages.yml

@@ -37,6 +37,7 @@
       - libsemanage-python
       - yum-utils
       - "{{ 'python3-docker' if ansible_distribution == 'Fedora' else 'python-docker-py' }}"
+      - systemd-journal-gateway
       pkg_list_non_fedora:
       - 'python-ipaddress'
       pkg_list_use_non_fedora: "{{ ansible_distribution != 'Fedora' | bool }}"