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 | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/create_routers_group | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/create_routers_group/tasks/main.yml",
"content": "- name: add leafs\n add_host:\n hostname: \"{{ item.key }}\"\n ansible_ssh_host: \"{{ item.value.mgmt_ip }}\"\n ansible_user: \"{{ item.value.ssh_username }}\"\n ansible_ssh_pass: \"{{ item.value.ssh_password }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/create_vagrant_vms | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/create_vagrant_vms/tasks/main.yml",
"content": "---\n\n- name: Create the Vagrant file\n template:\n src: \"{{playbook_dir}}/roles/create_vagrant_vms/templates/libvirt_block.j2\"\n dest: \"/root/vagrant/Vagrantfile\"\n\n- name: Copy enable root login script to VM\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2182,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/delete_vagrant_vms | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/delete_vagrant_vms/tasks/main.yml",
"content": "- name: Delete any existing VMs\n shell: \"{{ item }}\"\n with_items:\n - vagrant global-status\n - for i in `vagrant global-status | grep vagrant | grep libvirt | awk '{ print $1 }'` ; do vagrant destroy --force $i ;... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/deploy | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/deploy/templates/contrail-command/add_public_cloud.j2",
"content": "resources:\n{% for key,value in emc.iteritems() %}\n{% if 'add_cld' in key and \"azure_provider\" in value %}\n - data:\n uuid: \"{{ value['cloud_name'] | to_uuid }}\"\n provisioning_state: NOSTATE... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 34,
"total_bytes": 103399,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/generate_core_email | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/generate_core_email/tasks/main.yml",
"content": "- name: set default deployment\n vars:\n types:\n kolla:\n contrail:\n set_fact:\n deployment: \"{{ deployment|default({})|combine({'type': types }) }}\"\n when: deployment is undefined or deployment.type ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2293,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/install_appformix | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/install_appformix/templates/all.j2",
"content": "\nappformix_jti_network_device_monitoring_enabled: true\nopenstack_platform_enabled: true\nappformix_remote_host_monitoring_enabled: true\nappformix_network_device_monitoring_enabled: true\nnetwork_device_discovery_enabled: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5594,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/install_contrail_command | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/install_contrail_command/tasks/main.yml",
"content": "- name: set default deployment\n vars:\n types:\n kolla:\n contrail:\n set_fact:\n deployment: \"{{ deployment|default({})|combine({'type': types }) }}\"\n when: deployment is undefined or deployment.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1350,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/install_packages | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/install_packages/command_deployer/tasks/main.yml",
"content": "- name: install the latest version of packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: create docker... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3328,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/install_policy_generator | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/install_policy_generator/defaults/main.yml",
"content": "pg_version: latest\npg_registry: opencontrailnightly\npg_port: 9093\nconfig_port: 8082\nanalytics_port: 8181\nadmin_password: <PASSWORD>\nadmin_tenant: admin\nadmin_user: admin\nauth_host: '127.0.0.1'\nauth_port: '35... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4515,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/install_vagrant | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/install_vagrant/tasks/main.yml",
"content": "---\n\n- name: Copy sources file\n copy:\n force: yes\n src: \"{{playbook_dir}}/files/ubuntu16_sources.list\"\n dest: /etc/apt/sources.list\n\n- name: Perform \"apt-get update\"\n apt:\n update_cache: yes\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1858,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/network | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/network/tasks/main.yml",
"content": "---\n- name: Print interface \n# debug: \"msg=Interface: '{{ network_ether_interfaces }}'\"\n debug:\n msg : \"{{ network_ether_interfaces }} \"\n\n- name: Add the OS specific varibles\n include_vars: \"{{ ansible_os_family }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3385,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/reimage | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/reimage/tasks/main.yml",
"content": "- name:\n set_fact:\n os_image: \"{{ lookup('env', 'OS_IMAGE')|default(server_manager.image, true) }}\"\n\n- name:\n set_fact:\n client: \"{{ server_manager.client|default('server-manager', true)}}\"\n\n- name: set cluster_id fr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/run_sanity | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/run_sanity/defaults/main.yml",
"content": "os: centos7\nsku: ocata\nversion: latest\ncontrailregistry: opencontrailnightly\norchestrator: openstack\ncontrail_rabbitmq_port: 5673\nkeystone_version: v3\nfeature_dict:\n openstack: sanity\n kubernetes: k8s_sanity\n vc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5010,
"all_permissive": false
} |
ansible_role | NuthanChandra/ctools | bcb967c53375104e32b32c8f0d2b3ca25ed69e49 | 0 | ansible/playbooks/roles/run_tempest | 50 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/run_tempest/tasks/main.yml",
"content": "- name: set default deployment\n vars:\n types:\n kolla:\n contrail:\n set_fact:\n deployment: \"{{ deployment|default({})|combine({'type': types }) }}\"\n when: deployment is undefined or deployment.type is undef... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3949,
"all_permissive": false
} |
ansible_role | cpmiranda-sys/FINAL_EXAM_MIRANDA | 5a43e95415fd84487c52f8610e36efe6e5a7c768 | 0 | roles/monitoring | 50 | [
"no_license"
] | [
{
"path": "roles/monitoring/tasks/main.yml",
"content": "---\n\n- name: Install required dependencies on Ubuntu\n apt:\n name:\n - gcc\n - libc6\n - make\n - wget\n - unzip\n - httpd\n - php\n - gd\n - openssl\n - openssl-devel\n - autoconf\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3417,
"all_permissive": false
} |
ansible_role | FlorianVillevieille/devops_cicd | 5ab1f38a39d7dd7e15d2a971d4992213464d6bf8 | 0 | TP03/roles/app | 50 | [
"no_license"
] | [
{
"path": "TP03/roles/app/tasks/main.yml",
"content": "---\n# tasks file for roles/app\n- name: api\n docker_container:\n name: api\n image: heavenshk/tp-devops-cpe:backend\n networks:\n - name: app-network\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | FlorianVillevieille/devops_cicd | 5ab1f38a39d7dd7e15d2a971d4992213464d6bf8 | 0 | TP03/roles/database | 50 | [
"no_license"
] | [
{
"path": "TP03/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n\n- name: DATABASE\n docker_container:\n name: database\n image: heavenshk/tp-devops-cpe:db\n state: started\n env:\n POSTGRES_DB: db\n POSTGRES_USR: usr\n POSTGRES_PASSWORD: pwd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | FlorianVillevieille/devops_cicd | 5ab1f38a39d7dd7e15d2a971d4992213464d6bf8 | 0 | TP03/roles/front | 50 | [
"no_license"
] | [
{
"path": "TP03/roles/front/tasks/main.yml",
"content": "---\n# tasks file for roles/front\n- name: Create a front container\n docker_container:\n name: front\n image: heavenshk/tp-devops-cpe:simple-front\n networks: \n - name: app-network",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | FlorianVillevieille/devops_cicd | 5ab1f38a39d7dd7e15d2a971d4992213464d6bf8 | 0 | TP03/roles/proxy | 50 | [
"no_license"
] | [
{
"path": "TP03/roles/proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/proxy\n\n- name: HTTPD\n docker_container:\n name: httpd\n image: heavenshk/tp-devops-cpe:simple-frontend\n ports: 80:80\n networks:\n - name: app-network",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | kernel87i/ansible6_rebrain | 6028b5f032259a5eaa31d06127e95d7076c025fd | 0 | roles/deploy_nginx | 50 | [
"no_license"
] | [
{
"path": "roles/deploy_nginx/tasks/main.yml",
"content": "---\n# tasks file for deploy_nginx\n\n- name: Install Nginx web server\n yum:\n name: nginx\n state: latest\n\n- name: Start Nginx\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Port 80 forwarding virtual host ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 679,
"all_permissive": false
} |
ansible_role | kernel87i/ansible6_rebrain | 6028b5f032259a5eaa31d06127e95d7076c025fd | 0 | roles/letsencrypt | 50 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "---\n- name: Install letsencrypt\n yum:\n name: letsencrypt\n state: latest\n\n- name: Add letsencrypt cronjob for cert renewal\n cron:\n name: letsencrypt_renewal\n special_time: weekly\n job: letsencrypt --renew certonly --webroot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | kernel87i/ansible6_rebrain | 6028b5f032259a5eaa31d06127e95d7076c025fd | 0 | roles/virtual_host | 50 | [
"no_license"
] | [
{
"path": "roles/virtual_host/templates/nginx.conf.j2",
"content": "user nginx;\nworker_processes {{ worker_processes }};\n\nerror_log {{ nginx_log_dir}}/{{ nginx_error_log_name}} warn;\n\npid /var/run/nginx.pid;\n\n\nevents {\n worker_connections {{ worker_connections }};\n}\n\n\nhttp {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2356,
"all_permissive": false
} |
ansible_role | rohangupta1996/roboshop-ansible | 2cda6165dcad64882e4cf022187ebd983a129926 | 0 | roles/common | 52 | [
"no_license"
] | [
{
"path": "roles/common/tasks/artifact_download.yml",
"content": "- name: Add Application User\n ansible.builtin.user:\n name: roboshop\n\n- name: Remove old app content\n ansible.builtin.file:\n path: /app\n state: absent\n\n- name: Create app directory\n ansible.builtin.file:\n path: /app\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2362,
"all_permissive": false
} |
ansible_role | rohangupta1996/roboshop-ansible | 2cda6165dcad64882e4cf022187ebd983a129926 | 0 | roles/mysql | 52 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "#source common.sh\n#\n#print_head Install MySQL Server\n#dnf install mysql-server -y &>>$log_file\n#\n#print_head Start MySQL Service\n#systemctl enable mysqld &>>$log_file\n#systemctl start mysqld &>>$log_file\n#\n#print_head Setup Root Password\n#mysql_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | rohangupta1996/roboshop-ansible | 2cda6165dcad64882e4cf022187ebd983a129926 | 0 | roles/redis | 52 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "#source common.sh\n#\n#print_head Disable redis default version\n#dnf module disable redis -y &>>$log_file\n#\n#print_head Enable Redis 7\n#dnf module enable redis:7 -y &>>$log_file\n#\n#print_head Install Redis\n#dnf install redis -y &>>$log_file\n#\n#pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1155,
"all_permissive": false
} |
ansible_role | rohangupta1996/roboshop-ansible | 2cda6165dcad64882e4cf022187ebd983a129926 | 0 | roles/shipping | 52 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "#\n#component=shipping\n#source common.sh\n#\n#\n#maven_app_setup\n#\n#print_head Install MySQL Client\n#dnf install mysql -y &>>$log_file\n#\n#print_head Load Schema\n#mysql -h mysql-dev.ro-bot.store -uroot -pRoboShop@1 < /app/db/schema.sql &>>$log_fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | manitashu/ansible | 2734cbd78692063651263d99b8077ff1a0bead1b | 0 | roles/common | 52 | [
"no_license"
] | [
{
"path": "roles/common/tasks/download-from-github.yml",
"content": "- name: Download and Extract Content\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/{{COMPONENT}}/archive/main.zip\n dest: /tmp\n remote_src: yes\n\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | manitashu/ansible | 2734cbd78692063651263d99b8077ff1a0bead1b | 0 | roles/frontend | 52 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n#- name: Download Frontend Content\n# get_url:\n# url: https://github.com/roboshop-devops-project/frontend/archive/main.zip\n# dest: /tmp/frontend.zip\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | wobuzhuchele/PanoSim-Autoware | eda79e4b1fd15d8b654f6e6aa2c0e9e1bbf6d785 | 6 | Autoware/ansible/roles/cuda | 52 | [
"permissive"
] | [
{
"path": "Autoware/ansible/roles/cuda/README.md",
"content": "# cuda\n\nThis role installs [CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit) following [this page](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu&target_version=20.04&target_type=deb_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4067,
"all_permissive": true
} |
ansible_role | wobuzhuchele/PanoSim-Autoware | eda79e4b1fd15d8b654f6e6aa2c0e9e1bbf6d785 | 6 | Autoware/ansible/roles/git_lfs | 52 | [
"permissive"
] | [
{
"path": "Autoware/ansible/roles/git_lfs/tasks/main.yaml",
"content": "# https://github.com/git-lfs/git-lfs/wiki/Installation#debian-and-ubuntu\n- name: Install Git LFS\n become: true\n ansible.builtin.apt:\n name: git-lfs\n state: latest\n update_cache: true\n\n# ref: https://github.com/ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 615,
"all_permissive": true
} |
ansible_role | wobuzhuchele/PanoSim-Autoware | eda79e4b1fd15d8b654f6e6aa2c0e9e1bbf6d785 | 6 | Autoware/ansible/roles/rmw_implementation | 52 | [
"permissive"
] | [
{
"path": "Autoware/ansible/roles/rmw_implementation/tasks/main.yaml",
"content": "- name: Get dash-case name of rmw_implementation\n ansible.builtin.shell: bash -c 'sed -e \"s/_/-/g\" <<< $(echo {{ rmw_implementation }})'\n register: rmw_implementation__dash_case_rmw_implementation\n changed_when: false... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 698,
"all_permissive": true
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/domain-controller | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/domain-controller/tasks/main.yml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 9338,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/domain-member | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/domain-member/tasks/main.yml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 10176,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/fleetserver | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/fleetserver/templates/fleet-config.yml.j2",
"content": "---\napiVersion: v1\nkind: enroll_secret\nspec:\n secrets:\n - secret: \"{{ enroll_secret }}\"\n---\napiVersion: v1\nkind: config\nspec:\n host_settings:\n enable_software_inventory: true\n---\napiVersion: v1\nkind: pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 71378,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/monitor | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/monitor/tasks/main.yml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n# Desc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 20163,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/osqueryagent | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/osqueryagent/tasks/main.yml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7316,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/patch | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/patch/tasks/main.yml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n# Descri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/reboot | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/reboot/tasks/main.yml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n# Descr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/sysmon | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/sysmon/handlers/main.yml",
"content": "- name: restart-sysmon\n win_shell: Restart-Service sysmon\n\n- name: restart-sysmon64\n win_shell: Restart-Service sysmon64",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "ansible/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3133,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/velociraptorclient | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/velociraptorclient/tasks/main.yaml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6335,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/velociraptorserver | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/velociraptorserver/vars/main.yml",
"content": "velociraptor_debian_installer_path: /tmp/velociraptor\nvelociraptor_windows_installer_path: C:\\Windows\\Temp\\velociraptor.msi\nvelociraptor_debian_installer_config_path: /tmp/serverconfig.yml\nvelociraptor_windows_installer_config_pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4538,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/wazuhagent | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/wazuhagent/vars/main.yml",
"content": "wazuh_agent_path: C:\\Windows\\Temp\\wazuh-agent.msi",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/roles/wazuhagent/templates/ossec.conf.j2",
"content": "<ossec_config>\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 14198,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/wazuhserver | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/wazuhserver/tasks/main.yaml",
"content": "##########################################################\n# Author : Jerzy 'Yuri' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 62804,
"all_permissive": false
} |
ansible_role | op7ic/BlueTeam.Lab | 78468a8b940a7f20874d225b039c6d7b2ea3aa30 | 162 | ansible/roles/winlogbeat | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/winlogbeat/tasks/main.yml",
"content": "##########################################################\n# Author : <NAME>' Kramarz (op7ic) #\n# Version : 1.0 #\n# Type : Terraform/Ansible #\n# Descri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4103,
"all_permissive": false
} |
ansible_role | zigomir/bunda | 504d74eee6c26ce896907712f1a266b90190c497 | 0 | roles/deploy-user | 52 | [
"no_license"
] | [
{
"path": "roles/deploy-user/tasks/main.yml",
"content": "---\n- name: Add the deploy user\n user: name=deploy\n generate_ssh_key=yes ssh_key_bits=2048\n home=/home/deploy\n shell=/bin/bash\n\n- name: Set up authorized_keys for the deploy user\n authorized_key: user=deploy\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | zigomir/bunda | 504d74eee6c26ce896907712f1a266b90190c497 | 0 | roles/nginx-passenger | 52 | [
"no_license"
] | [
{
"path": "roles/nginx-passenger/tasks/main.yml",
"content": "# Source: http://blog.phusion.nl/2013/09/11/debian-and-ubuntu-packages-for-phusion-passenger/\n\n- name: Adding gpg key for apt repository\n command: gpg --keyserver keyserver.ubuntu.com --recv-keys <KEY>\n\n- name: Adding apt-key\n command: gp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3379,
"all_permissive": false
} |
ansible_role | zigomir/bunda | 504d74eee6c26ce896907712f1a266b90190c497 | 0 | roles/postgres | 52 | [
"no_license"
] | [
{
"path": "roles/postgres/vars/main.yml",
"content": "postgresql_version: 9.3\ndb_user: deploy\ndb_user_pass: <PASSWORD>\ndb_user_roles: \"SUPERUSER\"\ndb_name: flyout_production",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "roles/postgres/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1550,
"all_permissive": false
} |
ansible_role | zigomir/bunda | 504d74eee6c26ce896907712f1a266b90190c497 | 0 | roles/ruby | 52 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n# Explore for packages at http://ppa.launchpad.net/brightbox/. For Ruby 2.1.2 I'll need to use ruby-ng-experimental branch\n- name: Install PPA for latest Ruby version\n apt_repository: repo=ppa:brightbox/ruby-ng-experimental state=present\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | zigomir/bunda | 504d74eee6c26ce896907712f1a266b90190c497 | 0 | roles/unicorn | 52 | [
"no_license"
] | [
{
"path": "roles/unicorn/tasks/main.yml",
"content": "- name: Setup upstart service\n template: src=flyout.conf.j2 dest=/etc/init/flyout.conf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/unicorn/templates/flyout.conf.j2",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 381,
"all_permissive": false
} |
ansible_role | atsushi-815/ansible-nginx_install | 413ce407e51d178e5654716c56568c80adc9810a | 0 | roles/nginx_install | 52 | [
"no_license"
] | [
{
"path": "roles/nginx_install/tasks/main.yml",
"content": "- name: nginx install\n yum:\n name: nginx\n state: latest\n\n- name: nginx start\n service: \n name: nginx\n state: started\n enabled: yes\n\n- name: nginx modify file\n replace: \n dest: /etc/nginx/nginx.conf\n regexp: 'ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | Chevallm/ci-ansible | 03f22355fcb3902bb2d81b12057d7c3d94a33a2e | 0 | roles/tomee-server | 52 | [
"no_license"
] | [
{
"path": "roles/tomee-server/vars/main.yml",
"content": "tomee_home: '/home/tomee'\ntomee_install_dir: '/opt/tomee'\ntomee_archive_url: 'http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz'",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | kiran207/SunBird | ab004c3b1e2d0a99aa5cf34c99b464da6b2540bb | 0 | ansible/roles/es-azure-restore | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/es-azure-restore/defaults/main.yml",
"content": "# Override these values\nes_restore_host: localhost\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "ansible/roles/es-azure-restore/tasks/main.yml",
"content": "---\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | kiran207/SunBird | ab004c3b1e2d0a99aa5cf34c99b464da6b2540bb | 0 | ansible/roles/keycloak | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/keycloak/defaults/main.yml",
"content": "---\n# defaults file for keycloak\n\n#keycloak_version: 1.8.1.Final\n\n#keycloak_base_download_url: http://downloads.jboss.org/keycloak\n#keycloak_name: keycloak-overlay-{{ keycloak_version }}\n#keycloak_download_file: \"{{ keycloak_name }}.t... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 14179,
"all_permissive": false
} |
ansible_role | kiran207/SunBird | ab004c3b1e2d0a99aa5cf34c99b464da6b2540bb | 0 | ansible/roles/postgresql-data-update | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql-data-update/tasks/main.yml",
"content": "- name: Verifying db users are present else creating them\n include: databases.yml\n\n- name: creating database\n include: users.yml\n\n- name: Copy the templates\n become: yes\n template: src={{item}} dest=/tmp/{{item}}\n wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | kiran207/SunBird | ab004c3b1e2d0a99aa5cf34c99b464da6b2540bb | 0 | ansible/roles/stack-sunbird | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/stack-sunbird/templates/sunbird_encryption-service.env",
"content": "DB_HOST={{application_postgres_host}}\nDB_USER={{encryption_service_user}}\nDB_PASSWORD={{application_postgres_password}}\nDB_NAME={{encryption_db_name}}\nDB_DIALECT={{encryption_db_dialect}}\nDB_SSL=True\n",
"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12678,
"all_permissive": false
} |
ansible_role | kiran207/SunBird | ab004c3b1e2d0a99aa5cf34c99b464da6b2540bb | 0 | ansible/roles/sunbird-auth-provision | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/sunbird-auth-provision/tasks/install-keycloak.yml",
"content": "- stat:\n path: /etc/init.d/keycloak\n register: keycloak_service\n\n- name: status service\n become: yes\n command: /etc/init.d/keycloak status\n register: keycloak\n poll: 5\n async: 10\n when: keycloak_serv... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1916,
"all_permissive": false
} |
ansible_role | lolspider/ansible-shop | 905f14ab5d534eb945abd67128341e634d4ebde4 | 0 | roles/es-kibana | 52 | [
"no_license"
] | [
{
"path": "roles/es-kibana/defaults/main.yml",
"content": "---\n#delay or retry for checking http status\nkibana_web_connection_delay: 10\nkibana_web_connection_retries: 5\n\n#delay or timeout for checking tcp ports\nes_tcp_delay_time: 5\nes_tcp_timeout: 30\n\n#for elasticsearch configuration\nes_server_por... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1841,
"all_permissive": false
} |
ansible_role | lolspider/ansible-shop | 905f14ab5d534eb945abd67128341e634d4ebde4 | 0 | roles/fluentd | 52 | [
"no_license"
] | [
{
"path": "roles/fluentd/handlers/main.yml",
"content": "---\n- name: restart fluentd\n service:\n name: td-agent\n state: restarted\n become: yes\n\n- name: Check if fluentd port is listening\n listen: restart fluentd\n wait_for:\n port: \"{{ fluentd_port }}\"\n delay: \"{{ fluentd_tcp_dela... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3147,
"all_permissive": false
} |
ansible_role | lolspider/ansible-shop | 905f14ab5d534eb945abd67128341e634d4ebde4 | 0 | roles/jenkins-in-docker | 52 | [
"no_license"
] | [
{
"path": "roles/jenkins-in-docker/defaults/main.yml",
"content": "\njenkins_connection_delay: 5\njenkins_connection_retries: 60\njenkins_plugins: []\njenkins_http_port: 8088\njenkins_home: /var/jenkins_home\nuser: vagrant\njenkins_admin_username: admin\njenkins_admin_password: <PASSWORD>\njenkins_java_opti... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2611,
"all_permissive": false
} |
ansible_role | lolspider/ansible-shop | 905f14ab5d534eb945abd67128341e634d4ebde4 | 0 | roles/mongodb | 52 | [
"no_license"
] | [
{
"path": "roles/mongodb/templates/mongod.conf.j2",
"content": "# mongod.conf\n\n# for documentation of all options, see:\n# http://docs.mongodb.org/manual/reference/configuration-options/\n\n# where to write logging data.\nsystemLog:\n destination: file\n logAppend: true\n path: /var/log/mongodb/mongo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4611,
"all_permissive": false
} |
ansible_role | ElnurBDa/devops-ansible-hw-bhos | 2411b493914ffd9300f57535cdee78d0e101cb91 | 0 | ansible/roles/db | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yml",
"content": "- name: Install MySQL server (Debian based)\n apt:\n name: mysql-server\n state: present\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n\n- name: Install MySQL server (RedHat based)\n yum:\n name: mysql-server\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1851,
"all_permissive": false
} |
ansible_role | ElnurBDa/devops-ansible-hw-bhos | 2411b493914ffd9300f57535cdee78d0e101cb91 | 0 | ansible/roles/web | 52 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "# roles/web/tasks/main.yml\n\n- name: Copy pc_store_management app to the remote server\n ansible.builtin.copy:\n src: \"../pc_store_management/\"\n dest: \"/home/devops/pc_store_management/\"\n remote_src: no\n owner: devops\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | mivor/lamp-ansible | 2a22bae177974ea1bf2c2e2a8f5f025e9b8967ab | 0 | provision/roles/apache | 51 | [
"no_license"
] | [
{
"path": "provision/roles/apache/templates/virtualhost.j2",
"content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n\n DocumentRoot {{ app_dir }}\n <Directory {{ app_dir }}>\n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow,deny\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1362,
"all_permissive": false
} |
ansible_role | mivor/lamp-ansible | 2a22bae177974ea1bf2c2e2a8f5f025e9b8967ab | 0 | provision/roles/common | 51 | [
"no_license"
] | [
{
"path": "provision/roles/common/tasks/main.yml",
"content": "---\n- name: fix tty bug\n lineinfile: >\n dest=/root/.profile regexp='^mesg n' line='tty -s && mesg n' state=present backrefs=yes\n\n- name: enable color prompt\n lineinfile: dest=/home/vagrant/.bashrc regexp='#force_color_prompt(.*)$' lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | mivor/lamp-ansible | 2a22bae177974ea1bf2c2e2a8f5f025e9b8967ab | 0 | provision/roles/db | 51 | [
"no_license"
] | [
{
"path": "provision/roles/db/templates/mysql.cnf.j2",
"content": "[client]\nuser={{ root_user}}\npassword={{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "provision/roles/db/tasks/main.yml",
"content": "---\n- name: ensure ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1264,
"all_permissive": false
} |
ansible_role | adriana-rodrigues/tarefa-vivo | 3352471964c78a6b231d81cca5760ca7f1c60280 | 0 | roles/git | 51 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n - name: 'Instalando o Git'\n apt:\n name: git\n state: present\n update_cache: yes\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | adriana-rodrigues/tarefa-vivo | 3352471964c78a6b231d81cca5760ca7f1c60280 | 0 | roles/nginx | 51 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n - name: 'Instalando servidor nginx'\n apt:\n name:\n - nginx\n state: latest\n become: yes\n\n - name: 'Configurando a página index colocando meu nome'\n copy:\n src: 'files/index.html'\n dest: '/usr/share/nginx/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | michelpetterson/ansible-ossec | cff35f1bfe49e623469d7d8c35668ca9059ea418 | 0 | roles/ossim-config | 51 | [
"no_license"
] | [
{
"path": "roles/ossim-config/defaults/main.yml",
"content": "---\n# defaults file for ossec-agent\n\nossec_server_name: \"server.domain.com\"\nossec_server_fqdn: \"server.domain.com\"\nossec_managed_server: true\nossec_agent_package_name: https://updates.atomicorp.com/channels/ossec/debian/pool/main/o/osse... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6547,
"all_permissive": false
} |
ansible_role | NotLGBT/primary | 1319984423e7cfda2a4010515a0d1d0964871b57 | 0 | roles/base | 51 | [
"no_license"
] | [
{
"path": "roles/base/tasks/hosts.yml",
"content": "---\n \n\n - name: create a full clone of the templ with id \n community.general.proxmox_kvm:\n api_host: \"{{ api_host_name }}\"\n api_user: \"{{ api_user_name }}\"\n api_token_secret: <KEY> \n api_token_id: ansible \n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 8058,
"all_permissive": false
} |
ansible_role | Akshay-Hegde/pyrocms-environment | eed2faa102de1cae92c74e32cc37b9749c9f8435 | 1 | vm/ansible/roles/dbserver | 51 | [
"no_license"
] | [
{
"path": "vm/ansible/roles/dbserver/handlers/main.yml",
"content": "- name: restart mysql\n service: name=mysql state=restarted\n\n# End of file roles/dbserver/handlers/main.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "vm/ansible/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | Akshay-Hegde/pyrocms-environment | eed2faa102de1cae92c74e32cc37b9749c9f8435 | 1 | vm/ansible/roles/development | 51 | [
"no_license"
] | [
{
"path": "vm/ansible/roles/development/tasks/main.yml",
"content": "- name: Development | Install Git\n apt: pkg=$item state=installed\n with_items:\n - git\n - git-gui\n - gitk\n\n- name: Development | Run the Shell Script\n script: bootstrap.sh\n\n# End of file roles/development/tasks/main.ym... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | Akshay-Hegde/pyrocms-environment | eed2faa102de1cae92c74e32cc37b9749c9f8435 | 1 | vm/ansible/roles/vhosts | 51 | [
"no_license"
] | [
{
"path": "vm/ansible/roles/vhosts/tasks/main.yml",
"content": "---\n\n# Installs specific vhosts if defined\n- name: Vhosts | Virtual Host configuration\n template: src=vhost.j2 dest=/etc/apache2/sites-available/{{ item.name }}-{{ item.version }}.local\n with_items: $vhosts\n\n# Make sure the vhost is en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2680,
"all_permissive": false
} |
ansible_role | Akshay-Hegde/pyrocms-environment | eed2faa102de1cae92c74e32cc37b9749c9f8435 | 1 | vm/ansible/roles/webserver | 51 | [
"no_license"
] | [
{
"path": "vm/ansible/roles/webserver/tasks/main.yml",
"content": "# Update the repo, because most boxes are heavily outdated\n- name: Common | Update repository\n command: /usr/bin/apt-get update\n\n- name: Common | Apache\n apt: pkg=apache2 state=installed\n\n- name: Common | Apache equired modules\n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1452,
"all_permissive": false
} |
ansible_role | andersonluix/ansible-atualiza-certificados | d6e9e9d948e55de9e6ea7a56f6ffcba16143d2de | 0 | roles/certificado | 51 | [
"no_license"
] | [
{
"path": "roles/certificado/tasks/main.yml",
"content": "---\r\n\r\n- name: Populate service facts\r\n service_facts:\r\n\r\n- name: instala o lsof\r\n ansible.builtin.package:\r\n name: lsof\r\n state: present\r\n \r\n- name: roda as tarefas referente ao apache\r\n ansible.builtin.include_task... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4236,
"all_permissive": false
} |
ansible_role | zenzai7119/terraform | 663232989383dfeeb0d344990f786231d5ce385e | 0 | valheim/roles/system | 51 | [
"no_license"
] | [
{
"path": "valheim/roles/system/tasks/main.yml",
"content": "- name: UFW init setting\n ufw:\n state: enabled\n policy: deny\n become: true\n\n- name: UFW allow valheim ssh ports\n ufw:\n rule: allow\n port: 22\n proto: tcp\n become: true",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | zenzai7119/terraform | 663232989383dfeeb0d344990f786231d5ce385e | 0 | valheim/roles/valheim | 51 | [
"no_license"
] | [
{
"path": "valheim/roles/valheim/templates/valheim.service.j2",
"content": "[Unit]\nDescription=Valheim service\nWants=network-online.target\nAfter=syslog.target network.target nss-lookup.target network-online.target\n\n[Service]\nType=simple\nRestart=on-failure\nRestartSec=10\nStartLimitInterval=60s\nStart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3423,
"all_permissive": false
} |
ansible_role | yuecen/ansible-playbooks | 1c4a77b8d9cee3981e3b32484ddf9a22943c8fa7 | 1 | roles/topbeat | 51 | [
"no_license"
] | [
{
"path": "roles/topbeat/tasks/main.yml",
"content": "---\n- name: creating folder\n file: path=/root/shipper/topbeat state=directory\n\n- name: downloading topbeat\n copy: \n src: topbeat\n force: no\n dest: /root/shipper/topbeat\n mode: 0755\n\n- name: updating topbeat.yaml\n copy: \n sr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3676,
"all_permissive": false
} |
ansible_role | kter/ansible-tutorial | 2053e979ad0b8ab50b7ea7d6a4b90fb5ceaa1581 | 0 | roles/common | 51 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Python用SELinuxライブラリのインストール\n yum:\n name: \"{{ item }}\"\n with_items:\n - libselinux-python\n - policycoreutils-python\n- name: SELinuxの無効化\n selinux:\n policy: targeted\n state: permissive\n register: common_make_selinux_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/catalogue | 51 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": " - name: create robouser, mkdir app, unzip catalogue file\n ansible.builtin.import_role:\n name: common #To call common role. The common has tasks inside that we have repeadted tasks\n tasks_from: app_tasks #Name of a file in common role ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1339,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/common | 51 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd.yml",
"content": "# - name: \"Copy the {{host_name}} file\"\n# ansible.builtin.copy: #Search \"ansible copy module\" in google to find the modules\n# src: \"{{host_name}}.service\"\n# dest: \"/etc/systemd/system/{{host_name}}.service\"\n\n- name: \"Copy the {... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3502,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/dispatch | 51 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app_tasks\n\n- name: go\n ansible.builtin.import_role:\n name: common\n tasks_from: go\n\n- name: system start\n ansible.builtin.import_role:\n name: common\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/mongodb | 51 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": " #In tasks-main.yml file just we need to give the taks information. No need to give host information.\n - name: Copy the mongodb.repo file\n ansible.builtin.copy: #Search ansible copy module in google to find the modules\n src: mongodb.repo\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/mysql | 51 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Disable current versio of mysql\n ansible.builtin.command: dnf module disable mysql -y\n\n- name: Copy file with owner and permissions\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n \n- name: Install MySql\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/payment | 51 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": " - name: create robouser, mkdir app, unzip catalogue file\n ansible.builtin.import_role:\n name: common \n tasks_from: app_tasks \n\n - name: Install Python \n ansible.builtin.import_role:\n name: common \n tasks_from: python\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/rabbitmq | 51 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: configure yum erlang repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: Configure YUM Repos for RabbitMQ\n ansible.builtin.shell: curl -s https://packagecloud.io/i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/shipping | 51 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": " - name: create robouser, mkdir app, unzip catalogue file\n ansible.builtin.import_role:\n name: common #To call common role. The common has tasks inside that we have repeadted tasks\n tasks_from: app_tasks #Name of a file in common role t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | hari-palepu/10_terraform_ansible_roles | e01fd0483196ddfab0968d791a6b3ccbe3083271 | 0 | roles/web | 51 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Remove the default html diectory\n ansible.builtin.file:\n name: /usr/share/nginx/html\n state: absent\n\n- name: Create the html directory\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/build_docker_targets | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/build_docker_targets/handlers/main.yml",
"content": "---\n# handlers file for roles/build_docker_targets",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "ansible_dir/roles/build_docker_targets/tests/test.yml",
"conte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1893,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/docker | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for roles/docker\n- name: Install Pre-requisites\n apt:\n name: ca-certificates,curl,gnupg,lsb-release\n state: latest\n update_cache: yes\n- name: Add an Apt signing key, will not download if present\n apt_key:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1053,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/docker-swarm | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/docker-swarm/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible_dir/roles/docker-swarm/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "ansible_dir/roles/docker-swarm/task... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/mariadb | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/mariadb/defaults/main.yml",
"content": "---\n# defaults file for roles/mariadb\n\nmariadb_user_name: 'omar'\nmariadb_user_password: '<PASSWORD>'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "ansible_dir/roles/mariadb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2137,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/nfs-client | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/nfs-client/vars/main.yml",
"content": "---\n# vars file for roles/nfs-client",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible_dir/roles/nfs-client/tasks/main.yml",
"content": "---\n# tasks file for roles/nfs-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 683,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/nfs-server | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/nfs-server/templates/exports.j2",
"content": "\"{{ mount_directory }}\" \"{{ groups['nfs'][0] }}\"/24(rw,no_root_squash,subtree_check)",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "ansible_dir/roles/nfs-server/default... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/node_exporter | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/node_exporter/tasks/main.yml",
"content": "---\n# tasks file for node_exporter\n- name: Upgrade Packages\n apt:\n update_cache: yes\n upgrade: yes\n- name: Verify If Node Exporter Exists \n stat: \n path: \"{{ node_exporter_bin }}\"\n register: __check_node_exporter\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2201,
"all_permissive": false
} |
ansible_role | OmarCherdal1997/Ansible | 6bdacbeca83cc684fb9ca26d7b2d987ec49a7a03 | 0 | ansible_dir/roles/prometheus | 51 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/prometheus/tasks/main.yml",
"content": "---\n# tasks file for prometheus\n- name: Install Prometheus\n apt:\n name: prometheus\n update_cache: yes\n state: latest\n- name: Prometheus Config 1\n template:\n src: prometheus.j2\n dest: /etc/default/prometheus\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | vleite/InfraAgil6810 | 70f51d1ddf1edb1722f382ea7a699fcf24d914a1 | 0 | ansible/roles/capuz_vermelho | 51 | [
"no_license"
] | [
{
"path": "ansible/roles/capuz_vermelho/tasks/deploy.yml",
"content": "- name: Página HTML\n template:\n src: index.html\n dest: /var/www/html/index.html\n when: ansible_os_family|lower == \"debian\" \n\n- name: \n get_url: \n url: https://storage.googleapis.com/adm-portal.appspot.com/_asset... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 962,
"all_permissive": false
} |
ansible_role | vleite/InfraAgil6810 | 70f51d1ddf1edb1722f382ea7a699fcf24d914a1 | 0 | ansible/roles/puppet | 51 | [
"no_license"
] | [
{
"path": "ansible/roles/puppet/tasks/install_ubuntu.yml",
"content": "- name: Instalando repositorio do puppet no Debian\n apt:\n deb: /tmp/puppet\n state: present\n ignore_errors: True\n\n- name: Instalando puppet no Debian\n apt:\n name: puppet-agent\n update_cache: yes\n state: present... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1265,
"all_permissive": false
} |
ansible_role | automaticdavid/demo_fat_cat | cf1fd74eb7c2abddc2f738b21863d4f2d344a313 | 0 | roles/ec2 | 57 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/ec2_add_hosts.yml",
"content": "- name: Gather facts for instances with Name {{ ec2_scope }}\n ec2_instance_facts:\n region: \"{{ ec2_region }}\"\n filters: \"{{ ec2_lb_filters }}\"\n register: ec2\n\n- name: Build a list of ips and hostnames\n set_fact:\n ips_to_add:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2665,
"all_permissive": false
} |
ansible_role | automaticdavid/demo_fat_cat | cf1fd74eb7c2abddc2f738b21863d4f2d344a313 | 0 | roles/is_it_cat | 57 | [
"no_license"
] | [
{
"path": "roles/is_it_cat/tasks/cat_config_system.yml",
"content": "---\n- name: Verify that the latest Red Hat Subscription Manager is present\n yum:\n name: subscription-manager\n state: latest\n\n- name: Register system into RHSM\n redhat_subscription:\n state: present\n username: \"{{ rhs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | waterponey/clusterboot | 35e4ac8421294dcf02d62a876b037b13fb1404d9 | 1 | roles/common | 57 | [
"no_license"
] | [
{
"path": "roles/common/templates/local-base.repo.j2",
"content": "[base]\nname=Local Base Mirror\nbaseurl={{ repos.base }}\ngpgcheck=0\n\n[updates]\nname=Local Updates Mirror\nbaseurl={{ repos.updates }}\ngpgcheck=0\n\n[extras]\nname=Local Extras Mirror\nbaseurl={{ repos.extras }}\ngpgcheck=0\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1806,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.