Version: 0.7.0-rc.109
This role ensures that certain Kali Linux features and tooling are available.
APT repository policies are set to prioritize Kali repos over Debian
repos, and to prioritize the Debian unstable
branch to match that
followed by Kali. It also does a dist-upgrade
to bring everything
up to date. This can cause idempotence failures when this role is
applied along with other roles, so playbooks that apply multiple
should apply kali_like
first.
This role installs Kali Linux, which is based on the Debian Testing release. As such, it is not compatible with Debian 10.
accounts
- the list of user accounts to be set up.
Note: The role gets the accounts
variable using included task
'{{ collection_root }}/tasks/get_accounts.yml'
This role is dependent on Debian 11 and Kali Linux package repositories that are configured to take priority over the standard Debian package branch.
This role is applied as follows:
- hosts: all
roles:
- role: davedittrich.utils.kali_like
...
Apache 2.0
Dave Dittrich < dave.dittrich@gmail.com > https://davedittrich.github.io/