Skip to content

Commit c0c9ef6

Browse files
ehelmsevgeni
authored andcommitted
Add foreman_ansible to plugins
1 parent 3f500e6 commit c0c9ef6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/foreman-proxy/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
22

33
ARG FOREMAN_VERSION=nightly
44
ARG KATELLO_VERSION=nightly
5-
ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh"
5+
ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible"
66

77
RUN dnf upgrade -y && dnf install --nodocs -y https://yum.theforeman.org/releases/${FOREMAN_VERSION}/el9/x86_64/foreman-release.rpm https://yum.theforeman.org/katello/${KATELLO_VERSION}/katello/el9/x86_64/katello-repos-latest.rpm && dnf install --nodocs foreman-proxy openssh-clients openssh -y && dnf clean all
88

images/foreman/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV RAILS_LOG_TO_STDOUT=true
1616
CMD /usr/share/foreman/bin/rails db:migrate && /usr/share/foreman/bin/rails db:seed && /usr/share/foreman/bin/rails server --environment production --pid /tmp/rails.pid
1717
EXPOSE 3000/tcp
1818

19-
ARG FOREMAN_PLUGINS="foreman-tasks foreman_remote_execution katello foreman_google foreman_azure_rm foreman_kubevirt foreman_rh_cloud"
19+
ARG FOREMAN_PLUGINS="foreman-tasks foreman_remote_execution katello foreman_google foreman_azure_rm foreman_kubevirt foreman_rh_cloud foreman_ansible"
2020

2121
RUN set -eu; for PLUGIN in ${FOREMAN_PLUGINS}; do \
2222
echo $PLUGIN; \

0 commit comments

Comments
 (0)