ansible-infra/collections/ansible_collections/nullified/infrastructure/roles/common/defaults/main.yml

19 lines
431 B
YAML

---
common:
apt:
source_components: ['contrib', 'non-free', 'non-free-firmware']
packages: []
deb822_format: false
git:
enable: false
username: ""
email: ""
force_sign: false
signing_key: ""
github_token: "{{ custom_github_token | default('') }}"
install_fonts: false
sysctl: {}
user_account: "{{ custom_base_user_account | default('root') }}"
custom_common: {}
recursive_combine: true