Install some packages required by ansible.

This commit is contained in:
Andrea Dell'Amico 2022-06-11 17:38:30 +02:00
parent 3985f01777
commit b92c84dc79
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,12 @@ additional_disks: False
disks_and_mountpoints_list: []
# - { mountpoint: '/data', device: 'xvda3', fstype: 'xfs', opts: 'noatime', state: 'mounted', create_filesystem: True }
ansible_python3_debs:
- python3-lxml
ansible_python3_el:
- python3-lxml
idmap_verbosity: 0
idmap_conf_options:
- { section: 'General', option: 'Domain', value: '{{ domain_name }}', state: 'present' }

View File

@ -1,4 +1,5 @@
---
- import_tasks: ansible-python3-pkgs.yml
- import_tasks: hostname.yml
- import_tasks: locale.yml
- import_tasks: timezone.yml