Rebase ansible installation source
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2021-06-09 14:39:43 +02:00
parent 5f835960b9
commit 9460bc9bd6
4 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,6 @@
- name: Install pip-packages
ansible.builtin.pip:
name: "{{ item }}"
executable: pip3
state: latest
loop: "{{ pip-packages }}"

View File

@ -9,3 +9,6 @@
- name: Install packages
import_tasks: packages.yml
- name: Install ansible
import_tasks: ansible.yml

View File

@ -1,3 +1,11 @@
packages:
- ansible
# (python3-*) Dependency for installation of Ansible
- python3-pip
- python3-setuptools
- python3-wheel
# (libxml2-utils) Dependency for xmllint
- libxml2-utils
pip-packages:
- pip
- ansible-core

View File

@ -34,7 +34,7 @@ PropertyCategories:
Type: password(7..)
Label: Local root password*
Description: ''
DefaultValue: password
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: guestinfo.ntpserver