File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM rockylinux:9.3
1
+ FROM rockylinux/rockylinux:9
2
2
3
3
RUN dnf -y update && \
4
4
dnf -y install gcc git iputils jq libffi-devel openssl-devel perl-Digest-SHA procps-ng python3-devel python3-libselinux rsync sshpass unzip wget which && \
Original file line number Diff line number Diff line change 1
- 0.0.1
1
+ 0.0.2
Original file line number Diff line number Diff line change
1
+ 0.0.1
Original file line number Diff line number Diff line change
1
+ [defaults]
2
+ forks = 20
3
+ timeout = 60
4
+ display_skipped_hosts = False
5
+ gathering = smart
6
+ fact_caching = jsonfile
7
+ fact_caching_connection = /tmp/ansible-facts
8
+ inject_facts_as_vars = False
9
+
10
+ [ssh_connection]
11
+ pipelining = True
12
+
13
+ # https://github.com/ansible/awx/issues/14496
14
+ [galaxy]
15
+ server = https://old-galaxy.ansible.com/
16
+
You can’t perform that action at this time.
0 commit comments