選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

main.yml 359B

7年前
7年前
7年前
7年前
123456789
  1. root_ssh_key: false
  2. root_shell_aliases:
  3. - name: aptitude-list-manually-installed
  4. description: list all manually installed packages without system packages
  5. command: aptitude search '!?priority(required) !?priority(important) ?installed !?automatic'
  6. - name: apt-tail-log
  7. description: tail the apt log
  8. command: tail -f /var/log/apt/term.log