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
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/colordiff
7,857
[ "no_license" ]
[ { "path": "roles/colordiff/templates/colordiff.lua.j2", "content": "-- -*- lua -*-\nhelp(\n[[\nGNU Parallel\n]])\n\n-- comments are prefaced with two dashes\n\nwhatis(\"Description: GNU Parallel\")\nwhatis(\"URL: http://www.gnu.org/software/parallel/\")\n\nlocal install_path = \"{{ install_dir}}/parallel\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1359, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/git-annex
7,857
[ "no_license" ]
[ { "path": "roles/git-annex/tasks/main.yml", "content": "---\n\n- name: create tmp download dir\n file: path=~/tmp state=directory\n\n- name: download installer\n get_url: url=https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz\n dest=~/tmp/git-annex-standalone...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1771, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/gperftools
7,857
[ "no_license" ]
[ { "path": "roles/gperftools/tasks/main.yml", "content": "---\n\n- name: create tmp download dir\n file: path=~/tmp state=directory\n\n- name: download installer\n get_url: url=https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/gperftools-2.2.tar.gz\n dest=~/tmp/gperftools-2.2.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1414, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/htop
7,857
[ "no_license" ]
[ { "path": "roles/htop/templates/htop.lua.j2", "content": "-- -*- lua -*-\nhelp(\n[[\nhtop\n]])\n\n-- comments are prefaced with two dashes\n\nwhatis(\"Description: htop\")\nwhatis(\"URL: http://hisham.hm/htop/\")\n\nlocal install_path = \"{{ install_dir}}/htop\"\n\n-- set an environment variable\nsetenv(\"H...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1266, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/java
7,857
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: ensure module dir exists\n file: path={{ install_dir }}/java/{{ java_version }} state=directory\n\n- name: install\n unarchive: src=jre-8u31-linux-x64.tar.gz dest={{ install_dir }}/java/\n# creates={{ install_dir }}/java/jre{{ j...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1089, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/lordec
7,857
[ "no_license" ]
[ { "path": "roles/lordec/templates/lordec.lua.j2", "content": "-- -*- lua -*-\nhelp(\n[[\njava\n]])\n\n-- comments are prefaced with two dashes\n\nwhatis(\"Description: LoRDEC\")\nwhatis(\"URL: http://gatb-tools.gforge.inria.fr/versions/src/LoRDEC-0.5.3-Source.tar.gz\")\n\nlocal install_path = \"{{ install_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1348, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/parallel
7,857
[ "no_license" ]
[ { "path": "roles/parallel/tasks/main.yml", "content": "---\n\n- name: create tmp download dir\n file: path=~/tmp state=directory\n\n- name: download installer\n get_url: url=http://ftp.kaist.ac.kr/gnu/gnu/parallel/parallel-20160422.tar.bz2\n dest=~/tmp/parallel-20160422.tar.bz2\n sha25...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 938, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/tig
7,857
[ "no_license" ]
[ { "path": "roles/tig/templates/tig.lua.j2", "content": "-- -*- lua -*-\nhelp(\n[[\ntig\n]])\n\n-- comments are prefaced with two dashes\n\nwhatis(\"Description: tig\")\nwhatis(\"URL: http://jonas.nitro.dk/tig/\")\n\nlocal install_path = \"{{ install_dir}}/tig\"\n\n-- set an environment variable\nsetenv(\"TI...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1305, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/vim
7,857
[ "no_license" ]
[ { "path": "roles/vim/templates/vim.lua.j2", "content": "-- -*- lua -*-\nhelp(\n[[\nvim\n]])\n\n-- comments are prefaced with two dashes\n\nwhatis(\"Description: vim\")\nwhatis(\"URL: http://www.vim.org\")\n\nlocal install_path = \"{{ install_dir }}/vim\"\n\n-- set an environment variable\nsetenv(\"VIM_HOME\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1314, "all_permissive": false }
ansible_role
dib-lab/dib-modules
815413c5e12624fe4e976168ebd766e7ff85ab00
0
roles/wgs-assembler
7,857
[ "no_license" ]
[ { "path": "roles/wgs-assembler/tasks/main.yml", "content": "---\n\n- name: create tmp download dir\n file: path=~/tmp state=directory\n\n- name: download installer\n get_url: url={{ wgs_download_url }}\n dest=~/tmp/wgs-{{ wgs_version }}.tar.bz2\n sha256sum={{ wgs_download_sha256 }}\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1885, "all_permissive": false }
ansible_role
cloudaware/public-utilities
d0e2efa2f9404a751c53345aed48285b8a2e15f6
0
ansible-to-s3/etc/ansible/roles/linux_facts
7,857
[ "no_license" ]
[ { "path": "ansible-to-s3/etc/ansible/roles/linux_facts/tasks/main.yml", "content": "---\n- name: Fetch the ec2_facts for the server\n action: ec2_facts\n when: ec2_id is not defined\n\n- set_fact: ansible_ec2_metrics_vhostmd=\"null\"\n when: ec2_id is not defined\n\n- name: ensure custom facts directory ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1759, "all_permissive": false }
ansible_role
cloudaware/public-utilities
d0e2efa2f9404a751c53345aed48285b8a2e15f6
0
ansible-to-s3/etc/ansible/roles/windows_facts
7,857
[ "no_license" ]
[ { "path": "ansible-to-s3/etc/ansible/roles/windows_facts/tasks/main.yml", "content": "---\n- name: checking package for update\n script: /etc/ansible/roles/windows_facts/files/windows_facts.ps1\n register: local_facts\n\n- raw: \"(Invoke-WebRequest -Uri http://169.254.169.254/latest/meta-data/instance-id/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1370, "all_permissive": false }
ansible_role
KHLVN/CPE212_Activity9
f8c69d04570d09419e26f050bb929013fdcb6db5
0
roles/file_servers
7,857
[ "no_license" ]
[ { "path": "roles/file_servers/tasks/main.yml", "content": "---\n - name: Update Repository Index (db_servers)\n package:\n update_cache: yes\n changed_when: false\n\n - name: Open port 9090\n ufw:\n rule: allow\n port: 9090\n proto: tcp\n state: enabled\n\n - name: Allow Prometheus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3082, "all_permissive": false }
ansible_role
kou0522/taskp
42e407c6cbb377334e3aaaf88caf425c73b22152
0
playbook/roles/git
7,857
[ "no_license" ]
[ { "path": "playbook/roles/git/tasks/main.yml", "content": "- name: install git\r\n yum: name=git state=installd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 51, "all_permissive": false }
ansible_role
kou0522/taskp
42e407c6cbb377334e3aaaf88caf425c73b22152
0
playbook/roles/google-driver
7,857
[ "no_license" ]
[ { "path": "playbook/roles/google-driver/tasks/main.yml", "content": "- name: copy google-chrome.repo\r\n copy:\r\n src: ../files/google-chrome.repo\r\n dest: /etc/yum.repos.d/google-chrome.repo\r\n\r\n- name: yum install google-chrome-stable\r\n yum: name={{ item }}\r\n with_items:\r\n - google-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": false }
ansible_role
IanTeda/ansible-print-server
e1414dde27f8e3820e924d0a7b3261640403336f
0
roles/ansible
7,857
[ "no_license" ]
[ { "path": "roles/ansible/tasks/main.yml", "content": "- name: Allow ansible user to execute without password\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: \"^{{ ansible_user }}\" # RegEx to check for state present\n line: \"{{ ansible_user }} ALL=(ALL) NOPASSWD: ALL\"\n valid...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 392, "all_permissive": false }
ansible_role
IanTeda/ansible-print-server
e1414dde27f8e3820e924d0a7b3261640403336f
0
roles/prereq
7,857
[ "no_license" ]
[ { "path": "roles/prereq/tasks/ssh.yml", "content": "- name: Don't permit root login\n lineinfile:\n path: /etc/ssh/sshd_config\n state: present\n regexp: \"^PermitRootLogin\"\n line: \"PermitRootLogin no\"\n\n- name: Don't allow authentication login\n lineinfile:\n path: /etc/ssh/sshd_confi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1611, "all_permissive": false }
ansible_role
IanTeda/ansible-print-server
e1414dde27f8e3820e924d0a7b3261640403336f
0
roles/print-server
7,857
[ "no_license" ]
[ { "path": "roles/print-server/tasks/cups.yml", "content": "- name: Add ansible_user to lpadmin\n user:\n name: \"{{ ansible_user }}\"\n append: yes\n group: lpadmin\n\n- name: Allow cups across network\n shell: cupsctl --remote-any\n notify: cups restart\n\n- name: Check if backup has already be...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2446, "all_permissive": false }
ansible_role
bodsch/ansible-collection-docker
4c413ccde9a08a790d29996ff74ac9031543efd1
3
roles/compose_file
7,857
[ "permissive" ]
[ { "path": "roles/compose_file/files/remove_stopped_container.sh", "content": "#!/usr/bin/env bash\n\ncontainer=$(docker ps --all --quiet | grep Exit | cut -d ' ' -f 1)\n\nif [ -n \"${container}\" ]\nthen\n echo \"deleting stopped containers\"\n docker rm ${container}\nfi\n", "license_type": "permissiv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 21671, "all_permissive": true }
ansible_role
bodsch/ansible-collection-docker
4c413ccde9a08a790d29996ff74ac9031543efd1
3
roles/docker
7,857
[ "permissive" ]
[ { "path": "roles/docker/README.md", "content": "\n# Ansible Role: `bodsch.docker.docker`\n\nThis role will fully configure and install [dockerd](https://www.docker.com/).\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-role-docker/main.yml?branch=main)][ci...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 44, "total_bytes": 63034, "all_permissive": true }
ansible_role
bodsch/ansible-collection-docker
4c413ccde9a08a790d29996ff74ac9031543efd1
3
roles/registry
7,857
[ "permissive" ]
[ { "path": "roles/registry/tasks/service.yml", "content": "---\n\n- name: ensure registry is enabled on boot\n become: true\n ansible.builtin.service:\n name: registry\n enabled: true\n state: started\n\n...\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ],...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 52230, "all_permissive": true }
ansible_role
bodsch/ansible-collection-docker
4c413ccde9a08a790d29996ff74ac9031543efd1
3
roles/registry_ui
7,857
[ "permissive" ]
[ { "path": "roles/registry_ui/tasks/service.yml", "content": "---\n\n- name: ensure registry-ui is enabled on boot\n become: true\n ansible.builtin.service:\n name: registry-ui\n enabled: true\n state: started\n\n...\n", "license_type": "permissive", "detected_licenses": [ "Apache-2....
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 24, "total_bytes": 49607, "all_permissive": true }
ansible_role
mayankkumaryadav06/ansible-example
3ad7d93d8f6701f13f42153d24ff12916a4a4e62
0
Roles/control
7,857
[ "no_license" ]
[ { "path": "Roles/control/vars/main.yml", "content": "---\n# vars file for control\n# - date : \"{{ lookup('pipe', 'date +%Y%m%d-%H%M') }}\"\nvar1: \"Var-from-var-main.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "Roles/control/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 925, "all_permissive": false }
ansible_role
hindyc/apt-update-hosts
c73fa3b58e59577937e7ee786a2165ab92c04f80
0
roles/update-hosts
7,857
[ "no_license" ]
[ { "path": "roles/update-hosts/tasks/main.yaml", "content": "---\n - name: Update apt cache\n apt: update-cache=yes\n\n - name: Do a safe upgrade of each host\n apt: upgrade=safe\n register: didupgrade\n\n - name: Send an email if upgraded\n local_action: mail subject=\"Apt safe upgrade completed on ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
wipo-int/dc-deployments-automation
cd756f381ee49856ad70a1ff6620ab7879f74fd8
0
roles/aws_shared_fs_config
7,857
[ "no_license" ]
[ { "path": "roles/aws_shared_fs_config/tasks/main.yml", "content": "---\n\n- name: Create mountpoint\n ansible.builtin.file:\n state: directory\n path: \"{{ atl_shared_mountpoint }}\"\n mode: 0755\n owner: \"{{ atl_product_user }}\"\n group: \"{{ atl_product_user }}\"\n\n- name: Enable mountp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
Feroz528/PBs
e2a3432c4682dbca3d828a1f5ceb76a284d6d6ed
0
rolebook1/roles/web
7,857
[ "no_license" ]
[ { "path": "rolebook1/roles/web/tasks/main.yml", "content": "---\n- name: installing httpd\n yum: name={{ var1 }} state=latest\n- include: copy.yml\n notify: \n - restart httpd \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "rolebook1/roles...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 335, "all_permissive": false }
ansible_role
Feroz528/PBs
e2a3432c4682dbca3d828a1f5ceb76a284d6d6ed
0
rolebook2/roles/sshd
7,857
[ "no_license" ]
[ { "path": "rolebook2/roles/sshd/tasks/main.yml", "content": "---\n- name: changing root config\n lineinfile: path=/etc/ssh/sshd_config\n regexp='^#PermitRootLogin'\n line='PermitRootLogin {{ permit_root }}'\n state=present\n- name: changing passwd authentication\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
abhinav-gerela/ansible-roles-example
cb8e6806f9946ccb43dfb6ed4ac8b519ed73790d
0
roles/abhinav
7,859
[ "no_license" ]
[ { "path": "roles/abhinav/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - abhinav", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/abhinav/tasks/main.yml", "content": "---\n# tasks file for abhinav...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 854, "all_permissive": false }
ansible_role
abhinav-gerela/ansible-roles-example
cb8e6806f9946ccb43dfb6ed4ac8b519ed73790d
0
roles/idealista.java-role
7,859
[ "no_license" ]
[ { "path": "roles/idealista.java-role/molecule/resources/oraclejdk/playbook.yml", "content": "---\n\n- name: Converge\n hosts: oraclejdk\n roles:\n - java-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/idealista.java-role/CHANGELO...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 14420, "all_permissive": false }
ansible_role
sweetysweat/ansible_minecraft_server_with_mods
6b2404c7b6e445def059ac6a44c47ac3143055bc
0
roles/java_8
7,859
[ "no_license" ]
[ { "path": "roles/java_8/tasks/main.yaml", "content": "---\n\n- name: Install Java 8\n apt:\n name: openjdk-8-jdk\n state: latest\n update_cache: true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
sweetysweat/ansible_minecraft_server_with_mods
6b2404c7b6e445def059ac6a44c47ac3143055bc
0
roles/mine_serv
7,859
[ "no_license" ]
[ { "path": "roles/mine_serv/tasks/main.yaml", "content": "---\n- name: Check minecraft directory\n stat:\n path: \"{{ mine_home }}\"\n register: mine_dir\n\n- name: create folder for minecraft if it doesn't exist\n file:\n path: \"{{ mine_home }}\"\n state: directory\n when: not mine_dir.stat.ex...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1986, "all_permissive": false }
ansible_role
sweetysweat/ansible_minecraft_server_with_mods
6b2404c7b6e445def059ac6a44c47ac3143055bc
0
roles/test
7,859
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yaml", "content": "---\n- name: Test connection\n debug:\n msg: \"Ya lublu minecraft\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
BaptisteGerondeau/infra-automation
ef1c8971a76e9bbf1c18edf4a1841fbf00c529bc
0
ansible/roles/kea-dhcp4
7,859
[ "no_license" ]
[ { "path": "ansible/roles/kea-dhcp4/templates/kea.conf.j2", "content": "{ \"Dhcp4\": {\n \"interfaces-config\": {\n \"interfaces\": [ \"{{mr_provisioner_bmc_iface}}\" ],\n \"dhcp-socket-type\": \"raw\"\n },\n \"valid-lifetime\": 3600,\n \"renew-timer\": 1000,\n \"rebind-timer\": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3832, "all_permissive": false }
ansible_role
BaptisteGerondeau/infra-automation
ef1c8971a76e9bbf1c18edf4a1841fbf00c529bc
0
ansible/roles/mr-provisioner
7,859
[ "no_license" ]
[ { "path": "ansible/roles/mr-provisioner/tasks/main.yml", "content": "---\n\n- name: Install dependencies for running mr-provisioner\n apt:\n state: present\n name: \"{{item}}\"\n with_items:\n - ipmitool\n - python3\n - python3-pip\n - postgresql\n - libpq-dev\n - build-essential\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4654, "all_permissive": false }
ansible_role
caliu/ansible
cb816b91e1bf6f17077b0be60c0a9f77c08ab647
0
roles/base
7,859
[ "no_license" ]
[ { "path": "roles/base/templates/etc/fail2ban/jail.local.j2", "content": "[sshd]\nport = {{ ssh_port }}\n\n[dropbear]\nport = {{ ssh_port }}\n\n[selinux-ssh]\nport = {{ ssh_port }}\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/base/meta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 490, "all_permissive": false }
ansible_role
caliu/ansible
cb816b91e1bf6f17077b0be60c0a9f77c08ab647
0
roles/essential
7,859
[ "no_license" ]
[ { "path": "roles/essential/defaults/main.yml", "content": "---\ndebian_sections:\n - main\ndebian_security_sections:\n - main\ndebian_updates_sections:\n - main\ndebian_release: buster\ndebian_mirror: http://ftp.es.debian.org/debian/\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 975, "all_permissive": false }
ansible_role
caliu/ansible
cb816b91e1bf6f17077b0be60c0a9f77c08ab647
0
roles/libvirt
7,859
[ "no_license" ]
[ { "path": "roles/libvirt/templates/etc/libvirt/hooks/qemu.j2", "content": "#!/bin/sh\n#\n# Adaptat de l'orginal disponible a:\n# http://wiki.libvirt.org/page/Networking#Forwarding_Incoming_Connections\n#\n\nDEBUG=\"/etc/libvirt/hooks/qemu: $0 $*\"\nlogger \"$DEBUG\"\necho \"$DEBUG\"\n\nGuest_name=\"${1}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1929, "all_permissive": false }
ansible_role
caliu/ansible
cb816b91e1bf6f17077b0be60c0a9f77c08ab647
0
roles/sudoers
7,859
[ "no_license" ]
[ { "path": "roles/sudoers/templates/etc/sudoers.d/template.j2", "content": "{% for line in hostvars['larry.caliu.cat']['ansible_facts']['ansible_local']['sudoers'][item] %}\n{{ line }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 544, "all_permissive": false }
ansible_role
DANIEL-SNIECINSKI/save-Projet7-ansible
9e7072fbcc731f476e0ae80db8bed181d3dfbdfe
0
roles/filebeat
7,859
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "---\n# tasks file for filebeat and metricbeat\n\n# dépendancies install\n- name: install role dependencies\n apt:\n name: apt-transport-https,ca-certificates,gnupg\n state: present\n autoclean: true\n\n# add key\n- name: import the elast...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1585, "all_permissive": false }
ansible_role
DANIEL-SNIECINSKI/save-Projet7-ansible
9e7072fbcc731f476e0ae80db8bed181d3dfbdfe
0
roles/wordpress
7,859
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# Installation de WP-CLI qui fourni une interface en ligne de commande pour administrer wordpress \n- name: Install WP-CLI\n become: true\n get_url:\n url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar\n dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1032, "all_permissive": false }
ansible_role
rado-radoev/ansible-operator-kubernetes
627e81694a5ead2cffad2e06b8ba3500d1a962b5
0
nodejs/nodejs/roles/nodejsapi
7,859
[ "no_license" ]
[ { "path": "nodejs/nodejs/roles/nodejsapi/vars/main.yml", "content": "---\n# vars file for nodejsapi\napp_port: 8080\napp_host: 0.0.0.0\nnode_env: development", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "nodejs/nodejs/roles/nodejsapi/templates/se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2090, "all_permissive": false }
ansible_role
mosiko1234/azure_aks
704f37b99e705641f3c94fdc0e97dcb40e21bb36
0
ansible/roles/argocd
7,859
[ "no_license" ]
[ { "path": "ansible/roles/argocd/tasks/main.yml", "content": "---\n- name: Create Namespace for ArgoCD\n k8s:\n kubeconfig: \"{{ kubeconfig }}\"\n definition: \"{{ lookup('file', 'kubernetes/argocd-namespace.yaml') }}\"\n\n- name: Deploy ArgoCD\n k8s:\n kubeconfig: \"{{ kubeconfig }}\"\n namesp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
mosiko1234/azure_aks
704f37b99e705641f3c94fdc0e97dcb40e21bb36
0
ansible/roles/microservices
7,859
[ "no_license" ]
[ { "path": "ansible/roles/microservices/tasks/main.yml", "content": "---\n- name: Create Namespace for Microservices\n k8s:\n kubeconfig: \"{{ kubeconfig }}\"\n definition: \"{{ lookup('file', 'kubernetes/microservices-namespace.yaml') }}\"\n\n- name: Deploy Microservices\n k8s:\n kubeconfig: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
alexfeig/avi-ansible-demo-spinner
4b4c1edf363a62c0e855a7f281660f3c63983338
0
roles/configure_cloud
7,859
[ "no_license" ]
[ { "path": "roles/configure_cloud/tasks/main.yml", "content": "---\n- name: Configure Cloud | Including credentials variable file\n include_vars: creds.yml\n no_log: true\n\n- name: Configure Cloud | Waiting for controller to come online...\n avi_api_session:\n api_version: \"{{ avi_api_version }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1977, "all_permissive": false }
ansible_role
alexfeig/avi-ansible-demo-spinner
4b4c1edf363a62c0e855a7f281660f3c63983338
0
roles/configure_controller
7,859
[ "no_license" ]
[ { "path": "roles/configure_controller/tasks/main.yml", "content": "---\n- name: Configure Controller | Creating Pool Variable\n set_fact:\n pool_servers: \"{{ pool_servers | default([]) + [{'ip': {'type': 'V4', 'addr': item }}]}}\"\n loop: \"{{ address }}\"\n\n- name: Configure Controller | Creating Po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1908, "all_permissive": false }
ansible_role
alexfeig/avi-ansible-demo-spinner
4b4c1edf363a62c0e855a7f281660f3c63983338
0
roles/tests
7,859
[ "no_license" ]
[ { "path": "roles/tests/tasks/main.yml", "content": "---\n- name: Tests | Waiting for service engines to come online...\n avi_serviceengine:\n username: '{{ avi_username }}'\n controller: '{{ avi_controller }}'\n password: '{{ <PASSWORD> }}'\n state: present\n register: result\n until: result ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1403, "all_permissive": false }
ansible_role
mt-inside/petstack-deepthought
80c4dcbbc437d5eb16eb94cdb588ed6564bff704
0
roles/deepthought
7,859
[ "no_license" ]
[ { "path": "roles/deepthought/tasks/main.yml", "content": "---\n- name: install useful cli\n apt: name={{item}} state=installed\n with_items:\n - git\n - vim\n- name: install hardware pkgs\n apt: name={{item}} state=installed\n with_items:\n - lsscsi\n - lm-sensors\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 459, "all_permissive": false }
ansible_role
mt-inside/petstack-deepthought
80c4dcbbc437d5eb16eb94cdb588ed6564bff704
0
roles/k8s-kubeadm-apt
7,859
[ "no_license" ]
[ { "path": "roles/k8s-kubeadm-apt/tasks/main.yml", "content": "---\n- include: common-pre.yml tags=common,common:pre\n- include: master-pre.yml tags=master,master:pre\n- include: worker-pre.yml tags=worker,worker:pre\n- include: admin-pre.yml tags=admin,admin:pre\n- include: common-post.yml tags=common,commo...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 3621, "all_permissive": false }
ansible_role
MathisBls/ansible-gitlab-deployment
e30e0faaba77d565e823fca88878982a9231f7b8
0
roles/bdd
7,859
[ "no_license" ]
[ { "path": "roles/bdd/tasks/main.yml", "content": "- name: Install PostgreSQL\n ansible.builtin.package:\n name: postgresql\n state: present\n\n- name: Ensure psycopg2 is installed\n ansible.builtin.package:\n name: python3-psycopg2\n state: present\n become: yes\n\n- name: Ensure PostgreSQL s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2296, "all_permissive": false }
ansible_role
MathisBls/ansible-gitlab-deployment
e30e0faaba77d565e823fca88878982a9231f7b8
0
roles/common
7,859
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install common tools\n apt:\n name:\n - vim\n - wget\n state: present\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
MathisBls/ansible-gitlab-deployment
e30e0faaba77d565e823fca88878982a9231f7b8
0
roles/gitlab
7,859
[ "no_license" ]
[ { "path": "roles/gitlab/tasks/main.yml", "content": "- name: Download GitLab install\n get_url:\n url: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh\n dest: /tmp/gitlab-install.sh\n mode: '0755'\n\n- name: Run GitLab install script\n command: bash /tmp/gitlab-ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 902, "all_permissive": false }
ansible_role
krishnatejatkt/Ansible
223816f46ea5617913e2feef6e9ebf03e62c16e7
0
ansiblemaster/playbooks/roles/splunkbundle
7,859
[ "no_license" ]
[ { "path": "ansiblemaster/playbooks/roles/splunkbundle/tasks/splunkbundle.yml", "content": "---\n\n - name: Create new git folder\n file:\n path: /tmp/git1\n state: directory \n\n\n - name: Download configs\n git:\n repo: <EMAIL>:naidusadanala/bitsiotest.git\n dest: /tmp/git1\n\n - name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
sahityareddymurikinati/roboshop-ansible
6550219d09dc7d843a78f4a83075e32196f461d9
0
roles/common
7,859
[ "no_license" ]
[ { "path": "roles/common/tasks/maven.yml", "content": "- name: Install Maven\n ansible.builtin.yum:\n name: maven\n state: installed\n\n- name: Include task list in play\n ansible.builtin.import_tasks:\n file: app_presetup.yml\n\n- name: Download maven dependeceis\n ansible.builtin.shell: mvn cle...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1164, "all_permissive": false }
ansible_role
sahityareddymurikinati/roboshop-ansible
6550219d09dc7d843a78f4a83075e32196f461d9
0
roles/frontend
7,859
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install the latest version of nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n- name: Recursively remove directory\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: create directory\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
sahityareddymurikinati/roboshop-ansible
6550219d09dc7d843a78f4a83075e32196f461d9
0
roles/mongodb
7,859
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": " - name: Copy mongodb repo file\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n - name: Install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: latest\n\n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
sahityareddymurikinati/roboshop-ansible
6550219d09dc7d843a78f4a83075e32196f461d9
0
roles/mysql
7,859
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: disable my sql default version\n ansible.builtin.shell: yum module disable mysql -y\n\n- name: copy mysql repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install my sql community server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
kkemis/Design-of-on-premises-private-cloud-deployment-on-MENDELU
00ed7cccaff3d3c64b01c2e41e9108565db96914
0
code/ansible/roles/frontend
7,859
[ "no_license" ]
[ { "path": "code/ansible/roles/frontend/templates/onegate-server.conf.j2", "content": "################################################################################\n# Server Configuration\n################################################################################\n\n# OpenNebula sever contact infor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9943, "all_permissive": false }
ansible_role
kkemis/Design-of-on-premises-private-cloud-deployment-on-MENDELU
00ed7cccaff3d3c64b01c2e41e9108565db96914
0
code/ansible/roles/monitor
7,859
[ "no_license" ]
[ { "path": "code/ansible/roles/monitor/tasks/main.yml", "content": "- name: Apply common Ceph configuration \n ansible.builtin.include_role:\n name: helper/ceph/common\n- name: Install Ceph repositry\n ansible.builtin.dnf:\n name:\n - centos-release-ceph-quincy-1.0\n state: present\n- name: I...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1573, "all_permissive": false }
ansible_role
kkemis/Design-of-on-premises-private-cloud-deployment-on-MENDELU
00ed7cccaff3d3c64b01c2e41e9108565db96914
0
code/ansible/roles/node
7,859
[ "no_license" ]
[ { "path": "code/ansible/roles/node/defaults/main.yml", "content": "---\nfrontend_fqdn: controller.example.com\nfrontend_username: oneadmin\nfrontend_password: <PASSWORD>\nfsid: 9c8e1988-ff5c-11ee-afe9-52540034dca9\nmonitor_ip: 192.168.100.4\nsecret_value: AQCPbCFmxPkRIxAAf03KhJXG1f2G5h4ikRbXWw==\nsecret_uui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3869, "all_permissive": false }
ansible_role
kkemis/Design-of-on-premises-private-cloud-deployment-on-MENDELU
00ed7cccaff3d3c64b01c2e41e9108565db96914
0
code/ansible/roles/osd
7,859
[ "no_license" ]
[ { "path": "code/ansible/roles/osd/files/init_osd.py", "content": "import requests\nimport socket\nimport yaml\n\nconfig = yaml.safe_load(open(\"config.yml\"))\nurl = \"https://\" + str(config[\"monitor_fqdn\"]) + \":8443/api/auth\"\nheaders = {\"Accept\": \"application/vnd.ceph.api.v1.0+json\"}\ndata = {\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1679, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/daemon
7,859
[ "no_license" ]
[ { "path": "roles/daemon/tasks/main.yml", "content": "---\n- name: Create work directories\n file:\n path: \"/apps/daemon/{{ item }}\"\n state: directory\n mode: 0775\n owner: mr_static\n group: mr_static\n with_items:\n - /service1/out\n - /service2/in\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/db
7,859
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "---\n- name: Stop MySQL\n systemd:\n name: mysqld\n state: stopped\n\n\n- name: Set MYSQLD_OPTS\n shell: systemctl set-environment MYSQLD_OPTS=\"--skip-grant-tables\"\n\n\n- name: Start MySQL\n systemd:\n name: mysqld\n state: started\n\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2170, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/healthcheck-fxx
7,859
[ "no_license" ]
[ { "path": "roles/healthcheck-fxx/tasks/main.yml", "content": "---\n- name: 'Health Check skipping'\n block:\n - name: Health Check skipping\n debug:\n msg: \"fxx healthcheck will be skipped due to database has been cleared\"\n - name: Skip healthcheck\n meta: end_play\n when: \"'fxx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/nginx
7,859
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n block:\n - name: Add repository\n yum:\n name: epel-release\n state: present\n - name: Install Nginx\n yum:\n name: nginx\n state: present\n\n\n- name: Prepare directory with...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2646, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/pre-deploy
7,859
[ "no_license" ]
[ { "path": "roles/pre-deploy/tasks/main.yml", "content": "---\n- name: \"Check that version variables are defined and not empty if needed\"\n block:\n - name: \"Check that app_version variable is defined and not empty if needed\"\n assert:\n that:\n - \"app_version is defined and app...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3021, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/restore-db
7,859
[ "no_license" ]
[ { "path": "roles/restore-db/tasks/main.yml", "content": "- name: 'APP-X LiquiBase unarchiving'\n unarchive:\n remote_src: yes\n src: '{{ directories.temp_dir }}/assembly-{{ assembly_version }}/appx-db-update.zip'\n dest: '{{ directories.temp_dir }}/assembly-{{ assembly_version }}'\n when: \"'appx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
mrStat1c/playbooks
e5f3156a55394184ba30d08955185a32cfc03d40
0
roles/sdk-test-app
7,859
[ "no_license" ]
[ { "path": "roles/sdk-test-app/tasks/main.yml", "content": "- block:\n\n - name: 'Check playbookId'\n shell: cat \"{{ playbookIdFilePath }}\"\n register: result\n\n\n - name: 'DEBUG DEBUG DEBUG DEBUG DEBUG'\n debug:\n msg: \"{{ result.stdout }}\"\n\n\n - name: 'Write playb...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3038, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/blog
7,858
[ "no_license" ]
[ { "path": "roles/blog/tasks/blog.yml", "content": "- name: Create directory for blog HTML\n file: state=directory path=/var/www/{{ domain }} group=www-data owner=www-data\n\n- name: Configure the Apache HTTP server for the blog\n template: src=etc_apache2_sites-available_blog.j2 dest=/etc/apache2/sites-av...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/common
7,858
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# Defines tasks applicable across all machines in the infrastructure.\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Upgrade all safe packages\n apt: upgrade=safe\n\n- name: Install necessities and nice-to-haves\n apt: pkg={{ item ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2115, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/git
7,858
[ "no_license" ]
[ { "path": "roles/git/tasks/cgit.yml", "content": "\n- name: Install cgit dependencies\n apt: pkg={{ item }} state=installed\n with_items:\n - groff\n - python-pip\n - libssl-dev\n\n- name: Install cgit pip dependencies\n pip: name={{ item }}\n with_items:\n - pygments\n - docutils\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1507, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/mailserver
7,858
[ "no_license" ]
[ { "path": "roles/mailserver/tasks/z-push.yml", "content": "- name: Install required packages for z-push\n apt: pkg={{ item }} state=installed\n with_items:\n - php5\n - php5-cli\n - php-soap\n - php5-imap\n \n- name: Download z-push release\n get_url: \n url=http://download.z-push.org/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1426, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/monitoring
7,858
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/monit.yml", "content": "- name: Install monit\n apt: pkg=monit state=installed\n\n- name: Copy monit master config file into place\n copy: src=etc_monit_monitrc dest=/etc/monit/monitrc\n\n- name: Copy monit service config files into place\n copy: src=etc_monit_conf.d_{{ ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 481, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/newebe
7,858
[ "no_license" ]
[ { "path": "roles/newebe/tasks/main.yml", "content": "- name: Install Python\n apt: pkg=python,python-setuptools,python-pip,python-dev\n\n- name: Install Python tools\n apt: pkg=python-imaging,python-pycurl\n\n- name: Install build tools\n apt: pkg=build-essential,git\n\n- name: Install Python libs\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2241, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/news
7,858
[ "no_license" ]
[ { "path": "roles/news/tasks/selfoss.yml", "content": "- name: Clone Selfoss\n git: repo=https://github.com/SSilence/selfoss.git\n dest=/var/www/selfoss\n\n- name: Set selfoss permissions\n action: file owner=www-data group=www-data path=/var/www/selfoss recurse=yes state=directory\n\n- name: Create ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1738, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/owncloud
7,858
[ "no_license" ]
[ { "path": "roles/owncloud/tasks/owncloud.yml", "content": "---\n# Installs the ownCloud personal cloud software\n# as per http://www.debiantutorials.com/how-to-install-owncloud-on-wheezy/\n\n- name: Create database user for ownCloud\n postgresql_user: login_host=localhost login_user={{ db_admin_username }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2162, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/readlater
7,858
[ "no_license" ]
[ { "path": "roles/readlater/tasks/wallabag.yml", "content": "- name: Clone wallabag\n git: repo=https://github.com/wallabag/wallabag.git\n dest=/var/www/wallabag\n version={{ wallabag_version }}\n\n- name: Install wallabag dependencies\n apt: pkg={{ item }} state=present\n with_items:\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2036, "all_permissive": false }
ansible_role
punalpatel/sovereign
d0bdf7ef44023da2349ba42f3a357e1affaed16f
0
roles/webmail
7,858
[ "no_license" ]
[ { "path": "roles/webmail/tasks/roundcube.yml", "content": "- name: Install Roundcube\n apt: pkg={{ item }} state=latest\n with_items:\n - roundcube\n - roundcube-plugins\n - roundcube-pgsql\n\n- name: Configure Roundcube database\n template: src={{ item.src }} dest={{ item.dest }} group={{ item....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2757, "all_permissive": false }
ansible_role
slaffer-au/vx_vagrant_ansible_demo
af8d79f1c98f54324a0826b6a95d5447be51a2df
1
automation/roles/apt_sources
7,858
[ "no_license" ]
[ { "path": "automation/roles/apt_sources/tasks/main.yml", "content": "- name: Adding Debian Security Repo\n apt_repository: repo='deb http://security.debian.org/ wheezy/updates main' state=present\n sudo: yes\n\n- name: Adding Debian Wheezy Main Repo\n apt_repository: repo='deb http://ftp.us.debian.org/de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
slaffer-au/vx_vagrant_ansible_demo
af8d79f1c98f54324a0826b6a95d5447be51a2df
1
automation/roles/netshow_install
7,858
[ "no_license" ]
[ { "path": "automation/roles/netshow_install/tasks/main.yml", "content": "- name: Installing Netshow from the Cumulus Repro \n apt: name=netshow state=present\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
slaffer-au/vx_vagrant_ansible_demo
af8d79f1c98f54324a0826b6a95d5447be51a2df
1
automation/roles/ptm_setup
7,858
[ "no_license" ]
[ { "path": "automation/roles/ptm_setup/tasks/main.yml", "content": "- name: configure ptmd topology.dot\n copy: src=topology.dot dest=/etc/ptm.d/topology.dot\n notify:\n - restart ptmd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "automati...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
stsepenyuk/ansible-aws
6aac87acaddc20d7b85bdd83025929e811b176d5
0
roles/aws_vpc
7,858
[ "no_license" ]
[ { "path": "roles/aws_vpc/tasks/vpc-present.yml", "content": "---\n- name: Create vpc {{ ec2_name_prefix }}-vpc\n amazon.aws.ec2_vpc_net:\n name: \"{{ ec2_name_prefix }}-vpc\"\n cidr_block: \"{{ ec2_cidr_prefix }}.0.0/16\"\n region: \"{{ ec2_region }}\"\n register: new_vpc\n until: new_vpc is not...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6815, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/apply_cert
7,858
[ "no_license" ]
[ { "path": "roles/apply_cert/templates/nginx.mail.conf.j2", "content": "access_log off;\n\nserver {\n listen 80;\n server_name mail.tocraw.com;\n\n location /.well-known/acme-challenge/ {\n root /var/www/certbot;\n }\n}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4834, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/basic
7,858
[ "no_license" ]
[ { "path": "roles/basic/templates/docker.override.conf.j2", "content": "[Service]\nAfter=network-online.target\nWants=network-online.target\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "roles/basic/handlers/main.yml", "content": "# code: lan...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3001, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/build_wordpress
7,858
[ "no_license" ]
[ { "path": "roles/build_wordpress/tasks/main.yml", "content": "# code: language=ansible\n- name: Login Docker Hub Container Registry\n community.docker.docker_login:\n username: \"{{ docker_user }}\"\n password: \"{{ <PASSWORD> }}\"\n reauthorize: true\n\n- name: Create Dockerfile folder\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 706, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/init_mail
7,858
[ "no_license" ]
[ { "path": "roles/init_mail/tasks/main.yml", "content": "# code: language=ansible\n- name: Create bridge network\n community.docker.docker_network:\n name: \"{{ network_name }}\"\n force: true\n enable_ipv6: true\n ipam_config:\n - subnet: \"192.168.3.11/24\"\n - subnet: \"fdd0:31ae:44...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1969, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/reboot
7,858
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "# code: language=ansible\n- name: Set uptime\n ansible.builtin.command: awk '{print int($1/3600)\":\"int(($1%3600)/60)\":\"int($1%60)}' /proc/uptime\n register: uptime\n changed_when: uptime.rc != 0\n\n- name: Show uptime\n ansible.builtin.debug:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/remove_all_container
7,858
[ "no_license" ]
[ { "path": "roles/remove_all_container/tasks/main.yml", "content": "# code: language=ansible\n- name: Get running containers\n community.docker.docker_host_info:\n containers: true\n register: docker_info\n\n- name: Remove running containers\n community.docker.docker_container:\n name: \"{{ item.Id ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/setup_blog
7,858
[ "no_license" ]
[ { "path": "roles/setup_blog/templates/nginx.conf.j2", "content": "access_log off;\n\nmap $http_upgrade $connection_upgrade {\n default upgrade;\n '' close;\n}\n\nserver {\n listen 80;\n listen [::]:8080;\n server_name tocandraw.com;\n\n location /.well-known/acme-challenge/ {\n root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 14508, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/setup_center
7,858
[ "no_license" ]
[ { "path": "roles/setup_center/templates/dashboard.j2", "content": "{\n \"dashboard\": {\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": {\n \"type\": \"datasource\",\n \"uid\": \"grafana\"\n },\n \"enable\":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 23598, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/setup_hb
7,858
[ "no_license" ]
[ { "path": "roles/setup_hb/tasks/main.yml", "content": "# code: language=ansible\n- name: Homebridge\n block:\n - name: Create data folder\n ansible.builtin.file:\n path: /root/homebridge-data\n state: directory\n mode: \"755\"\n - name: Start Homebridge\n community.dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/setup_mail
7,858
[ "no_license" ]
[ { "path": "roles/setup_mail/tasks/main.yml", "content": "# code: language=ansible\n- name: Create bridge network\n community.docker.docker_network:\n name: \"{{ network_name }}\"\n force: true\n enable_ipv6: true\n ipam_config:\n - subnet: \"172.16.31.10/24\"\n - subnet: \"fdd0:31ae:4...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1107, "all_permissive": false }
ansible_role
ToC-Taiwan/ansible-machine
385b04735afe91ae5a7a6b4bd4a7ea34b119baca
0
roles/setup_trader
7,858
[ "no_license" ]
[ { "path": "roles/setup_trader/templates/toc_machine_trading.env.j2", "content": "HTTP=26670\nSINOPAC_URL=toc-sinopac-python:56666\n\nLOG_LEVEL=info\nLOG_FORMAT=text\nLOG_NEED_CALLER=false\nLOG_TIME_FORMAT=\nLOG_LINK_SLACK=false\nLOG_DISABLE_CONSOLE=false\nLOG_DISABLE_FILE=true\n\nDB_URL=postgres://{{ db_use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12392, "all_permissive": false }
ansible_role
42kbit/devops-highway
f270b0ba1e52a153dc6be79e2ca2070423e52d6f
0
examples/ansible/roles/roles/deploy_apache
7,858
[ "permissive" ]
[ { "path": "examples/ansible/roles/roles/deploy_apache/tasks/apache.yml", "content": "- name: Install apache package\n ansible.builtin.package:\n name: \"{{ apache_package }}\"\n state: present\n\n- name: Render template onto webserver\n ansible.builtin.template:\n src: index.html.j2\n dest: /v...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 990, "all_permissive": true }
ansible_role
connect2pritam/ansible
6a7b148a1aac3b3a54e2a7fc96711902eb42b167
0
roles/copy-files
7,858
[ "no_license" ]
[ { "path": "roles/copy-files/tasks/main.yml", "content": "---\n- name: Creates directory /usr/share/tomcat/webapps/ansible/\n file:\n path: /usr/share/tomcat/webapps/ansible/\n state: directory\n\n- name: copy static index.html to tomcat webapps/ansible/index.html\n template:\n src: /root/bad-ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
Mo-Haseeb/InfrastructureCreation
88905d75c0235c7f04c508c519be12f89b27cc56
0
roles/setup
7,858
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: \"install dependencies\"\n become: yes\n apt:\n pkg: \n - npm\n - build-e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
csuarezgithub/ansiblev2
002df5aae4e50d02810401b72deebd033487d1b6
0
host_v3_reporedhat_cloud/roles/configure_server
7,858
[ "no_license" ]
[ { "path": "host_v3_reporedhat_cloud/roles/configure_server/vars/main.yml", "content": "packages_list:\n - sysstat\n - telnet\n - binutils\n - nmap\n - ntp\n - cloud-init", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "host_v3_reporedhat_cloud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3735, "all_permissive": false }
ansible_role
hofry/h_ansible
6d6fefd9c292d40b6ee0ea4a789650a403203ee3
0
roles/lamp
7,861
[ "no_license" ]
[ { "path": "roles/lamp/tasks/main.yml", "content": "- name: install lamp packages\n apt: name={{ item }} state=present\n notify:\n - restart mysql\n with_items:\n - mysql-server\n - php5\n - php5-mysqlnd\n - php5-mcrypt\n - php5-gd\n - php5-curl\n - python-mysqldb\n\n- name: enable rewrite\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 517, "all_permissive": false }
ansible_role
hofry/h_ansible
6d6fefd9c292d40b6ee0ea4a789650a403203ee3
0
roles/opencase
7,861
[ "no_license" ]
[ { "path": "roles/opencase/templates/vhost.conf.j2", "content": "<VirtualHost *:80>\n ServerName opencase.geekprice.ru\n DocumentRoot /var/www/html/opencase\n <Directory /var/www/html/opencase>\n\tAllowOverride All\n\tOrder allow,deny\n\tallow from all\n </Directory>\n</VirtualHost>", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
hofry/h_ansible
6d6fefd9c292d40b6ee0ea4a789650a403203ee3
0
roles/usser
7,861
[ "no_license" ]
[ { "path": "roles/usser/files/ro.sh", "content": "readonly USSER\n\nexport PROMPT_COMMAND='history -a; history -n;echo -ne \"\\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\\007\"'\nexport HISTTIMEFORMAT=\"%d/%m/%y %T \"\nexport HISTCONTROL=ignoredups\nexport HISTFILESIZE=1000000000\nexport HISTSIZE=10000000...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 791, "all_permissive": false }
ansible_role
linlung985/ansible
8b0c8e48e0ecb0b3cd2bf366e61b01ef62697918
1
windows/roles/role_windows_iis
7,861
[ "no_license" ]
[ { "path": "windows/roles/role_windows_iis/defaults/main.yml", "content": "---\n# defaults file for role_windows_iis", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "windows/roles/role_windows_iis/handlers/main.yml", "content": "---\n# handlers f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 532, "all_permissive": false }