aboutsummaryrefslogtreecommitdiff
path: root/roles/host/defaults/main.yml
blob: 1e7f955a5809d5694e0a085d1e39a1572b844729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
host_shell_login_helper: |
  echo "----pods----"
  podman pod list --sort status --format={{ '"{{.Status}} {{.Name}}"' }}
  echo ""
  echo "----containers----"
  podman container list --all --sort status --format={{ '"{{.State}} {{.Status}} {{.Names}}"' }}
  echo ""

host_containers_user: "{{ containers_user if containers_user is defined else 'containers' }}"
host_patching: false
host_patching_apply: false
host_patching_reboot: "never"