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
stoffels-it/ansible-roles
f611451f915e02bed4eae730076d975443e8d87c
0
roles/dehydrated_apache
381
[ "no_license" ]
[ { "path": "roles/dehydrated_apache/templates/apache_conf_post_ssl.j2", "content": "<VirtualHost {{ansible_default_ipv4.address}}:443>\n ServerName {{host}}.{{domain}}\n Alias /.well-known/acme-challenge /var/www/acme-challenge\n\n SSLEngine on\n SSLProtocol all -SSLv2 -SSLv3\n SSLHonorCipherO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2383, "all_permissive": false }
ansible_role
stoffels-it/ansible-roles
f611451f915e02bed4eae730076d975443e8d87c
0
roles/dehydrated_dns
381
[ "no_license" ]
[ { "path": "roles/dehydrated_dns/files/dehydrated_cronjob", "content": "#!/bin/sh\n/usr/bin/dehydrated -c\nsystemctl reload apache2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/dehydrated_dns/tasks/main.yml", "content": "- name: insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1253, "all_permissive": false }
ansible_role
stoffels-it/ansible-roles
f611451f915e02bed4eae730076d975443e8d87c
0
roles/nginx_gunicorn
381
[ "no_license" ]
[ { "path": "roles/nginx_gunicorn/tasks/main.yml", "content": "- name: install nginx+gunicorn for python apps\n apt:\n pkg:\n - nginx\n - gunicorn\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/apache
381
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: be sure install requirement packages\n yum: name={{ item }} state=installed\n with_items:\n - httpd\n - httpd-tools\n\n- name: be sure virtualhost configuration exist\n copy: src=\"etc/httpd/conf.d/virtualhost.conf\" dest=\"/etc/httpd/con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/common
381
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: be sure users exist\n user: name=\"{{ item.name }}\" state=present\n with_items: \"{{ users }}\"\n\n- name: be sure ~/.ssh for each users exist\n file: path=\"/home/{{ item.name }}/.ssh\" state=directory owner=\"{{ item.name }}\" group=\"{{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/dovecot
381
[ "no_license" ]
[ { "path": "roles/dovecot/tasks/main.yml", "content": "- name: be sure install requirement packages\n yum: name={{ item }} state=installed\n with_items:\n - dovecot\n\n- name: be sure vmail user exist\n user: name=vmail state=present shell=/sbin/nologin createhome=no uid=5000\n\n- name: be sure vmail g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1561, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/php
381
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: be sure install requirement packages\n yum: name={{ item }} state=installed\n # items generated by \" yum list installed | grep php | awk '{ print $1 }' | cut -d . -f 1\"\n with_items:\n - php\n - php-cli\n - php-common\n - php-gd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/postfix
381
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "- name: be sure install requirement packages\n yum: name={{ item }} state=installed\n with_items:\n - postfix\n\n- name: be sure main.cf exist\n copy: src=\"etc/postfix/main.cf\" dest=\"/etc/postfix/main.cf\"\n\n- name: be sure master.cf exist\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 573, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/samba
381
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "- name: install requirement packages\n yum: name={{ item }} state=installed\n with_items:\n - samba-client\n - samba-common\n - cifs-utils\n\n- name: be sure shared directories exist\n file: path=\"{{ item.path }}\" state=directory owner=\"{{ i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 733, "all_permissive": false }
ansible_role
rrreeeyyy/mspj-team-04
f9ccf7409eff0322d133f6eb22e469ee10eda334
0
roles/saslauthd
381
[ "no_license" ]
[ { "path": "roles/saslauthd/tasks/main.yml", "content": "- name: be sure install requirement packages\n yum: name={{ item }} state=installed\n with_items:\n - cyrus-sasl\n - cyrus-sasl-lib\n\n- name: be sure saslauthd is running and enabled\n systemd: state=started name=saslauthd enabled=yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
sstallion/freebsd-scripts
611cb208b9b47620a1ab1754059dbbffd2f0625d
0
ansible/roles/base
381
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/devices.yml", "content": "- name: Enabling devd.log in syslog.conf\n ansible.builtin.replace:\n path: /etc/syslog.conf\n regexp: '^#\\s?({{ item }})$'\n replace: '\\g<1>'\n with_items:\n - '!devd'\n - '\\*\\.>=notice.*/var/log/devd\\.log'\n notify:\n ...
{ "task_files": 10, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 6538, "all_permissive": false }
ansible_role
sstallion/freebsd-scripts
611cb208b9b47620a1ab1754059dbbffd2f0625d
0
ansible/roles/common
381
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: Checking Disks\n ansible.builtin.find:\n patterns:\n - '^a?da\\d+$'\n - '^nvme\\d+$'\n paths: /dev/\n file_type: any\n use_regex: true\n register: find_disks\n\n- name: Checking Jailed\n ansible.builtin.command: sy...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4026, "all_permissive": false }
ansible_role
sstallion/freebsd-scripts
611cb208b9b47620a1ab1754059dbbffd2f0625d
0
ansible/roles/services
381
[ "no_license" ]
[ { "path": "ansible/roles/services/tasks/smartd.yml", "content": "- name: Configuring smartd\n notify:\n - restart smartd\n when: disks | length > 0\n block:\n - name: Installing smartmontools\n community.general.pkgng:\n name: smartmontools\n state: present\n\n - name: Checkin...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6945, "all_permissive": false }
ansible_role
louisabricot/devops101
0202d8eff29ea0f127c56121c4a200f8a4b217f6
0
provisioning/roles/common
381
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/kubernetes_setup.yml", "content": "---\n- name: kubernetes_setup | Add Kubernetes GPG key\n ansible.builtin.apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: kubernetes_setup | Add Kubernetes repository\n ansi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1739, "all_permissive": false }
ansible_role
louisabricot/devops101
0202d8eff29ea0f127c56121c4a200f8a4b217f6
0
provisioning/roles/k8s_master
381
[ "no_license" ]
[ { "path": "provisioning/roles/k8s_master/vars/main.yml", "content": "---\n# Path for Docker configuration directory\ndocker_daemon: \"/etc/docker/daemon.json\"\nkubemaster_ip: 192.168.56.4\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "provisio...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3006, "all_permissive": false }
ansible_role
louisabricot/devops101
0202d8eff29ea0f127c56121c4a200f8a4b217f6
0
provisioning/roles/k8s_worker
381
[ "no_license" ]
[ { "path": "provisioning/roles/k8s_worker/tasks/main.yml", "content": "---\n- name: Setup Docker\n include_role:\n name: common\n tasks_from: docker_setup\n\n- name: Setup Kubernetes\n include_role:\n name: common\n tasks_from: kubernetes_setup\n\n- name: Configure node ip\n include_tasks: con...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1363, "all_permissive": false }
ansible_role
louisabricot/devops101
0202d8eff29ea0f127c56121c4a200f8a4b217f6
0
provisioning/roles/wordpress_mysql
381
[ "no_license" ]
[ { "path": "provisioning/roles/wordpress_mysql/files/mysql-deploy.yml", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: wordpress-mysql\n labels:\n app: wordpress\nspec:\n ports:\n - port: 3306\n selector:\n app: wordpress\n tier: mysql\n clusterIP: None\n---\napiVersion:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4230, "all_permissive": false }
ansible_role
decimalteam/go-node
e262be8ef953a084d4e55dda15d0b2941218b7c0
0
ci-scripts/ansible/roles/decimal-explorer
378
[ "no_license" ]
[ { "path": "ci-scripts/ansible/roles/decimal-explorer/handlers/main.yml", "content": "---\n- name: reload systemctl\n command: systemctl daemon-reload\n become: yes\n\n- name: run service Explorer Indexer Worker\n service:\n name: '{{ service_name_worker }}'\n state: started\n enabled: yes\n bec...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2576, "all_permissive": false }
ansible_role
decimalteam/go-node
e262be8ef953a084d4e55dda15d0b2941218b7c0
0
ci-scripts/ansible/roles/decimal-init
378
[ "no_license" ]
[ { "path": "ci-scripts/ansible/roles/decimal-init/tasks/node-slave.yml", "content": "---\n# tasks file for decimal slave (not validator) nodes\n- name: Include tasks for clear data and update binary files\n include: node-common-at-first.yml\n\n- name: Node initialization\n shell: '{{ decimal_bin }}/decd in...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3873, "all_permissive": false }
ansible_role
decimalteam/go-node
e262be8ef953a084d4e55dda15d0b2941218b7c0
0
ci-scripts/ansible/roles/decimal-service
378
[ "no_license" ]
[ { "path": "ci-scripts/ansible/roles/decimal-service/templates/decd.service.j2", "content": "[Unit]\nDescription=Decimal Node daemon\nDocumentation=https://help.decimalchain.com\n\n[Service]\nType=idle\nUser=centos\nExecStart=/home/centos/decimal/decd start\nRestart=always\nRestartSec=30s\nStandardOutput=jou...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3014, "all_permissive": false }
ansible_role
decimalteam/go-node
e262be8ef953a084d4e55dda15d0b2941218b7c0
0
ci-scripts/ansible/roles/decimal-update
378
[ "no_license" ]
[ { "path": "ci-scripts/ansible/roles/decimal-update/tasks/main.yml", "content": "---\n# tasks file for decimal-update\n- name: Install required packages (leveldb, snappy)\n dnf:\n name:\n - leveldb\n - snappy\n state: latest\n become: yes\n\n- name: Create binary dir with parent directories...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 765, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/beegfs_admon
378
[ "no_license" ]
[ { "path": "provisioning/roles/beegfs_admon/tasks/main.yml", "content": "---\n- name: \"BeeGFS Admon Server optional for graphical interface\"\n yum: name=beegfs-admon state=present\n\n# - name: \"BeeGFS mountpoint\"\n# file: path=/mnt/beegfs state=directory\n\n# - name: \"BeeGFS client packages\"\n# yu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1341, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/beegfs_client
378
[ "no_license" ]
[ { "path": "provisioning/roles/beegfs_client/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS mountpoint\"\n file: path=/mnt/beegfs state=directory\n\n# - name: \"BeeGFS client packages\"\n# yum: name=\"{{ item }}\" state=present\n# with_items:\n# - \"kernel-devel-{{ ansible_kernel }}\"\n# - gcc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1456, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/beegfs_meta
378
[ "no_license" ]
[ { "path": "provisioning/roles/beegfs_meta/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS metadata server packages\"\n yum: name=beegfs-meta state=present\n\n- name: \"libbeegfs-ib is only required for RDMA\"\n yum: name=libbeegfs-ib state=present\n\n- name: \"BeeGFS mgmt server configuration\"\n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 794, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/beegfs_mgmt
378
[ "no_license" ]
[ { "path": "provisioning/roles/beegfs_mgmt/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS mgmt server packages\"\n yum: name=beegfs-mgmtd state=present\n\n- name: \"libbeegfs-ib is only required for RDMA\"\n yum: name=libbeegfs-ib state=present\n\n# - name: \"BeeGFS mgmt server configuration\"\n# c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/beegfs_storage
378
[ "no_license" ]
[ { "path": "provisioning/roles/beegfs_storage/tasks/main.yml", "content": "---\n\n- name: \"BeeGFS storage node packages\"\n yum: name=beegfs-storage state=present\n\n- name: \"libbeegfs-ib is only required for RDMA\"\n yum: name=libbeegfs-ib state=present\n\n# - name: \"BeeGFS storage node configuration\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1323, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/benchmark
378
[ "no_license" ]
[ { "path": "provisioning/roles/benchmark/tasks/main.yml", "content": "---\n# - name: Unarchive iozone3_478.tar\n# unarchive:\n# src: http://www.iozone.org/src/current/iozone3_478.tar\n# dest: /home/vagrant\n# remote_src: yes\n- name: Download iozone3_478.tar\n get_url:\n url: http://www.iozone....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1820, "all_permissive": false }
ansible_role
githubfoam/beegfs-sandbox
69e54dd90a027d787fd576f2798941bc54cb2f79
3
provisioning/roles/common
378
[ "no_license" ]
[ { "path": "provisioning/roles/common/vars/Debian.yml", "content": "---\nsystem_packages:\n - socat\n - traceroute\n - mtr\n - tcpdump\n - net-tools\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "provisioning/roles/common/tasks/main.yml", ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3537, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_ctf_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_ctf_role/tasks/main.yml", "content": "- name: install CTFd\n git:\n repo: \"https://github.com/timb-machine/CTFd\"\n dest: \"/usr/local/python/CTFd-trunk\"\n- name: configure CTFd\n template:\n src: \"{{ item }}\"\n dest: \"/usr/local/python/CTFd-trunk\"\n owner...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3357, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_dns_primary_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_dns_primary_role/tasks/main.yml", "content": "- name: install BIND 9\n apt:\n state: latest\n name: bind9\n- name: create cache directory\n file:\n state: directory\n path: \"/var/cache/bind/pri\"\n owner: \"bind\"\n group: \"bind\"\n mode: 0755\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3152, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_dns_secondary_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_dns_secondary_role/tasks/main.yml", "content": "- name: install BIND 9\n apt:\n state: latest\n name: bind9\n- name: create cache directory\n file:\n state: directory\n path: \"/var/cache/bind/sec\"\n owner: \"bind\"\n group: \"bind\"\n mode: 0755\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_docker_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_docker_role/tasks/main.yml", "content": "- name: install Docker\n apt:\n state: latest\n name: \"{{ item }}\"\n with_items:\n - docker\n - docker-compose\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_mail_dumb_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_mail_dumb_role/tasks/main.yml", "content": "- name: install Sendmail\n apt:\n state: latest\n name: sendmail\n- name: configure Sendmail\n template:\n src: \"{{ item }}\"\n dest: \"/etc/mail\"\n owner: \"root\"\n group: \"root\"\n mode: 0644\n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 618, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_mail_secondary_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_mail_secondary_role/files/starttls.m4", "content": "divert(-1)dnl\n####################################################################\n##### This file is automagically generated -- edit at your own risk\n#####\n##### Copyright (c) 2002-2010 <NAME>. All Rights Reserved.\n#####...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 11517, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_mysql_client_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_mysql_client_role/tasks/main.yml", "content": "- name: install MySQL client\n apt:\n name: mysql-client\n state: latest\n- name: install AutoMySQLBackup\n apt:\n name: automysqlbackup\n state: latest\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_mysql_server_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_mysql_server_role/tasks/main.yml", "content": "- name: install MySQL server\n apt:\n name: mysql-server\n state: latest\n- name: install AutoMySQLBackup\n apt:\n name: automysqlbackup\n state: latest\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_role/files/news.sh", "content": "#!/bin/sh\n\nnews\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "tasks/roles/build_role/tasks/main.yml", "content": "- name: install base tools\n apt:\n state: latest\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1086, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_ssl_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_ssl_role/tasks/main.yml", "content": "- name: create ssl-cert group\n group:\n state: present\n name: ssl-cert\n- name: create certificates\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/ssl/certs\"\n owner: \"root\"\n group: \"ssl-cert\"\n mode: 0644\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_wordpress_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_wordpress_role/handlers/main.yml", "content": "- name: restart Apache\n service:\n state: restarted\n name: \"apache2\"\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "tasks/roles/build_wordp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3018, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/build_www_role
378
[ "no_license" ]
[ { "path": "tasks/roles/build_www_role/tasks/main.yml", "content": "- name: install Apache\n apt:\n state: latest\n name: apache2\n- name: install LetsEncrypt\n apt:\n state: latest\n name: letsencrypt\n- name: enable mod_headers\n shell: \"a2enmod \\\"headers\\\"\"\n- name: enable mod_ssl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3788, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/change_password_role
378
[ "no_license" ]
[ { "path": "tasks/roles/change_password_role/tasks/main.yml", "content": "- name: create admin\n user:\n state: present\n name: \"{{ admin }}\"\n password: \"{{ <PASSWORD> }}\"\n comment: \"<NAME>\"\n shell: \"/bin/bash\"\n groups: \"sudo,adm\"\n no_log: true\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/clean_ctf_role
378
[ "no_license" ]
[ { "path": "tasks/roles/clean_ctf_role/tasks/main.yml", "content": "- name: remove old containers\n docker_container:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - ctfdtrunk_ctfd_1\n - ctfdtrunk_db_1\n - ctfdtrunk_cache_1\n- name: remove old images\n docker_image:\n name: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/enable_root_ssh_role
378
[ "no_license" ]
[ { "path": "tasks/roles/enable_root_ssh_role/handlers/main.yml", "content": "- name: restart SSH\n service:\n state: restarted\n name: ssh\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "tasks/roles/enable_root_ssh_role/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/harden_role
378
[ "no_license" ]
[ { "path": "tasks/roles/harden_role/tasks/main.yml", "content": "- name: install unattended upgrades\n apt:\n state: latest\n name: unattended-upgrades\n- name: enable periodic upgrades\n copy:\n src: \"files/10periodic\"\n dest: \"/etc/apt/apt.conf.d\"\n owner: \"root\"\n group: \"root\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3142, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/purge_ctf_role
378
[ "no_license" ]
[ { "path": "tasks/roles/purge_ctf_role/tasks/main.yml", "content": "- name: remove old data\n file:\n state: absent\n path: \"{{ item }}\"\n with_items:\n - /usr/local/data/CTFd\n - /usr/local/data/mysql\n - /usr/local/data/redis\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
timb-machine/Ansible
cfcd0d82de875ea518a080d681afe0f7061d3d92
1
tasks/roles/tidy_role
378
[ "no_license" ]
[ { "path": "tasks/roles/tidy_role/tasks/main.yml", "content": "- name: tidy\n apt:\n autoclean: yes\n autoremove: yes \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
JGazeilles/devops
4b0d577c9069406c28c7e9164c1a196d7ac487a1
0
ansible/roles/create_network
378
[ "no_license" ]
[ { "path": "ansible/roles/create_network/tasks/main.yml", "content": "---\n# tasks file for roles/create_network\n- name: Create Docker network\n docker_network:\n name: \"{{ item }}\"\n driver: bridge\n state: present\n api_version: auto\n vars:\n ansible_python_interpreter: /usr/bin/python...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 296, "all_permissive": false }
ansible_role
JGazeilles/devops
4b0d577c9069406c28c7e9164c1a196d7ac487a1
0
ansible/roles/install_docker
378
[ "no_license" ]
[ { "path": "ansible/roles/install_docker/tasks/main.yml", "content": "---\n# tasks file for roles/install_docker\n- name: Install required dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 765, "all_permissive": false }
ansible_role
JGazeilles/devops
4b0d577c9069406c28c7e9164c1a196d7ac487a1
0
ansible/roles/launch_app
378
[ "no_license" ]
[ { "path": "ansible/roles/launch_app/tasks/main.yml", "content": "---\n# tasks file for roles/launch_app\n- name: Start API container\n docker_container:\n name: api\n image: jgazeillescpe/tp-devops-api:latest\n pull: yes\n networks:\n - name: devops-network-app\n - name: devops-networ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
JGazeilles/devops
4b0d577c9069406c28c7e9164c1a196d7ac487a1
0
ansible/roles/launch_database
378
[ "no_license" ]
[ { "path": "ansible/roles/launch_database/tasks/main.yml", "content": "---\n# tasks file for roles/launch_database\n- name: Start Database container\n docker_container:\n name: db\n image: jgazeillescpe/tp-devops-db:latest\n pull: yes\n networks:\n - name: devops-network-app\n env_file: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
JGazeilles/devops
4b0d577c9069406c28c7e9164c1a196d7ac487a1
0
ansible/roles/launch_front
378
[ "no_license" ]
[ { "path": "ansible/roles/launch_front/tasks/main.yml", "content": "---\n# tasks file for roles/lauch_front\n- name: Start Front container\n docker_container:\n name: front\n image: jgazeillescpe/tp-devops-front:latest\n pull: yes\n networks:\n - name: devops-network-app\n - name: devo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 291, "all_permissive": false }
ansible_role
JGazeilles/devops
4b0d577c9069406c28c7e9164c1a196d7ac487a1
0
ansible/roles/launch_proxy
378
[ "no_license" ]
[ { "path": "ansible/roles/launch_proxy/tasks/main.yml", "content": "---\n# tasks file for roles/launch_proxy\n- name: Start Web container\n docker_container:\n name: web\n image: jgazeillescpe/tp-devops-web:latest\n pull: yes\n networks:\n - name: devops-network-proxy\n env_file: \"{{ pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
bendwyer/ansible-collection-vmware
1e58b05598982d87d31512f8f8fcb7fe2fc959ac
0
roles/esxi_usb_install
378
[ "no_license" ]
[ { "path": "roles/esxi_usb_install/tasks/macosx/validate.yml", "content": "---\n\n- name: Check unetbootin_install\n ansible.builtin.assert:\n that:\n - unetbootin_install is defined\n - (unetbootin_install | bool) or\n (not unetbootin_install | bool)\n\n- name: Check unetbootin_folder\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 13604, "all_permissive": false }
ansible_role
Akashphalke0075/Ansible-Roboshop-Project
945c4c86045b9a3298271ec35d0b57ee0d4a8538
0
roles/common
378
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "- name: test \n debug: \n msg: i am msg from dependencies meta", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
Akashphalke0075/Ansible-Roboshop-Project
945c4c86045b9a3298271ec35d0b57ee0d4a8538
0
roles/rabbitmq
378
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yaml", "content": "- name: configuring repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n\n\n- name: configuring repo\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositori...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 886, "all_permissive": false }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/ansible
378
[ "permissive" ]
[ { "path": "ansible/roles/ansible/files/hosts", "content": "# Ansible Inventory file\n\n[local]\nlocalhost\n\n[local:vars]\nansible_connection=local\nansible_user=root\n\n[vagrant]\nlocalhost\n\n[vagrant:vars]\nansible_connection=local\nansible_user=root\n\n[wordpress]\nlocalhost\n\n[wordpress:vars]\nansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 949, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/boxsetup
378
[ "permissive" ]
[ { "path": "ansible/roles/boxsetup/scripts/vagrantSSH.sh", "content": "#!/bin/bash -eux\n\n# @Author: <NAME> <HauptJ>\n# @Date: 15-Mar-2018\n# @Email: <EMAIL>\n# @Filename: vagrantSSH.sh\n# @Last modified by: HauptJ\n# @Last modified time: 01-Apr-2018\n\n\n# Source: https://github.com/rgl/centos-vagrant...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2717, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/chef
378
[ "permissive" ]
[ { "path": "ansible/roles/chef/tasks/main.yml", "content": "# @Author: <NAME> <HauptJ>\n# @Date: 31-Mar-2018\n# @Email: <EMAIL>\n# @Filename: main.yml\n# @Last modified by: HauptJ\n# @Last modified time: 01-Apr-2018\n\n---\n # Installs Chef Dev Kit\n\n- name: Install Chef Dev Kit\n yum:\n name: htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/editors
378
[ "permissive" ]
[ { "path": "ansible/roles/editors/tasks/main.yml", "content": "# @Author: <NAME> <HauptJ>\n# @Date: 31-Mar-2018\n# @Email: <EMAIL>\n# @Filename: main.yml\n# @Last modified by: HauptJ\n# @Last modified time: 01-Apr-2018\n\n---\n # Install text editors\n\n- name: Install the latest version of vim, emacs,...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/gcloud
378
[ "permissive" ]
[ { "path": "ansible/roles/gcloud/tasks/main.yml", "content": "# @Author: <NAME>\n# @Date: 10-May-2018\n# @Email: <EMAIL>\n# @Filename: main.yml\n# @Last modified by: <NAME>\n# @Last modified time: 10-May-2018\n\n---\n# Install Google Cloud SDK\n\n- name: add Google Cloud SDK repo\n yum_repository:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 684, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/golang
378
[ "permissive" ]
[ { "path": "ansible/roles/golang/tasks/main.yml", "content": "# @Author: <NAME>\n# @Date: 10-May-2018\n# @Email: <EMAIL>\n# @Filename: main.yml\n# @Last modified by: <NAME>\n# @Last modified time: 18-Dec-2018\n\n---\n # Install Golang\n\n- name: Install the Go Repo\n yum_repository:\n name: go-repo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/mongodb
378
[ "permissive" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "---\n# Install latest stable release of mongodb-org-4.0\n\n- name: Add MongoDB repo\n yum_repository:\n name: mongodb-org-4.0\n description: MongoDB Repository\n baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.0/x...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/nodejs
378
[ "permissive" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n # Install NodeJS\n\n- name: Add yarn repo\n yum_repository:\n name: yarn\n description: Yarn Repository\n baseurl: https://dl.yarnpkg.com/rpm/\n gpgcheck: yes\n enabled: yes\n gpgkey: https://dl.yarnpkg.com/rpm/pubkey.gpg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/python3
378
[ "permissive" ]
[ { "path": "ansible/roles/python3/tasks/main.yml", "content": "---\n # Install Python3\n\n- name: install the Software Collections repository\n yum:\n name: centos-release-scl\n state: latest\n\n- name: install the latest and greatest of python3.6\n yum:\n name: rh-python36\n state: latest\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/ruby
378
[ "permissive" ]
[ { "path": "ansible/roles/ruby/tasks/main.yml", "content": "---\n- name: install the latest and greatest of ruby\n yum:\n name:\n - ruby\n state: latest\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/terraform
378
[ "permissive" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "---\n # Install Terraform\n\n- name: download and install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/{{ terraform_ver }}/terraform_{{ terraform_ver }}_linux_amd64.zip\n dest: /usr/local/bin\n mode: 0775\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/vagrant
378
[ "permissive" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "# @Author: <NAME> <HauptJ>\n# @Date: 31-Mar-2018\n# @Email: <EMAIL>\n# @Filename: main.yml\n# @Last modified by: HauptJ\n# @Last modified time: 01-Apr-2018\n\n---\n # Installs Vagrant in Vagrant\n\n- name: Install Vagrant\n yum:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": true }
ansible_role
HauptJ/Vagrant-CentOS-7-HyperV-Gen-2
2915167e5ceb818d719c702e169051acc5c25300
4
ansible/roles/virtualbox
378
[ "permissive" ]
[ { "path": "ansible/roles/virtualbox/tasks/main.yml", "content": "# @Author: <NAME> <HauptJ>\n# @Date: 31-Mar-2018\n# @Email: <EMAIL>\n# @Filename: main.yml\n# @Last modified by: HauptJ\n# @Last modified time: 01-Apr-2018\n\n---\n # Tasks to install VirtualBox\n\n- name: Install wget\n yum:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 926, "all_permissive": true }
ansible_role
Abhi7022-hash/Lamp-Ansible-Project
877ea95eb2f90b9ddd96dff9c6c3a90a80bc51e1
0
roles/mysql
378
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install debconf-utils\n apt:\n name: debconf-utils\n state: present\n\n- name: Install PyMySQL\n apt:\n name: python3-pymysql\n state: present\n\n- name: Preseed MySQL root password\n shell: echo \"mysql-server mysql-server/root_pass...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/acl
378
[ "no_license" ]
[ { "path": "roles/acl/tasks/main.yml", "content": "---\n - name: install acl (CentOS)\n yum:\n name: acl\n when: ansible_distribution == 'CentOS'\n\n - name: install acl (Debian)\n apt:\n name: acl\n when: ansible_distribution == 'Debian'\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/api-environment
378
[ "no_license" ]
[ { "path": "roles/api-environment/templates/express-api/start-express-container.sh.j2", "content": "#!/bin/sh\n# start-express-container.sh - starts an express api with docker\n# Usually called remotely by jenkins\n# Usage: start-express-container.sh API-NAME API-VERSION\n\nset -eu\n\napi_name=$1\napi_versio...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 24, "total_bytes": 24949, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/api-web
378
[ "no_license" ]
[ { "path": "roles/api-web/README.md", "content": "API Web\n===\n\nThis role sets up a server to run some sample webapps within docker containers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "roles/api-web/templates/jenkins-hubot-start.j2", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5125, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/chaos-beaver
378
[ "no_license" ]
[ { "path": "roles/chaos-beaver/files/kill-container.sh", "content": "#!/bin/sh\n# kill-container.sh - ungracefully stops a docker container\n# Usage: sh ./kill-container.sh\n# Returns corresponding image name of killed container\n\nkillable_container_pattern=\"api\"\n\nIFS=$'\n'\ncontainers=($(docker contain...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4019, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/curl
378
[ "no_license" ]
[ { "path": "roles/curl/tasks/main.yml", "content": "---\n - name: install curl\n yum:\n name: curl\n when: ansible_distribution == 'CentOS'\n\n - name: install curl\n apt:\n name: curl\n when: ansible_distribution == 'Debian'", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/docker
378
[ "no_license" ]
[ { "path": "roles/docker/tasks/centos.yml", "content": "---\n - name: ensure old versions of Docker are not present\n yum:\n name: [\"docker\", \"docker-common\", \"docker-engine\"]\n state: absent\n\n - name: install required packages\n yum:\n name: [\"yum-utils\", \"device-mapper-per...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4854, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/docker-garbage-collection
378
[ "no_license" ]
[ { "path": "roles/docker-garbage-collection/README.md", "content": "# Docker Garbage Collection\nThis role is for removing unnecessary Docker images and containers from an API server environment.\n\n## Background\nDocker's tools for system pruning removes more than wanted. It removes any container that is st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7512, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/docker-root-container-auditor
378
[ "no_license" ]
[ { "path": "roles/docker-root-container-auditor/templates/jenkins-audit-root-container.sh.j2", "content": "exec sudo \"{{ container_checker_path }}\" \"$1\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/docker-root-container-auditor/README...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2878, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/docker_health_monitor
378
[ "no_license" ]
[ { "path": "roles/docker_health_monitor/tasks/main.yml", "content": "---\n - name: copy script\n copy:\n src: \"{{ script_name }}\"\n dest: \"{{ script_directory }}\"\n owner: \"{{ api_user }}\"\n group: \"{{ api_group }}\"\n mode: '0554'\n\n - name: ensure line in sudoers file\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1052, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/elasticsearch
378
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "---\n # https://www.elastic.co/guide/en/elasticsearch/reference/current/vm-max-map-count.html\n - name: set vm.max_map_count\n sysctl:\n name: vm.max_map_count\n value: 262144\n\n - name: start elasticsearch container\n docker_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1919, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/git
378
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n - name: install git\n yum:\n name: git-all\n when: ansible_distribution == 'CentOS'\n\n - name: install git\n apt:\n name: git\n when: ansible_distribution == 'Debian'", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/keytools
378
[ "no_license" ]
[ { "path": "roles/keytools/tasks/main.yml", "content": "---\n - name: check if modify keytool passwords or not\n fail:\n msg: \"Please enter new passwords for keystore and truststore!\"\n when: store_password == \"<PASSWORD>\" or key_password == \"<PASSWORD>\"\n\n - name: copy gen-keytool-certs....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8993, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/mysql-client
378
[ "no_license" ]
[ { "path": "roles/mysql-client/tasks/main.yml", "content": "---\n - name: install mysql client\n yum:\n name: mysql\n state: present\n when: ansible_distribution == 'CentOS'\n\n - name: install mysql client\n apt:\n name: default-mysql-client\n state: present\n when: ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/mysql-server
378
[ "no_license" ]
[ { "path": "roles/mysql-server/readme.md", "content": "Run commands on a mysql container from a separate mysql container:\n```\ndocker run --network=host --rm -it mysql sh -c 'exec mysql -uroot -h\"127.0.0.1\" -p'\n```\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 477, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/nginx
378
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "---\npackage_name: \"nginx\"\nversion: \"1.14.0-1~{{ ansible_distribution_release }}\"\npackage_repository: \"https://nginx.org/packages/debian/ {{ ansible_distribution_release }} {{ package_name }}\"\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1452, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/npm
378
[ "no_license" ]
[ { "path": "roles/npm/tasks/main.yml", "content": "---\n - name: install npm\n yum:\n name: npm\n state: installed\n when: ansible_distribution == 'CentOS'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 116, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/openjdk-7
378
[ "no_license" ]
[ { "path": "roles/openjdk-7/defaults/main.yml", "content": "---\n java7_home: /usr/lib/jvm/java-1.7.0-openjdk-amd64", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/openjdk-7/tasks/main.yml", "content": "---\n - name: install OpenJDK 7 (C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/openjdk-8
378
[ "no_license" ]
[ { "path": "roles/openjdk-8/tasks/main.yml", "content": "---\n - name: install OpenJDK 8 (CentOS)\n yum:\n name: java-1.8.0-openjdk-devel\n when: ansible_distribution == 'CentOS'\n\n - name: temporarily allow expired release files (Debian Jessie)\n lineinfile:\n path: /etc/apt/apt.conf\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2171, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/phpmyadmin
378
[ "no_license" ]
[ { "path": "roles/phpmyadmin/defaults/main.yml", "content": "build_path: /opt/phpmyadmin\nmyadmin_port: 80\nmyadmin_ssl_port: 443\npma_host: 127.0.0.1\nupload_limit: 32M\n\ncontainer_ssl_path: /etc/ssl\ncontainer_cert_path: \"{{ container_ssl_path }}/certs/apache.crt\"\ncontainer_key_path: \"{{ container_ssl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2836, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/pip
378
[ "no_license" ]
[ { "path": "roles/pip/tasks/main.yml", "content": "---\n - name: add EPEL repository (CentOS)\n yum:\n name: epel-release\n when: ansible_distribution == \"CentOS\"\n\n - name: install pip (CentOS)\n yum:\n name: python-pip\n state: installed\n update_cache: yes\n when: ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1146, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/python-3
378
[ "no_license" ]
[ { "path": "roles/python-3/tasks/install.yml", "content": "---\n # Not having all of these packages installed may cause issues with the installation process\n - name: install required packages (Debian)\n apt:\n name: \"{{ item }}\"\n with_items:\n - \"make\"\n - \"build-essential\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2928, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/supervisord
378
[ "no_license" ]
[ { "path": "roles/supervisord/templates/supervisord.conf.j2", "content": "# /etc/supervisord.conf\n# configuration for supervisord\n\n[supervisord]\nlogfile=/var/log/supervisor/supervisord.log\npidfile=/var/run/supervisord.pid\n\n[unix_http_server]\nfile=/var/tmp/supervisor.sock\n\n[rpcinterface:supervisor]\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1372, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/unzip
378
[ "no_license" ]
[ { "path": "roles/unzip/tasks/main.yml", "content": "---\n - name: install unzip\n yum:\n name: unzip\n when: ansible_distribution == 'CentOS'\n\n - name: install unzip\n apt:\n name: unzip\n when: ansible_distribution == 'Debian'\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
osu-mist/ansible-roles
0f1733fe6ee3c33f68d1f65300a704aa6acd4998
2
roles/zip
378
[ "no_license" ]
[ { "path": "roles/zip/tasks/main.yml", "content": "---\n - name: install zip\n yum:\n name: zip\n when: ansible_distribution == 'CentOS'\n\n - name: install zip\n apt:\n name: zip\n when: ansible_distribution == 'Debian'\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
willthames/ansible-state-test
a81a7c9ba98dd63e47f317eb2bdd9be07d0ace08
0
roles/ec2_vpc_state
378
[ "no_license" ]
[ { "path": "roles/ec2_vpc_state/tasks/main.yml", "content": "- name: ensure vpc exists\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr }}\"\n region: \"{{ region }}\"\n profile: \"{{ profile|default(omit) }}\"\n resource_id: \"{{ vpc_name }}\"\n\n- name: create subnets\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2835, "all_permissive": false }
ansible_role
HaaikeV/demo-ansible-aws-deploy
59bc31374b12098dac9ea70055933c6e1342cc73
0
roles/aws_ec2_linux_instance
378
[ "no_license" ]
[ { "path": "roles/aws_ec2_linux_instance/tasks/main.yml", "content": "---\n# tasks file for roles/aws_ec2_linux_instance\n- name: find vpc id for ec2 instance in environment \"{{ aws_environment_identifier }}\" and region \"{{ aws_region }}\"\n ec2_vpc_net_info:\n region: \"{{ aws_region }}\"\n filter...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2654, "all_permissive": false }
ansible_role
HaaikeV/demo-ansible-aws-deploy
59bc31374b12098dac9ea70055933c6e1342cc73
0
roles/aws_ec2_rhel_create
378
[ "no_license" ]
[ { "path": "roles/aws_ec2_rhel_create/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/aws_ec2_rhel_create", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/aws_ec2_rhel_create/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1305, "all_permissive": false }
ansible_role
HaaikeV/demo-ansible-aws-deploy
59bc31374b12098dac9ea70055933c6e1342cc73
0
roles/aws_ec2_rhel_destroy
378
[ "no_license" ]
[ { "path": "roles/aws_ec2_rhel_destroy/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/aws_ec2_rhel_destroy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/aws_ec2_rhel_destroy/defaults/main.yml...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1414, "all_permissive": false }
ansible_role
HaaikeV/demo-ansible-aws-deploy
59bc31374b12098dac9ea70055933c6e1342cc73
0
roles/aws_ec2_windows_ami-0f25b344af3f73199
378
[ "no_license" ]
[ { "path": "roles/aws_ec2_windows_ami-0f25b344af3f73199/handlers/main.yml", "content": "---\n# handlers file for roles/ec2_windows_ami-0f25b344af3f73199", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/aws_ec2_windows_ami-0f25b344af3f73199/test...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3085, "all_permissive": false }
ansible_role
HaaikeV/demo-ansible-aws-deploy
59bc31374b12098dac9ea70055933c6e1342cc73
0
roles/aws_ec2_windows_setup
378
[ "no_license" ]
[ { "path": "roles/aws_ec2_windows_setup/tasks/main.yml", "content": "---\n# tasks file for roles/ec2_windows_setup\n- name: Set Timezone\n win_timezone:\n timezone: Pacific Standard Time\n\n- name: Change Region\n win_region:\n location: 244\n format: en-US\n unicode_language: en-US\n register...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 679, "all_permissive": false }
ansible_role
satishchennu1/nginx-ansible-role
6abfa4ba27d405f66e6d56d386b68ccc92229142
0
roles/nginx
378
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- include: install_packages.yml\n- include: configure_nginx.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/nginx/tasks/configure_nginx.yml", "content"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 611, "all_permissive": false }