Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
|
- ---
-
- # user setup
- - import_tasks: root_user
- - import_tasks: fish
-
- # system setup
- - import_tasks: hostname
- when:
- - not ansible_bender is defined
- - not container_type | default('') == 'podman'
-
- - import_tasks: locales
-
- - import_tasks: timezone.yaml
- when: not ansible_bender is defined
-
- - import_tasks: keyboard_configuration.yaml
- when: not ansible_bender is defined
-
- # packages setup
- - import_tasks: debian_repos.yaml
- when:
- - ansible_distribution == "Debian"
- - not ansible_lsb.id is defined or ansible_lsb.id != "Raspbian"
-
- - import_tasks: debian_packages
- when: ansible_distribution == "Debian"
|