Skip to content

Commit

Permalink
Merge pull request #35 from lumarel/refactor/some-stuff
Browse files Browse the repository at this point in the history
Update several minor components
  • Loading branch information
lumarel authored Jan 13, 2024
2 parents e453bcd + c725d40 commit e4e3c18
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWX custom Execution Environment - default
# AWX custom Execution Environment

An Ansible execution environment for a private AWX - default set.
This repo builds several costumized Ansible execution environments tailored for special needs.
This repo got forked from the ansible/awx-ee repo.

## Build the image locally
Expand Down
2 changes: 1 addition & 1 deletion build/requirements-infra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git+https://github.com/ansible/ansible-sign
ncclient
paramiko
pykerberos
pyOpenSSL>22.1.0
pyOpenSSL
pypsrp[kerberos,credssp]
pywinrm[kerberos,credssp]
toml
Expand Down
1 change: 0 additions & 1 deletion build/requirements-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ collections:
- name: community.crypto
- name: community.general
- name: community.vmware
version: <4.0.0
- name: netapp.ontap
- name: vmware.vmware_rest
2 changes: 1 addition & 1 deletion build/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git+https://github.com/ansible/ansible-sign
ncclient
paramiko
pykerberos
pyOpenSSL>22.1.0
pyOpenSSL
pypsrp[kerberos,credssp]
pywinrm[kerberos,credssp]
toml
Expand Down
1 change: 0 additions & 1 deletion build/requirements-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ collections:
- name: community.general
- name: community.kubernetes
- name: community.vmware
version: <4.0.0
- name: community.zabbix
version: <2.0.0
- name: kubernetes.core
Expand Down
2 changes: 1 addition & 1 deletion build/requirements-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git+https://github.com/ansible/ansible-sign
ncclient
paramiko
pykerberos
pyOpenSSL>22.1.0
pyOpenSSL
pypsrp[kerberos,credssp]
pywinrm[kerberos,credssp]
toml
Expand Down
2 changes: 1 addition & 1 deletion build/requirements-sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git+https://github.com/ansible/ansible-sign

ncclient
paramiko
pyOpenSSL>22.1.0
pyOpenSSL
toml
pexpect>=4.5
python-daemon
Expand Down
2 changes: 1 addition & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git+https://github.com/ansible/ansible-sign
ncclient
paramiko
pykerberos
pyOpenSSL>22.1.0
pyOpenSSL
pypsrp[kerberos,credssp]
pywinrm[kerberos,credssp]
toml
Expand Down
1 change: 0 additions & 1 deletion build/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ collections:
- name: community.crypto
- name: community.general
- name: community.vmware
version: <4.0.0
- name: community.zabbix
version: <2.0.0
- name: vmware.vmware_rest

0 comments on commit e4e3c18

Please sign in to comment.