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
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/cluster-monitoring
7,777
[ "permissive" ]
[ { "path": "roles/cluster-monitoring/defaults/main.yaml", "content": "---\n# defaults file for cluster-monitoring\n\n# Please refer to the below OCP documentation for an idea of how much\n# storage would be required\n# https://docs.openshift.com/container-platform/4.7/scalability_and_performance/scaling-clus...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5162, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/cluster-roles
7,777
[ "permissive" ]
[ { "path": "roles/cluster-roles/tasks/main.yaml", "content": "---\n# tasks file for cluster-roles\n\n- import_tasks: assign-cluster-roles.yaml\n- import_tasks: delete-kubeadmin.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 116 }, { "...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2303, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/etcd-backups
7,777
[ "permissive" ]
[ { "path": "roles/etcd-backups/apply/dynamic_inv_backup.yaml", "content": "- name: Get OCP nodes and generate auto inventory\n gather_facts: false\n hosts: localhost\n vars:\n ansible_python_interpreter: /bin/python3\n vars_files:\n - \"{{ playbook_dir }}/../defaults/main.yaml\"\n tasks:\n\n - na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2607, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/external-registry
7,777
[ "permissive" ]
[ { "path": "roles/external-registry/apply/main.yaml", "content": "---\n- hosts: localhost\n gather_facts: false\n vars:\n ansible_python_interpreter: /bin/python3\n roles:\n - external-registry\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1422, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/image-registry
7,777
[ "permissive" ]
[ { "path": "roles/image-registry/tasks/main.yaml", "content": "---\n# Prepare Image Registry\n\n- name: get config for imageregistry\n k8s_info:\n validate_certs: no\n api_version: imageregistry.operator.openshift.io/v1\n kind: Config\n name: cluster\n register: reg_imagecfg\n\n# Configure PVC ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1233, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/ingress-tls-cert
7,777
[ "permissive" ]
[ { "path": "roles/ingress-tls-cert/tasks/main.yaml", "content": "---\n- import_tasks: set-tls-files.yaml\n- import_tasks: move-infra-workload.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 80 }, { "path": "roles/ingress-tls-cert/apply...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4095, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/ldap-group-sync
7,777
[ "permissive" ]
[ { "path": "roles/ldap-group-sync/templates/secret.yaml.j2", "content": "kind: Secret\napiVersion: v1\ntype: Opaque\nmetadata:\n labels:\n purpose: ldap-group-sync\n name: ldap-bind-password\n namespace: {{ ldap_group_sync_namespace }}\ndata:\n bind_password: \"{{ ldap_bind_password | b64encode }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6749, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/ldap-oauth
7,777
[ "permissive" ]
[ { "path": "roles/ldap-oauth/apply/main.yaml", "content": "---\n- hosts: localhost\n vars:\n ansible_python_interpreter: /bin/python3\n roles:\n - ldap-oauth\n\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 103 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4002, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/prepare-bastion
7,777
[ "permissive" ]
[ { "path": "roles/prepare-bastion/tasks/main.yaml", "content": "---\n# tasks file for prepare-bastion\n\n- name: Install necessary packages\n yum:\n name: \"{{ packages }}\"\n state: present\n\n- name: Ensure the default Apache port is 8080\n lineinfile:\n path: /etc/httpd/conf/httpd.conf\n reg...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4331, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/prepare-install
7,777
[ "permissive" ]
[ { "path": "roles/prepare-install/templates/99-chrony-configuration.j2", "content": "apiVersion: machineconfiguration.openshift.io/v1\nkind: MachineConfig\nmetadata:\n creationTimestamp: null\n labels:\n machineconfiguration.openshift.io/role: {{ role }}\n name: 99-{{ role }}-etc-chrony-conf\nspec:\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 10886, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/project-template
7,777
[ "permissive" ]
[ { "path": "roles/project-template/defaults/main.yaml", "content": "---\n# variables for project-template\nproject_request_message: \"Please contact your PaaS administrator to create a project for you\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1608, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/self-provisioner
7,777
[ "permissive" ]
[ { "path": "roles/self-provisioner/tasks/main.yaml", "content": "---\n# tasks file for self-provisioning\n\n- name: Disable project self-provisioning for regular users\n k8s:\n validate_certs: no\n state: present\n definition: \"{{ lookup('file', 'files/crb-self-provisioners.yaml') }}\"\n\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1132, "all_permissive": true }
ansible_role
manurodriguez/ocp4-ansible-vmware-upi
a6d64f434259d4650770e8633f962360236fab97
1
roles/setup-infra
7,777
[ "permissive" ]
[ { "path": "roles/setup-infra/tasks/main.yaml", "content": "---\n- import_tasks: gather-nodes.yaml\n- import_tasks: create-infra-mcp.yaml\n- import_tasks: label-infra-nodes.yaml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 115 }, { "path...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2535, "all_permissive": true }
ansible_role
MediaArea/MediaArea-Utils
9adc34be701f0a974912d64c8a8bdc0e77a0ecc6
6
Ansible/windows_build_host/roles/packages
7,777
[ "no_license" ]
[ { "path": "Ansible/windows_build_host/roles/packages/tasks/main.yml", "content": "---\n- name: Install main packages with chocolatey\n win_chocolatey:\n name: \" {{ item }}\"\n loop: \"{{ packages_list }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 242, "all_permissive": false }
ansible_role
MediaArea/MediaArea-Utils
9adc34be701f0a974912d64c8a8bdc0e77a0ecc6
6
Ansible/windows_build_host/roles/qt
7,777
[ "no_license" ]
[ { "path": "Ansible/windows_build_host/roles/qt/tasks/main.yml", "content": "---\n- name: Create Qt directory\n win_file:\n path: C:\\Qt\n state: directory\n\n- name: Get aqt\n win_shell: |\n Invoke-WebRequest -Uri https://github.com/miurahr/aqtinstall/releases/latest/download/aqt_x64.exe -OutFile...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 882, "all_permissive": false }
ansible_role
MediaArea/MediaArea-Utils
9adc34be701f0a974912d64c8a8bdc0e77a0ecc6
6
Ansible/windows_build_host/roles/visualstudio2022
7,777
[ "no_license" ]
[ { "path": "Ansible/windows_build_host/roles/visualstudio2022/vars/main.yml", "content": "---\nvisualstudio2022_workloads:\n - Microsoft.VisualStudio.Workload.ManagedDesktop\n - Microsoft.VisualStudio.Workload.NativeDesktop\n - Microsoft.VisualStudio.Workload.Universal\n\nvisualstudio2022_components:\n #...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2795, "all_permissive": false }
ansible_role
rakhat1607/ansible-test
4d36188513ee74126edce110a2742f44aa419fc0
0
roles/nginx_role
7,777
[ "no_license" ]
[ { "path": "roles/nginx_role/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n become: yes\n roles:\n - nginx_role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/nginx_role/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1906, "all_permissive": false }
ansible_role
rakhat1607/ansible-test
4d36188513ee74126edce110a2742f44aa419fc0
0
roles/nginx_test_role
7,777
[ "no_license" ]
[ { "path": "roles/nginx_test_role/tasks/main.yml", "content": "---\n- name: Ensure Nginx is installed\n apt:\n name: nginx\n state: present\n become: yes\n\n- name: Ensure Nginx service is running and enabled\n service_facts:\n become: yes\n register: service_facts\n\n# - name: Check if Nginx is l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
ovn-org/ovn-scale-test
600a2644fc1c244ad41fcb96b38a2a22f999ac85
19
ansible/roles/common
7,777
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- include: config.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 26 }, { "path": "ansible/roles/common/tasks/config.yml", "content": "---\n- name: Generate IP lists...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": true }
ansible_role
ovn-org/ovn-scale-test
600a2644fc1c244ad41fcb96b38a2a22f999ac85
19
ansible/roles/ovn
7,777
[ "permissive" ]
[ { "path": "ansible/roles/ovn/tasks/deploy.yml", "content": "---\n- include: config.yml\n\n- include: start.yml\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 48 }, { "path": "ansible/roles/ovn/tasks/clean.yml", "content": "---\n- name...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6456, "all_permissive": true }
ansible_role
ovn-org/ovn-scale-test
600a2644fc1c244ad41fcb96b38a2a22f999ac85
19
ansible/roles/rally
7,777
[ "permissive" ]
[ { "path": "ansible/roles/rally/tasks/config.yml", "content": "---\n- name: Ensuring config directories exist on rally node\n file:\n path: \"{{ node_config_directory }}/{{ item }}\"\n state: \"directory\"\n recurse: yes\n with_items:\n - \"rally\"\n\n- name: Copying over ovn deployment file on...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 12136, "all_permissive": true }
ansible_role
LokeshViswa/roboshop-ansible
ebd4d5138523d2ada563cd0b2d0835bdfb382a1a
0
roles/common
7,777
[ "no_license" ]
[ { "path": "roles/common/tasks/mongodb-schema.yml", "content": "- name: Copy MongoDB Yum Repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n \n- name: Install MongoDB Server\n ansible.builtin.dnf:\n name: mongodb-org-shell\n state: installed\n\n- nam...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1571, "all_permissive": false }
ansible_role
LokeshViswa/roboshop-ansible
ebd4d5138523d2ada563cd0b2d0835bdfb382a1a
0
roles/frontend
7,777
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install the latest version of Nginx\n ansible.builtin.dnf:\n name: nginx\n state: installed\n\n- name: Remove Nginx old content\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Create nginx Document ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
LokeshViswa/roboshop-ansible
ebd4d5138523d2ada563cd0b2d0835bdfb382a1a
0
roles/mysql
7,777
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Disable MySQL 8 Version\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Copy MySQL Repo File\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install MySQL Server\n ansible.builtin.dn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 691, "all_permissive": false }
ansible_role
carmona-fugaz/IaC-Matrix
e0b56c0c9ae415f769efa43f6307ec8892e158b5
0
roles/bot_gemini
7,777
[ "no_license" ]
[ { "path": "roles/bot_gemini/tasks/main.yml", "content": "- name: Crear directorio para el bot\n file:\n path: \"/opt/bot_gemini\"\n state: directory\n mode: '0755'\n\n- name: Desplegar Bot con Gemini\n community.docker.docker_container:\n name: matrix-bot-gemini\n image: \"jdelafon/gemini\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
carmona-fugaz/IaC-Matrix
e0b56c0c9ae415f769efa43f6307ec8892e158b5
0
roles/docker
7,777
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Instalar dependencias\n apt:\n name:\n - docker.io\n - docker-compose\n - python3-pip\n - certbot\n - python3-certbot-nginx\n state: present\n update_cache: yes\n\n- name: Agregar usuario al grupo Docker\n user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
carmona-fugaz/IaC-Matrix
e0b56c0c9ae415f769efa43f6307ec8892e158b5
0
roles/element
7,777
[ "no_license" ]
[ { "path": "roles/element/tasks/main.yml", "content": "- name: Crear directorio para persistencia de Element\n file:\n path: \"/opt/element\"\n state: directory\n mode: '0755'\n\n- name: Desplegar Element Web\n community.docker.docker_container:\n name: element-web\n image: \"vectorim/elemen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
carmona-fugaz/IaC-Matrix
e0b56c0c9ae415f769efa43f6307ec8892e158b5
0
roles/matrix
7,777
[ "no_license" ]
[ { "path": "roles/matrix/tasks/main.yml", "content": "- name: Crear red de Docker para Matrix\n community.docker.docker_network:\n name: matrix_net\n\n- name: Crear directorio para persistencia de Matrix\n file:\n path: \"/opt/matrix/data\"\n state: directory\n mode: '0755'\n\n- name: Desplegar...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 583, "all_permissive": false }
ansible_role
carmona-fugaz/IaC-Matrix
e0b56c0c9ae415f769efa43f6307ec8892e158b5
0
roles/nginx
7,777
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ domain_name }};\n\n location / {\n proxy_pass http://matrix-synapse:8008;\n proxy_set_header Host $host;\n }\n\n location /element/ {\n proxy_pass http://element-web:80;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/back_dj_docker
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/back_dj_docker/tasks/main.yml", "content": "---\n\n- name: Login into Github Docker Image Registry\n shell: \"docker login https://ghcr.io -u $REPO_OWNER -p $REPO_CR_PAT\"\n environment:\n REPO_OWNER: \"{{ repo_owner }}\"\n REPO_CR_PAT: \"{{ repo_cr_pat }}\"\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1755, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/back_dj_docker_nginx
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/back_dj_docker_nginx/tasks/main.yml", "content": "---\n\n# - name: install letsencrypt\n# become: yes\n# apt: name=letsencrypt state=latest\n\n# - name: create letsencrypt directory\n# become: yes\n# file: name=/var/www/letsencrypt state=directory\n\n# - name: Ensure ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1815, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/back_django
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/back_django/tasks/main.yml", "content": "---\n\n- name: Git Clone the repo\n ansible.builtin.git:\n repo: \"{{ git_repo }}\"\n dest: \"/home/{{ linux_user }}/{{ app_name }}\"\n version: \"{{ git_repo_branch }}\"\n depth: 1\n\n- name: Install Python Dependencies\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2976, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/back_django_nginx
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/back_django_nginx/tasks/main.yml", "content": "---\n\n- name: Upgrade system\n become: yes\n apt: upgrade=dist update_cache=yes\n\n- name: Remove default nginx config\n become: yes\n file: name=/etc/nginx/sites-enabled/default state=absent\n\n- name: Setup nginx backend A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 681, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/backend
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/backend/tasks/main.yml", "content": "---\n\n- name: Login into Github Docker Image Registry\n shell: \"docker login https://ghcr.io -u $REPO_OWNER -p $REPO_CR_PAT\"\n environment:\n REPO_OWNER: \"{{ repo_owner }}\"\n REPO_CR_PAT: \"{{ repo_cr_pat }}\"\n\n- name: \"Pul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1971, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/docker
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install docker dependencies\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n state: present\n\n- name: Add docke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1073, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/nginx
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: install nginx\n become: yes\n apt:\n pkg: nginx\n state: present\n update_cache: true\n notify:\n - reload nginx\n\n# - name: ensure that the default site is disabled\n# become: yes\n# file: path=/etc/nginx/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 598, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/nginxenable
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/nginxenable/tasks/main.yml", "content": "---\n\n- name: Upgrade system\n become: yes\n apt: upgrade=dist update_cache=yes\n\n# - name: Install nginx\n# become: yes\n# apt: name=python-simplejson state=latest\n\n- name: install letsencrypt\n become: yes\n apt: name=let...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1922, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/postgres
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/postgres/handlers/main.yml", "content": "---\n\n- name: enable postgresql\n service: name=postgresql enabled=yes\n\n- name: start postgresql\n service: name=postgresql state=started\n\n- name: stop postgresql\n service: name=postgresql state=stopped\n\n- name: restart post...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2211, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/ssl
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/ssl/tasks/main.yml", "content": "---\n\n- name: Upgrade system\n become: yes\n apt: upgrade=dist update_cache=yes\n\n- name: install letsencrypt\n become: yes\n apt: name=letsencrypt state=latest\n\n- name: create letsencrypt directory\n become: yes\n file: name=/var/ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1437, "all_permissive": false }
ansible_role
huogerac/devops-tools
34520a255a31147ee1a0c81d62d4050457493114
4
devops/ansible/roles/ubuntu
7,777
[ "no_license" ]
[ { "path": "devops/ansible/roles/ubuntu/tasks/main.yml", "content": "---\n\n- name: Upgrade system\n become: yes\n apt: upgrade=dist update_cache=yes\n\n- name: Install SO Dependencies\n become: yes\n apt:\n name:\n - build-essential\n - libpq-dev\n - curl\n - vim\n - locales\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 438, "all_permissive": false }
ansible_role
plamencop/ansibiletest
a919046c1029680e18532112adf4318efea60257
0
Ansible/roles/DlWarFile
7,777
[ "no_license" ]
[ { "path": "Ansible/roles/DlWarFile/tasks/main.yml", "content": "---\n- name: Create Resources Folder\n file:\n path: docker-folder\n state: directory\n\n- name: Clone\n git:\n repo: \"http://{{ username }}:{{ password }}@172.16.31.10/gitlab/DTS_AdopwithChef/Tomcat.git\"\n dest: docker-folder\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 788, "all_permissive": false }
ansible_role
plamencop/ansibiletest
a919046c1029680e18532112adf4318efea60257
0
roles/DockerTask
7,777
[ "no_license" ]
[ { "path": "roles/DockerTask/tasks/main.yml", "content": "---\n- name: Delete Container\n docker:\n name: tomcat\n image: \"{{ image_version }}\"\n state: absent\n\n- name: Build Docker\n docker_image:\n path: docker-folder\n name: \"{{ image_version }}\"\n tag: latest\n nocache: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/check_connect_update_repos
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/check_connect_update_repos/handlers/main.yaml", "content": "---\n- name: \"update repos on host\"\n yum:\n state: present\n update_cache: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "basic_srv_setup...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3323, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/docker
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/docker/tasks/main.yaml", "content": "---\n- name: adding pkg docker_ce_repo\n when: \"DOCKER == 1\"\n shell: 'yum-config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo && yum-config-manager --enable docker-ce-nightly && yum -y update --nobest --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/edit_hostname_timezone_localtime
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/edit_hostname_timezone_localtime/tasks/main.yaml", "content": "---\n- name: \"Check value hostname\"\n block:\n - name: variable hostname had got correctly\n shell: >\n if [ -n \"{{ HOSTNAME }}\" ]; then \n echo $HOSTNAME > /etc/hostname\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1415, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/edit_sshd_configs
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/edit_sshd_configs/tasks/main.yaml", "content": "---\n- name: \"create dir /etc/skel/.ssh/ and /etc/skel/.ssh/authorized_keys with rights 700 and 600\"\n block:\n - name: \"create dir\"\n file:\n mode: \"0700\"\n path: /etc/skel/.ssh\n state: dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3553, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/edit_sys_configs
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/edit_sys_configs/tasks/main.yaml", "content": "---\n- name: \"editing line 'LogLevel' in /etc/systemd/system.conf\"\n lineinfile:\n line: LogLevel=notice\n path: /etc/systemd/system.conf\n regexp: \"#LogLevel=info\\\\s\"\n state: present\n\n- name: \"editing lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 10381, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/install_pkgs
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/install_pkgs/tasks/main.yaml", "content": "---\n- name: Install package wget and mc with auto answer yes for installing dependencies\n register: is_exist_wget_mc_installed\n yum:\n name: \"{{item}}\"\n state: latest\n loop:\n - wget\n - iptables-services\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4291, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/nginx
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/nginx/tasks/main.yaml", "content": "---\n- name: check if file /etc/yum.repos.d/nginx.repo exists, if no - touch\n block:\n - name: check if file /etc/yum.repos.d/nginx.repo exists\n stat:\n path: '/etc/yum.repos.d/nginx.repo'\n register: if_exist_nginx_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/percona
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/percona/tasks/main.yaml", "content": "---\n- name: \"install pkg 'percona' from official repo\"\n when: \"PERCONA == 1\"\n yum:\n name: >\n \"https://repo.percona.com/centos/\n 7/RPMS/noarch/percona-release-1.0-11.noarch.rpm\"\n state: present\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/remi
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/remi/tasks/main.yaml", "content": "---\n- name: \"install pkg 'remi' from mirror\"\n when: \"REMI == 1\"\n yum:\n name: >\n \"http://rpms.famillecollet.com/\n enterprise/remi-release-7.rpm\"\n state: present\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/remove_pkgs_configs
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/remove_pkgs_configs/tasks/main.yaml", "content": "---\n- name: \"Erase/Remove packages and their relative dirs\"\n ignore_errors: true\n block:\n - name: \"part1 of deleting\"\n # shell: '/usr/libexec/initscripts/legacy-actions/auditd/stop'\n block:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1657, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
basic_srv_setup/roles/zabbix
7,777
[ "no_license" ]
[ { "path": "basic_srv_setup/roles/zabbix/tasks/main.yaml", "content": "---\n- name: \"install and configure zabbix-agent\"\n block:\n - name: \"install pkg 'zabbix' from official repo\"\n rpm_key:\n key: /etc/pki/rpm-gpg/RP<KEY>\n state: present\n\n - name: \"install pkg 'zabbix-age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1014, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
install_php_on_srv_c7/roles/install_php56_C7
7,777
[ "no_license" ]
[ { "path": "install_php_on_srv_c7/roles/install_php56_C7/tasks/main.yaml", "content": "---\n- name: adding needed repos\n shell: \"{{ item }}\"\n loop:\n - yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n - yum install http://rpms.remirepo.net/enterprise/remi-relea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
adminlili/l23112020
24d4b982c370374b7a1d484caedf1f3f4ac2cc77
0
install_php_on_srv_c8/roles/install_php74_C8
7,777
[ "no_license" ]
[ { "path": "install_php_on_srv_c8/roles/install_php74_C8/tasks/main.yaml", "content": "---\n- name: To install and enable the EPEL repository on CentOS 8\n dnf:\n name:\n - https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm\n state: latest\n\n- name: To confirm the presence of...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1308, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/capcheck
7,777
[ "no_license" ]
[ { "path": "roles/capcheck/tasks/main.yml", "content": "---\n# tasks file for capcheck\n- name: Main capcheck block\n when: capcheck | default(false) | bool\n tags: ['capcheck', 'vm_creation', 'infra_build_nodes']\n block:\n - name: Get required space\n ansible.builtin.include_tasks: task_get_requ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 877, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/check_creds
7,777
[ "no_license" ]
[ { "path": "roles/check_creds/tasks/task_validate_bastion_creds.yml", "content": "---\n# tasks to validate bastion credentials\n- name: Validate bastion credentials\n ansible.builtin.command: ansible {{ bastion_host }} -i {{ INVPATH }} -m ping -e @{{ VFILE }} --vault-password-file {{ SCRTFILE }} -T 5\n arg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4373, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/check_requiretty
7,777
[ "no_license" ]
[ { "path": "roles/check_requiretty/tasks/main.yml", "content": "---\n# Tasks for check_requiretty\n- name: Main check_requietty block\n when:\n - check_requiretty | default(false) | bool\n tags: check_requiretty\n block:\n - name: Gather facts\n ansible.builtin.setup:\n - name: Check require...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1368, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/collect_info
7,777
[ "no_license" ]
[ { "path": "roles/collect_info/tests/test.yml", "content": "---\n- name: Test collect_info\n hosts: localhost\n remote_user: root\n roles:\n - collect_info\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/collect_info/tasks/task_collect...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4040, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/define_inventory
7,777
[ "no_license" ]
[ { "path": "roles/define_inventory/files/drinventorya/group_vars/drem7dc.yml", "content": "---\n# Variables for em7 data collectors\nuser:\n name: \"{{ drvm_vars.em7.em7dc.user.name if drvm_vars.em7.em7dc.user.name is defined else '' }}\"\n password: \"{{ drvm_vars.em7.em7dc.user.password if drvm_vars.em7....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 50, "total_bytes": 125413, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/drdb_configuration
7,777
[ "no_license" ]
[ { "path": "roles/drdb_configuration/tasks/task_check_dbpeer_reachable.yml", "content": "---\n# tasks file to check DB peer is reachable\n- name: Check DB peer is reachable\n when: inventory_hostname is search('em7db')\n block:\n - name: Check DB peer reachable\n ansible.builtin.command: ping {{ my...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 11009, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/drs_creation
7,777
[ "no_license" ]
[ { "path": "roles/drs_creation/defaults/main.yml", "content": "---\n# defaults file for drs_creation\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/drs_creation/handlers/main.yml", "content": "---\n# handlers file for drs_creation\n", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6183, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/drs_status
7,777
[ "no_license" ]
[ { "path": "roles/drs_status/tests/test.yml", "content": "---\n- name: Test drs_status\n hosts: localhost\n remote_user: root\n roles:\n - drs_status\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/drs_status/tasks/task_check_drs_remov...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2885, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/get_release
7,777
[ "no_license" ]
[ { "path": "roles/get_release/handlers/main.yml", "content": "---\n# handlers file for get_release\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/get_release/tests/test.yml", "content": "---\n- name: Test get_release\n hosts: localhost...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4925, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/infra_build_nodes
7,777
[ "no_license" ]
[ { "path": "roles/infra_build_nodes/templates/nsvpx01.conf.j2", "content": "enable ns mode FR L3 Edge USNIP PMTUD\r\n\r\nset snmp mib -name {{ vm.name }}\r\nset ns hostname {{ vm.name }}\r\n\r\nadd route 172.19.248.0 255.255.248.0 {{ customer.primary.octets }}.62\r\n\r\nadd ns ip {{ customer.primary.octets }...
{ "task_files": 22, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 28, "total_bytes": 65022, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/infra_check_csr_license
7,777
[ "no_license" ]
[ { "path": "roles/infra_check_csr_license/vars/main.yml", "content": "---\n# vars file for infra_check_csr_license\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/infra_check_csr_license/tasks/main.yml", "content": "---\n# tasks file for...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3291, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/infra_configure
7,777
[ "no_license" ]
[ { "path": "roles/infra_configure/tasks/task_remove_vswitches.yml", "content": "---\n# tasks file to remove vswitches\n- name: Remove vswitches\n delegate_to: \"{{ groups['bastion'][0] if (groups['bastion'] | length >= 1 and bastion.address != [] and bastion.address != ['']) else 'localhost' }}\"\n block:\...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 17, "total_bytes": 38015, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/infra_dns_records
7,777
[ "no_license" ]
[ { "path": "roles/infra_dns_records/tasks/task_create_forward_record.yml", "content": "---\n# Task file to create forward DNS record\n- name: Create forward DNS record\n delegate_to: \"{{ groups['bastion'][0] if (groups['bastion'] | length >= 1 and bastion.address != [] and bastion.address != ['']) else 'lo...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 13737, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/integ_splunk
7,777
[ "no_license" ]
[ { "path": "roles/integ_splunk/tasks/task_install_splunk.yml", "content": "---\n# Tasks to install Splunk on hosts\n- name: Install Splunk\n delegate_to: localhost\n run_once: true\n block:\n - name: Deploy Splunk headend (core)\n ansible.builtin.shell: |\n ANSIBLE_LOG_PATH={{ lookup('env',...
{ "task_files": 23, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 27, "total_bytes": 44981, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/notify
7,777
[ "no_license" ]
[ { "path": "roles/notify/tasks/main.yml", "content": "---\n# Tasks for notify\n- name: Main notify block\n tags: ['never', 'notify']\n block:\n - name: Delete svc acct vault file\n ansible.builtin.file:\n path: \"{{ file_item }}\"\n state: absent\n loop:\n - \"{{ SVCFILE |...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6009, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/post_install_configuration
7,777
[ "no_license" ]
[ { "path": "roles/post_install_configuration/vars/main.yml", "content": "---\n# vars file for roles/post_install_configuration\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/post_install_configuration/defaults/main.yml", "content": "---...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 4602, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/puppet
7,777
[ "no_license" ]
[ { "path": "roles/puppet/tasks/task_disable_puppet_sync.yml", "content": "---\n# Tasks to disable automatic puppet sync\n- name: Disable automatic puppet push\n ansible.builtin.command: /usr/local/bin/puppet resource service puppet ensure=stopped enable=false\n become: \"{{ true if inventory_hostname is se...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 20, "total_bytes": 55084, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/sanity
7,777
[ "no_license" ]
[ { "path": "roles/sanity/tasks/task_check_process_status.yml", "content": "---\n# Tasks to check service process status\n- name: Check status of processes\n ansible.builtin.shell:\n cmd: set -o pipefail && ps -aef | grep {{ svc_item }} | grep -v grep | wc -l\n executable: /bin/bash\n when: svc_item !...
{ "task_files": 55, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 59, "total_bytes": 110515, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/splunk_mop
7,777
[ "no_license" ]
[ { "path": "roles/splunk_mop/tasks/task_copy_splunk_fix.yml", "content": "---\n# Tasks to copy splunk fix to host\n- name: Check if splunk directory exists\n ansible.builtin.stat:\n path: \"{{ splunk_dir }}\"\n register: dir\n- name: Assert that {{ splunk_dir + ' exists' }}\n ansible.builtin.assert:\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 5510, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/ssh_keys
7,777
[ "no_license" ]
[ { "path": "roles/ssh_keys/tasks/task_deploy_ssh_keys.yml", "content": "---\n# tasks to deploy ssh_keys to remote server(s)\n- name: Check if private and public keys exist\n delegate_to: localhost\n run_once: true\n block:\n - name: Check if private key exists\n ansible.builtin.stat:\n path...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2643, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/todo
7,777
[ "no_license" ]
[ { "path": "roles/todo/tasks/main.yml", "content": "---\n# Tasks for todo\n- name: Set facts\n ansible.builtin.include_tasks: task_set_facts.yml\n when: deploy | default(false) | bool or rollback | default(false) | bool or upgrade | default(false) | bool\n tags: always\n", "license_type": "no_license"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 16646, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/validate_em7
7,777
[ "no_license" ]
[ { "path": "roles/validate_em7/tasks/task_validate_em7_deployment.yml", "content": "---\n# Tasks to validate EM7 deployment\n- name: Disable requiretty on host\n ansible.builtin.replace:\n path: '/etc/sudoers'\n regexp: '^(Defaults.*requiretty)$'\n replace: '#\\g<1>'\n register: reg_disable_rtty\n...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 14550, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/validate_relay
7,777
[ "no_license" ]
[ { "path": "roles/validate_relay/defaults/main.yml", "content": "---\n# defaults file for roles/validate_relay\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/validate_relay/tests/test.yml", "content": "---\n- name: Test validate relay\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 6826, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/validate_splunk
7,777
[ "no_license" ]
[ { "path": "roles/validate_splunk/tasks/task_validate_splunk_status.yml", "content": "---\n# Tasks to check splunk service status\n- name: Check Splunk service status\n when: inventory_hostname is search('spl')\n block:\n - name: Checking splunk status\n block:\n - name: Check splunk service...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 13899, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_configuration_iso
7,777
[ "no_license" ]
[ { "path": "roles/vm_configuration_iso/tasks/task_add_ngx_cert_script.yml", "content": "---\n# Tasks to copy the generate-ngx-cert.sh script to the EM7 VM\n- name: Copy the generate-ngx-cert.sh script\n when: inventory_hostname is search('em7')\n become: \"{{ true if ansible_user != 'root' else false }}\"\...
{ "task_files": 23, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 28, "total_bytes": 44277, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_configuration_ova
7,777
[ "no_license" ]
[ { "path": "roles/vm_configuration_ova/tasks/task_configure_vms.yml", "content": "---\n# tasks file to configure_vms\n- name: Start msgs log\n ansible.builtin.include_tasks: task_start_msgs_log.yml\n- name: Configure SNMP\n ansible.builtin.include_tasks: task_configure_snmp.yml\n- name: Update chrony\n an...
{ "task_files": 22, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 25, "total_bytes": 26848, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_creation
7,777
[ "no_license" ]
[ { "path": "roles/vm_creation/tasks/task_delete_ssh_key.yml", "content": "---\n# tasks to ssh key from known_hosts file\n- name: Delete SSH key\n delegate_to: \"{{ groups['bastion'][0] if (groups['bastion'] | length >= 1 and bastion.address != [] and bastion.address != ['']) else 'localhost' }}\"\n block:\...
{ "task_files": 22, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 26, "total_bytes": 64176, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_facts
7,777
[ "no_license" ]
[ { "path": "roles/vm_facts/tasks/task_define_hosts_variables_lists.yml", "content": "---\n# tasks to define hosts variables lists\n- name: Define hosts variables lists\n run_once: true\n block:\n - name: Define hosts info\n ansible.builtin.set_fact:\n ipaddress1: \"{{ ipvar1 if ipvar1 != '' ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 52222, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_fromiso
7,777
[ "no_license" ]
[ { "path": "roles/vm_fromiso/tasks/task_update_em7prt_disk0.yml", "content": "---\n# tasks to update VM disk settings\n- name: Update EM7prt VM disk settings\n when:\n - not ansible_check_mode\n - inventory_hostname is search('em7prt')\n delegate_to: \"{{ groups['bastion'][0] if (groups['bastion'] | ...
{ "task_files": 31, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 35, "total_bytes": 100304, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_hardening
7,777
[ "no_license" ]
[ { "path": "roles/vm_hardening/vars/main.yml", "content": "---\n# vars file for vm_hardening\nvm_svc_user: \"{{ user.name if user.name != '' else (vars[('S' if 'dr' in group_names else 'P') + 'VCENTER_SERVICE_USER'] \\\n if customer.name | lower is search('mdr|stdal') else 'ansible') if credentials.username...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7790, "all_permissive": false }
ansible_role
wtout/pub-cms-build-auto
15582bb762924a2cc632e36d40847bf869c11d15
0
roles/vm_ppp_configuration
7,777
[ "no_license" ]
[ { "path": "roles/vm_ppp_configuration/tasks/main.yml", "content": "---\n# tasks file for vm_ppp_configuration\n- name: Main block\n when: configure_ppp_vms | default(false) | bool\n tags: vm_ppp_configuration\n block:\n - name: Check VM reachable\n ansible.builtin.command: ping {{ ansible_host }}...
{ "task_files": 11, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 15, "total_bytes": 11582, "all_permissive": false }
ansible_role
CHernandezNY/rke2-ansible
cf5ce56b7bc0321b8b526bb303b49d8fef8ab395
0
roles/download
7,790
[ "no_license" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n- name: Set checksum\n set_fact:\n chksum_tar_x86: \"{{ rke2_chksum.split(',') | select('match', '.* rke2-images-core.linux-amd64.tar.gz$') | join}}\" \n chksum_cni_x86: \"{{ rke2_chksum.split(',') | select('match', '.* rke2-images-{{ cni_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1937, "all_permissive": false }
ansible_role
CHernandezNY/rke2-ansible
cf5ce56b7bc0321b8b526bb303b49d8fef8ab395
0
roles/prereq
7,790
[ "no_license" ]
[ { "path": "roles/prereq/tasks/main.yml", "content": "---\n- name: Set detected_distribution \n set_fact:\n detected_distribution: \"{{ ansible_distribution }}\"\n\n- name: Set detected_distribution_major_release\n set_fact:\n detected_distribution_major_release: \"{{ ansible_distribution_major_versi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2669, "all_permissive": false }
ansible_role
CHernandezNY/rke2-ansible
cf5ce56b7bc0321b8b526bb303b49d8fef8ab395
0
roles/reset
7,790
[ "no_license" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n- name: Disable services\n systemd:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n failed_when: false\n with_items:\n - rke2\n - rke2-agent\n\n- name: Remove RKE2 binary file \n ansible.builtin.file:\n path: /usr/local/b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2041, "all_permissive": false }
ansible_role
ansible-labs-feb24/hello-ansible
cf82f27947217c8bc3189202c5bc6b8868df5a7a
0
roles/deploy
7,790
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: Desplegar aplicacion\n ansible.builtin.unarchive:\n src: \"{{ artifact }}\"\n dest: /var/www/html/\n owner: root\n group: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
ya-kimura/ami-aws-ansible-packer
1624b5b4725b071727b1844cd0b2bd37ea04e92c
1
packer/provisioners/ansible/roles/setup
7,790
[ "no_license" ]
[ { "path": "packer/provisioners/ansible/roles/setup/tasks/main.yml", "content": "---\n# tasks file for setup\n- include: setup.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "packer/provisioners/ansible/roles/setup/tasks/setup.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
ya-kimura/ami-aws-ansible-packer
1624b5b4725b071727b1844cd0b2bd37ea04e92c
1
packer/provisioners/ansible/roles/webserver
7,790
[ "no_license" ]
[ { "path": "packer/provisioners/ansible/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n- include: webserver.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "packer/provisioners/ansible/roles/webserver/tasks/webserve...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 985, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/app
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/app/vars/main.yml", "content": "---\n app_dir: /usr/local\n app_user_home: '{{ app_dir }}/{{ app_and_user_name }}'\n app_home: '{{ app_user_home }}/src'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "provisionin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 655, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/common
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/common/defaults/main.yml", "content": "---\n common_packages:\n - build-essential\n - git\n - curl\n - python-pycurl\n - python-pip\n - python-software-properties\n - python-setuptools\n - acl\n - vim\n", "license_type": "no_license", "detect...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 670, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/express-api-skeleton
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/express-api-skeleton/tasks/main.yml", "content": "---\n\n - name: restart skeleton-api supervisor task\n supervisorctl: >\n name='{{ app_and_user_name }}'\n state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 873, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/nodejs
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/nodejs/tasks/main.yml", "content": "---\n\n - name: install dependent packages\n apt: >\n name=apt-transport-https\n state=latest\n update_cache=yes\n - name: add apt gpg key\n apt_key: >\n url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/npm-install
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/npm-install/tasks/main.yml", "content": "---\n\n - name: npm install\n sudo_user: '{{ app_and_user_name }}'\n npm: >\n path='{{ app_home }}'\n state=latest\n production=no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/source-files
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/source-files/tasks/main.yml", "content": "---\n - name: set owner\n file: >\n path=/usr/local/{{ app_and_user_name }}\n owner={{ app_and_user_name }}\n group={{ app_and_user_name }}\n state=directory\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/supervisor
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/supervisor/tasks/main.yml", "content": "---\n - name: install supervisor\n apt: pkg=supervisor state=present update_cache=true\n sudo: yes\n register: supervisor_installed\n\n - name: set syslog acl on supervisor directory so syslog can read\n acl: >\n name=/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
EastCoastProduct/vagrant-ansible-skeleton
11ff9cf5d351261147157bc546fb2e1605f655f4
1
provisioning/roles/supervisor-task
7,790
[ "no_license" ]
[ { "path": "provisioning/roles/supervisor-task/tasks/main.yml", "content": "---\n\n - name: installing task {{ name }}\n template: src=task-conf.j2 dest={{ supervisor_config_dir }}/{{ name }}.conf\n register: supervisor_task_conf\n sudo: yes\n\n - name: updating conf for {{ name }}\n when: supe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 941, "all_permissive": false }