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
chizhovvictor/cloud-1
41feeb2731059ad89b8b9413f9ae74c6c30c77aa
0
ansible/roles/docker
7,727
[ "no_license" ]
[ { "path": "ansible/roles/docker/defaults/main.yml", "content": "---\n# defaults file for roles/docker\nansible_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1299, "all_permissive": false }
ansible_role
chizhovvictor/cloud-1
41feeb2731059ad89b8b9413f9ae74c6c30c77aa
0
ansible/roles/iptables
7,727
[ "no_license" ]
[ { "path": "ansible/roles/iptables/README.md", "content": "Role Name\n=========\n\nA brief description of the role goes here.\n\nRequirements\n------------\n\nAny pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3900, "all_permissive": false }
ansible_role
chizhovvictor/cloud-1
41feeb2731059ad89b8b9413f9ae74c6c30c77aa
0
ansible/roles/k3s
7,727
[ "no_license" ]
[ { "path": "ansible/roles/k3s/templates/k3s.service.j2", "content": "[Unit]\nDescription=Lightweight Kubernetes\nAfter=network-online.target\n\n[Service]\nExecStart=/usr/local/bin/k3s server --node-ip={{ k3s_node_ip }} {{ k3s_server_args }}\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n", "li...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1120, "all_permissive": false }
ansible_role
chizhovvictor/cloud-1
41feeb2731059ad89b8b9413f9ae74c6c30c77aa
0
ansible/roles/ping
7,727
[ "no_license" ]
[ { "path": "ansible/roles/ping/tasks/main.yml", "content": "---\n# tasks file for roles/ping\n- name: Ping all hosts\n ping:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 62, "all_permissive": false }
ansible_role
chizhovvictor/cloud-1
41feeb2731059ad89b8b9413f9ae74c6c30c77aa
0
ansible/roles/tls
7,727
[ "no_license" ]
[ { "path": "ansible/roles/tls/tasks/main.yml", "content": "---\n# tasks file for roles/tls\n\n- name: Install Certbot\n command: apt install -y certbot python3-certbot-nginx\n\n- name: Obtain SSL certificate with Certbot for nginx\n command: certbot --nginx -d lol-cloud.duckdns.org -d www.lol-cloud.duckdns...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 370, "all_permissive": false }
ansible_role
MESragelden/udapeople-cicd
dbfa3c12e854fadf6ba1da78c887275ce0083202
0
.circleci/ansible/roles/configure-server
7,730
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/mail.yml", "content": "---\r\n- name : \"Install nodejs 13\"\r\n become: true\r\n shell: |\r\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\r\n sudo apt install -y nodejs\r\n sudo npm install --global n \r\n sudo n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
MESragelden/udapeople-cicd
dbfa3c12e854fadf6ba1da78c887275ce0083202
0
.circleci/ansible/roles/deploy
7,730
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\r\n- name: \"Create Backend app directory\"\r\n file:\r\n path: ~/backend-app\r\n state: directory\r\n- name: \"Unarchive backend files\"\r\n unarchive:\r\n src: artifact.tar.gz\r\n dest: ~/backend-app\r\n- name: \"Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
kasimani/lab-k8s
685844f73fc61ed51266a1042310b6123451c086
0
src/roles/master-deploy
7,730
[ "no_license" ]
[ { "path": "src/roles/master-deploy/tasks/main.yml", "content": "- import_tasks: master.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "src/roles/master-deploy/tasks/master.yml", "content": "- name: Create Kubernetes Master VM directory\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2841, "all_permissive": false }
ansible_role
kasimani/lab-k8s
685844f73fc61ed51266a1042310b6123451c086
0
src/roles/worker-deploy
7,730
[ "no_license" ]
[ { "path": "src/roles/worker-deploy/tasks/worker.yml", "content": "- name: Setting host facts\n set_fact:\n one_fact: \"{{ lookup('file','/tmp/workervm.txt').splitlines() }}\"\n\n- name: Create Kubernetes Worker Node VM directory\n file:\n dest: \"{{ images_path }}/{{ environmentname }}/{{item}}\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3069, "all_permissive": false }
ansible_role
divyansh123/mailPRDetails
a66202e8301c6dd5d67255c6eebb4315f7f64def
0
deploy/roles/mailPRDetails
7,730
[ "no_license" ]
[ { "path": "deploy/roles/mailPRDetails/tasks/main.yml", "content": "- name: Get list of PRs for a given repo\n uri:\n url: \"https://bitbucket.global.standardchartered.com/rest/api/latest/projects/{{ project }}/repos/{{ repo }}/pull-requests?state=all&limit=100\"\n headers:\n Authorization: \"Bea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1266, "all_permissive": false }
ansible_role
mavic1983/ansible
22614db02479640b5b621282285cee17f3ca668e
0
roles/rhpam-7-kie-server
7,730
[ "no_license" ]
[ { "path": "roles/rhpam-7-kie-server/vars/main.yml", "content": "---\nkieserver_artifact_name: rhpam-7.1.0-kie-server-ee7.zip\n\nkieserver_unarchive_temp_dest: /tmp/rhpam\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/rhpam-7-kie-server/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2550, "all_permissive": false }
ansible_role
mavic1983/ansible
22614db02479640b5b621282285cee17f3ca668e
0
roles/rhpam-7-process-control
7,730
[ "no_license" ]
[ { "path": "roles/rhpam-7-process-control/meta/main.yml", "content": "---\ndependencies:\n - { role: rhpam-7-base }\n - { role: postgresql-eap-module }\n - { role: postgresql-server }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/rh...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2090, "all_permissive": false }
ansible_role
TakehiroTada/laravel-sns-tutorial-api
2caa4d90660de40b985d7bb5c5c2addfc33ae64f
0
.server/ansible/roles/common
7,730
[ "no_license" ]
[ { "path": ".server/ansible/roles/common/files/ssh_config", "content": "Host github.com\n User miriaakagi\n Port 22\n Hostname github.com\n IdentityFile ~/.ssh/miria_akagi_id_rsa\n TCPKeepAlive yes\n IdentitiesOnly yes\n StrictHostKeyChecking no\n", "license_type": "no_license", "detected_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2070, "all_permissive": false }
ansible_role
TakehiroTada/laravel-sns-tutorial-api
2caa4d90660de40b985d7bb5c5c2addfc33ae64f
0
.server/ansible/roles/nginx
7,730
[ "no_license" ]
[ { "path": ".server/ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: レポジトリの追加\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo owner=root group=root mode=0644\n\n- name: nginxのインストール\n yum: name=nginx enablerepo=nginx state=present\n\n- name: default.confの退避\n command: mv /etc/nginx/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1932, "all_permissive": false }
ansible_role
TakehiroTada/laravel-sns-tutorial-api
2caa4d90660de40b985d7bb5c5c2addfc33ae64f
0
.server/ansible/roles/php74
7,730
[ "no_license" ]
[ { "path": ".server/ansible/roles/php74/tasks/main.yml", "content": "\n---\n# @memo Amazon Linux 2 専用コマンド amazon-linux-extras 利用\n\n- name: install php7.4 from amazon-linux-extras\n command: amazon-linux-extras install php7.4 -y\n\n# PHP/モジュールのインストール\n- name: install php7.4 modules\n yum: name={{ item }} s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1076, "all_permissive": false }
ansible_role
TakehiroTada/laravel-sns-tutorial-api
2caa4d90660de40b985d7bb5c5c2addfc33ae64f
0
.server/ansible/roles/postgres11
7,730
[ "no_license" ]
[ { "path": ".server/ansible/roles/postgres11/templates/postgresql.j2", "content": "PGDATA={{ directory_pgdata }}/data\nPGLOG={{ directory_pgdata }}/pgstartup.log\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": ".server/ansible/roles/postgres11/temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2793, "all_permissive": false }
ansible_role
Theo-Bruendet/Devops
a7d2a971175fa5fa3d7e04b78d8c2a4f68560cfe
0
ansible/roles/app
7,730
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Run app\n docker_container:\n name: mybackend\n image: tbruendetcpe/tp-devops-cpe:mybackend\n networks:\n - name: network_one", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
Theo-Bruendet/Devops
a7d2a971175fa5fa3d7e04b78d8c2a4f68560cfe
0
ansible/roles/database
7,730
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Run database\n docker_container:\n name: mypostgres\n image: tbruendetcpe/tp-devops-cpe:mypostgres\n networks:\n - name: network_one", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 150, "all_permissive": false }
ansible_role
Theo-Bruendet/Devops
a7d2a971175fa5fa3d7e04b78d8c2a4f68560cfe
0
ansible/roles/network
7,730
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n# tasks file for network\n- name: Create network\n docker_network:\n name: network_one", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
Theo-Bruendet/Devops
a7d2a971175fa5fa3d7e04b78d8c2a4f68560cfe
0
ansible/roles/proxy
7,730
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "- name: Run proxy\n docker_container:\n name: http\n image: tbruendetcpe/tp-devops-cpe:http\n ports:\n - \"80:80\"\n networks:\n - name: network_one", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 162, "all_permissive": false }
ansible_role
ballrak86/24-homeWork
b364b6733b9cfb0399b9c7f2e29f636b0c8209f4
0
Vagrant_folder/provisioning/roles/centralRouter
7,730
[ "no_license" ]
[ { "path": "Vagrant_folder/provisioning/roles/centralRouter/tasks/main.yml", "content": "---\n# tasks file for centralRouter\n- name: enable ip_forward\n sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\n\n- name: correct interface eth0\n lineinfile:\n path: /etc/sysconfig/net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
ballrak86/24-homeWork
b364b6733b9cfb0399b9c7f2e29f636b0c8209f4
0
Vagrant_folder/provisioning/roles/inetRouter
7,730
[ "no_license" ]
[ { "path": "Vagrant_folder/provisioning/roles/inetRouter/tasks/main.yml", "content": "---\n# tasks file for inetRouter\n- name: enable ip_forward\n sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\n\n- name: MASQUERADE\n iptables_raw:\n name: MASQUERADE\n table: nat\n ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
ballrak86/24-homeWork
b364b6733b9cfb0399b9c7f2e29f636b0c8209f4
0
Vagrant_folder/provisioning/roles/office1Router
7,730
[ "no_license" ]
[ { "path": "Vagrant_folder/provisioning/roles/office1Router/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - office1Router\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "Vagrant_folder/provisioning/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1244, "all_permissive": false }
ansible_role
ballrak86/24-homeWork
b364b6733b9cfb0399b9c7f2e29f636b0c8209f4
0
Vagrant_folder/provisioning/roles/testClientServer
7,730
[ "no_license" ]
[ { "path": "Vagrant_folder/provisioning/roles/testClientServer/templates/ifcfg-eth1.vlan.j2", "content": "ONBOOT=yes\nVLAN=yes\nDEVICE=eth1.{{ vlan }}\nVLAN_ID={{ vlan }}\nBOOTPROTO=none\nIPADDR={{ ip_addr }}\nNETMASK=255.255.255.0\nGATEWAY=10.10.10.2\nNM_CONTROLLED=no\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 880, "all_permissive": false }
ansible_role
andrew-j-price/toolchain
430ca5c83f01ad29578e9f756b2b3e8656778083
2
roles/configure
7,730
[ "no_license" ]
[ { "path": "roles/configure/tasks/pip.yml", "content": "- name: Install packages via pip\n pip:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - pip\n - setuptools\n - ansible\n - autopep8\n - awscli\n - awsebcli\n - bcrypt\n - csvkit\n - docker-compose\n - docke...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 10446, "all_permissive": false }
ansible_role
andrew-j-price/toolchain
430ca5c83f01ad29578e9f756b2b3e8656778083
2
roles/xubuntu
7,730
[ "no_license" ]
[ { "path": "roles/xubuntu/tasks/apm.yml", "content": "---\n\n- name: Install Atom IDE packages\n command: \"{{ item }}\"\n with_items:\n - \"apm install atom-beautify\"\n - \"apm install atom-jinja2\"\n - \"apm install autocomplete-python\"\n - \"apm install highlight-selected\"\n - \"apm in...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4401, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/awscli
7,730
[ "no_license" ]
[ { "path": "ansible/roles/awscli/tasks/main.yml", "content": "---\n- name: install pip3\n become: yes\n apt:\n name: python3-pip\n update_cache: yes\n\n- name: install aws cli\n become: yes\n become_user: \"{{ username }}\"\n pip:\n name: awscli\n extra_args: --upgrade --user\n\n- name: add ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/common
7,730
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: \"add user: {{ username }}\"\n become: yes\n user:\n name: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n groups:\n - sudo\n - docker\n state: present\n\n- name: add public key\n authorized_key:\n us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/nvm
7,730
[ "no_license" ]
[ { "path": "ansible/roles/nvm/tasks/main.yml", "content": "---\n- name: Check if nvm exists\n become: yes\n become_user: \"{{ username }}\"\n stat:\n path: ~/.nvm\n register: nvm\n\n- name: download, install nvm\n become: yes\n become_user: \"{{ username }}\"\n when: nvm.stat.exists == False\n blo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 953, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/rbenv
7,730
[ "no_license" ]
[ { "path": "ansible/roles/rbenv/tasks/main.yml", "content": "---\n- name: Check if rbenv exists\n become: yes\n become_user: \"{{ username }}\"\n stat:\n path: ~/.rbenv\n register: rbenv\n\n- name: download, install rbenv\n become: yes\n become_user: \"{{ username }}\"\n when: rbenv.stat.exists == ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 908, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/vim
7,730
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "- name: Check if spacevim exists\n become: yes\n become_user: \"{{ username }}\"\n stat:\n path: ~/.SpaceVim\n register: spacevim\n\n- name: download, install SpaceVim\n become: yes\n become_user: \"{{ username }}\"\n when: spacevim.stat.ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/yarn
7,730
[ "no_license" ]
[ { "path": "ansible/roles/yarn/tasks/main.yml", "content": "---\n- name: Yarn - check for installation\n become: yes\n command: which yarn\n register: yarn_result\n\n- become: yes\n when: yarn_result.stdout.find('yarn not found') != -1\n block:\n - name: \"Yarn - add gpg key\"\n become: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
frankhock/devi
a28a1f4a16feecef12e944ffb864ad81302e26ed
1
ansible/roles/zsh
7,730
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "---\n- name: install dependencies\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - fonts-powerline #spaceship-prompt dep\n\n- name: copy aliases\n become: yes\n become_user: \"{{ username }}\"\n copy:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2475, "all_permissive": false }
ansible_role
aderbique/pgbgp
5c2071461bd7f6cf5771329104b2e213150a80c1
1
project/ansible/roles/initialize
7,730
[ "no_license" ]
[ { "path": "project/ansible/roles/initialize/tasks/main.yml", "content": "---\n\n- include_tasks:\n file: router.yml\n when: node_id is defined\n tags:\n - router\n - frrouting\n\n- include_tasks:\n file: terminal.yml\n when: ip is defined\n tags: terminal\n\n\n- name: Enable packet forwardin...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2133, "all_permissive": false }
ansible_role
aderbique/pgbgp
5c2071461bd7f6cf5771329104b2e213150a80c1
1
project/ansible/roles/nginx
7,730
[ "no_license" ]
[ { "path": "project/ansible/roles/nginx/tasks/main.yml", "content": "---\n\n- name: ensure nginx is at the latest version\n apt:\n name: nginx\n state: latest\n\n- name: start nginx\n service:\n name: nginx\n state: started\n\n- name: Copy over config file\n copy:\n src: files/static_si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
aderbique/pgbgp
5c2071461bd7f6cf5771329104b2e213150a80c1
1
project/ansible/roles/poison
7,730
[ "no_license" ]
[ { "path": "project/ansible/roles/poison/tasks/main.yml", "content": "---\n\n- name: copy poisoning script\n ansible.builtin.template:\n src: scripts/pathpoison.py\n dest: /opt/pathpoison.py\n become: yes\n\n- name: execute poisoning script\n command: \"/usr/bin/python3 /opt/pathpoison.py {{ source ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
aderbique/pgbgp
5c2071461bd7f6cf5771329104b2e213150a80c1
1
project/ansible/roles/runtest
7,730
[ "no_license" ]
[ { "path": "project/ansible/roles/runtest/tasks/main.yml", "content": "---\n\n- name: Collect Traceroute Information to host one\n command: \"traceroute 10.0.12.100\"\n register: tr1\n\n- name: Collect Traceroute Information to host one\n command: \"traceroute 10.0.13.100\"\n register: tr2\n\n- name: Col...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1293, "all_permissive": false }
ansible_role
ccollicutt/ansible-vagrant-ucarp
2a9db23c78fdc5ed30aeb001549d8a72e2269da6
2
roles/ucarp
7,730
[ "no_license" ]
[ { "path": "roles/ucarp/tasks/main.yml", "content": "---\n\n- name: ensure ucarp is installed\n apt: >\n name=ucarp\n state=present\n\n- debug: msg=\"{{ item }}\"\n with_items: interfaces\n\n- name: install network interfaces file from template\n template:\n src=network-interfaces.j2\n dest=/e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2011, "all_permissive": false }
ansible_role
ogsarmiento/ogs-unir-devops-practica2
14cd65ed072e0fcd32b7c5351743e32b2d4d5a27
0
ansible_practica_2/roles/ogs.nginx-k8s
7,730
[ "no_license" ]
[ { "path": "ansible_practica_2/roles/ogs.nginx-k8s/defaults/main.yml", "content": "---\n# defaults file for ogs.nginx-k8s\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "ansible_practica_2/roles/ogs.nginx-k8s/README.md", "content": "Despliegue...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 3563, "all_permissive": false }
ansible_role
ogsarmiento/ogs-unir-devops-practica2
14cd65ed072e0fcd32b7c5351743e32b2d4d5a27
0
ansible_practica_2/roles/ogs.webserver
7,730
[ "no_license" ]
[ { "path": "ansible_practica_2/roles/ogs.webserver/vars/main.yml", "content": "---\n# vars file for ogs.webserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible_practica_2/roles/ogs.webserver/tasks/install_webserver.yml", "content": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2131, "all_permissive": false }
ansible_role
fabssaldom/demobakeryansible
2dd4055b3ebe9a82de60c41c77dcffa93d0f7fbd
0
roles/swmanagement
7,725
[ "no_license" ]
[ { "path": "roles/swmanagement/tasks/main.yml", "content": "---\n# tasks file for swmanagement\n\n- name: Customize motd\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: root\n group: root\n mode: 0644\n with_items:\n - { src: 'issue', dest: '/etc/issue' }\n - { s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1116, "all_permissive": false }
ansible_role
silverstalan01/contact-management
89057ecffe476d6cfce01f17f41fa14ed29f150f
0
ansible-deploy/ansible/roles/backend
7,725
[ "no_license" ]
[ { "path": "ansible-deploy/ansible/roles/backend/templates/gunicorn.service.j2", "content": "[Unit]\nDescription=Gunicorn daemon for Contact Management\nAfter=network.target\n\n[Service]\nUser=ubuntu\nGroup=www-data\nWorkingDirectory=/var/www/contact-management/backend\nEnvironment=\"PATH=/var/www/contact-ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1600, "all_permissive": false }
ansible_role
silverstalan01/contact-management
89057ecffe476d6cfce01f17f41fa14ed29f150f
0
ansible-deploy/ansible/roles/common
7,725
[ "no_license" ]
[ { "path": "ansible-deploy/ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install software-properties-common\n apt:\n name: software-properties-common\n state: present\n\n- name: Install common packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 423, "all_permissive": false }
ansible_role
silverstalan01/contact-management
89057ecffe476d6cfce01f17f41fa14ed29f150f
0
ansible-deploy/ansible/roles/frontend
7,725
[ "no_license" ]
[ { "path": "ansible-deploy/ansible/roles/frontend/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ ansible_host }};\n\n root /var/www/contact-management/frontend/build;\n index index.html;\n\n location / {\n try_files $uri $uri/ /index.html;\n }\n\n loc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1281, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
ansible/roles/cloud_node
7,725
[ "no_license" ]
[ { "path": "ansible/roles/cloud_node/tasks/main.yaml", "content": "- name: increase MaxStartups in sshd_config\n lineinfile: \n dest: /etc/ssh/sshd_config\n regexp: \"^MaxStartups \"\n line: MaxStartups 100:30:600\n insertafter: \"^#MaxStartups\"\n notify: restart sshd\n\n- name: increase the n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1465, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
ansible/roles/logging
7,725
[ "no_license" ]
[ { "path": "ansible/roles/logging/tasks/main.yml", "content": "- name: add java repository\n apt_repository: repo=\"ppa:webupd8team/java\"\n\n- name: accept oracle license\n debconf: name='oracle-java8-installer' question='shared/accepted-oracle-license-v1-1' value='true' vtype='select'\n\n- name: install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2477, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
vuln_image/roles/base_image
7,725
[ "no_license" ]
[ { "path": "vuln_image/roles/base_image/tasks/main.yml", "content": "---\n- name: Install utils\n apt:\n name:\n - apt-transport-https\n - mc\n - htop\n - rsync\n state: latest\n update_cache: yes\n\n- name: Make directory for cloud-init\n file:\n path: /etc/cloud-init/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2240, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
vuln_image/roles/laberator
7,725
[ "no_license" ]
[ { "path": "vuln_image/roles/laberator/handlers/main.yml", "content": "---\n\n- name: Restart laberator service\n service: name=laberator state=restarted\n listen: \"restart laberator service\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "vu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2599, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
vuln_image/roles/partychat
7,725
[ "no_license" ]
[ { "path": "vuln_image/roles/partychat/tasks/main.yml", "content": "---\n- name: Install build dependencies (build-essential)\n apt:\n name:\n - build-essential\n state: latest\n update_cache: yes\n\n- name: Create user\n user:\n name: partychat\n createhome: yes\n system: yes\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1165, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
vuln_image/roles/radiowave
7,725
[ "no_license" ]
[ { "path": "vuln_image/roles/radiowave/handlers/main.yml", "content": "---\n\n- name: Restart radiowave-transmitter service\n service: name=radiowave-transmitter state=restarted\n listen: \"restart radiowave service\"\n\n- name: Restart radiowave-database service\n service: name=radiowave-database state=r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2602, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
vuln_image/roles/vch
7,725
[ "no_license" ]
[ { "path": "vuln_image/roles/vch/tasks/main.yml", "content": "---\n- name: Install prerequisites for docker\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: latest\n update_cache: yes\n\n- name: Add Docker GPG key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2012, "all_permissive": false }
ansible_role
HackerDom/ructfe-2018
2e8fef1933a8bc37709c3c8b0c5be9155226f986
1
vuln_image/roles/vending
7,725
[ "no_license" ]
[ { "path": "vuln_image/roles/vending/handlers/main.yml", "content": "---\n\n- name: Restart vending service\n service: name=vending state=restarted\n listen: \"restart vending service\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "vuln_image...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 870, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/builder
7,725
[ "no_license" ]
[ { "path": "roles/builder/templates/domain.xml.j2", "content": "<domain type='kvm'>\n <name>{{vm_prefix}}-oc{{ item.1 }}-{{item.0.name}}</name>\n <memory unit='MB'>{{item.0.memory}}</memory>\n <vcpu placement='static'>{{item.0.cpu}}</vcpu>\n <os>\n{% if uefi|default(true)|bool -%}\n <type arch='x86_64...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 35966, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/deprecations
7,725
[ "no_license" ]
[ { "path": "roles/deprecations/tasks/image-prepare.yaml", "content": "---\n- name: Is container_tag defined\n when: container_tag is defined\n fail:\n msg: |\n 'container_tag' is deprecated. Please use this instead:\n container_prepare_overrides: {tag: {{ container_tag }} }\n\n- name: Is contai...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4400, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/nat_vm
7,725
[ "no_license" ]
[ { "path": "roles/nat_vm/tasks/libvirt.yaml", "content": "---\n- name: run tasks as virt_user user\n become: true\n become_user: \"{{ virt_user }}\"\n tags:\n - lab\n - nat-vm\n block:\n - name: Set base image name for actual lab\n set_fact:\n natVmImg: >-\n {%- if centos_va...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11455, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/newrelic
7,725
[ "no_license" ]
[ { "path": "roles/newrelic/templates/install.j2", "content": "#!/bin/bash\n# currently, no el9 package. Let's cap to 8.\ncurl -o /etc/yum.repos.d/newrelic-infra.repo \\\n https://download.newrelic.com/infrastructure_agent/linux/yum/el/{{ [8, ansible_facts['distribution_major_version']|int ]| min }}/x86_64/n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1170, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/operators
7,725
[ "no_license" ]
[ { "path": "roles/operators/tasks/main.yaml", "content": "---\n# Install tripleo-operator in current user environment\n# and provide plugins and roles to local ansible env.\n- name: Check ansible version\n tags: always\n when: ansible_version.full is version('2.9.0', 'lt', strict=True)\n fail:\n msg: P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 831, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/overcloud
7,725
[ "no_license" ]
[ { "path": "roles/overcloud/templates/nova-tpm.yaml.j2", "content": "parameter_defaults:\n NovaEnableVTPM: {{ nova_tpm }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/overcloud/tasks/update-network-role.yaml", "content": "---\n# Gene...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 31, "total_bytes": 44864, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/podman
7,725
[ "no_license" ]
[ { "path": "roles/podman/tasks/run_container.yaml", "content": "- name: \"is {{ct_name}} already created\"\n shell: |\n podman ps --all | grep -c \"{{ct_name}}\"\n register: is_created\n ignore_errors: true\n\n- name: \"create {{ct_name}} if needed\"\n when: is_created.stdout|int == 0\n command: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 687, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/standalone
7,725
[ "no_license" ]
[ { "path": "roles/standalone/tasks/ceph.yaml", "content": "---\n- name: if ceph is requested\n when: standalone_ceph|bool\n become: true\n become_user: root\n block:\n - name: install lvm2\n package:\n name: lvm2\n state: installed\n\n - name: create loop devices\n command: ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4500, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/undercloud
7,725
[ "no_license" ]
[ { "path": "roles/undercloud/templates/containers-prepare-parameter.yaml.j2", "content": "{% set container_image = [fcip] + content %}\n{% if registry_credentials is defined %}\n{% set registry_cred = {registry_credentials.registry: {registry_credentials.login: registry_credentials.password }} %}\n{% else %}...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 23326, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/undercloud_prepare
7,725
[ "no_license" ]
[ { "path": "roles/undercloud_prepare/tasks/rhos-release.yaml", "content": "---\n- name: Ensure we do have DNS resolution\n copy:\n dest: /etc/resolv.conf\n content: |\n {% for nameserver in nameservers %}\n nameserver {{ nameserver }}\n {% endfor %}\n\n- name: Install rhos-release if no...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 15294, "all_permissive": false }
ansible_role
cjeanner/tripleo-lab
1b6a3e407d80c7619c7f5818e623a0b16b0bc36e
21
roles/validations
7,725
[ "no_license" ]
[ { "path": "roles/validations/tasks/main.yaml", "content": "---\n- name: Ensure we get ceph repositories if needed\n tags:\n - lab\n - undercloud-bootstrap\n when:\n - vms|map(attribute='name')|select(\"match\", '^ceph')|list|length > 0\n - '\"ceph\" not in tripleo_repos_repos'\n fail:\n ms...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/ansible
7,725
[ "permissive" ]
[ { "path": "ansible/roles/ansible/tasks/main.yml", "content": "---\n- name: Installing dependancies\n apt: \n name: software-properties-common\n update_cache: yes\n\n- name: Adding repository\n apt_repository:\n repo: ppa:ansible/ansible\n \n- name: Installing \n apt: \n name: ansible\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/cdf
7,725
[ "permissive" ]
[ { "path": "ansible/roles/cdf/files/Makefile", "content": "SHELL := /bin/bash\nall:\n\t$(MAKE) -C util\n\t$(MAKE) -C cdf\n\nclean:\n\t$(MAKE) -C util clean\n\t$(MAKE) -C cdf clean\n\n#install:\n#\t$(MAKE) -C c3poutil install\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 12999, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/cleanup
7,725
[ "permissive" ]
[ { "path": "ansible/roles/cleanup/tasks/main.yml", "content": "---\n - name: cleanup deployment on target hosts\n shell : \"cd {{ TR_REPO_DIR }} && ./destroy.sh | tee /tmp/destroy.log\"\n args:\n executable: /bin/bash\n register: cleanup_result\n - debug:\n msg: \"{{ cleanup_result.stdout }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/common
7,725
[ "permissive" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n - name: Update the packages on all hosts\n apt: \n update_cache: yes\n\n - name: downloading git packages\n apt:\n name: git\n state: present\n \n", "license_type": "permissive", "detected_licenses": [ "Apache-2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/ctf
7,725
[ "permissive" ]
[ { "path": "ansible/roles/ctf/templates/test.j2", "content": "This is testing file \nDOMAIN-NAME: {{ DOMAIN }}\nHOST-NAME: {{ HOST }}\nIP: {{ SPGWU_SGI_IP }} \n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 94 }, { "path": "ansible/roles/ct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3591, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/db
7,725
[ "permissive" ]
[ { "path": "ansible/roles/db/handlers/main.yml", "content": "---\n - name: stop cassandra\n service:\n name: cassandra\n state: stopped\n \n - name: start cassandra\n service: \n name: cassandra\n state: started\n", "license_type": "permissive", "detected_licenses": [ "A...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6111, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/dns
7,725
[ "permissive" ]
[ { "path": "ansible/roles/dns/templates/db_reverse.j2", "content": "{% if DNS_TYPE == \"distributed\" %}\n;\n; BIND reverse data file for local loopback interface\n;\n$TTL 604800\n@ IN SOA {{ HOST_NAME }}.{{ DOMAIN }}. root.{{ HOST_NAME }}.{{ DOMAIN }}. (\n 1 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5329, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/fpc
7,725
[ "permissive" ]
[ { "path": "ansible/roles/fpc/tasks/main.yml", "content": "---\n - name: Git clone for FPC\n git:\n repo: \"{{ ODL_REPO }}\" \n dest: \"{{ ODL_REPO_DIR }}\"\n key_file: \"/home/c3po_ngic.key\"\n accept_hostkey: yes\n version: \"{{ ODL_COMMIT_ID }}\"\n update: no\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8595, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/hss
7,725
[ "permissive" ]
[ { "path": "ansible/roles/hss/files/Makefile", "content": "SHELL := /bin/bash\nall:\n\t$(MAKE) -C util\n\t$(MAKE) -C hsssec\n\t$(MAKE) -C hss\n\t$(MAKE) -C hssgtw\n\nclean:\n\t$(MAKE) -C util clean\n\t$(MAKE) -C hsssec clean\n\t$(MAKE) -C hss clean\n\t$(MAKE) -C hssgtw clean\n\n#install:\n#\t$(MAKE) -C c3pou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11419, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/kvm
7,725
[ "permissive" ]
[ { "path": "ansible/roles/kvm/tasks/main.yml", "content": "---\n - name: Installing KVM packages\n apt: \n name:\n - qemu-kvm \n - libvirt-bin \n - virtinst \n - bridge-utils \n - cpu-checker \n - virt-manager\n - lshw\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/mme
7,725
[ "permissive" ]
[ { "path": "ansible/roles/mme/files/install.sh", "content": "#!/bin/bash\n#cd $(dirname ${BASH_SOURCE[0]})\n#export C3PO_DIR=$PWD\necho \"------------------------------------------------------------------------------\"\necho \" C3PO_DIR exported as $C3PO_DIR\"\necho \"----------------------------------------...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14865, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/pgwc
7,725
[ "permissive" ]
[ { "path": "ansible/roles/pgwc/vars/main.yml", "content": "---\n SERVICE_SCRIPT_PATH: '{{ NGIC_REPO_DIR }}/cp/run.sh'\n PGWC_LOG: /var/log/pgwc_install.log\n DEALER_IN_IP: 10.212.93.78\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2052, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/pgwu
7,725
[ "permissive" ]
[ { "path": "ansible/roles/pgwu/tasks/main.yml", "content": "---\n - setup:\n register: host_facts\n - set_fact:\n temp_var: \"{{ ansible_interfaces|sort }}\"\n - set_fact:\n S5S8_PGWU_DEV: \"ansible_{{ temp_var[2] }}\"\n SGI_DEV: \"ansible_{{ temp_var[3] }}\"\n - set_fact:\n S5S8_PGWU_PCIID...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 16806, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgwc
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgwc/vars/main.yml", "content": "---\n SERVICE_SCRIPT_PATH: \"{{ NGIC_REPO_DIR }}/cp/run.sh\"\n SGWC_LOG: /var/log/sgwc_install.log\n DEALER_IN_IP: 10.212.93.78\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 123 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2563, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgwu
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgwu/templates/Makefile.j2", "content": "ifeq ($(RTE_SDK),)\n$(error \"Please define RTE_SDK environment variable\")\nendif\nMAKEFLAGS += -j\nRTE_TARGET ?= x86_64-native-linuxapp-gcc\ninclude $(RTE_SDK)/mk/rte.vars.mk\ninclude $(NG_CORE)/config/ng-core_cfg.mk\nAPP = ngic_dataplane\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 15896, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgx-dealer-in
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgx-dealer-in/tasks/main.yml", "content": "---\n - name: Create sgx-dl-in directory \n file: \n path: \"/opt/sgx-dl-in\"\n state: directory \n mode: 0755\n\n - name: Create deps temp directory\n file: \n path: \"{{ DEPS_DIR }}\" \n state: directory \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3899, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgx-dealer-out
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgx-dealer-out/templates/dealer.json", "content": "{\n \"common\": {\n \"maxconnections\": \"16\",\n \"kmsserver\": \"{{ SGX_KMS_SGX_KMS_IP }}\",\n \"kmsport\": \"{{ kmsport }}\",\n \"keynamespace\": \"{{ keynamespace }}\"\n },\n\n \"dealer\": {\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4258, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgx-kms
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgx-kms/templates/kms_install.sh", "content": "#! /bin/bash\nDEST_DIR=\"{{ DEPS_DIR }}\"\n\nbuild_kms_deps()\n{\n sudo apt-get install cmake\n\n cd $DEALERDIR/deps\n #build mbedtls-SGX\n git clone https://github.com/bl4ck5un/mbedtls-SGX.git\n cp mb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4969, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgx-router
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgx-router/vars/main.yml", "content": "---\n REPO_DIR: \"/opt/sgx-router/c3po\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 38 }, { "path": "ansible/roles/sgx-router/tasks/main.yml", "content": "---\n - nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 582, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/sgx_host_pre
7,725
[ "permissive" ]
[ { "path": "ansible/roles/sgx_host_pre/tasks/main.yml", "content": "---\n - name: add ubuntu user\n user: \n name: ubuntu\n state: present\n home: \"/home/ubuntu\"\n\n - name: add authorized key\n authorized_key: \n user: ubuntu\n state: present \n key: \"{{ lookup('fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/spgwc
7,725
[ "permissive" ]
[ { "path": "ansible/roles/spgwc/templates/ng-core_cfg.j2", "content": "#SDN_ODL_BUILD flag is set for ODL builds, unset for direct UDP communication\n{% if WITH_FPC == 'yes' %}\nCFLAGS += -DSDN_ODL_BUILD\n\n#ZMQ_COMM flag is set for direct ZMQ communication, unset for direct UDP communication\n#CFLAGS += -DZ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2498, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/spgwu
7,725
[ "permissive" ]
[ { "path": "ansible/roles/spgwu/templates/Makefile1.j2", "content": "# Copyright (c) 2017 Intel Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 13859, "all_permissive": true }
ansible_role
omec-project/deployment
18ae3b2d11b073b50f92ab279f61605fd22b776e
9
ansible/roles/terraform_setup
7,725
[ "permissive" ]
[ { "path": "ansible/roles/terraform_setup/tasks/main.yml", "content": "---\n - name: Git clone for vEPC terraform scripts\n git:\n repo: \"{{ TR_REPO }}\"\n dest: \"{{ TR_REPO_DIR }}\"\n version: master\n update: no\n\n - name: Copy input.cfg\n copy:\n src: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1732, "all_permissive": true }
ansible_role
Pappik/roboshop-jenkins
7d6f7e1d81bcbc50157222c91a5aed2fbf389282
0
roles/jenkins
7,725
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "folders:\n - CIPipeline\n - Infra\n - CD\n\nci_pipeline_jobs:\n - {name: \"frontend\", dir: \"CIPipeline\"}\n - {name: \"catalogue\", dir: \"CIPipeline\"}\n - {name: \"user\", dir: \"CIPipeline\"}\n - {name: \"cart\", dir: \"CIPipeline\"}\n - {nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2274, "all_permissive": false }
ansible_role
lulzimv/mylab_files
032f19897d2c4addda9e698d2c77ce8da5681d91
0
roles/myapache
7,725
[ "no_license" ]
[ { "path": "roles/myapache/tasks/Debian.yml", "content": "---\r\n- name: \"Install Debian packages\"\r\n package:\r\n name: \"{{ item }}\"\r\n state: present\r\n update_cache: yes\r\n loop:\r\n - \"apache2\"\r\n - \"{{ ap_extra_software }}\"\r\n\r\n- name: \"Create document root\"\r\n fil...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2862, "all_permissive": false }
ansible_role
natriumpt/ansible-terraform-azure-example
1d5fe2ff941a0978d4f1f5037a7a63debd4457fc
0
roles/common
7,725
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Install/update required apt packages\n apt:\n name: '{{ required_packages }}'\n update_cache: yes\n state: latest\n\n- name: Install virtualenv via pip\n pip:\n name: virtualenv\n state: present\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
natriumpt/ansible-terraform-azure-example
1d5fe2ff941a0978d4f1f5037a7a63debd4457fc
0
roles/flask-app
7,725
[ "no_license" ]
[ { "path": "roles/flask-app/templates/service.j2", "content": "[Unit]\nDescription=Gunicorn instance to serve {{ app_name }}\nAfter=network.target\n\n[Service]\nUser={{ app_user }}\nGroup=www-data\nWorkingDirectory=/home/{{ app_user }}/{{ app_name }}\nEnvironment=\"PATH=/home/{{ app_user }}/{{ app_name }}/en...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1132, "all_permissive": false }
ansible_role
natriumpt/ansible-terraform-azure-example
1d5fe2ff941a0978d4f1f5037a7a63debd4457fc
0
roles/nginx
7,725
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Create nginx site config from template\n template:\n src: 'nginx.j2'\n dest: '/etc/nginx/sites-available/{{ app_name }}'\n\n- name: Remove default nginx site config\n file:\n path: '/etc/nginx/sites-enabled...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 885, "all_permissive": false }
ansible_role
carlosfparada/AWS-GitOps
a6f15f9818be582c0145753f6cb97ba06d253b96
0
roles/utils_hosts_aws
7,725
[ "no_license" ]
[ { "path": "roles/utils_hosts_aws/tasks/main.yml", "content": "---\n\n# - name: Refresh inventory\n# ansible.builtin.meta: refresh_inventory\n\n- name: Get AAP node\n set_fact:\n node_name: \"{{ item }}\"\n loop: \"{{ groups['all'] }}\"\n when: hostvars[item].tags is defined and hostvars[item].tags.N...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1374, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/awx
7,725
[ "no_license" ]
[ { "path": "ansible/roles/awx/tasks/main.yaml", "content": "- name: create AWX namespace\n k8s:\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: awx\n state: present\n\n- name: install AWX\n k8s:\n src: /home/ansiadmin/hp-automation...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/base
7,725
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yaml", "content": "- name: create ansigent user\n user:\n name: ansigent\n groups: root\n\n- name: add sudoers file for ansigent\n copy:\n src: ../roles/base/files/sudoer_ansigent\n dest: /etc/sudoers.d/ansigent\n owner: root\n group: root\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/cowrie
7,725
[ "no_license" ]
[ { "path": "ansible/roles/cowrie/tasks/main.yaml", "content": "# - name: clone git cowrie honeypot\n# git:\n# repo: https://github.com/yevonnaelandrew/cowrie.git\n# dest: /home/ansigent/cowrie\n\n# - name: copy Dockerfile to root folder\n# copy:\n# remote_src: true\n# src: /home/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 951, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/dionaea
7,725
[ "no_license" ]
[ { "path": "ansible/roles/dionaea/tasks/main.yaml", "content": "# - name: clone git dionaea honeypot\n# git:\n# repo: https://github.com/yevonnaelandrew/dionaea.git\n# dest: /home/ansigent/dionaea\n\n# - name: build dionaea docker image\n# docker_image:\n# name: isif/dionaea\n# ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/elasticpot
7,725
[ "no_license" ]
[ { "path": "ansible/roles/elasticpot/tasks/main.yaml", "content": "- name: run elasticpot docker image\n docker_container:\n name: elasticpot\n image: isif/elasticpot:elasticpot_hp\n ports:\n - 9200:9200/tcp\n volumes:\n - elasticpot:/elasticpot/log\n tty: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/elk
7,725
[ "no_license" ]
[ { "path": "ansible/roles/elk/tasks/main.yaml", "content": "- name: build elk docker image\n docker_image:\n name: elk\n tag: latest\n build:\n path: /home/ansiadmin/hp-automation/elk/elk_config\n pull: yes\n source: build\n state: present\n register: elk_build\n\n- name: load elk ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2738, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/ewsposter
7,725
[ "no_license" ]
[ { "path": "ansible/roles/ewsposter/tasks/main.yaml", "content": "- name: clone git ewsposter\n git:\n repo: https://github.com/yevonnaelandrew/ewsposter.git\n dest: /home/ansigent/ewsposter\n version: mongodb\n\n- name: create data directory\n file:\n path: \"{{ item }}\"\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 575, "all_permissive": false }
ansible_role
noctislucius20/hp-automation
95003f7ba48db2a72b64dd0e9d9c7eb846558f1e
0
ansible/roles/filebeat
7,725
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/tasks/main.yaml", "content": "- name: create filebeat namespace\n k8s:\n name: filebeat\n api_version: v1\n kind: Namespace\n state: present\n\n- name: install filebeat\n k8s:\n src: /home/ansiadmin/hp-automation/elk/elk_config/filebeat-kubernetes.yaml\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }