Compare commits
1 Commits
jce/devcon
...
abandon-ga
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c3c24fcbf |
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ansible-dev-container-codespaces",
|
|
||||||
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
|
|
||||||
"containerUser": "root",
|
|
||||||
"runArgs": [
|
|
||||||
"--security-opt",
|
|
||||||
"seccomp=unconfined",
|
|
||||||
"--security-opt",
|
|
||||||
"label=disable",
|
|
||||||
"--cap-add=SYS_ADMIN",
|
|
||||||
"--cap-add=SYS_RESOURCE",
|
|
||||||
"--device",
|
|
||||||
"/dev/fuse",
|
|
||||||
"--security-opt",
|
|
||||||
"apparmor=unconfined",
|
|
||||||
"--hostname=ansible-dev-container"
|
|
||||||
],
|
|
||||||
"updateRemoteUserUID": true,
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"postCreateCommand": "sh .devcontainers/postCreateCommand.sh"
|
|
||||||
}
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ansible-dev-container-docker",
|
|
||||||
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
|
|
||||||
"containerUser": "root",
|
|
||||||
"runArgs": [
|
|
||||||
"--security-opt",
|
|
||||||
"seccomp=unconfined",
|
|
||||||
"--security-opt",
|
|
||||||
"label=disable",
|
|
||||||
"--cap-add=SYS_ADMIN",
|
|
||||||
"--cap-add=SYS_RESOURCE",
|
|
||||||
"--device",
|
|
||||||
"/dev/fuse",
|
|
||||||
"--security-opt",
|
|
||||||
"apparmor=unconfined",
|
|
||||||
"--hostname=ansible-dev-container"
|
|
||||||
],
|
|
||||||
"updateRemoteUserUID": true,
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ansible-dev-container-podman",
|
|
||||||
"image": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8:latest",
|
|
||||||
"containerUser": "root",
|
|
||||||
"runArgs": [
|
|
||||||
"--cap-add=CAP_MKNOD",
|
|
||||||
"--cap-add=NET_ADMIN",
|
|
||||||
"--cap-add=SYS_ADMIN",
|
|
||||||
"--cap-add=SYS_RESOURCE",
|
|
||||||
"--device",
|
|
||||||
"/dev/fuse",
|
|
||||||
"--security-opt",
|
|
||||||
"seccomp=unconfined",
|
|
||||||
"--security-opt",
|
|
||||||
"label=disable",
|
|
||||||
"--security-opt",
|
|
||||||
"apparmor=unconfined",
|
|
||||||
"--security-opt",
|
|
||||||
"unmask=/sys/fs/cgroup",
|
|
||||||
"--userns=host",
|
|
||||||
"--hostname=ansible-dev-container"
|
|
||||||
],
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"extensions": ["redhat.ansible","redhat.vscode-redhat-account"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
microdnf -y install git-lfs
|
|
||||||
pip3 install pre-commit
|
|
||||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all"
|
||||||
"files.insertFinalNewline": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,45 +2,65 @@
|
|||||||
roles:
|
roles:
|
||||||
# RHEL 7 compliance roles from ComplianceAsCode
|
# RHEL 7 compliance roles from ComplianceAsCode
|
||||||
- name: redhatofficial.rhel7-cis
|
- name: redhatofficial.rhel7-cis
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-cis
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel7-cjis
|
- name: redhatofficial.rhel7-cjis
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-cjis
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel7-cui
|
- name: redhatofficial.rhel7-cui
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-cui
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel7-hipaa
|
- name: redhatofficial.rhel7-hipaa
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-hipaa
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel7-ospp
|
- name: redhatofficial.rhel7-ospp
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-ospp
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel7-pci-dss
|
- name: redhatofficial.rhel7-pci-dss
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-pci-dss
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel7-stig
|
- name: redhatofficial.rhel7-stig
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel7-stig
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
# RHEL 8 compliance roles from ComplianceAsCode
|
# RHEL 8 compliance roles from ComplianceAsCode
|
||||||
- name: redhatofficial.rhel8-cis
|
- name: redhatofficial.rhel8-cis
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-cis
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel8-cjis
|
- name: redhatofficial.rhel8-cjis
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-cjis
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel8-cui
|
- name: redhatofficial.rhel8-cui
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-cui
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel8-hipaa
|
- name: redhatofficial.rhel8-hipaa
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-hipaa
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel8-ospp
|
- name: redhatofficial.rhel8-ospp
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-ospp
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel8-pci-dss
|
- name: redhatofficial.rhel8-pci-dss
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-pci-dss
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel8-stig
|
- name: redhatofficial.rhel8-stig
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel8-stig
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
# RHEL 9 compliance roles from ComplianceAsCode
|
# RHEL 9 compliance roles from ComplianceAsCode
|
||||||
- name: redhatofficial.rhel9-cis
|
- name: redhatofficial.rhel9-cis
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel9-cis
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel9-cui
|
- name: redhatofficial.rhel9-cui
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel9-cui
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel9-hipaa
|
- name: redhatofficial.rhel9-hipaa
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel9-hipaa
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel9-ospp
|
- name: redhatofficial.rhel9-ospp
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel9-ospp
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel9-pci-dss
|
- name: redhatofficial.rhel9-pci-dss
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel9-pci-dss
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
- name: redhatofficial.rhel9-stig
|
- name: redhatofficial.rhel9-stig
|
||||||
|
src: https://github.com/RedHatOfficial/ansible-role-rhel9-stig
|
||||||
version: 0.1.72
|
version: 0.1.72
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user