blob: 549d05682da89d8845efe85ddc83549e37d9ecff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
host_ssh_harden: false
host_cpanel_installed: false
|