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
ThomasMiz/ansible-demo
e9c7df02474726a7b1344abc0aee7a4637341b0c
0
roles/webserver-firewall
7,510
[ "no_license" ]
[ { "path": "roles/webserver-firewall/vars/main.yml", "content": "---\n# vars file for webserver-firewall\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/webserver-firewall/tests/test.yml", "content": "---\n- hosts: localhost\n remote_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1119, "all_permissive": false }
ansible_role
stack2me/radix-monitoring
ffc919ba6255f4cb7cef8b0cd341dcbc5fe3142f
0
roles/radix-monitor
7,510
[ "no_license" ]
[ { "path": "roles/radix-monitor/handlers/main.yml", "content": "---\n# handlers file for radix-monitor", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/radix-monitor/defaults/main.yml", "content": "---\n# defaults file for radix-monitor\nno...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4955, "all_permissive": false }
ansible_role
adelekks/jenkins-playbook
adaf646a0c83af5eced22c013f5575f146474f4e
0
roles/environment
7,510
[ "no_license" ]
[ { "path": "roles/environment/tasks/main.yml", "content": "---\n#- name: Ensure hostname set\n# hostname: name={{ inventory_hostname }}\n# when: not inventory_hostname|match('(\\d{1,3}\\.){3}\\d{1,3}')\n\n- name: upgrade all packages\n yum:\n name: '*'\n state: latest\n\n- name: install the 'Minimal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1244, "all_permissive": false }
ansible_role
cheo21/redmine-playbook-ansible
a37c329126da6c6c7178bca9ba94affde55728a1
0
roles/redmine
7,510
[ "no_license" ]
[ { "path": "roles/redmine/tasks/main.yml", "content": "---\n\n- name: Cargar variables específicas del sistema\n ansible.builtin.include_vars: \"redmine.yml\"\n\n- name: Instalar rvm y Ruby\n ansible.builtin.import_tasks: rvm-ruby.yml\n\n- name: Instalar y configurar Redmine\n ansible.builtin.import_tasks...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 10302, "all_permissive": false }
ansible_role
marioverse/conf
c526656bf6a91f96366c6c4310efbfdf87ef155a
0
ansible/roles/base
7,510
[ "no_license" ]
[ { "path": "ansible/roles/base/README.md", "content": "# Rolename\n\nWhat does the role\n\nwhat needs to be done\n\ntags for the role\n\ndependecies\n\nhow to use\n\nexample\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ansible/roles/base/t...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1922, "all_permissive": false }
ansible_role
nguyenthanhcong101096/vagrantfile
9038479430cf01e0401a7d9777063190499506b3
0
provision/roles/setup
7,510
[ "no_license" ]
[ { "path": "provision/roles/setup/vars/main.yml", "content": "---\nworking_dir: /home/vagrant\nproject_dir: /home/vagrant/data/mina_rails\nrepo: https://github.com/nguyenthanhcong101096/mina_rails.git \n\nruby:\n rbenv_root: /home/vagrant/.rbenv\n version: 2.6.5\n\ndatabase:\n user: vagrant\...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3562, "all_permissive": false }
ansible_role
Serena-Chenzz/WalkabilityAurin
056765ffc2857e35c43dce8e4286208b9bf41123
0
Ansible/roles/common
7,510
[ "no_license" ]
[ { "path": "Ansible/roles/common/tasks/main.yaml", "content": "#format and mount volume\n- name: Format Volume\n become: yes\n filesystem:\n fstype: ext4\n dev: /dev/vdc\n\n- name: Create Mount Dir\n become: yes\n file:\n path: /mnt/demo\n state: directory\n\n- name: Mount Volume\n become: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1105, "all_permissive": false }
ansible_role
dlamspl/rdap
bfc02bf80bdeb49064629f6adca1a3ea61f472e9
0
roles/ec2_base_setup
7,510
[ "no_license" ]
[ { "path": "roles/ec2_base_setup/tasks/main.yml", "content": "---\n## Install base packages\n\n- name: Copy htpdate\n copy:\n src: roles/ec2_base_setup/files/htpdate-1.1.0-1.el7.rf.x86_64.rpm\n dest: /tmp\n remote_src: false\n mode: preserve\n when: ansible_distribution == 'CentOS' or ansible_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1659, "all_permissive": false }
ansible_role
dlamspl/rdap
bfc02bf80bdeb49064629f6adca1a3ea61f472e9
0
roles/ec2_create
7,510
[ "no_license" ]
[ { "path": "roles/ec2_create/defaults/main.yml", "content": "---\n# defaults file for ec2-basic", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "roles/ec2_create/tasks/ec2_splunk.yml", "content": "---\n\n- name: Create security group for Splunk\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 9928, "all_permissive": false }
ansible_role
dlamspl/rdap
bfc02bf80bdeb49064629f6adca1a3ea61f472e9
0
roles/phantom
7,510
[ "no_license" ]
[ { "path": "roles/phantom/tasks/main.yml", "content": "---\n# tasks file for roles/phantom\n# App setup - Just add the json file in files/apps\n\n# Try to find which password is active :/ damn\n\n\n- name: Auth test\n uri:\n url: \"https://{{ groups['phantom_servers'][0] }}/rest/version/\"\n method: G...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 4817, "all_permissive": false }
ansible_role
dlamspl/rdap
bfc02bf80bdeb49064629f6adca1a3ea61f472e9
0
roles/splunk_common
7,510
[ "no_license" ]
[ { "path": "roles/splunk_common/files/automation_user_body.json", "content": "{\n \"allowed_ips\": [\"any\"],\n \"username\": \"automation\",\n \"roles\": [\"Automation\"],\n \"type\": \"automation\"\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, ...
{ "task_files": 14, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 15640, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/automation
7,510
[ "no_license" ]
[ { "path": "roles/automation/tasks/main.yml", "content": "- name: Ignore warnings raised for files with unknown extensions while loading (2.7)\n include_vars:\n dir: vars\n ignore_unknown_extensions: True\n extensions: ['yaml', 'yml', 'json']\n- name: Determine current directory\n command: pwd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1473, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/certs
7,510
[ "no_license" ]
[ { "path": "roles/certs/tasks/main.yml", "content": "- name: Get instance FQDN using tag name\n shell: \"aws ec2 describe-tags --filters Name=resource-id,Values=$(curl -s http://169.254.169.254/latest/meta-data/instance-id) Name=key,Values={{ tag_value }} --region {{ aws_region }} --query 'Tags[0].Value' --...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1947, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/databases
7,510
[ "no_license" ]
[ { "path": "roles/databases/tasks/main.yml", "content": "- name: Ignore warnings raised for files with unknown extensions while loading (2.7)\n include_vars:\n dir: vars\n ignore_unknown_extensions: True\n extensions: [\"yaml\", \"yml\", \"json\"]\n\n- name: Copy MongoDB 6.0 binary to OM servers\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3988, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/metadatadb
7,510
[ "no_license" ]
[ { "path": "roles/metadatadb/tasks/main.yml", "content": "- name: Ignore warnings raised for files with unknown extensions while loading (2.7)\n include_vars:\n dir: vars\n ignore_unknown_extensions: True\n extensions: ['yaml', 'yml', 'json']\n\n- name: Copy MongoDB 6.0 binary to OM servers\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3468, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/monitoring
7,510
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "- name: Include om-vars.yaml written by terraform during deployment\n include_vars:\n file: vars/global-vars.yml\n\n- name: \"Enable monitoring on hosts of project-rs0 and project-rs1\"\n vars:\n url: \"{{ om_url.0 }}/api/public/v1.0/groups/{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/nodes
7,510
[ "no_license" ]
[ { "path": "roles/nodes/tasks/main.yml", "content": "- name: Include om-vars.yaml written by terraform during deployment\n include_vars:\n file: vars/global-vars.yml\n\n- name: Fetch the Secrets from the aws Secret manager\n set_fact:\n project_keys: \"{{ lookup('amazon.aws.aws_secret', project_name,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2478, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/opsmgr
7,510
[ "no_license" ]
[ { "path": "roles/opsmgr/tasks/main.yml", "content": "- name: Ignore warnings raised for files with unknown extensions while loading (2.7)\n include_vars:\n dir: vars\n ignore_unknown_extensions: True\n extensions: ['yaml', 'yml', 'json']\n\n- name: Copy OM Binary to OM servers\n copy:\n src: ....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4790, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/os-changes
7,510
[ "no_license" ]
[ { "path": "roles/os-changes/tasks/init.yml", "content": "- name: Update Packages and Install Required Packages\n become: true\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - cyrus-sasl\n - cyrus-sasl-gssapi\n - cyrus-sasl-plain\n - krb5-libs\n - libcurl\n - net-snmp\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 11235, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/s3blockstore
7,510
[ "no_license" ]
[ { "path": "roles/s3blockstore/tasks/main.yml", "content": "- name: Include ../../vars/om-vars.yaml written by terraform during deployment\n include_vars:\n file: vars/global-vars.yml\n\n- name: \"Set OM Base URL\"\n set_fact:\n om_base_url: \"{{ om_internal_url.0 }}/api/public/v1.0/admin/backup/snap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1876, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/s3oplogstore
7,510
[ "no_license" ]
[ { "path": "roles/s3oplogstore/tasks/main.yml", "content": "- name: Include ../../vars/om-vars.yaml written by terraform during deployment\n include_vars:\n file: vars/global-vars.yml\n\n- name: \"Set OM Base URL\"\n set_fact:\n om_base_url: \"{{ om_url.0 }}/api/public/v1.0/admin/backup/oplog/s3Confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1629, "all_permissive": false }
ansible_role
delbridgesolutions/Opsmanager-Mongo
79a3420a7c701f999069119a5b98faa997631876
0
roles/usersorgprjs
7,510
[ "no_license" ]
[ { "path": "roles/usersorgprjs/tasks/initial-user.yml", "content": "- name: Include ../../vars/om-vars.yaml written by terraform during deployment\n include_vars:\n file: vars/global-vars.yml\n- name: Create frist user\n block:\n - name: Generate API keys if not present in AWS Secret Manager\n b...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7526, "all_permissive": false }
ansible_role
slavlen/server-statics
accbd0e04896f4bbf3a3d330c4e3ab9857b67eb6
0
ansible/roles/nginx
7,518
[ "no_license" ]
[ { "path": "ansible/roles/nginx/handlers/main.yml", "content": "- name: Reload Nginx\n ansible.builtin.service:\n name: nginx\n state: reloaded\n listen: \"Reload Nginx\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "ansible/roles/nginx/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1238, "all_permissive": false }
ansible_role
slavlen/server-statics
accbd0e04896f4bbf3a3d330c4e3ab9857b67eb6
0
ansible/roles/packages
7,518
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "- name: Install additional packages\n ansible.builtin.package:\n name: \"{{ packages }}\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
slavlen/server-statics
accbd0e04896f4bbf3a3d330c4e3ab9857b67eb6
0
ansible/roles/ssh
7,518
[ "no_license" ]
[ { "path": "ansible/roles/ssh/handlers/main.yml", "content": "- name: Reload SSH configuration gracefully\n ansible.builtin.shell:\n cmd: /usr/sbin/sshd -t && kill -HUP $(cat /var/run/sshd.pid)\n ignore_errors: false\n listen: \"Reload SSH\"", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 483, "all_permissive": false }
ansible_role
slavlen/server-statics
accbd0e04896f4bbf3a3d330c4e3ab9857b67eb6
0
ansible/roles/static
7,518
[ "no_license" ]
[ { "path": "ansible/roles/static/tasks/main.yml", "content": "- name: Create static directory\n ansible.builtin.file:\n path: \"{{ nginx.static_dir }}\"\n state: directory\n mode: '0755'\n\n- name: Download static files\n ansible.builtin.get_url:\n url: \"{{ item }}\"\n dest: \"{{ nginx.stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
slavlen/server-statics
accbd0e04896f4bbf3a3d330c4e3ab9857b67eb6
0
ansible/roles/users
7,518
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "- name: Manage users\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n shell: \"{{ item.shell }}\"\n state: \"{{ item.state }}\"\n groups: \"{{ item.groups | join(',') }}\"\n password: \"{{ item.password | password_hash('<PASSWO...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 878, "all_permissive": false }
ansible_role
slavlen/server-statics
accbd0e04896f4bbf3a3d330c4e3ab9857b67eb6
0
ansible/roles/zsh
7,518
[ "no_license" ]
[ { "path": "ansible/roles/zsh/tasks/main.yml", "content": "- name: Install zsh\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Download Oh-My-Zsh installer\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh\n dest: /hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
DebbieQ/Project3
8afda5dca6272e97d7df64b7a399a0359dcb2184
0
.circleci/ansible/roles/configure-server
7,518
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"Install Node.js 13\"\n become: true\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n sudo apt install -y nodejs\n sudo npm install --global n\n sudo n 13.8.0\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
vasuramisetti/sky-copyfiles-test
d595ad6c303c8f440a0e1aa4d3b712c9cf39356d
0
ansible-playbook/prepod/roles/Deploy
7,518
[ "no_license" ]
[ { "path": "ansible-playbook/prepod/roles/Deploy/tasks/copy.yml", "content": "---\r\n- copy:\r\n src: \"{{item.src}}\"\r\n dest: \"{{item.dest}}\"\r\n mode: 0744\r\n become: yes\r\n become_user: Vasudev\r\n with_items:\r\n - { src: ../../documentation/preprodconfigs/led01506/ , dest: /tmp/skynet-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2716, "all_permissive": false }
ansible_role
vasuramisetti/sky-copyfiles-test
d595ad6c303c8f440a0e1aa4d3b712c9cf39356d
0
ansible-playbook/prepod/roles/Rollback
7,518
[ "no_license" ]
[ { "path": "ansible-playbook/prepod/roles/Rollback/files/rollback_skynet.sh", "content": "#!/bin/bash\n\n\n#################################################################################\n#\n# Script to roll back skynet application\n#\n#####################################################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1480, "all_permissive": false }
ansible_role
vasuramisetti/sky-copyfiles-test
d595ad6c303c8f440a0e1aa4d3b712c9cf39356d
0
ansible-playbook/prod/roles/Deploy
7,518
[ "no_license" ]
[ { "path": "ansible-playbook/prod/roles/Deploy/tasks/main.yml", "content": "---\n - name: Stop skynet application with Sudo privileges\n become: yes\n become_user: root\n command: /sbin/initctl stop skynet\n ignore_errors: yes\n\n - name: Copy config files to prod server based on hostname\n become:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6192, "all_permissive": false }
ansible_role
vasuramisetti/sky-copyfiles-test
d595ad6c303c8f440a0e1aa4d3b712c9cf39356d
0
ansible-playbook/prod/roles/Rollback
7,518
[ "no_license" ]
[ { "path": "ansible-playbook/prod/roles/Rollback/tasks/main.yml", "content": "---\n - name: Stop skynet application with user Sudo privileges\n become: yes\n become_user: root\n command: /sbin/initctl stop skynet\n ignore_errors: yes\n\n - name: Copy Rollback script to prod server with user wngapp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
sktrinh12/ansible-react-node
f074e758b157c71ec806c4b62f6bd04d9321df5a
0
roles/nginx
7,518
[ "no_license" ]
[ { "path": "roles/nginx/templates/react-app.conf.j2", "content": "server {\n {% if domain_name is defined and domain_name %}\n listen 80;\n server_name {{ domain_name }};\n {% else %}\n listen 80;\n listen [::]:80;\n {% endif %}\n\n location / {\n root {{ app_root }}/dist;\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1176, "all_permissive": false }
ansible_role
warhunt/ab-logstash
32f43c6ca337ff36200a3c0958546979505afe84
0
roles/elasticsearch
7,518
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n# tasks file for elasticsearch\n- name: Install a elasticsearch-2.4.2.deb package from the internet\n apt:\n deb: https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.2/elasticsearch-2.4.2....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2514, "all_permissive": false }
ansible_role
warhunt/ab-logstash
32f43c6ca337ff36200a3c0958546979505afe84
0
roles/java
7,518
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n- name: Install openjdk-8-jdk\n apt:\n name: openjdk-8-jdk\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
warhunt/ab-logstash
32f43c6ca337ff36200a3c0958546979505afe84
0
roles/logstash
7,518
[ "no_license" ]
[ { "path": "roles/logstash/defaults/main.yml", "content": "---\n# defaults file for logstash\nsender_ip: 192.168.9.15\nsender_port: 10514", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/logstash/templates/input.j2", "content": "input {\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1021, "all_permissive": false }
ansible_role
ryan95/blog
675ddeaedd96637f9b4a7daf5e98dd5e056339b6
0
Ansible/Playbooks/BaseBuild/roles/joindomain
7,518
[ "no_license" ]
[ { "path": "Ansible/Playbooks/BaseBuild/roles/joindomain/vars/main.yml", "content": "---\ndomainname: blog.local\nOU: \"OU=Servers,DC=blog,DC=local\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "Ansible/Playbooks/BaseBuild/roles/joindomain/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 442, "all_permissive": false }
ansible_role
ryan95/blog
675ddeaedd96637f9b4a7daf5e98dd5e056339b6
0
Ansible/Playbooks/BaseBuild/roles/region
7,518
[ "no_license" ]
[ { "path": "Ansible/Playbooks/BaseBuild/roles/region/tasks/main.yml", "content": "---\n - name: Set Location and format to UK\n win_region:\n unicode_language: en-GB\n format: en-GB\n location: 242\n register: region\n\n - win_reboot:\n when: region.restart_required\n\n - name: Set Timezone to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 381, "all_permissive": false }
ansible_role
ryan95/blog
675ddeaedd96637f9b4a7daf5e98dd5e056339b6
0
Ansible/Playbooks/WebServer/roles/Install-IIS
7,518
[ "no_license" ]
[ { "path": "Ansible/Playbooks/WebServer/roles/Install-IIS/tasks/main.yml", "content": "---\n - name: Install IIS with sub features and Management tools\n win_feature:\n name: Web-Server\n state: present\n include_sub_features: yes\n include_management_tools: yes\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
naren-devops/ansible-repo
58456cd396fcbed8780b7b154f375430049f98e0
0
roles/nginx
7,518
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "#app_dir: \"/home/vagrant/app-dir\"\nnginx_repo: \"http://nginx.org/packages/centos/7/$basearch/\"\nuser: \"nginx\"\nport: 8180\npassword: \"<PASSWORD>\"\nauth_file_path: \"/etc/nginx/.htpasswd\"\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1156, "all_permissive": false }
ansible_role
dmerick/infra-agil-ansible
ddcc195568ac2c346f4e5a5f9cb4d6a468036f9a
0
roles/docker
7,518
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Instalando dependencias\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - \"apt-transport-https\"\n - \"ca-certificates\"\n - \"curl\"\n - \"software-properties-common\"\n when: ansible_distribution == \"Ubuntu\"\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 726, "all_permissive": false }
ansible_role
assafkamil/microservices
30dbfa18eb39eb9d6433fe2b5c09a26baba42900
0
deployment/ansible/microservice/roles/microservices.cloudcommit
7,518
[ "no_license" ]
[ { "path": "deployment/ansible/microservice/roles/microservices.cloudcommit/tasks/https.yml", "content": "---\n\n- name: install git\n apt: name={{item}} state=latest update_cache=yes\n with_items:\n - git\n - build-essential\n - fakeroot\n - dpkg-dev\n\n- name: install git\n file: path=/tmp/g...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1945, "all_permissive": false }
ansible_role
assafkamil/microservices
30dbfa18eb39eb9d6433fe2b5c09a26baba42900
0
deployment/ansible/microservice/roles/microservices.microservice
7,518
[ "no_license" ]
[ { "path": "deployment/ansible/microservice/roles/microservices.microservice/vars/main.yml", "content": "---\n\nsupervisor_tasks:\n - name: springboot\n command: \"{{ springboot_command }}\"\n autostart: true\n autorestart: true\n stdout_logfile: syslog\n stderr_logfile: syslog\nnewrelic_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1901, "all_permissive": false }
ansible_role
assafkamil/microservices
30dbfa18eb39eb9d6433fe2b5c09a26baba42900
0
deployment/ansible/microservice/roles/tumf.newrelic
7,518
[ "no_license" ]
[ { "path": "deployment/ansible/microservice/roles/tumf.newrelic/.gitignore", "content": ".*\n*~\n!.git*\n!.travis.yml\n!.editorconfig\n/tests/outputs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "deployment/ansible/microservice/roles/tumf.newrel...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7325, "all_permissive": false }
ansible_role
venkatdaws/ansible-roles
0d833c8807d1c2d78aa7fcd8126c4e7165751253
0
roles/frontend
7,518
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: install nginx server\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: start and enable nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: run the app from prerequisites\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
DmitryV81/HW20_iptables
8b4c7d131c33cf46a59df1d20edc849f9dc04bea
0
roles/routers
7,518
[ "no_license" ]
[ { "path": "roles/routers/tasks/main.yaml", "content": "---\n- name: Set up NAT on inetRouter\n block:\n - name: set up route on inetRouter eth1\n template:\n src: inetRouter_route_eth1.j2\n dest: /etc/sysconfig/network-scripts/route-eth1\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3116, "all_permissive": false }
ansible_role
DmitryV81/HW20_iptables
8b4c7d131c33cf46a59df1d20edc849f9dc04bea
0
roles/servers
7,518
[ "no_license" ]
[ { "path": "roles/servers/tasks/main.yaml", "content": "---\n- name: disable default route on centralServer\n lineinfile:\n dest: /etc/sysconfig/network-scripts/ifcfg-eth0\n line: DEFROUTE=no \n when: (ansible_hostname == \"centralServer\")\n\n- name: add default gateway for centralServer\n lineinfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
Thang1102/Auto-install-WP
31032f71e3261ee70e32e5258746d156eafec0e1
0
centos7+8/roles/webserver
7,518
[ "no_license" ]
[ { "path": "centos7+8/roles/webserver/handlers/main.yaml", "content": "---\r\n- name: restart apache service \r\n service: name=httpd state=restarted\r\n- name: restart mysql service \r\n service: name=mariadb state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3122, "all_permissive": false }
ansible_role
pranav/CCISCloudApi
cd052e0aa292072a06233258a22452eedb57bf8c
0
ansible/roles/mysql
7,518
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yaml", "content": "---\n- name: Install mysql-server\n yum: name=mysql-server state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
pranav/CCISCloudApi
cd052e0aa292072a06233258a22452eedb57bf8c
0
ansible/roles/nginx
7,518
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install nginx-server\n yum: name=nginx state=installed\n\n- name: Start NGINX server\n service: name=nginx state=started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
PiAndou/4DVOP
0c82c87b66328ab29dbd49d46257768610e52d55
0
ansible/roles/haproxy
7,518
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: Install HAProxy\n apt:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: Copy HAProxy configuration\n copy:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n notify: restart haproxy\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
PiAndou/4DVOP
0c82c87b66328ab29dbd49d46257768610e52d55
0
ansible/roles/nginx
7,518
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n update_cache: \"yes\"\n\n- name: Copy NGINX configuration\n copy:\n src: nginx.conf\n dest: /etc/nginx/sites-available/default\n notify: restart nginx\n\n- name: C...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
PiAndou/4DVOP
0c82c87b66328ab29dbd49d46257768610e52d55
0
jenkins/ansible/roles/app
7,518
[ "no_license" ]
[ { "path": "jenkins/ansible/roles/app/tasks/main.yml", "content": "---\n- name: Copy HAProxy configuration\n copy:\n src: haproxy.cfg\n dest: /etc/haproxy.cfg\n\n- name: Create 4dvop-network\n docker_network:\n name: 4dvop-network\n\n- name: Deploy 4dvop-app:nginx\n docker_container:\n name: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
PiAndou/4DVOP
0c82c87b66328ab29dbd49d46257768610e52d55
0
jenkins/ansible/roles/docker
7,518
[ "no_license" ]
[ { "path": "jenkins/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker requirements\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Add Docker APT key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
wikitops/ansible_rke
cce5ef1ecab64768ba5df8a943c626215a231fa1
0
roles/rke
7,511
[ "no_license" ]
[ { "path": "roles/rke/defaults/main.yml", "content": "---\n\n###\n# RKE\n###\n\n# Version\nrke_version: \"v1.1.3\"\n\n# Binary URL\nrke_binary_url: \"https://github.com/rancher/rke/releases/download/{{ rke_version }}/rke_linux-amd64\"\n\n# Local binary path\nrke_install_dir: \"/usr/local/bin\"\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 560, "all_permissive": false }
ansible_role
tangrasmus/ansible-prox
d72962cdfb5806e8aefebd0c3801bdd65d2da39b
0
roles/base
7,511
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n authorized_key:\n user: simone\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 83, "all_permissive": false }
ansible_role
jussisallinen/webapp
c0b04384fafd26573d3d8035612c53ccabb0b932
3
ansible/roles/ami-build
7,511
[ "no_license" ]
[ { "path": "ansible/roles/ami-build/tasks/main.yml", "content": "- name: provision build vpc\n terraform:\n project_path: '{{ project_dir }}'\n state: present\n force_init: true\n register: terraform\n\n- debug:\n var: terraform.outputs.subnet_id.value\n\n- name: build packer template webapp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 488, "all_permissive": false }
ansible_role
jussisallinen/webapp
c0b04384fafd26573d3d8035612c53ccabb0b932
3
ansible/roles/aws-deploy
7,511
[ "no_license" ]
[ { "path": "ansible/roles/aws-deploy/tasks/main.yml", "content": "- name: provision vpc\n terraform:\n project_path: ../terraform/webapp/\n state: present\n force_init: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 113, "all_permissive": false }
ansible_role
inesterenko/ansible-centos7-os-initial
4757730ff7f6c7df4b1aeba58f562d976a0e525e
0
roles/base
7,511
[ "no_license" ]
[ { "path": "roles/base/defaults/main.yml", "content": "---\n# defaults file for base\n#Hostname\nhostname: \"ChangeME\"\n\n#vmtools\nvm_tools_install: 0\n\n#NTP\npref_ntp: skip\nntp_area: 'ua'\nntp_servers:\n - \"0{{ '.' + ntp_area if ntp_area else '' }}.pool.ntp.org iburst\"\n - \"1{{ '.' + ntp_area if nt...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 4950, "all_permissive": false }
ansible_role
inesterenko/ansible-centos7-os-initial
4757730ff7f6c7df4b1aeba58f562d976a0e525e
0
roles/iptables
7,511
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "- include_tasks: iptables.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/iptables/tasks/iptables.yml", "content": "- name: Default policy before configure\n iptables:\n c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2100, "all_permissive": false }
ansible_role
inesterenko/ansible-centos7-os-initial
4757730ff7f6c7df4b1aeba58f562d976a0e525e
0
roles/repo
7,511
[ "no_license" ]
[ { "path": "roles/repo/defaults/main.yml", "content": "---\n# defaults file for repo\nrepositories:\n - name: CentOS-Base\n priorities:\n - name: base\n priority: 1\n - name: updates\n priority: 1\n - name: extras\n priority: 1\n - name: centosplus\n priori...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1217, "all_permissive": false }
ansible_role
inesterenko/ansible-centos7-os-initial
4757730ff7f6c7df4b1aeba58f562d976a0e525e
0
roles/users
7,511
[ "no_license" ]
[ { "path": "roles/users/tasks/users.yml", "content": "- name: Install essential packages\n yum:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - curl\n - rsync\n - sudo\n - wget\n - net-tools\n\n\n- name: Ensure sudo group is present\n group:\n name: sudo\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1776, "all_permissive": false }
ansible_role
avcudenoir/ansible_personal
40318d9cb3f206704e833cbedfbce8061cc4aae0
0
roles/fedora
7,511
[ "no_license" ]
[ { "path": "roles/fedora/files/.shell_extras.sh", "content": "alias touchscreen=\"xinput disable 10\"\nalias touchscreenUSB=\"echo 'auto' > '/sys/bus/usb/devices/1-4/power/control'\"\nalias update='sudo dnf upgrade'\nalias mv='mv -i'\nalias cp='cp -i'\nalias ln='ln -i'\nalias suspend='systemctl suspend'\nali...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 14, "total_bytes": 6749, "all_permissive": false }
ansible_role
Msahu201989/september-roboshop-ansible
3f56dbc8f89175512ad3f43801847fa3bbac0b55
0
roles/common
7,511
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "#echo \"Downlod NodeJs Component\"\n#curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash - &>>$LOG_FILE\n#StatusCheck $?\n#\n#echo \" Installing Nodejs\"\n#yum install nodejs -y &>>$LOG_FILE\n#StatusCheck $?\n#\n#\n#APP_PREREQ ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2064, "all_permissive": false }
ansible_role
Msahu201989/september-roboshop-ansible
3f56dbc8f89175512ad3f43801847fa3bbac0b55
0
roles/frontend
7,511
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n\n\n- name: removing old web contents\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Download Nginx web content & extract\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
mithunreddyt/ansible-roboshop
1200ee8d731d3b05af2f957b6c8cc21bffae84e2
0
roles/cart
7,511
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: Include node js task from common\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
mithunreddyt/ansible-roboshop
1200ee8d731d3b05af2f957b6c8cc21bffae84e2
0
roles/catalogue
7,511
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: import nodejs task from common\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
mithunreddyt/ansible-roboshop
1200ee8d731d3b05af2f957b6c8cc21bffae84e2
0
roles/common
7,511
[ "no_license" ]
[ { "path": "roles/common/tasks/golang.yaml", "content": "- name: Install goalng\n ansible.builtin.yum:\n name: golang\n state: installed\n\n- name: Add application user\n ansible.builtin.include_tasks:\n file: app-preq.yaml\n\n- name: create app Directory\n ansible.builtin.file:\n path: /app\n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2555, "all_permissive": false }
ansible_role
mithunreddyt/ansible-roboshop
1200ee8d731d3b05af2f957b6c8cc21bffae84e2
0
roles/frontend
7,511
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Remove old HTTP Documents\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n#once the directory is removed above, we need to cre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
mithunreddyt/ansible-roboshop
1200ee8d731d3b05af2f957b6c8cc21bffae84e2
0
roles/mongodb
7,511
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: copy Mongodb yum repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB Server\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Replace port in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
mithunreddyt/ansible-roboshop
1200ee8d731d3b05af2f957b6c8cc21bffae84e2
0
roles/user
7,511
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: import nodejs tasks from common\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
myllynen/rhel-image
9d692d088d47dac78dd7a1c50dd38c287fc9e96f
16
roles/rhel_image
7,511
[ "no_license" ]
[ { "path": "roles/rhel_image/tasks/main.yml", "content": "---\n- name: Setup Image Builder\n ansible.builtin.include_tasks: builder_setup.yml\n when: rhel_image_do_setup | bool\n\n- name: Build image\n ansible.builtin.include_tasks: build_image.yml\n when: rhel_image_do_build | bool\n\n- name: Fetch imag...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 13617, "all_permissive": false }
ansible_role
Jothireddy/-Ansible-for-Configuration-Management
850438d0a581ed85e545d274e798f66bce7ae439
0
roles/common
7,511
[ "no_license" ]
[ { "path": "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 prerequisite packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1014, "all_permissive": false }
ansible_role
Jothireddy/-Ansible-for-Configuration-Management
850438d0a581ed85e545d274e798f66bce7ae439
0
roles/docker_app
7,511
[ "no_license" ]
[ { "path": "roles/docker_app/tasks/templates/docker-compose.yml.j2", "content": "version: '3'\nservices:\n sample_app:\n image: nginx:latest\n ports:\n - \"80:80\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/docker_app/tasks/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 365, "all_permissive": false }
ansible_role
fadi12321/test-for-deep-11
059a3bfcad4211348fec7d5092936e9f3d22f4b0
0
gitaly-master/gitaly-master/_support/benchmarking/roles/gitaly
7,511
[ "no_license" ]
[ { "path": "gitaly-master/gitaly-master/_support/benchmarking/roles/gitaly/tasks/setup_ruby.yml", "content": "---\n- name: Install Ruby build dependencies\n apt:\n name:\n - autogen\n - autoconf\n - build-essential\n - libtool\n - libyaml-dev\n - libreadline6-dev\n - li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
aludwar/ansible
e804728084154b78f305f47632f59f1a09329ee2
3
roles/base
7,511
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install chrony [Fedora distro]\n dnf: name=chrony state=present\n when: ansible_distribution == 'Fedora' and ansible_distribution_major_version|int >= 22\n tags: chrony\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4465, "all_permissive": false }
ansible_role
aludwar/ansible
e804728084154b78f305f47632f59f1a09329ee2
3
roles/tower-cli-setup
7,511
[ "no_license" ]
[ { "path": "roles/tower-cli-setup/tasks/main.yml", "content": "- name: Enable Ansible Tower CLI Repo\n template:\n src: templates/tower-cli.repo.j2\n dest: /etc/yum.repos.d/tower-cli.repo\n owner: root\n group: root\n\n- name: Install Ansible Tower CLI packages\n yum:\n name: ansible-tower-c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/compute_neutron
7,511
[ "no_license" ]
[ { "path": "roles/compute_neutron/templates/linuxbridge_agent.ini.j2", "content": "[DEFAULT]\n[agent]\n[linux_bridge]\nphysical_interface_mappings = {{ flat_networks }}:{{ bridge_mappings }}\n[securitygroup]\n[vxlan]\nenable_vxlan = True\nlocal_ip = {{ ansible_host }}\nl2_population = True\n[securitygroup]\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1704, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/compute_nova
7,511
[ "no_license" ]
[ { "path": "roles/compute_nova/tasks/main.yml", "content": "---\n- name: Install Nova Compute packages\n yum: state=present name={{ item }}\n with_items:\n - openstack-nova-compute\n\n- name: Copy nova file\n template:\n src: \"{{ nova_compute_src }}\"\n dest: \"{{ nova_compute_dir }}\"\n owner: no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2055, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/dashboard
7,511
[ "no_license" ]
[ { "path": "roles/dashboard/tasks/main.yml", "content": "---\n- name: Install Openstack-dashboard components packages\n yum: state=present name={{ item }}\n with_items:\n - openstack-dashboard\n\n- name: Configure the dashboard to use OpenStack services on the controller node\n template:\n src: \"{{ lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/environment
7,511
[ "no_license" ]
[ { "path": "roles/environment/tasks/main.yml", "content": "---\n- name: Enable the OpenStack repository\n action: yum name={{ mitaka_repo }} state=installed\n\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Install OpenStack client and openstack-selinux packages\n yum: state=present na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/glance
7,511
[ "no_license" ]
[ { "path": "roles/glance/templates/glance_db.sh.j2", "content": "/usr/bin/mysql -uroot -e \"grant all on glance.* to glance@{{ inventory_hostname }} identified by '{{ glancedb_password }}';\"\n/usr/bin/mysql -uroot -e \"grant all on glance.* to glance@localhost identified by '{{ glancedb_password }}';\"\n/us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5709, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/host-file
7,511
[ "no_license" ]
[ { "path": "roles/host-file/tasks/main.yml", "content": "---\n- name: Update hosts file\n lineinfile: dest={{ hosts_dir }} line=\"{{ hosts_info }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/ironic
7,511
[ "no_license" ]
[ { "path": "roles/ironic/templates/inspector.conf.j2", "content": "[DEFAULT]\ndebug = True\nlog_dir = /var/log/ironic-inspector\n[database]\nconnection = sqlite:////var/lib/ironic-inspector/inspector.sqlite\n[discoverd]\n[firewall]\n[ironic]\nos_auth_url =http://{{ ansible_host2 }}:5000/v2.0\nos_username = i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6863, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/keystone
7,511
[ "no_license" ]
[ { "path": "roles/keystone/tasks/main.yml", "content": "---\n- name: Create Keystone database \n mysql_db: name=keystone state=present\n\n- name: Grant proper access to the keystone database\n mysql_user: name=keystone password={{ <PASSWORD> }} priv=*.*:ALL,GRANT state=present\n\n- name: Install openstack-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8684, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/mysql
7,511
[ "no_license" ]
[ { "path": "roles/mysql/templates/mariadb_openstack.cnf.j2", "content": "[mysqld]\nbind-address = {{ ansible_host }} \ndefault-storage-engine = innodb\ninnodb_file_per_table\nmax_connections = 4096\ncollation-server = utf8_general_ci\ncharacter-set-server = utf8\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1575, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/neutron
7,511
[ "no_license" ]
[ { "path": "roles/neutron/templates/metadata_agent.ini.j2", "content": "[DEFAULT]\nverbose = True\nnova_metadata_ip = {{ inventory_hostname }}\nmetadata_proxy_shared_secret = {{ secret_password }}\n[AGENT]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7663, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/nova
7,511
[ "no_license" ]
[ { "path": "roles/nova/tasks/main.yml", "content": "---\n- name: Create Nova database \n mysql_db: name=nova state=present\n\n- name: Create Nova_api database\n mysql_db: name=nova_api state=present\n\n- name: Grant proper access to the nova database\n mysql_user: name=nova password={{ <PASSWORD> }} priv=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6308, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/openstack-liberty-repo
7,511
[ "no_license" ]
[ { "path": "roles/openstack-liberty-repo/templates/openstack-liberty.repo.j2", "content": "[openstack-liberty]\nname=openstack-liberty\nbaseurl=file://{{ repo_dir }}/openstack-liberty\nenabled=1\ngpgcheck=0\npriority=1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2324, "all_permissive": false }
ansible_role
jmakanjuola/openstack-mitaka
4be773923de64e6bf2793fb7acf7f25645af71fd
0
roles/rabbitmq
7,511
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "---\n- name: Install message queue service packages\n yum: state=present name={{ item }}\n with_items:\n - rabbitmq-server\n\n- name: Start message queue service\n service: name=rabbitmq-server state=started enabled=yes\n\n- name: Create rabbitmq us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
dipsprajapati/lab-roles
b51e35848f097812af024c9b384db159e95105bb
0
roles/dipesh.myenv
7,511
[ "no_license" ]
[ { "path": "roles/dipesh.myenv/handlers/main.yml", "content": "---\n# handlers file for dipesh.myenv", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/dipesh.myenv/vars/main.yml", "content": "---\n# vars file for dipesh.myenv\n\nmyenv_packag...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 659, "all_permissive": false }
ansible_role
horadoqa/taas
e16bceb8c3a02e393562fbbf2b17a1894fb69be5
0
infra/ansible/roles/k6
7,511
[ "no_license" ]
[ { "path": "infra/ansible/roles/k6/tasks/configure_k6_tests.yaml", "content": "- name: Baixa os scripts para o teste de carga\n git:\n repo: \"{{ k6_repo_tests }}\"\n dest: \"{{ k6_dest_dir }}\"\n single_branch: yes\n version: \"{{ k6_repo_branch }}\"\n force: yes\n when: k6_clone_repo\n- na...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9428, "all_permissive": false }
ansible_role
horadoqa/taas
e16bceb8c3a02e393562fbbf2b17a1894fb69be5
0
infra/ansible/roles/prometheus
7,511
[ "no_license" ]
[ { "path": "infra/ansible/roles/prometheus/templates/etc/systemd/system/prometheus.service.j2", "content": "[Unit]\nDescription=Prometheus\nWants=network-online.target\nAfter=network-online.target\n\n[Service]\nUser=prometheus\nExecStart=/opt/prometheus/prometheus \\\n--config.file /etc/prometheus/prometheus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3686, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/CBTS_accounts
7,511
[ "no_license" ]
[ { "path": "roles/CBTS_accounts/files/mscompute_users.yml", "content": "---\n users:\n - username: mlinden \n comment: \"<NAME> <<EMAIL>>\" \n uid: 2000 \n state: present\n\n - username: dshort \n comment: \"<NAME> <<EMAIL>>\" \n uid: 2001\n state: present \n\n - username: rl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2639, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/epel
7,511
[ "no_license" ]
[ { "path": "roles/epel/defaults/main.yml", "content": "---\n# defaults file for epel\nepel_url: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, { "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1167, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/firewall
7,511
[ "no_license" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "---\n# defaults file for firewall\nfirewall_enabled: no # no, yes \nfirewall_state: stopped # stopped, started\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/firewall/READ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 993, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/infrastructure_syslog
7,511
[ "no_license" ]
[ { "path": "roles/infrastructure_syslog/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - infrastructure_syslog", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/infrastructure_syslog/README.md", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3149, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/install-packages
7,511
[ "no_license" ]
[ { "path": "roles/install-packages/README.md", "content": "Role Name\n=========\n\nInitial package installation for new servers. \n\nDependencies\n------------\n\nDependent on a normal CBTS Xaas cloud deployment\n\nExample Playbook\n----------------\n\nIncluding an example of how to use your role (for instan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1815, "all_permissive": false }
ansible_role
dougshort/ms-compute-sandbox
a86d681cf6c102dbe654cfdfcd532388719a21b6
0
roles/ipv6
7,511
[ "no_license" ]
[ { "path": "roles/ipv6/tasks/main.yml", "content": "---\n# tasks file for ipv6\n- name: Disable IPV6\n lineinfile:\n state: present\n dest: /etc/sysctl.conf\n backup: yes\n regexp: '{{ item }}'\n insertafter: EOF\n line: '{{ item }}'\n with_items:\n - '# disable ipv6'\n - 'net.ipv6....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 335, "all_permissive": false }