2024-11-08 20:08:56 +01:00
|
|
|
## Install tarball
|
|
|
|
|
|
2024-11-16 11:16:54 +01:00
|
|
|
### clean known_host doesnt work
|
|
|
|
|
|
2024-11-11 19:28:55 +01:00
|
|
|
### install from tarball example:
|
|
|
|
|
|
2024-11-08 20:08:56 +01:00
|
|
|
```yaml
|
|
|
|
|
- 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
|
|
|
|
|
```
|
2024-11-11 19:28:55 +01:00
|
|
|
|
2024-11-18 18:33:33 +01:00
|
|
|
### Cleanup release snapshot
|
|
|
|
|
|
|
|
|
|
- remove pkg function from root .bashrc
|
|
|
|
|
|
|
|
|
|
## Add quota config and enable/configure rctl
|
2024-11-20 18:15:48 +01:00
|
|
|
|
2024-12-12 12:33:20 +01:00
|
|
|
## Add ssh chat jail
|
|
|
|
|
|
|
|
|
|
Admin id: 82f6872383933e913b31dbb906e4c44ea2937bea9531ac11429f16cee2e5a975
|
|
|
|
|
|
|
|
|
|
https://github.com/quackduck/devzat
|
2024-12-12 13:01:26 +01:00
|
|
|
|