unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
18visions-ci/homelab-victoriametrics
c8f97f8a01285fda3d0ae32a040a074878c8d25f
0
roles/victoriametrics_user
7,227
[ "no_license" ]
[ { "path": "roles/victoriametrics_user/tasks/main.yaml", "content": "---\n- name: Create victoriametrics user\n user:\n name: victoriametrics\n shell: /bin/bash\n create_home: no # No need for a home directory\n state: present\n\n- name: Ensure 'users' group exists with GID 100 (matches Unraid ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 429, "all_permissive": false }
ansible_role
Correcter/mitnex
632299ec8c72fd184331368005126f07e89c84c6
1
config/deploy/roles/mostbet.symfony3
7,227
[ "no_license" ]
[ { "path": "config/deploy/roles/mostbet.symfony3/tasks/50-migrations.yml", "content": "#---\n#- name: Run migrations.\n# action: shell {{symfony_project_php_path}} {{symfony_console}} doctrine:migrations:migrate -n\n# when: symfony_project_fire_migrations == true and composer_content.stdout.find('doctrine-...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 11444, "all_permissive": false }
ansible_role
Correcter/mitnex
632299ec8c72fd184331368005126f07e89c84c6
1
config/deploy/roles/mostbet.symfony3_rollback
7,227
[ "no_license" ]
[ { "path": "config/deploy/roles/mostbet.symfony3_rollback/tasks/20-rollback.yml", "content": "- name: Change symlink to old release.\n file: state=link src=\"{{symfony_old_release_dir}}\" path=\"{{symfony_project_root}}/current\"\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1407, "all_permissive": false }
ansible_role
muldyrio/ansible_workstation
d4cb503bb7a708865d591a033ec65288221243bc
0
roles/apt
7,228
[ "no_license" ]
[ { "path": "roles/apt/tasks/vars.yml", "content": "---\nurls:\n - url: https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg\n dest: /usr/share/keyrings/brave-browser-archive-keyring.gpg\n \n - url: https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg\n dest: /u...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 953, "all_permissive": false }
ansible_role
muldyrio/ansible_workstation
d4cb503bb7a708865d591a033ec65288221243bc
0
roles/initial_config
7,228
[ "no_license" ]
[ { "path": "roles/initial_config/tasks/update.yml", "content": "- name: Update and upgrade packages\n apt:\n update_cache: yes\n upgrade: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/initial_config/tasks/sudo.yml", "content":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 348, "all_permissive": false }
ansible_role
Hillel-DevOps-240307/valentyn-solovei
b8efe9328702157f831b8b90e598055fa7cae5b4
0
ansible/roles/app
7,228
[ "no_license" ]
[ { "path": "ansible/roles/app/README.md", "content": "Role Name : app\n=========\nansible-playbook -l <hostname> app_install.yml\n\nRole used for installing required packages to prepare for app install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { "path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
Hillel-DevOps-240307/valentyn-solovei
b8efe9328702157f831b8b90e598055fa7cae5b4
0
ansible/roles/db
7,228
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n# tasks file for roles/db\n- ansible.builtin.include_vars:\n ../../../environments/{{ env }}/group_vars/db.yml\n\n#### Create and Configure Database\n- name: Create a new database\n community.mysql.mysql_db:\n name: \"{{ mysql_db }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1053, "all_permissive": false }
ansible_role
Hillel-DevOps-240307/valentyn-solovei
b8efe9328702157f831b8b90e598055fa7cae5b4
0
ansible/roles/db_rds
7,228
[ "no_license" ]
[ { "path": "ansible/roles/db_rds/README.md", "content": "Role Name: db\n=========\nansible-playbook -l <hostname> db_install.yml\n\nRole used for installing and configuring mysql database\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1010, "all_permissive": false }
ansible_role
Hillel-DevOps-240307/valentyn-solovei
b8efe9328702157f831b8b90e598055fa7cae5b4
0
ansible/roles/flask_app_install
7,228
[ "no_license" ]
[ { "path": "ansible/roles/flask_app_install/tasks/main.yml", "content": "---\n# tasks file for roles/flask_app_install\n\n- name: Clone application\n ansible.builtin.git:\n repo: https://github.com/saaverdo/flask-alb-app.git\n dest: /home/ubuntu/flask-alb-app\n version: orm\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1898, "all_permissive": false }
ansible_role
bpaulin/eunt-swarm
35bca6736e5b0abb46beacd4a6c6c807f82241e9
0
ansible/roles/docker
7,228
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker-engine\n state: absent\n\n- name: Ensure dependencies are installed.\n apt:\n name:\n - apt-transport-https\n - c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
gaoyaqiu/docker-scripts
6e470f823ab70f0b6e58fd949040471335c83bd7
4
jenkins/ci-cd/script/ansible/roles/deploy
7,228
[ "no_license" ]
[ { "path": "jenkins/ci-cd/script/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: pull image\n command: docker pull \"{{repository}}:{{tag}}\"\n\n- name: remove old container\n docker_container:\n name: \"{{app_name}}\"\n state: absent\n\n- name: start new service container\n docker_co...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1942, "all_permissive": false }
ansible_role
csc-training/geocomputing
cd56b0fa44c743fc2f6a65d50e053f787b033fc8
43
pouta/docker_geoserver_or_opendronemap/roles/docker
7,228
[ "no_license" ]
[ { "path": "pouta/docker_geoserver_or_opendronemap/roles/docker/tasks/main.yml", "content": "---\n\n# This tutorial is for Ubuntu\n- name: Create Docker group\n become: true\n group:\n name: docker\n state: present\n\n- name: Add user to Docker group\n become: true\n user:\n name: ubuntu\n gr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
csc-training/geocomputing
cd56b0fa44c743fc2f6a65d50e053f787b033fc8
43
pouta/docker_geoserver_or_opendronemap/roles/geoserver
7,228
[ "no_license" ]
[ { "path": "pouta/docker_geoserver_or_opendronemap/roles/geoserver/tasks/main.yml", "content": "---\n\n- name: Get GeoServer container info\n community.docker.docker_container_info:\n name: geoserver\n register: geoserver_status\n\n- name: Pull GeoServer image\n community.docker.docker_image:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1481, "all_permissive": false }
ansible_role
csc-training/geocomputing
cd56b0fa44c743fc2f6a65d50e053f787b033fc8
43
pouta/docker_geoserver_or_opendronemap/roles/opendronemap
7,228
[ "no_license" ]
[ { "path": "pouta/docker_geoserver_or_opendronemap/roles/opendronemap/tasks/main.yml", "content": "---\n\n- name: Get OpenDroneMap info\n community.docker.docker_container_info:\n name: \"{{ docker_name }}\"\n register: opendronemap_status\n\n- name: Create Geoserver data directory \n file:\n path: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
csc-training/geocomputing
cd56b0fa44c743fc2f6a65d50e053f787b033fc8
43
pouta/docker_geoserver_or_opendronemap/roles/openstack
7,228
[ "no_license" ]
[ { "path": "pouta/docker_geoserver_or_opendronemap/roles/openstack/tasks/main.yml", "content": "---\n\n- set_fact:\n security_group: \"{{ instance_name }}-security-group\"\n\n- name: Create security group\n openstack.cloud.security_group:\n state: present\n name: \"{{ security_group }}\"\n descr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2738, "all_permissive": false }
ansible_role
khutoryansky/renue_test_task
5cdc897b095a76ed6b4a620d81cf82e6f1adfbca
0
roles/backups
7,228
[ "no_license" ]
[ { "path": "roles/backups/tasks/main.yml", "content": "- name: Создать каталог для бэкапов для пользователя DevOps \r\n file:\r\n path: /home/DevOps/var/backups/pg\r\n state: directory\r\n owner: DevOps\r\n group: DevOps\r\n mode: '0755'\r\n\r\n- name: Создать SSH ключевую пару для бэкапа,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2078, "all_permissive": false }
ansible_role
khutoryansky/renue_test_task
5cdc897b095a76ed6b4a620d81cf82e6f1adfbca
0
roles/backups_b
7,228
[ "no_license" ]
[ { "path": "roles/backups_b/tasks/main.yml", "content": "- block:\r\n - name: Убедиться, что директория .ssh существует для DevOps\r\n file:\r\n path: /home/DevOps/.ssh\r\n state: directory\r\n owner: DevOps\r\n group: DevOps\r\n mode: '0700'\r\n \r\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
khutoryansky/renue_test_task
5cdc897b095a76ed6b4a620d81cf82e6f1adfbca
0
roles/fail2ban
7,228
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "- name: Setup fail2ban\r\n apt:\r\n name: fail2ban\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Set jail to SSH\r\n copy:\r\n dest: /etc/fail2ban/jail.d/ssh.conf\r\n content: |\r\n [sshd]\r\n enabled = true\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 391, "all_permissive": false }
ansible_role
khutoryansky/renue_test_task
5cdc897b095a76ed6b4a620d81cf82e6f1adfbca
0
roles/nginx
7,228
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Установить nginx\r\n apt:\r\n name: nginx\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Настроить виртуальный хост для renue.ru\r\n template:\r\n src: renue.conf.j2\r\n dest: /etc/nginx/sites-available/renue.conf\r\n \r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1222, "all_permissive": false }
ansible_role
khutoryansky/renue_test_task
5cdc897b095a76ed6b4a620d81cf82e6f1adfbca
0
roles/postgresql
7,228
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "- name: Reboot postgreSQL\r\n service:\r\n name: postgresql\r\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "roles/postgresql/templates/pg_hba.conf.j2", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5337, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/add_bmh_workers
7,228
[ "no_license" ]
[ { "path": "roles/add_bmh_workers/README.md", "content": "# add_bmh_workers\nThis role file creates a BareMetalHost (BMH) object for each node in the bmh_nodes list. It also creates secrets for BMC authentication and network configuration. The role then waits for the BMH to be in a ready state before proceed...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 10679, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/admin_acks
7,228
[ "no_license" ]
[ { "path": "roles/admin_acks/tasks/main.yml", "content": "---\n\n- name: Transform list to map using combine\n set_fact:\n admin_ack: \"{{ admin_ack | default({}) | combine({item.name: item.value}) }}\"\n loop: \"{{ admin_acks }}\"\n\n- name: Patch ConfigMap\n k8s:\n definition:\n apiVersion: v...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3035, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/ansible_version_check
7,228
[ "no_license" ]
[ { "path": "roles/ansible_version_check/tasks/main.yml", "content": "- name: Verify minimum Ansible version is {{ required_ansible_version }}\n assert:\n that: \"ansible_version.full is version_compare(required_ansible_version, '>=')\"\n fail_msg: \"This collection is only supported on Ansible version...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 982, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/catalog_source
7,228
[ "no_license" ]
[ { "path": "roles/catalog_source/defaults/main.yml", "content": "---\ncatalog:\n - name: \"redhat-operators\"\n value: \"60m0s\"\n - name: \"certified-operators\"\n value: \"60m0s\"\n - name: \"community-operators\"\n value: \"60m0s\"\nsource:\n - name: \"redhat-marketplace\"\n value: true\n"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2892, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/certificates
7,228
[ "no_license" ]
[ { "path": "roles/certificates/README.md", "content": "# certificates\nThis role is used to configure the cluster's ingress controller with a custom certificate and to configure the cluster's proxy with a custom root CA certificate.\n\nThe role file assumes that the necessary environment variables are set, w...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5112, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/cluster_logging
7,228
[ "no_license" ]
[ { "path": "roles/cluster_logging/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Deploy OpenShift Cluster Logging\n company: IBM\n\n license: EPL-2.0\n\n min_ansible_version: 2.10\n\n # If this a Container Enabled role, provide the minimum Ansible Container version.\n # min_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4298, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/cluster_monitoring
7,228
[ "no_license" ]
[ { "path": "roles/cluster_monitoring/tasks/main.yml", "content": "---\n# tasks file for cluster-monitoring\n\n- name: Gather infra Nodes\n k8s_info:\n kind: Node\n label_selectors:\n - \"node-role.kubernetes.io/infra\"\n register: ocp_infra_nodes\n\n# todo remove k8sPrometheusAdapter from templa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4395, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/cp4d_syom
7,228
[ "no_license" ]
[ { "path": "roles/cp4d_syom/templates/Job.j2", "content": "kind: Job\napiVersion: batch/v1\nmetadata:\n name: \"{{ configmap_name }}-job\"\n namespace: \"{{ syom_project }}\"\nspec:\n template:\n spec:\n containers:\n - name: models-converter\n command:\n - /bin/sh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8285, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/db2
7,228
[ "no_license" ]
[ { "path": "roles/db2/README.md", "content": "db2\n===\n\nThis role creates a Db2 Warehouse instance using the Db2u Operator. A namespace called `db2u` will be created and the db2u operator will be installed into the `ibm-common-services` namespace to service the `db2ucluster` requests in `db2u` namespace. A...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 33308, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/fakesmtp
7,228
[ "no_license" ]
[ { "path": "roles/fakesmtp/defaults/main.yml", "content": "---\n# defaults file for gpu\n\nfakesmtp_image: \"{{ lookup('env', 'FAKESMTP_IMAGE') | default('haravich/fake-smtp-server:latest', true) }}\"\nfakesmtp_alertmanager: \"{{ lookup('env', 'FAKESMTP_ALERTMANAGER') | default('true', true) }}\"\nfakesmtp_n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5086, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/gpu
7,228
[ "no_license" ]
[ { "path": "roles/gpu/files/device-plugin-config.yaml", "content": "apiVersion: v1\nkind: ConfigMap\nmetadata:\n name: device-plugin-config\n namespace: nvidia-gpu-operator\ndata:\n Nvidia-8: |-\n version: v1\n sharing:\n timeSlicing:\n resources:\n - name: nvidia.com/gpu\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 6467, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/htpasswd
7,228
[ "no_license" ]
[ { "path": "roles/htpasswd/defaults/main.yml", "content": "---\nusers:\n - name: \"zeus\"\n password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/htpasswd/README.md", "content": "# htpasswd\nThis Ansible role is us...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3844, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/image_registry
7,228
[ "no_license" ]
[ { "path": "roles/image_registry/tasks/main.yml", "content": "---\n# Prepare Image Registry\n\n- name: get PVC object\n k8s_info:\n api_version: v1\n kind: PersistentVolumeClaim\n name: \"{{ image_registry_pvc }}\"\n namespace: \"openshift-image-registry\"\n register: reg_image_registry_pvc\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4679, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/local_storage
7,228
[ "no_license" ]
[ { "path": "roles/local_storage/tasks/setup-subscriptions.yml", "content": "\n- name: Create OperatorGroup openshift-storage-operatorgroup\n k8s:\n state: present\n definition: \"{{ lookup('template', 'OperatorGroup.j2') }}\"\n\n- name: Create Subscription for ocs\n k8s:\n state: present\n defi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4236, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/lvm_storage
7,228
[ "no_license" ]
[ { "path": "roles/lvm_storage/defaults/main.yml", "content": "---\n# defaults file for ocs-local-volume\n\n#lvm_channel: \"{{ lookup('env', 'LVM_CHANNEL') | default('stable-4.12', true) }}\"\nlvm_cluster: \"{{ lookup('env', 'LVM_CLUSTER') | default('ocp-lvmcluster', true) }}\"\nlvm_paths: \"/dev/vdb\"\nlvm_i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2823, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/managed_nfs_storage
7,228
[ "no_license" ]
[ { "path": "roles/managed_nfs_storage/defaults/main.yml", "content": "---\n# defaults file for nfs\n#\n\nnfs_namespace: \"{{ lookup('env', 'NFS_NAMESPACE') | default('nfs-storage', true) }}\"\nnfs_container: \"{{ lookup('env', 'NFS_CONTAINER') | default('k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12926, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/mvie
7,228
[ "no_license" ]
[ { "path": "roles/mvie/templates/secrets.yml.j2", "content": "---\napiVersion: v1\nkind: Secret\nmetadata:\n labels:\n app: \"{{ mvie_namespace }}\"\n name: cpicrio\n namespace: \"{{ mvie_namespace }}\"\nstringData:\n .dockerconfigjson: \"{{ entitledContent | join('') | string }}\"\ntype: kubernetes.i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11957, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/ocp_certmgr
7,228
[ "no_license" ]
[ { "path": "roles/ocp_certmgr/defaults/main.yml", "content": "---\n# defaults file for openshift serverless\ncertmgr_namespace: \"{{ lookup('env', 'CERTMGR_NAMESPACE') | default('cert-manager-operator', true) }}\"\ncertmgr_channel: \"{{ lookup('env', 'CERTMGR_CHANNEL') | default('stable-v1.14', true) }}\"\nc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1858, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/ocp_gitops
7,228
[ "no_license" ]
[ { "path": "roles/ocp_gitops/tasks/main.yml", "content": "- name: Prepare Red Hat OpenShift Gitops Operator environment\n k8s:\n state: present\n definition: \"{{ lookup('template', '{{ item }}') }}\"\n loop:\n - \"namespace.j2\"\n - \"operatorgroup.j2\"\n - \"subscription.j2\"\n\n- name: Wa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1836, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/ocp_serverless
7,228
[ "no_license" ]
[ { "path": "roles/ocp_serverless/tasks/main.yml", "content": "- name: Prepare Red Hat OpenShift Serverless Operator environment\n k8s:\n state: present\n definition: \"{{ lookup('template', '{{ item }}') }}\"\n loop:\n - \"namespace.j2\"\n - \"operatorgroup.j2\"\n - \"subscription.j2\"\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2299, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/odf_storage
7,228
[ "no_license" ]
[ { "path": "roles/odf_storage/tasks/create-mcg.yml", "content": "- name: Gather all the MCG Nodes\n k8s_info:\n kind: Node\n label_selectors:\n - \"node-role.kubernetes.io/worker\"\n register: mcg_nodes\n\n- name: Add storage label to MCG nodes\n k8s:\n state: present\n definition:\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8308, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/pod_cleanup
7,228
[ "no_license" ]
[ { "path": "roles/pod_cleanup/tasks/main.yml", "content": "---\n\n- name: Gather all the Pods with error state\n shell: \"oc get pods -A | grep -E \\\"iptables-alerter|dns-default|Error\\\" | awk '{print $1\\\" \\\"$2}'\"\n register: error_pods\n\n- name: Delete Pods with error state\n shell: \"oc delete ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/rhodsc
7,228
[ "no_license" ]
[ { "path": "roles/rhodsc/defaults/main.yml", "content": "---\n# defaults file for rhodsc\n# for cp4d < 5.0.3 rhodsc_channel == eus-2.8\n# for cp4d => 5.0.3 rhodsc_channel == embedded\nrhodsc_channel: \"{{ lookup('env', 'RHODSC_CHANNEL') | default('embedded', true) }}\"", "license_type": "no_license", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5606, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/scheduler_config
7,228
[ "no_license" ]
[ { "path": "roles/scheduler_config/README.md", "content": "## scheduler_config\nThe role configures the OpenShift cluster to have specific node roles and schedules workloads on them. It also creates a MachineConfigPool for infra nodes and moves the Ingress Controller to the infra nodes.\n\nPre-requisites: Th...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4837, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/vault
7,228
[ "no_license" ]
[ { "path": "roles/vault/templates/vaultconnection.j2", "content": "apiVersion: secrets.hashicorp.com/v1beta1\nkind: VaultConnection\nmetadata:\n name: default\n namespace: \"{{ vault_namespace }}\"\nspec:\n address: \"{{ vault_addr }}\"\n skipTLSVerify: false\n caCertSecretRef: vault-ca-cert\n", "li...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 5658, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/wait_for_co
7,228
[ "no_license" ]
[ { "path": "roles/wait_for_co/tasks/main.yml", "content": "---\n- name: Gather all the Cluster Operators\n k8s_info:\n api_version: config.openshift.io/v1\n kind: ClusterOperator\n register: ocp_operators\n\n- set_fact:\n operators: \"{{ operators | default([]) | union([item.metadata.name]) }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1556, "all_permissive": false }
ansible_role
ekleinso/ocp4-ansible-devops
01e32ca8225b6a7b46865510e1b915f0f5a0ad65
0
roles/wait_for_odf
7,228
[ "no_license" ]
[ { "path": "roles/wait_for_odf/tasks/main.yml", "content": "---\n- name: Wait for StorageCluster to be ready\n k8s_info:\n api_version: ocs.openshift.io/v1\n kind: StorageCluster\n namespace: openshift-storage\n name: ocs-storagecluster\n register: reg_storagecluster\n vars:\n status_query:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1097, "all_permissive": false }
ansible_role
marwaahmed11/Ansible_Lab2
ca3b64083cf50339e7322db0331ee078ddaa1264
0
roles/nexus
7,228
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "---\n#tasks file for roles/nexus\n- name: yum update\n yum:\n name: '*'\n state: latest\n\n- name: install wget and java\n yum: \n name:\n - wget\n - java-1.8.0-openjdk.x86_64 \n state: latest\n \n# - name: make dir \n# command: mkdir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1558, "all_permissive": false }
ansible_role
greglangford/ansible_repo
714b41bd4ce63ff3b44a31fdbcb8f6ebe5248d18
0
repo/roles/common
7,228
[ "no_license" ]
[ { "path": "repo/roles/common/tasks/yum.yml", "content": "---\n - name: upgrade packages\n yum: name=* state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "repo/roles/common/tasks/ssh.yml", "content": "---\n - nam...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 939, "all_permissive": false }
ansible_role
gavinmerry/kali-ansible-v2
73b4c841de1bbdcfdf39459fa3496845e7a2c863
0
roles/customize-terminal
7,228
[ "no_license" ]
[ { "path": "roles/customize-terminal/tasks/files/pet_config.toml", "content": "[General]\n snippetfile = \"/home/kali/.config/pet/snippet.toml\"\n editor = \"subl\"\n column = 40\n selectcmd = \"fzf --ansi --exact --layout=reverse --border --height=90% --pointer='>' --cycle --prompt='Snippets> '\"\n bac...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2666, "all_permissive": false }
ansible_role
gavinmerry/kali-ansible-v2
73b4c841de1bbdcfdf39459fa3496845e7a2c863
0
roles/install-tools
7,228
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/apt_tools.yml", "content": "---\n- name: \"Updating apt repo/cache\"\n apt: \n update_cache: yes\n cache_valid_time: 3600\n upgrade: yes\n \n- name: \"Installing Packages\"\n apt:\n name:\n - awscli\n - cmake\n - covenant-kbx\n - docker...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5038, "all_permissive": false }
ansible_role
sbtenv/sbtenv
5ba4a5970eef81d0cf101d50a1e88ae0443bb8ed
57
.development/roles/workstation-system
7,228
[ "no_license" ]
[ { "path": ".development/roles/workstation-system/templates/gentoo/etc/portage/package.license/sys-kernel.linux-firmware.use.j2", "content": "sys-kernel/linux-firmware linux-fw-redistributable no-source-code\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3506, "all_permissive": false }
ansible_role
sangrealest/ansible-homework
4e712a31851c7df7966574ba4f41c8539695bd16
0
pre_env/roles/smoke.test
7,228
[ "no_license" ]
[ { "path": "pre_env/roles/smoke.test/tasks/main.yml", "content": "---\n# tasks file for check\n- name: OpenStack servers\n os_server_facts:\n cloud: osp_cloud\n server: 'frontend'\n tags:\n - smokeTest\n\n- name: Curl website\n uri:\n url: \"http://{{item.accessIPv4}}\"\n return_content: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
sangrealest/ansible-homework
4e712a31851c7df7966574ba4f41c8539695bd16
0
prod/roles/osp-facts
7,228
[ "no_license" ]
[ { "path": "prod/roles/osp-facts/tasks/main.yml", "content": "---\n# tasks file for osp-facts\n - name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n region_name: RegionOne\n register: result\n - name: Debug the result\n debug:\n msg: \"{{ result }}\"\n# - name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 819, "all_permissive": false }
ansible_role
sangrealest/ansible-homework
4e712a31851c7df7966574ba4f41c8539695bd16
0
qa/roles/osp-servers
7,228
[ "no_license" ]
[ { "path": "qa/roles/osp-servers/tasks/main.yml", "content": "---\n\n# tasks file for osp.servers\n- name: Create new server instances and attaches them a network and passes metadata to the instance\n os_server:\n cloud: osp_cloud\n name: \"{{ item.0.name }}\"\n image: \"{{ item.0.image }}\"\n k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1500, "all_permissive": false }
ansible_role
rvegesna/devopsjan1
e8350c4b843bbfcf4fb7c413828385845ffdb20c
0
roles/webservers
7,228
[ "no_license" ]
[ { "path": "roles/webservers/defaults/main.yml", "content": "---\n# defaults file for webservers\npkg: httpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/webservers/tasks/main.yml", "content": "---\n# tasks file for webservers\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
cabify/systems-challenge
dffb0f2744b67696084b1ea374652a411cd236e3
2
roles/cabify
7,226
[ "no_license" ]
[ { "path": "roles/cabify/templates/upstart/cabify.conf.j2", "content": "description \"Cabify - Example App\"\n\nstart on (started networking)\nstop on runlevel [!2345]\n\nrespawn\n\nscript\n python {{ cabify_path }}/cabify.py\nend script\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1150, "all_permissive": false }
ansible_role
cabify/systems-challenge
dffb0f2744b67696084b1ea374652a411cd236e3
2
roles/consul
7,226
[ "no_license" ]
[ { "path": "roles/consul/templates/upstart/consul.conf.j2", "content": "description \"Consul by HashiCorp\"\n\nstart on (started networking)\nstop on runlevel [!2345]\n\nrespawn\n\nscript\n exec {{ consul_binary }} agent -dev \\\n -config-dir={{ consul_config_dir }} \\\n -bind={{ network_private_addre...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2104, "all_permissive": false }
ansible_role
cabify/systems-challenge
dffb0f2744b67696084b1ea374652a411cd236e3
2
roles/haproxy
7,226
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/manage.yml", "content": "---\n- name: Ensure HAProxy is enabled \n service:\n name: haproxy\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/haproxy/tasks/install.yml"...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 895, "all_permissive": false }
ansible_role
easter423/minecraft-iac
fd848b8d8bae85ba152b7d04a6aa98f08657b4b1
0
ansible/roles/fabric_server
7,226
[ "no_license" ]
[ { "path": "ansible/roles/fabric_server/handlers/main.yml", "content": "- name: Restart fabric\n ansible.builtin.systemd_service:\n name: fabric\n daemon_reload: \"{{ fabric_svc_changed is defined and fabric_svc_changed.changed }}\"\n state: restarted\n enabled: true\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 5369, "all_permissive": false }
ansible_role
easter423/minecraft-iac
fd848b8d8bae85ba152b7d04a6aa98f08657b4b1
0
ansible/roles/java21
7,226
[ "no_license" ]
[ { "path": "ansible/roles/java21/tasks/main.yml", "content": "- name: Install OpenJDK 21\n ansible.builtin.apt:\n name: openjdk-21-jdk-headless\n state: present\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
easter423/minecraft-iac
fd848b8d8bae85ba152b7d04a6aa98f08657b4b1
0
ansible/roles/monitoring
7,226
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/handlers/main.yml", "content": "- name: Extract node_exporter\n ansible.builtin.unarchive:\n src: \"/tmp/node_exporter-{{ node_exporter_version }}.tar.gz\"\n dest: /usr/local/bin/\n remote_src: true\n creates: /usr/local/bin/node_exporter\n extra_opts:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2085, "all_permissive": false }
ansible_role
easter423/minecraft-iac
fd848b8d8bae85ba152b7d04a6aa98f08657b4b1
0
ansible/roles/server_status
7,226
[ "no_license" ]
[ { "path": "ansible/roles/server_status/tasks/main.yml", "content": "- name: Gather service facts\n ansible.builtin.service_facts:\n\n- name: Show Fabric service status\n ansible.builtin.debug:\n var: ansible_facts.services['fabric.service']\n\n- name: Show CPU load\n ansible.builtin.command: uptime\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1064, "all_permissive": false }
ansible_role
easter423/minecraft-iac
fd848b8d8bae85ba152b7d04a6aa98f08657b4b1
0
ansible/roles/world_sync
7,226
[ "no_license" ]
[ { "path": "ansible/roles/world_sync/handlers/main.yml", "content": "- name: Restart fabric\n ansible.builtin.systemd_service:\n name: fabric\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "ansible/rol...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 6372, "all_permissive": false }
ansible_role
leventbesli/ansible
b2f1b4f8f7401d81e5d3fc86377e0e174e5b1ef5
0
roles/base
7,226
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for ansible user\n authorized_key:\n user: ansible\n key: \"ssh-ed25519 ********************************************* ansible\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_templa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
leventbesli/ansible
b2f1b4f8f7401d81e5d3fc86377e0e174e5b1ef5
0
roles/server
7,226
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "- name: install first applications\n tags: ubuntu,fail2ban,curl,iotop\n apt:\n name: \n - fail2ban\n - btop\n - iotop\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common \n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1261, "all_permissive": false }
ansible_role
Amr-devman/ansible_homework
97082f675eddc4a1ab3653d264f3b49f14074cb8
0
roles/config-tower
7,226
[ "no_license" ]
[ { "path": "roles/config-tower/vars/main.yml", "content": "---\n# vars file for roles/config-tower\norg_name: Default \nscm_branch: master \nscm_url: \"{{ github_repo }}\"\nproj_name: \"Homework Assignment\"\nuser_name: admin \npassword: <PASSWORD>!\nssh_cred_name: \"Connect_to_workstation\"\nuser_cred_name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3858, "all_permissive": false }
ansible_role
Amr-devman/ansible_homework
97082f675eddc4a1ab3653d264f3b49f14074cb8
0
roles/osp-instance-delete
7,226
[ "no_license" ]
[ { "path": "roles/osp-instance-delete/tasks/main.yml", "content": "---\n# tasks file for roles/osp-instance-delete\n - name: Fetch Instance Info\n os_server_facts:\n cloud: ospcloud\n - name: Delete instances\n os_server:\n name: \"{{ item }}\"\n state: absent\n loop:\n - app1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
Relativity74205/murkelhausen
fd2956bd19ab66d4f55b82ae0a78413dd27cecc8
0
ansible/roles/add_plugin_to_zshrc
7,226
[ "no_license" ]
[ { "path": "ansible/roles/add_plugin_to_zshrc/tasks/main.yml", "content": "- name: get current .zshrc plugins\n shell: cat ~/.zshrc | sed -n -e 's/^plugins=(\\(.*\\))/\\1/p'\n register: plugins_old\n changed_when: false\n\n- name: determine plugins\n # removes duplicates\n shell: echo {{ (plugins_old.st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 548, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
04.delete_all_images_container_via_ansible/ansible-docker-cleanup/roles/docker_cleanup
7,226
[ "no_license" ]
[ { "path": "04.delete_all_images_container_via_ansible/ansible-docker-cleanup/roles/docker_cleanup/vars/main.yml", "content": "---\n# Empty, as no variables are needed for this task\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "04.delete_all_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 902, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
05.tier-3_application_deploy_on_container_via_ansible/01.three-tier-app/roles/backend
7,226
[ "no_license" ]
[ { "path": "05.tier-3_application_deploy_on_container_via_ansible/01.three-tier-app/roles/backend/tasks/main.yml", "content": "---\n- name: Pull Python image\n docker_image:\n name: python\n source: pull\n\n- name: Stop and remove existing backend container\n docker_container:\n name: backend\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
05.tier-3_application_deploy_on_container_via_ansible/01.three-tier-app/roles/database
7,226
[ "no_license" ]
[ { "path": "05.tier-3_application_deploy_on_container_via_ansible/01.three-tier-app/roles/database/tasks/main.yml", "content": "---\n- name: Pull MySQL image\n docker_image:\n name: mysql\n source: pull\n\n- name: Run MySQL container\n docker_container:\n name: database\n image: mysql\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
05.tier-3_application_deploy_on_container_via_ansible/01.three-tier-app/roles/frontend
7,226
[ "no_license" ]
[ { "path": "05.tier-3_application_deploy_on_container_via_ansible/01.three-tier-app/roles/frontend/tasks/main.yml", "content": "---\n- name: Pull Nginx image\n docker_image:\n name: nginx\n source: pull\n\n- name: Run Nginx container\n docker_container:\n name: frontend\n image: nginx\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
05.tier-3_application_deploy_on_container_via_ansible/02.three-tier-app/roles/docker
7,226
[ "no_license" ]
[ { "path": "05.tier-3_application_deploy_on_container_via_ansible/02.three-tier-app/roles/docker/tasks/main.yml", "content": "- name: Pull Ubuntu image\n docker_image:\n name: ubuntu\n source: pull\n\n- name: Create network\n docker_network:\n name: app_network\n state: present\n\n- name: Creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
06.tier-2_application_deploy_on_container_via_ansible/01.two-tier-app/roles/backend
7,226
[ "no_license" ]
[ { "path": "06.tier-2_application_deploy_on_container_via_ansible/01.two-tier-app/roles/backend/tasks/main.yml", "content": "- name: Pull Ubuntu image\n docker_image:\n name: ubuntu\n source: pull\n\n- name: Run backend container\n docker_container:\n name: backend\n image: ubuntu\n state: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 247, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
06.tier-2_application_deploy_on_container_via_ansible/01.two-tier-app/roles/frontend
7,226
[ "no_license" ]
[ { "path": "06.tier-2_application_deploy_on_container_via_ansible/01.two-tier-app/roles/frontend/tasks/main.yml", "content": "- name: Pull Ubuntu image\n docker_image:\n name: ubuntu\n source: pull\n\n- name: Run frontend container\n docker_container:\n name: frontend\n image: ubuntu\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
06.tier-2_application_deploy_on_container_via_ansible/01.two-tier-app/roles/website
7,226
[ "no_license" ]
[ { "path": "06.tier-2_application_deploy_on_container_via_ansible/01.two-tier-app/roles/website/tasks/main.yml", "content": "- name: Pull Nginx image\n docker_image:\n name: nginx\n source: pull\n\n- name: Copy website files to host\n ansible.builtin.template:\n src: index.html.j2\n dest: /tmp/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 592, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
06.tier-2_application_deploy_on_container_via_ansible/02.two-tier-app/roles/db
7,226
[ "no_license" ]
[ { "path": "06.tier-2_application_deploy_on_container_via_ansible/02.two-tier-app/roles/db/tasks/main.yml", "content": "---\n- name: Pull Ubuntu Image\n docker_image:\n name: ubuntu\n source: pull\n tags: db\n\n- name: Run DB Container\n docker_container:\n name: db_server\n image: ubuntu\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
mrbalraj007/DevOps_Master_Docker
099bd6c2490e4ce60d23c46a41f9c23522c95fd6
0
06.tier-2_application_deploy_on_container_via_ansible/02.two-tier-app/roles/web
7,226
[ "no_license" ]
[ { "path": "06.tier-2_application_deploy_on_container_via_ansible/02.two-tier-app/roles/web/templates/index.html.j2", "content": "<!DOCTYPE html>\n<html>\n<head>\n <title>Welcome to My Website</title>\n</head>\n<body>\n <h1>Hello, World!</h1>\n <p>This is a simple website served by Nginx.</p>\n <...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 537, "all_permissive": false }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/baremetal-prep-overcloud
7,226
[ "permissive" ]
[ { "path": "roles/baremetal-prep-overcloud/tasks/main.yml", "content": "---\n- include: install-upstream-ipxe.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 41 }, { "path": "roles/baremetal-prep-overcloud/templates/install-upstream-ipx...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2885, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/baremetal-prep-virthost
7,226
[ "permissive" ]
[ { "path": "roles/baremetal-prep-virthost/tasks/remove_ens3.yml", "content": "---\n- name: Discover if ens3 interface exists\n setup:\n gather_subset: \"!all,!min,network\"\n register: net\n\n- name: Check if ifcfg-ens3 exists\n become: true\n stat:\n path: /etc/sysconfig/network-scripts/ifcfg-ens3...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2567, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/baremetal-undercloud
7,226
[ "permissive" ]
[ { "path": "roles/baremetal-undercloud/packages/tasks/ntp.yml", "content": "---\n# Ensure ntp packages are installed\n- name: Install ntp packages\n package:\n name: ['ntp', 'ntpdate']\n state: present\n\n# Enable ntpd service\n- name: Enable ntpd service\n service:\n name: 'ntpd'\n enabled: tr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 14533, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/build-images
7,226
[ "permissive" ]
[ { "path": "roles/build-images/defaults/main.yml", "content": "---\nimages_working_dir: \"{{ ansible_user_dir }}/workspace\"\nimages_destroy_working_dir: true\nbuild_image_isolated: true\nbuild_isolation_image_url: https://images.rdoproject.org/CentOS-7-x86_64-GenericCloud.qcow2\ncleanup_images_working_dir: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 11141, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/build-test-packages
7,226
[ "permissive" ]
[ { "path": "roles/build-test-packages/templates/projects.ini.j2", "content": "[DEFAULT]\ndatadir=./data\nscriptsdir=./scripts\nbaseurl={{ dlrn_baseurl }}\ndistro=rpm-master\nsource=master\ntarget={{ dlrn_target }}\nsmtpserver=\nreponame=delorean\n#templatedir=$VIRTUAL_ENV/dlrn/templates\nmaxretries=3\n{% if ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 35617, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/check-to-build-or-not-to-build
7,226
[ "permissive" ]
[ { "path": "roles/check-to-build-or-not-to-build/tasks/main.yml", "content": "---\n# The next two tasks make the list of ZUUL_CHANGES look like our build list\n# after we cleanup the extra stuff there, we can just intersect the two\n# lists in order to match.\n- name: Cleanup front of ZUUL_CHANGES\n set_fac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2152, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/container-build
7,226
[ "permissive" ]
[ { "path": "roles/container-build/README.md", "content": "container-build\n===============\n\nThis role will deploy a simple Docker registry v2 in a container,\nbuild and push container images into that local registry.\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ],...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 12719, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/container-prep
7,226
[ "permissive" ]
[ { "path": "roles/container-prep/tasks/main.yml", "content": "---\n# Conditional facts to be set which are common to undercloud and overcloud\n\n# confirmed variables for deploy and mixed upgrade\n# GOOD\n# docker_registry_namespace\n# http://opendev.org/openstack/tripleo-quickstart/tree/config/release/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3765, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/container-update
7,226
[ "permissive" ]
[ { "path": "roles/container-update/README.md", "content": "container-update\n================\n\nThis role levarages from the container-prep role which updates the needed\nparameters to set up the containers-prepare-parameter file and updates with\nthe right values. It is mostly intended for upgrades and upd...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2311, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/create-zuul-based-reproducer
7,226
[ "permissive" ]
[ { "path": "roles/create-zuul-based-reproducer/templates/reproducer-zuul-based-quickstart.sh.j2", "content": "#!/bin/bash\n\n# See documentation for using the reproducer script:\n# README-reproducer-zuul-based-quickstart.html\n# (in the same top-level logs directory as this reproducer script).\n\n: ${WORKSPA...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 41741, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/discover-latest-image
7,226
[ "permissive" ]
[ { "path": "roles/discover-latest-image/tasks/main.yaml", "content": "---\n- name: Create a temporary file\n tempfile:\n state: file\n register: tempfile\n\n- name: Remove the file at temporary file path.\n file:\n path: \"{{ tempfile.path }}\"\n state: absent\n\n- name: Fetch publication page\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2488, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/dump_vars
7,226
[ "permissive" ]
[ { "path": "roles/dump_vars/templates/dump_variables_environment.j2", "content": "{{ environment | to_nice_yaml }}\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 33 }, { "path": "roles/dump_vars/templates/dump_variables_groups.j2", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1140, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/external_data_plane_management
7,226
[ "permissive" ]
[ { "path": "roles/external_data_plane_management/tasks/deploy_standalone.yml", "content": "---\n- name: Set proper container params before deploying standalone\n include_role:\n name: container-prep\n\n- name: Deploy Standalone\n include_role:\n name: standalone\n\n- import_tasks: generate_tripleo_st...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 11035, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/gate-quickstart
7,226
[ "permissive" ]
[ { "path": "roles/gate-quickstart/tasks/checkout.yml", "content": "---\n- name: Get the project name\n set_fact:\n gated_project_name: '{{ gated_change.project | regex_replace(\"^.*/\", \"\") }}'\n\n- name: Set project name when there is a dependency on tripleo-quickstart\n set_fact:\n gated_project_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2408, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/install-built-repo
7,226
[ "permissive" ]
[ { "path": "roles/install-built-repo/defaults/main.yml", "content": "---\nib_repo_workdir: '{{ working_dir }}'\nib_repo_install_script: install-built-repo.sh.j2\nib_repo_install_log: \"{{ ib_repo_workdir }}/install_built_repo.log\"\nib_repo_run_live: true\nib_repo_file_path: \"{{ ib_repo_workdir }}/gating_re...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5236, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/ipa-multinode
7,226
[ "permissive" ]
[ { "path": "roles/ipa-multinode/README.md", "content": "ipa-multinode\n=============\n\nAn Ansible role to install and configure a two-node setup where\nthe IPA server is running on the secondary node and a standalone\ndeployment is run on the primary node.\n\nRequirements\n------------\n\n* https://opendev....
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 19032, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/modify-image
7,226
[ "permissive" ]
[ { "path": "roles/modify-image/tasks/manual.yml", "content": "---\n- name: Set abs path for image\n command: echo \"{{ image_to_modify }}\"\n register: image_to_modify_abs_path\n changed_when: false\n\n- name: Create a temp dir for extracting images\n command: mktemp -d\n register: mktemp_command\n cha...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8515, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/multinodes
7,226
[ "permissive" ]
[ { "path": "roles/multinodes/tasks/delete_stack.yml", "content": "---\n- name: Delete stack\n # noqa: 306\n shell: >\n echo \"Executing 'openstack stack delete {{ stack_name }} --yes'\" >> {{ stack_log }};\n openstack stack delete {{ stack_name }} --yes &>> {{ stack_log }} && {\n export COUNTER=0...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 17669, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/nodepool-setup
7,226
[ "permissive" ]
[ { "path": "roles/nodepool-setup/tasks/clone-ci-repos.yml", "content": "---\n- name: Create /opt/stack directory\n file:\n path: /opt/stack\n owner: \"{{ ansible_user }}\"\n group: \"{{ ansible_user }}\"\n state: directory\n become: true\n\n- name: Link /opt/stack/new to /opt/stack for backward...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10203, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/octavia-amphora-download
7,226
[ "permissive" ]
[ { "path": "roles/octavia-amphora-download/README.md", "content": "Octavia-amphora-download\n========================\n\nAn Ansible role to download Octavia amphora images to be used in CI or scripted deployments.\n\nRequirements\n------------\n\nThis playbook expects a supported version of Ansible and worki...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1945, "all_permissive": true }
ansible_role
eafuna/eol-tripleo-extras
d353e9fda8ffda6c0075d2ee7c78f3ed0ad1a00d
0
roles/ovb-manage-stack
7,226
[ "permissive" ]
[ { "path": "roles/ovb-manage-stack/tasks/ovb-delete-stack.yml", "content": "---\n- name: Clone Openstack Virtual Baremetal repo if it does not exist\n git:\n repo: https://opendev.org/openstack/openstack-virtual-baremetal.git\n dest: \"{{ local_working_dir }}/openstack-virtual-baremetal\"\n version...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 20154, "all_permissive": true }