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
danieljamesrees/personal_ubuntu_setup
f26d138b30d5383f3949de84f44107a76beb6b65
0
roles/git_client
7,478
[ "no_license" ]
[ { "path": "roles/git_client/tasks/main.yml", "content": "---\n\n- name: Install git.\n package:\n name: 'git=1:2.14.1-1ubuntu4'\n become: true\n\n# - name: Check whether git LFS is already installed.\n# command: 'git lfs'\n# ignore_errors: true\n# register: is_git_lfs_present\n#\n# - name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2002, "all_permissive": false }
ansible_role
danieljamesrees/personal_ubuntu_setup
f26d138b30d5383f3949de84f44107a76beb6b65
0
roles/system
7,478
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "---\n\n- name: Install utilities.\n package:\n name: \"{{ packages_to_install | join(',') }}\"\n become: yes\n\n- name: Disable clobbering.\n lineinfile:\n line: set -o noclobber\n path: '/etc/bash.bashrc'\n regexp: '^set -o noclobber'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1233, "all_permissive": false }
ansible_role
danieljamesrees/personal_ubuntu_setup
f26d138b30d5383f3949de84f44107a76beb6b65
0
roles/workstation
7,478
[ "no_license" ]
[ { "path": "roles/workstation/files/.bashrc", "content": "read -s -p \"Enter your Ansible Vault password:\" line\nexport ANSIBLE_VAULT_PASSWORD=\"${line}\"\n\n# Set the terminal title.\necho -ne \"\\033]0;$(basename $PWD)\\007\"\n\nif [ -f ~/.bash_aliases ]\nthen\n . ~/.bash_aliases\nfi\n", "license_typ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 9773, "all_permissive": false }
ansible_role
danieljamesrees/personal_ubuntu_setup
f26d138b30d5383f3949de84f44107a76beb6b65
0
roles/workstation_container
7,478
[ "no_license" ]
[ { "path": "roles/workstation_container/tasks/setup_eclipse.yml", "content": "---\n\n- set_fact:\n eclipse_oxygen_temporary_directory: '/tmp/eclipse_oxygen'\n\n- name: Create a temporary extract directory for Eclipse Oxygen.\n file:\n path: '{{ /tmp/eclipse_oxygen }}'\n state: directory\n# tempf...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 4222, "all_permissive": false }
ansible_role
leonfreitas/terraform
21c462fded8cd7b5207b5863e5e89650dcd7c602
0
proxmox/lab-kubernetes/ansible/roles/kubernetes
7,478
[ "no_license" ]
[ { "path": "proxmox/lab-kubernetes/ansible/roles/kubernetes/tasks/worker_nodes.yml", "content": "- name: Execute ping\n ping:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "proxmox/lab-kubernetes/ansible/roles/kubernetes/tasks/main.yml", "cont...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 5360, "all_permissive": false }
ansible_role
kubepy/check_ping-playbook
752d91d4bccad2c03183d159547528d999649153
0
roles/check_ping
7,478
[ "no_license" ]
[ { "path": "roles/check_ping/handlers/main.yml", "content": "---\n# handlers file for check_ping", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/check_ping/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1019, "all_permissive": false }
ansible_role
maypok86/cluster
f4a062b715874bc12c88e06b6330a0a552c9aa6b
0
roles/docker
7,478
[ "no_license" ]
[ { "path": "roles/docker/tasks/install_docker.yml", "content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - gnupg\n state: present\n update_cache: true\n\n- name: Ad...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1943, "all_permissive": false }
ansible_role
maypok86/cluster
f4a062b715874bc12c88e06b6330a0a552c9aa6b
0
roles/monitoring
7,478
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/main.yml", "content": "---\n- name: Install htop\n ansible.builtin.apt:\n name:\n - htop\n state: present\n update_cache: true\n\n- name: Install cockpit\n ansible.builtin.apt:\n name:\n - cockpit\n state: present\n update_cache: true\n notify...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
maypok86/cluster
f4a062b715874bc12c88e06b6330a0a552c9aa6b
0
roles/swap
7,478
[ "no_license" ]
[ { "path": "roles/swap/tasks/main.yml", "content": "---\n- name: Check if swap file exists\n ansible.builtin.stat:\n path: \"{{ swap_file }}\"\n register: swap_file_check\n\n- name: Create swap file\n ansible.builtin.command: fallocate -l {{ swap_size }} {{ swap_file }}\n when: not swap_file_check.sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 818, "all_permissive": false }
ansible_role
maypok86/cluster
f4a062b715874bc12c88e06b6330a0a552c9aa6b
0
roles/swarm-manager
7,478
[ "no_license" ]
[ { "path": "roles/swarm-manager/tasks/create_user.yml", "content": "---\n- name: Create deploy user\n ansible.builtin.user:\n name: deploy\n password: '!'\n groups:\n - docker\n shell: /bin/bash\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 623, "all_permissive": false }
ansible_role
XeryusTC/dotfiles2
147b1a5311397e0d14b66b1bd7bb9b8db629ad84
0
roles/common
7,478
[ "no_license" ]
[ { "path": "roles/common/templates/spideroak.json.j2", "content": "{\n\t\"username\": \"xeryustc\",\n\t\"password\": \"{{ <PASSWORD> }}\",\n\t\"device_name\": \"{{ spideroak_devicename }}\",\n\t\"reinstall\": true\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3244, "all_permissive": false }
ansible_role
XeryusTC/dotfiles2
147b1a5311397e0d14b66b1bd7bb9b8db629ad84
0
roles/i3wm
7,478
[ "no_license" ]
[ { "path": "roles/i3wm/tasks/main.yml", "content": "---\n- name: Install i3\n become: yes\n apt:\n name: \"{{ item }}\"\n with_items:\n - feh\n - i3\n - imagemagick\n - scrot\n - suckless-tools\n - xautolock\n - xclip\n- name: Create i3 config directory\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
bmannix/docker-tutorial
107ed49f4749673067e7a0832f0b795ebadb2c11
1
ansible/roles/docker
7,478
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/install_docker.yml", "content": "---\n# Install Docker\n\n- name: Get kernel release version\n command: uname -r\n register: kernel_version\n\n- name: Install AUFS support\n apt: pkg=linux-image-extra-{{ kernel_version.stdout }} state=present\n\n- name: Add apt_repos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 592, "all_permissive": false }
ansible_role
ciaranmcveigh5/infra_problem
4e8c9357a386f731cbe7ec8789e3c6e2e21bfa92
0
infrastructure/ansible/roles/app
7,479
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/app/tasks/main.yml", "content": "---\n\n - name: Create target directories\n file:\n path: \"/tmp/{{ item }}\"\n state: directory\n mode: 0755\n with_items:\n - common-utils/src/common_utils\n - front-end/resources/public/css\n - f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3466, "all_permissive": false }
ansible_role
ciaranmcveigh5/infra_problem
4e8c9357a386f731cbe7ec8789e3c6e2e21bfa92
0
infrastructure/ansible/roles/jenkins
7,479
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/jenkins/files/scripts/init/key.groovy", "content": "#!groovy\n\ndef sout = new StringBuffer(), serr = new StringBuffer()\n\ndef proc ='/tmp/key.sh'.execute()\n\nproc.consumeProcessOutput(sout, serr)\nproc.waitForOrKill(1000)\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3035, "all_permissive": false }
ansible_role
jgroups-extras/IspnPerfTest
d82d4c53783e36570434b0010affb01ff37c9603
9
ansible/roles/aws_ec2
7,479
[ "no_license" ]
[ { "path": "ansible/roles/aws_ec2/templates/inventory.yaml.j2", "content": "all:\n vars:\n ansible_ssh_private_key_file: {{ cluster_name }}_{{ region }}.pem\n\ninstances:\n vars:\n ansible_user: {{ test_user }}\n hosts:\n{% for instance in test_instances %}\n {{ instance.public_dns_name }}:\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3080, "all_permissive": false }
ansible_role
jgroups-extras/IspnPerfTest
d82d4c53783e36570434b0010affb01ff37c9603
9
ansible/roles/benchmark
7,479
[ "no_license" ]
[ { "path": "ansible/roles/benchmark/tasks/stop.yml", "content": "- debug:\n msg: \"Stopping IspnPerf test\"\n\n- block:\n - name: Stopping java processes\n ansible.builtin.shell: \"pkill java\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "p...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 9997, "all_permissive": false }
ansible_role
jgroups-extras/IspnPerfTest
d82d4c53783e36570434b0010affb01ff37c9603
9
ansible/roles/latency_summary
7,479
[ "no_license" ]
[ { "path": "ansible/roles/latency_summary/tasks/measure_hosts.sh", "content": "#!/bin/bash\n\nset -e\n\nfor address in \"$@\"\ndo\n ping -q -c 30 -i 0.5 -s 128 \"$address\" 2>&1 | awk -v a=\"$address\" 'END{ print a (/^rtt/? \" -> \"$2 $3 $4\" ms\":\"FAIL\") }'\ndone\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 648, "all_permissive": false }
ansible_role
doridoridoriand/vagrant-frontend
cc4b68ab1893025aaf2f46300ded2dcd09bf0075
1
provision/roles/init
7,479
[ "no_license" ]
[ { "path": "provision/roles/init/tasks/main.yml", "content": "---\n\n- include: tools.yml\n- include: package.yml\n- include: nginx.yml\n- include: docker.yml\n- include: nodejs-with-package-manager.yml\n- include: ruby-with-rbenv.yml\n- include: python-with-pyenv.yml\n- include: rust.yml\n", "license_ty...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 9438, "all_permissive": false }
ansible_role
Srikanthj231-Devops/my-ansible
322537242d93021e4c3524c4751c0fce39890ef6
0
roles/firewalld_service
7,479
[ "no_license" ]
[ { "path": "roles/firewalld_service/tasks/main.yml", "content": "---\n# tasks file for firewalld_service\n\n- name: Enable the service in firewalld\n become: true\n firewalld:\n service: \"{{ service_name }}\"\n state: enabled\n permanent: true\n when: ansible_os_family == \"RedHat\"\n notify: R...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 597, "all_permissive": false }
ansible_role
Srikanthj231-Devops/my-ansible
322537242d93021e4c3524c4751c0fce39890ef6
0
roles/httpd_setup
7,479
[ "no_license" ]
[ { "path": "roles/httpd_setup/tasks/main.yml", "content": "---\n# tasks file for httpd_setup\n- name: To install httpd on remote server\n become: true\n yum: \n name: \"{{ httpd_package_name }}\"\n state: present\n\n- name: To copy the html file to destination\n become: true\n copy:\n src: index...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 410, "all_permissive": false }
ansible_role
thulasiguddeti/roboshop-ansible-roles
2ed7b171331bfc06255e5d93ad69f72f58def46a
0
roles/catalogue
7,479
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: app set up\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: node js\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: mongodb set up\n ansible.builtin.import_role:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
thulasiguddeti/roboshop-ansible-roles
2ed7b171331bfc06255e5d93ad69f72f58def46a
0
roles/payment
7,479
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: app set up\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: python\n ansible.builtin.import_role:\n name: common\n tasks_from: python\n\n- name: mongodb set up\n ansible.builtin.import_role:\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
mansinga1/DeployESXi
4a5817d4af3dfa9b755415ee946af7367ba425ae
0
quicktest/roles/quicktest
7,479
[ "no_license" ]
[ { "path": "quicktest/roles/quicktest/vars/main.yml", "content": "hostname: 'ukrdvmgvc001.dbpoc.uk'\n\nesxi_host: '10.0.5.98'\n\nconfig: '{{ playbook_dir }}/config.json'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "quicktest/roles/quicktest/va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 813, "all_permissive": false }
ansible_role
Mohanadmahmoud98/Project-3
9ec89930fb665a6b11430477d0168205862f3af6
0
.circleci/ansible/roles/deploy
7,479
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"copy files\"\n become: yes\n copy: \n src: ../../../../backendartifact.tar.gz\n dest: ../ubuntu\n\n- name: \"start\"\n become: yes\n shell: |\n tar -xzvf backendartifact.tar.gz -C backend\n cd backend\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/cntlm
7,479
[ "no_license" ]
[ { "path": "roles/cntlm/tasks/main.yml", "content": "---\n# tasks file for cntlm\n- block:\n\n - name: Populate service facts\n service_facts:\n\n - name: stop service cntlm, if exists and running\n systemd:\n name: cntlm\n state: stopped\n ignore_errors: true\n\n - name: copy cntlm ins...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2851, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/config
7,479
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yml", "content": "---\n# tasks file for config\n\n- name: configuration of all the system\n block: #config block\n\n - name: configure system language (locale)\n command: \"localectl set-locale LANG={{ srv_locale }}\"\n changed_when: false\n notify: reboot serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3213, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker
7,479
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- block:\n\n - name: install pre-requisites\n yum:\n name: \"{{ packages }}\"\n state: present\n update_cache: no\n vars:\n packages:\n - yum-utils\n - device-mapper-persistent-data\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2134, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-compose
7,479
[ "no_license" ]
[ { "path": "roles/docker-compose/tasks/main.yml", "content": "---\n# tasks file for docker-compose\n\n- block:\n\n - name: check if docker is present\n service_facts:\n\n - name: fail if docker is not present\n fail:\n msg: \"Docker is requisite to install Docker Compose.\"\n when: \"'docker....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2256, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-direct-lvm
7,479
[ "no_license" ]
[ { "path": "roles/docker-direct-lvm/vars/main.yml", "content": "---\n# vars file for docker-direct-lvm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/docker-direct-lvm/tasks/main.yml", "content": "---\n# tasks file for docker-direct-lvm\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4195, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-mysql
7,479
[ "no_license" ]
[ { "path": "roles/docker-mysql/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-mysql", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/docker-mysql/defaults/main.yml", "content": "---\n# defa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1829, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-overlay2
7,479
[ "no_license" ]
[ { "path": "roles/docker-overlay2/tasks/main.yml", "content": "---\n# tasks file for docker-overlay2\n# READ MORE: https://docs.docker.com/storage/storagedriver/overlayfs-driver/\n\n- block: #initial block\n\n - name: if Docker running, stop the service\n systemd:\n name: docker\n state: stoppe...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3577, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-service
7,479
[ "no_license" ]
[ { "path": "roles/docker-service/vars/main.yml", "content": "---\n# vars file for docker-service", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/docker-service/templates/http-proxy.conf.j2", "content": "[Service]\nEnvironment=\"HTTP_PROXY=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2353, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-stack
7,479
[ "no_license" ]
[ { "path": "roles/docker-stack/tasks/main.yml", "content": "---\n# tasks file for docker-stack\n\n- block:\n\n - name: start cntlm\n systemd:\n name: cntlm\n state: started\n changed_when: false\n when: enableproxy\n\n - name: Create a network for application\n docker_network:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12129, "all_permissive": false }
ansible_role
rabay/ansible-docker
dbe2bf44aec93c8494904611324bc6301f847fdc
0
roles/docker-traefik
7,479
[ "no_license" ]
[ { "path": "roles/docker-traefik/handlers/main.yml", "content": "---\n# handlers file for docker-traefik\n- name: restart traefik\n docker_container:\n name: traefik\n restart: yes\n tags:\n - docker_traefik", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2454, "all_permissive": false }
ansible_role
piyushahuja/sanger-hgi-cloud
a0a186c23ab9d8e510a7d6e6fb8a25eba5ae05a2
0
ansible/roles/docker-swarm-manager
7,479
[ "no_license" ]
[ { "path": "ansible/roles/docker-swarm-manager/templates/nginx.conf.j2", "content": "server {\n\tlisten 90 default_server;\n\troot /home/ubuntu/;\n index token.log;\n\tserver_name _;\n}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "ansible/ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2792, "all_permissive": false }
ansible_role
piyushahuja/sanger-hgi-cloud
a0a186c23ab9d8e510a7d6e6fb8a25eba5ae05a2
0
ansible/roles/docker-swarm-worker
7,479
[ "no_license" ]
[ { "path": "ansible/roles/docker-swarm-worker/defaults/main.yml", "content": "---\n# defaults file for docker-swarm-worker\ndocker_swarm_port: 2377", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "ansible/roles/docker-swarm-worker/handlers/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2035, "all_permissive": false }
ansible_role
nttdevopscc/rhel7-cis-compliance-report
ca97a1cd4dbf13dd0df0bf24ddc7db30b65a51b6
0
roles/redhat_7_hardening_compliance_audit
7,479
[ "no_license" ]
[ { "path": "roles/redhat_7_hardening_compliance_audit/tasks/hardening_compliance_summary.yml", "content": "---\n- name: Get a summary of compliance to the rules | {{ redhat_7_summary_baseline_key }} | Display current value of variables\n debug:\n msg: |-\n redhat_7_summary_baseline_key: {{ redhat_7_...
{ "task_files": 10, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 24068, "all_permissive": false }
ansible_role
nttdevopscc/rhel7-cis-compliance-report
ca97a1cd4dbf13dd0df0bf24ddc7db30b65a51b6
0
roles/redhat_7_hardening_compliance_data
7,479
[ "no_license" ]
[ { "path": "roles/redhat_7_hardening_compliance_data/tasks/rules/redhat_7_cis_2_3_service_clients.yml", "content": "---\n- name: 2.3.1\n block:\n - name: 2.3.1 Ensure NIS Client is not installed\n shell: rpm -q ypbind\n register: redhat_7_cis_2_3_1_out\n\n - name: 2.3.1 Ensure NIS Client is ...
{ "task_files": 30, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 40, "total_bytes": 140998, "all_permissive": false }
ansible_role
nttdevopscc/rhel7-cis-compliance-report
ca97a1cd4dbf13dd0df0bf24ddc7db30b65a51b6
0
roles/redhat_7_hardening_compliance_report
7,479
[ "no_license" ]
[ { "path": "roles/redhat_7_hardening_compliance_report/files/all_in_one_page_hardening_compliance_report.j2", "content": "<!DOCTYPE html>\n<html>\n\t<head>\n\t\t<style>\n\t\t\t*{\n\t\t\t\t-moz-box-sizing: border-box;\n\t\t\t\t-webkit-box-sizing: border-box;\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\n\t\t\t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 15094, "all_permissive": false }
ansible_role
nttdevopscc/rhel7-cis-compliance-report
ca97a1cd4dbf13dd0df0bf24ddc7db30b65a51b6
0
roles/suse_linux_12_hardening_compliance_audit
7,479
[ "no_license" ]
[ { "path": "roles/suse_linux_12_hardening_compliance_audit/tasks/main.yml", "content": "---\n- name: Import all configuration dictionaries\n include_vars:\n dir: vars/configuration\n\n- name: Compliance Audit\n include_tasks: \"{{ item['value']['compliance_audit'] }}\"\n vars:\n suse_12_rule_key: \"...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 26373, "all_permissive": false }
ansible_role
nttdevopscc/rhel7-cis-compliance-report
ca97a1cd4dbf13dd0df0bf24ddc7db30b65a51b6
0
roles/suse_linux_12_hardening_compliance_data
7,479
[ "no_license" ]
[ { "path": "roles/suse_linux_12_hardening_compliance_data/tasks/rules/suse_12_cis_1_1_1_disable_unused_filesystems.yml", "content": "---\n- name: 1.1.1.2\n block:\n - name: 1.1.1.2 Ensure mounting of freevxfs filesystems is disabled\n shell: \"{{ item }}\"\n loop:\n - modprobe -n -v free...
{ "task_files": 27, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 33, "total_bytes": 99211, "all_permissive": false }
ansible_role
nttdevopscc/rhel7-cis-compliance-report
ca97a1cd4dbf13dd0df0bf24ddc7db30b65a51b6
0
roles/suse_linux_12_hardening_compliance_report
7,479
[ "no_license" ]
[ { "path": "roles/suse_linux_12_hardening_compliance_report/defaults/main.yml", "content": "---\n# Avoid modifying this file, and overwrite values in /vars instead\n\nsuse_linux_12_hardening_compliance_directory: /home/awx/linux_hardening_compliance_report\n\n# Inventory #\n#############\ngroup_name: suse_se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 14060, "all_permissive": false }
ansible_role
lossyrob/geotrellis-playground
04b53227924186cae1df0c3db31c0f6f1d78dacc
0
provisioning/roles/common
7,475
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Install Base Packages\n apt: pkg={{ item }} state=present update_cache=yes\n with_items:\n - git\n\n- name: Make required directories\n file: path={{ item }} state=directory\n with_items:\n - /home/vagrant/opt/\n - /home...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
lossyrob/geotrellis-playground
04b53227924186cae1df0c3db31c0f6f1d78dacc
0
provisioning/roles/geotrellis
7,475
[ "no_license" ]
[ { "path": "provisioning/roles/geotrellis/tasks/main.yml", "content": "---\n- name: Clone Geotrellis Repository\n git: repo=https://github.com/geotrellis/geotrellis.git dest=/home/vagrant/geotrellis accept_hostkey=yes\n\n- name: Clone Priority Places Repository\n git: repo=https://github.com/geotrellis/pri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
lossyrob/geotrellis-playground
04b53227924186cae1df0c3db31c0f6f1d78dacc
0
provisioning/roles/java
7,475
[ "no_license" ]
[ { "path": "provisioning/roles/java/tasks/main.yml", "content": "---\n- name: Install Base Packages\n apt: pkg=openjdk-7-jdk state=present update_cache=yes", "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
lossyrob/geotrellis-playground
04b53227924186cae1df0c3db31c0f6f1d78dacc
0
provisioning/roles/scala
7,475
[ "no_license" ]
[ { "path": "provisioning/roles/scala/tasks/main.yml", "content": "---\n- name: Download Scala\n get_url: url=http://downloads.typesafe.com/scala/2.11.1/scala-2.11.1.tgz dest=/home/vagrant force=yes\n\n- name: Download sbt\n get_url: url=http://dl.bintray.com/sbt/debian/sbt-0.13.5.deb dest=/home/vagrant for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
r3kumar/anisbletest
2b5308aa73c7e7d8f75fa8f80b9a6ab15a6fb890
0
roles/apache_maven
7,475
[ "no_license" ]
[ { "path": "roles/apache_maven/vars/main.yml", "content": "# roles/apache_maven/vars/main.yml\n---\nmaven_version: \"3.9.4\"\nmaven_download_url: \"https://dlcdn.apache.org/maven/maven-3/{{ maven_version }}/binaries/apache-maven-{{ maven_version }}-bin.tar.gz\"\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1180, "all_permissive": false }
ansible_role
r3kumar/anisbletest
2b5308aa73c7e7d8f75fa8f80b9a6ab15a6fb890
0
roles/apache_tomcat
7,475
[ "no_license" ]
[ { "path": "roles/apache_tomcat/tasks/main.yml", "content": "# roles/tomcat/tasks/main.yml\n---\n- name: Install default JDK\n apt: \n name: default-jdk\n state: present\n\n- name: Create tomcat group\n group:\n name: tomcat\n state: present\n\n- name: Create tomcat user\n user:\n name: tom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1589, "all_permissive": false }
ansible_role
opeomotayo/playstation
70c628c07bf8eb37f99f1978c25f0269472aeb04
0
vagrant/kubernetes/ansible/setup-ansible/roles/preconfigure
7,475
[ "no_license" ]
[ { "path": "vagrant/kubernetes/ansible/setup-ansible/roles/preconfigure/tasks/main.yml", "content": "---\n- name: Copy SSH Key to vagrant | [opeomotayo]\n become: yes\n authorized_key:\n user: \"{{ item }}\"\n state: present\n key: \"{{ lookup('file', '/Users/opeomotayo/.ssh/id_rsa.pub') }}\"\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
woosley/terraform-azure-ansible-k8s
d60443b2d1f02a230d26cc8941e5685e88aa06be
0
provisioners/roles/k8s
7,475
[ "no_license" ]
[ { "path": "provisioners/roles/k8s/tasks/03kubectl.yaml", "content": "- name: intall kubectl\n copy:\n src: kubectl\n dest: /usr/bin/kubectl\n mode: 0755\n\n- name: intall kubectl\n delegate_to: localhost\n run_once: true\n copy:\n src: kubectl\n dest: /usr/bin/kubectl\n mod...
{ "task_files": 16, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 25, "total_bytes": 27112, "all_permissive": false }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_container_clusters
7,475
[ "permissive" ]
[ { "path": "roles/os_container_clusters/tasks/main.yml", "content": "---\n- name: Ensure magnum client is installed\n ansible.builtin.pip:\n name: python-magnumclient\n state: present\n virtualenv: \"{{ os_container_clusters_venv or omit }}\"\n become: \"{{ os_container_clusters_venv == None }}\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7030, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_deploy_templates
7,475
[ "permissive" ]
[ { "path": "roles/os_deploy_templates/meta/main.yml", "content": "---\ndependencies:\n - role: stackhpc.openstack.os_openstacksdk\n os_openstacksdk_venv: \"{{ os_deploy_templates_venv }}\"\n os_openstacksdk_upper_constraints_file: \"{{ os_deploy_templates_upper_constraints_file }}\"\n", "license_t...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4837, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_flavors
7,475
[ "permissive" ]
[ { "path": "roles/os_flavors/meta/main.yml", "content": "---\ndependencies:\n - role: stackhpc.openstack.os_openstacksdk\n os_openstacksdk_venv: \"{{ os_flavors_venv }}\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 113 }, { "path": ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5967, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_host_aggregates
7,475
[ "permissive" ]
[ { "path": "roles/os_host_aggregates/README.md", "content": "OpenStack Host Aggregates\n=========================\n\nThis role can be used to register host aggregates in Nova using the\n`openstack.cloud.host_aggregate` module.\n\nRequirements\n------------\n\nThe OpenStack Nova API should be accessible from ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4132, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_images
7,475
[ "permissive" ]
[ { "path": "roles/os_images/README.md", "content": "OpenStack Images\n================\n\nThis role generates guest instance images using disk-image-builder\nand uploads them to OpenStack using the `openstack.cloud.image` module.\n\nRequirements\n------------\n\nThe OpenStack APIs should be accessible from t...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 28222, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_networks
7,475
[ "permissive" ]
[ { "path": "roles/os_networks/tasks/router_workaround.yml", "content": "# Workaround bug https://bugs.launchpad.net/ansible-collections-openstack/+bug/2049658\n# by looking up external network information using networks_info and then explicitly\n# passing the network ID into the openstack.cloud.router's netw...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 8044, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_openstackclient
7,475
[ "permissive" ]
[ { "path": "roles/os_openstackclient/tasks/main.yml", "content": "---\n- name: Gather OS specific variables\n ansible.builtin.include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_facts.distribution }}-{{ ansible_facts.distribution_major_version }}.yml\"\n - \"{{ ansible_facts.distributio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4276, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_openstacksdk
7,475
[ "permissive" ]
[ { "path": "roles/os_openstacksdk/vars/RedHat.yml", "content": "---\n# List of package dependencies.\nos_openstacksdk_package_dependencies:\n - gcc\n - libffi-devel\n - openssl-devel\n - python3-devel\n - python3-pip\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4314, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_projects
7,475
[ "permissive" ]
[ { "path": "roles/os_projects/tasks/main.yml", "content": "---\n- name: Set a fact about the Ansible python interpreter\n ansible.builtin.set_fact:\n old_ansible_python_interpreter: \"{{ ansible_python_interpreter | default('/usr/bin/python3') }}\"\n\n- name: Import projects.yml\n ansible.builtin.import...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 16393, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_ratings
7,475
[ "permissive" ]
[ { "path": "roles/os_ratings/meta/main.yml", "content": "---\ndependencies:\n - role: stackhpc.openstack.os_openstackclient\n os_openstackclient_venv: \"{{ os_ratings_venv }}\"\n os_openstackclient_upper_constraints_file: \"{{ os_ratings_upper_constraints_file | default(None) }}\"\n", "license_typ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 9211, "all_permissive": true }
ansible_role
stackhpc/ansible-collection-openstack
a556b4f64f608265fcb5f3e6906026d31ad90c5b
4
roles/os_volumes
7,475
[ "permissive" ]
[ { "path": "roles/os_volumes/tests/test.yml", "content": "---\n- name: Test volumes\n hosts: localhost\n roles:\n - os_volumes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 70 }, { "path": "roles/os_volumes/defaults/main.yml", "c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 7413, "all_permissive": true }
ansible_role
LEOSCAMPOS/wordpress-ansible
74d01a222a1a223bcfb955713ff30e420d7ec59a
1
roles/mysql
7,475
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql\n # nome do banco de dados da aplicacao\n wp_mysql_db: wordpress\n # login a ser criado para a aplicacao\n wp_mysql_user: wordpress\n # senha a ser atribuida para o login da aplicacao\n wp_mysql_password: <PASSWORD>"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
LEOSCAMPOS/wordpress-ansible
74d01a222a1a223bcfb955713ff30e420d7ec59a
1
roles/php
7,475
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n - name: Instala as extensoes PHP necessarias\n apt: name={{ item }} state=present\n with_items:\n - php-gd\n - php-ssh2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 149, "all_permissive": false }
ansible_role
LEOSCAMPOS/wordpress-ansible
74d01a222a1a223bcfb955713ff30e420d7ec59a
1
roles/server
7,475
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "\n---\n# tasks file for server\n - name: Atualiza o cache apt de nosso servidor\n apt: update_cache=yes cache_valid_time=3600\n - name: \"instalação dos pacotes para Wordpress\"\n apt:\n name:\n - apache2\n - mysql-server\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 361, "all_permissive": false }
ansible_role
LEOSCAMPOS/wordpress-ansible
74d01a222a1a223bcfb955713ff30e420d7ec59a
1
roles/wordpress
7,475
[ "no_license" ]
[ { "path": "roles/wordpress/handlers/main.yml", "content": "---\n# handlers file for wordpress\n - name: reinicia apache\n service: name=apache2 state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/wordpress/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1514, "all_permissive": false }
ansible_role
drynncode/ansibleTestEnvironment
3c72d6e8450a632247d49f20aa916f6ca2c624ff
0
playbooks/asm-disks/roles/add-asm-disks
7,475
[ "no_license" ]
[ { "path": "playbooks/asm-disks/roles/add-asm-disks/tasks/main.yml", "content": "---\n\n# Tasks to add-asm-disks\n\n- include_tasks: checkwwid.yml\n- include_tasks: multi.yml\n- include_tasks: udev.yml\n- include_tasks: restart-multipath.yml\n...\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1812, "all_permissive": false }
ansible_role
drynncode/ansibleTestEnvironment
3c72d6e8450a632247d49f20aa916f6ca2c624ff
0
playbooks/asm-disks2/roles/add-asm-disks
7,475
[ "no_license" ]
[ { "path": "playbooks/asm-disks2/roles/add-asm-disks/tasks/udev.yml", "content": "---\n\n# Setup uDev rules and rescan teh SCSI bus.\n\n- name: backup {{ udevFile }} with COPY.\n copy:\n src: \"{{ udevFile }}\"\n dest: \"{{ udevFile }}.backup\"\n remote_src: yes\n\n- name: add uDev entry into {{ ud...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1879, "all_permissive": false }
ansible_role
drynncode/ansibleTestEnvironment
3c72d6e8450a632247d49f20aa916f6ca2c624ff
0
playbooks/roles/addAsmDisks
7,475
[ "no_license" ]
[ { "path": "playbooks/roles/addAsmDisks/addAsmDisks_add_line_4.yml", "content": "---\n- name: Add ASM disks\n hosts: localhost\n become: yes\n\n roles:\n - addAsmDisks\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "playbooks/roles/addAsm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1313, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/git
7,475
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n- name: \"Clone repo\"\n git:\n repo: \"{{ linecount_repo }}\"\n dest: /home/linecount\n- name: update credentials of linecount directory\n file:\n path: /home/linecount\n state: directory\n recurse: yes\n owner: \"{{ run_as ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/jobs
7,475
[ "no_license" ]
[ { "path": "ansible/roles/jobs/tasks/main.yml", "content": "---\n- name: Linecount Job\n cron:\n name: \"linecount cron\"\n job: python3 /home/linecount/lc.py\n user: \"{{ run_as }}\"\n hour: \"10\"\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/nginx
7,475
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Configure nginx\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n notify:\n - restart nginx\n\n\n- name: web directory\n file:\n path: \"{{ web_directory }}\"\n state: directory\n\n# - name: Index.html...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/packages
7,475
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "---\n- name: ensure a list of packages installed\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - git\n - python3\n - epel-release\n - nginx\n - docker\n\n- name: install pip packages\n pip:\n name: \"{{ pip_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/ssh
7,475
[ "no_license" ]
[ { "path": "ansible/roles/ssh/files/ssh_config", "content": "Host github.com\n User git\n Hostname github.com\n IdentityFile ~/.ssh/id_rsa\n StrictHostKeyChecking no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "ansible/roles/ssh/templates/id...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 632, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/users
7,475
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n- name: Ensure group exists\n group:\n name: \"{{ run_as_group }}\"\n state: present\n- name: Ensure user exists\n user:\n name: \"{{ run_as }}\"\n state: present\n group: \"{{ run_as_group }}\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
odemeulder/linecount
fb63fcb1696a282eaf654ad54ca080096eb691ad
0
ansible/roles/webapp
7,475
[ "no_license" ]
[ { "path": "ansible/roles/webapp/tasks/main.yml", "content": "---\n- name: Download webapp repo\n git:\n repo: \"{{ linecount_app_repo }}\"\n dest: \"{{ lc_app_folder }}\"\n update: yes\n\n- name: Build image \n shell: docker build -t odemeulder/linecount-app .\n args: \n chdir: \"{{ lc_app_fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
rurudo/playbook-dev-env
0769e212d28a442195e82c35e397fd6c87dff1b4
0
roles/ansible-role-fzf
7,475
[ "no_license" ]
[ { "path": "roles/ansible-role-fzf/files/fzf.zsh", "content": "eh() {\n eval $( ([ -n \"$ZSH_NAME\" ] && fc -l 1 || history) | fzf +s --tac | sed 's/ *[0-9]* *//')\n}\n\nfh() {\n print -z $( ([ -n \"$ZSH_NAME\" ] && fc -l 1 || history) | fzf +s --tac | sed 's/ *[0-9]* *//')\n}\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 631, "all_permissive": false }
ansible_role
rurudo/playbook-dev-env
0769e212d28a442195e82c35e397fd6c87dff1b4
0
roles/ansible-role-gitconfig
7,475
[ "no_license" ]
[ { "path": "roles/ansible-role-gitconfig/tasks/main.yml", "content": "---\n\n- name: Copy user config file\n template:\n src=gitconfig.j2\n dest=/home/{{ user }}/.gitconfig\n # dest=/home/{{ user }}/.config/git/config\n # dest=/etc/gitconfig\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
rurudo/playbook-dev-env
0769e212d28a442195e82c35e397fd6c87dff1b4
0
roles/ansible-role-vim
7,475
[ "no_license" ]
[ { "path": "roles/ansible-role-vim/tasks/main.yml", "content": "---\n\n- name: Copy .vimrc\n copy:\n src=.vimrc\n dest=/home/{{ user }}/.vimrc\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
rurudo/playbook-dev-env
0769e212d28a442195e82c35e397fd6c87dff1b4
0
roles/ansible-role-zsh
7,475
[ "no_license" ]
[ { "path": "roles/ansible-role-zsh/tasks/main.yml", "content": "---\n\n- name: Install the dependencies for oh-my-zsh\n become: yes\n apt: pkg={{ item }}\n with_items:\n - curl\n - zsh\n\n- name: Checkout oh-my-zsh\n git:\n repo=https://github.com/robbyrussell/oh-my-zsh.git\n dest=/home/{{ us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
Kilingerx/GitKilingerx
97ef2c1014d760b70d8101c065ff1ad8f7ed2c88
0
roles/common
7,475
[ "no_license" ]
[ { "path": "roles/common/tasks/packages.yml", "content": "---\n- name: Install packages\n package:\n name: htop\n state: present\n- name: Install packages 2 \n package:\n name: \n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 594, "all_permissive": false }
ansible_role
Alkemic/ansible-example-setup
5997132aff68d376ef46b20e87a66f6d2d9ece43
0
roles/app
7,480
[ "no_license" ]
[ { "path": "roles/app/templates/uwsgi.yaml", "content": "uwsgi:\n socket: 0.0.0.0:{{ app_port }}\n master: 1\n module: django.core.handlers.wsgi:WSGIHandler()\n workers: 2\n pythonpath: {{ app_path }}\n pythonpath: /home/{{ app_user }}/virtualenv/\n env: DJANGO_SETTINGS_MODULE=dc.settings\n harakiri:...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3212, "all_permissive": false }
ansible_role
Alkemic/ansible-example-setup
5997132aff68d376ef46b20e87a66f6d2d9ece43
0
roles/common
7,480
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Install {{ item }}\n apt: name={{ item }} state=present\n with_items:\n - nano\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
Alkemic/ansible-example-setup
5997132aff68d376ef46b20e87a66f6d2d9ece43
0
roles/mysql
7,480
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Check if MySQL is already installed.\n stat: path=/etc/init.d/mysql\n register: mysql_installed\n\n- name: Install MySQL packages\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - python-mysqldb\n when: mysql_instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2318, "all_permissive": false }
ansible_role
Alkemic/ansible-example-setup
5997132aff68d376ef46b20e87a66f6d2d9ece43
0
roles/nginx
7,480
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes 4;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 2048;\n use epoll;\n multi_accept on;\n}\n\nhttp {\n log_format compression '$remote_addr - $remote_user [$time_local] '\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
mccbryan3/vm-ansible
e6d94dd8f55360342992f976855e17a6ca4ee9fb
1
roles/vm-host-config
7,480
[ "no_license" ]
[ { "path": "roles/vm-host-config/tasks/main.yaml", "content": "- name: Import the host-config task\n import_tasks: task.host-config.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/vm-host-config/tasks/task.host-config.yaml", "conte...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3104, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/common
7,480
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: test connection\n ping:\n remote_user: user\n\n- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n force: yes\n\n- name: Install list of common packages\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/gearman-client
7,480
[ "no_license" ]
[ { "path": "roles/gearman-client/tasks/main.yml", "content": "---\n- name: GEARMAN SERVER | Install list of gearmand server nessesary packages\n apt: name={{item}}\n with_items:\n - gcc\n - g++\n - libboost-dev\n - libboost-program-options-dev\n - libboost-all-dev\n - libevent-dev\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1018, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/gearman-server
7,480
[ "no_license" ]
[ { "path": "roles/gearman-server/tasks/main.yml", "content": "---\n- name: GEARMAN SERVER | Install list of gearmand server nessesary packages\n apt: name={{item}}\n with_items:\n - gcc\n - g++\n - libboost-dev\n - libboost-program-options-dev\n - libboost-all-dev\n - libevent-dev\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1268, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/mongodb
7,480
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "---\n- apt_key:\n keyserver: keyserver.ubuntu.com\n id: <KEY>\n\n- name: MongoDB |Adding mongodb sources.list deb url\n lineinfile: dest=/etc/apt/sources.list line=\"deb http://repo.mongodb.org/apt/debian {{ debian_codename }}/mongodb-org/3.4 main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/mysql
7,480
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Add MySQL repository key\n apt_key: url=http://repo.mysql.com/RPM-GPG-KEY-mysql state=present\n\n- name: Adding mysql sources.list deb url\n lineinfile: dest=/etc/apt/sources.list line=\"deb http://repo.mysql.com/apt/debian/ {{ debian_codename }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1601, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/nginx
7,480
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: NGINX | Adding NGINX signing key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n- name: NGINX | Adding sources.list deb url for NGINX\n lineinfile: dest=/etc/apt/sources.list line=\"deb http://nginx.org/packages/mainline/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1068, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/nginx-http2
7,480
[ "no_license" ]
[ { "path": "roles/nginx-http2/tasks/main.yml", "content": "- name: Adding backport sources.list deb url\n lineinfile: dest=/etc/apt/sources.list line=\"deb http://httpredir.debian.org/debian/ {{ debian_codename }}-backports main contrib non-free\"\n\n\n- name: Adding backport sources.list deb-src url\n lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1165, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/nodejs
7,480
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n- name: Download setup_6.x\n get_url:\n url: https://deb.nodesource.com/setup_6.x\n dest: /tmp/setup_6.x.sh\n mode: 0777\n\n- name: Run setup_6.x.sh\n shell: bash setup_6.x.sh\n args:\n chdir: /tmp/\n\n- name: NodeJS | Updating apt cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/php-fpm
7,480
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "- name: PHP-FPM | Install list of php packages\n apt: name={{item}}\n with_items:\n - php5-cli\n - php-pear\n - php5-curl\n - php5-gd\n - php5-mcrypt\n - php5-intl\n - php5-fpm\n - php5-memcached\n - php5-xsl\n - imagemagi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/postfix
7,480
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n- name: postfix\n apt: name={{item}}\n with_items:\n - postfix\n - mailutils\n\n- template:\n src: ../templates/etc/postfix/main.cf.j2\n dest: /etc/postfix/main.cf\n owner: root\n group: root\n mode: 0644\n backup: yes\n\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 321, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/security-enable
7,480
[ "no_license" ]
[ { "path": "roles/security-enable/tasks/main.yml", "content": "#Save iptables\n- name: Save iptables\n shell: iptables-save > /etc/iptables.up.rules\n\n\n#Write iptables\n- name: Copy init script\n copy: src=etc/network/if-pre-up.d/iptables dest=/etc/network/if-pre-up.d/iptables owner=root group=root mode=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
antonchernik/ansible-example
614e64adb8694645723f2362791737f6a7a8d46f
0
roles/security-init
7,480
[ "no_license" ]
[ { "path": "roles/security-init/tasks/main.yml", "content": "- name: Install list of common packages\n apt: name={{item}}\n with_items:\n - ipset\n\n- template:\n src: ../templates/etc/iptables.up.rules\n dest: /etc/iptables.up.rules\n owner: root\n group: root\n mode: \"u=rw,go=r\"\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1403, "all_permissive": false }
ansible_role
Serg511/Homework_4
c93444d4000cac5e355b445e812c1dde1c4d5612
0
ansible/roles/tune-cluster
7,480
[ "no_license" ]
[ { "path": "ansible/roles/tune-cluster/tasks/main.yaml", "content": "- name: Create resources\n shell: \"{{ item }}\"\n loop:\n - \" pcs resource create webserver ocf:heartbeat:nginx op monitor timeout='5s' interval='5s'\"\n - \" pcs resource create php-fpm systemd:php-fpm.service op monitor timeout=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 495, "all_permissive": false }
ansible_role
Serg511/Homework_4
c93444d4000cac5e355b445e812c1dde1c4d5612
0
ansible/roles/web
7,480
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/main.yml", "content": "- name: Install remirepo\n yum:\n name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n state: present\n\n- name: Import remi GPG key.\n rpm_key:\n key: http://rpms.remirepo.net/RPM-GPG-KEY-remi\n state: present\n\n- name: Enab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1732, "all_permissive": false }