bsdnix/TODO.md
2024-12-11 18:13:36 +01:00

574 B

Install tarball

clean known_host doesnt work

install from tarball example:

- name: "If jdk not exists then only download and unarchive"
  unarchive:
    src: "https://download.oracle.com/java/17/latest/jdk-17_linux-aarch64_bin.tar.gz"
    dest: /opt/
    remote_src: yes
    creates: /opt/jdk-17
  register: foo
- name: "Rename if download happens "
  command: mv /opt/jdk-17_linux-arch64 /opt/jdk-17
  when: foo.changed == True

Cleanup release snapshot

  • remove pkg function from root .bashrc

Add quota config and enable/configure rctl