We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2c278 commit 46de9afCopy full SHA for 46de9af
ansible/etc-ansible-config/ansible.cfg
@@ -3,3 +3,7 @@ inventory = /etc/ansible/hosts
3
remote_user = sysadmin
4
host_key_checking = False
5
retry_files_enabled = False
6
+private_key_file = /home/sysadmin/.ssh/id_rsa
7
+
8
+[web:vars]
9
+ansible_python_interpreter=/usr/bin/python3
web/Dockerfile
@@ -29,6 +29,7 @@ RUN apt-get install -y \
29
php8.2-mysql \
30
php8.2-pdo \
31
php8.2-xml \
32
+ python3 \
33
sudo \
34
unzip \
35
vim \
0 commit comments