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
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/virtualbox
7,987
[ "no_license" ]
[ { "path": "roles/virtualbox/defaults/CentOS.yml", "content": "---\nvirtualbox_repo_baseurl: 'http://download.virtualbox.org/virtualbox/rpm/el/$releasever/$basearch'\nvirtualbox_repo_gpgkey: 'https://www.virtualbox.org/download/oracle_vbox.asc'\nvirtualbox_package: 'VirtualBox-6.1'\n", "license_type": "n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2009, "all_permissive": false }
ansible_role
drgeb/gargage
4cd65be47763a5fb658c8e2440b47ebc3d8f44e7
0
roles/vscode
7,987
[ "no_license" ]
[ { "path": "roles/vscode/defaults/Ubuntu.yml", "content": "---\nvscode_repo: 'deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main'\nvscode_repo_key: 'https://packages.microsoft.com/keys/microsoft.asc'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1318, "all_permissive": false }
ansible_role
citrin/mailman3-ansible-role
ec0ce1c153a1de1652f447de0692ea63f4425797
0
roles/mailman
7,987
[ "permissive" ]
[ { "path": "roles/mailman/templates/mailman.cfg.j2", "content": "# {{ ansible_managed }}\n#\n# This is your GNU Mailman 3 configuration file. You can edit this file to\n# configure Mailman to your needs, and Mailman will never overwrite it.\n# Additional configuration information is available here:\n#\n# ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1786, "all_permissive": true }
ansible_role
citrin/mailman3-ansible-role
ec0ce1c153a1de1652f447de0692ea63f4425797
0
roles/mailman-web
7,987
[ "permissive" ]
[ { "path": "roles/mailman-web/files/uwsgi.ini", "content": "[uwsgi]\n\nmaster = true\nprocesses = 6 # max number of worker processes\nharakiri = 50 # max request time\nmax-requests = 65535\n\nmaster-fifo = /tmp/uwsgi.fifo\n\nlog-master = true\nlog-reopen = true\n\n# Django-related settings\nvirtualenv = /usr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4101, "all_permissive": true }
ansible_role
kasper5/ansible-vmware-vm-deploy
a761adefbabb928480664bcea11ed9ebe54fb56c
0
roles/vmware
7,987
[ "no_license" ]
[ { "path": "roles/vmware/tasks/mount.yml", "content": "---\n\n- name: copy mount.sh file to vm.\n vmware_guest_file_operation:\n validate_certs: no\n cluster: \"{{ cluster_name }}\"\n datacenter: \"{{ datacenter }}\"\n folder: \"{{ folder }}\"\n vm_id: \"{{ vm_name }}\"\n vm_username: \"{{...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 8623, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-agent
7,987
[ "no_license" ]
[ { "path": "roles/datadog-agent/tasks/main.yml", "content": "---\n\n- name: Apt key \n apt_key: id=C7A7DA52 keyserver=keyserver.ubuntu.com state=present\n\n- name: Apt repository\n apt_repository: repo='deb http://apt.datadoghq.com/ stable main' state=present update_cache=yes\n\n- name: Install datadog age...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 673, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-dogstatsd
7,987
[ "no_license" ]
[ { "path": "roles/datadog-dogstatsd/tasks/main.yml", "content": "---\n\n- name: Ensure python-pip is installed\n apt: name=python-pip state=present update_cache=yes\n\n- name: Install dogstatsd via pip\n pip: name=dogstatsd-python state=present\n\n- name: Ensure the datadog port 17123 is opened\n wait_for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 363, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-jvm
7,987
[ "no_license" ]
[ { "path": "roles/datadog-jvm/tasks/main.yml", "content": "---\n- name: Ensure datadog agent is started\n action: service name=datadog-agent state=started\n\n- name: Configure the agent to connect the jvm server\n template: src=datadog-jvm.conf.j2 dest=/etc/dd-agent/conf.d/jmx.yaml\n\n- name: restart datad...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1085, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-memcached
7,987
[ "no_license" ]
[ { "path": "roles/datadog-memcached/templates/datadog-mcache.conf.j2", "content": "init_config:\n\ninstances:\n - url: localhost # url used to connect to the memcached instance\n port: 11211 # If this line is not present, the port will default to 11211\n tags: \n # In order to be able to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-mongo
7,987
[ "no_license" ]
[ { "path": "roles/datadog-mongo/templates/datadog-mongo.conf.j2", "content": "\ninit_config:\n\ninstances:\n - server: mongodb://datadog:{{datadog_mongo_user_pass}}@localhost:27017\n tags:\n - mytag1\n - mytag2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-pgsql
7,987
[ "no_license" ]
[ { "path": "roles/datadog-pgsql/templates/datadog-pgsql.conf.j2", "content": "init_config:\n\ninstances:\n - host: localhost\n port: 5432\n username: datadog\n password: {{<PASSWORD>}}\n tags:\n - optional_tag1\n - optional_tag2", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 885, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-rabbitmq
7,987
[ "no_license" ]
[ { "path": "roles/datadog-rabbitmq/templates/datadog-rabbitmq.conf.j2", "content": "\ninit_config:\n\ninstances:\n - rabbitmq_api_url: http://localhost:15672/api/\n rabbitmq_user: datadog # defaults to 'guest'\n rabbitmq_pass: {{rabbitmq_user_pass}} # defaults to 'guest'", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-solr
7,987
[ "no_license" ]
[ { "path": "roles/datadog-solr/tasks/main.yml", "content": "---\n- name: Ensure datadog agent is started\n action: service name=datadog-agent state=started\n\n- name: Configure the agent to connect the solr server\n template: src=datadog-solr.conf.j2 dest=/etc/dd-agent/conf.d/solr.yaml\n\n- name: restart d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
pachr/datadog
e69da11f5b759c01787eec1556d314cd777b2b1f
0
roles/datadog-tomcat
7,987
[ "no_license" ]
[ { "path": "roles/datadog-tomcat/tasks/main.yml", "content": "---\n\n- name: Ensure the datadog agent is started\n action: service name=datadog-agent state=started\n\n- name: Configure the agent to connect the tomcat server\n template: src=datadog-tomcat.conf.j2 dest=/etc/dd-agent/conf.d/tomcat.yaml\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
aaronlhma/tools-prac
55b50c88af50b3d274833c7eaecd72d9d7df8b9c
1
ansible/roles/nginx
7,987
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: nginx latest ver\n apt:\n name: nginx\n state: latest\n \n- name: copies index.html to host machine\n template: \n src: \"index.html.j2\"\n dest: \"/var/www/html/index.html\" \n- name: restarts nginx server\n syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 501, "all_permissive": false }
ansible_role
code-name-caz/caz-setup
8d0c9641d3ce25250e02f0d2bab831a3ee4c6b3c
0
roles/docker
7,987
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n- name: Install aptitude using apt\n apt:\n name: aptitude\n state: latest\n update_cache: true\n force_apt_get: true\n tags:\n - docker\n\n- name: Install required system packages\n apt:\n name: \"{{ item }}\"\n state: late...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1731, "all_permissive": false }
ansible_role
code-name-caz/caz-setup
8d0c9641d3ce25250e02f0d2bab831a3ee4c6b3c
0
roles/fabric-ca
7,987
[ "no_license" ]
[ { "path": "roles/fabric-ca/tasks/main.yml", "content": "---\n- name: Set root path\n set_fact:\n root_path: \"{{ ansible_env.PWD }}\"\n\n- name: Clean\n become: true\n file:\n path: \"{{ root_path }}/{{ ca.path }}\"\n state: absent\n\n- name: Create organization directory\n file:\n path: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1143, "all_permissive": false }
ansible_role
code-name-caz/caz-setup
8d0c9641d3ce25250e02f0d2bab831a3ee4c6b3c
0
roles/orderer
7,987
[ "no_license" ]
[ { "path": "roles/orderer/templates/docker-compose.yml.j2", "content": "# Copyright IBM Corp. All Rights Reserved.\n#\n# SPDX-License-Identifier: Apache-2.0\n#\n\nversion: '2'\n\nvolumes:\n orderer_volume:\n\nnetworks:\n staging:\n\nservices:\n orderer:\n container_name: orderer\n image: hyperledger...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1899, "all_permissive": false }
ansible_role
code-name-caz/caz-setup
8d0c9641d3ce25250e02f0d2bab831a3ee4c6b3c
0
roles/peer
7,987
[ "no_license" ]
[ { "path": "roles/peer/tasks/main.yml", "content": "---\n- name: Create docker compose file\n template:\n src: \"{{ playbook_dir }}/roles/peer/templates/docker-compose.yml.j2\"\n dest: \"docker-compose.yml\"\n\n- name: Create peer config file\n template:\n src: \"{{ playbook_dir }}/roles/peer/temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2595, "all_permissive": false }
ansible_role
surendrapadala/kube-helm
846518e389fc478a1acc135dd315b56c0598facf
0
roles/hadoop
7,987
[ "no_license" ]
[ { "path": "roles/hadoop/vars/main.yml", "content": "---\n# vars file for hadoop\n\n#hadoop_name: myhadooptest\n#pod: {{ hadoop_name }}-hadoop-yarn-nm-0\nnamespace: default\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/hadoop/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1218, "all_permissive": false }
ansible_role
tanukiops/ansible-playbooks
f1ecc43da5bdb72a4fe3c5bd775c446552dbe7c0
0
playbooks/roles/flatpak
7,987
[ "no_license" ]
[ { "path": "playbooks/roles/flatpak/tasks/main.yaml", "content": "---\n- name: \"Install flatpaks\"\n ansible.builtin.include_tasks:\n file: install-flatpaks.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "playbooks/roles/flatpak/tasks/in...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 520, "all_permissive": false }
ansible_role
tanukiops/ansible-playbooks
f1ecc43da5bdb72a4fe3c5bd775c446552dbe7c0
0
playbooks/roles/homebrew
7,987
[ "no_license" ]
[ { "path": "playbooks/roles/homebrew/defaults/main.yaml", "content": "install_url: https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh\nrequired_apps:\n - nvim\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "playbooks/roles/homebr...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1169, "all_permissive": false }
ansible_role
tanukiops/ansible-playbooks
f1ecc43da5bdb72a4fe3c5bd775c446552dbe7c0
0
playbooks/roles/kitty
7,987
[ "no_license" ]
[ { "path": "playbooks/roles/kitty/tasks/main.yaml", "content": "---\n- name: \"Check if kitty is already installed\"\n ansible.builtin.shell:\n cmd: \"/var/home/{{ main_user }}/.local/kitty.app/bin/kitty --version\"\n register: result\n failed_when: result.rc != 127 and result.rc != 0\n changed_when: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
tanukiops/ansible-playbooks
f1ecc43da5bdb72a4fe3c5bd775c446552dbe7c0
0
playbooks/roles/zsh
7,987
[ "no_license" ]
[ { "path": "playbooks/roles/zsh/tasks/main.yaml", "content": "---\n- name: \"Install zsh as overlay\"\n become: true\n community.general.rpm_ostree_pkg:\n name: zsh\n state: present\n register: result\n\n#reboot into the new tree.\n- name: reboot os\n become: true\n ansible.builtin.reboot:\n re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
jenciso/ansible-fs-servicos
265cb4d0b113d3d6025533ade0360f43b0694360
0
roles/minio-nginx
7,987
[ "no_license" ]
[ { "path": "roles/minio-nginx/templates/docker-compose.yml.j2", "content": "version: '3.1'\n\nservices:\n\n {% for key, value in minio_instances.iteritems() %}\n minio-{{ key }}:\n container_name: minio-{{ key }}\n image: minio/minio\n volumes:\n - \"{{ value[\"data_dir\"] }}:/data\"\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3421, "all_permissive": false }
ansible_role
darron/ansible-visudo
b3517ca3c151a81b6f1d602bec82e252449b019b
1
roles/common
7,980
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install /etc/sudoers.tmp file.\n action: template src=../files/sudoers dest=/etc/sudoers.tmp\n\n- name: Set the permissions.\n file: path=/etc/sudoers.tmp owner=root group=root mode=0440\n\n- name: Final sudoers file check\n shell: visud...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/deploy-cloud-lsf-master
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/deploy-cloud-lsf-master/files/bringupLSF.sh", "content": "#!/bin/sh\ninputFile=$1\noutputFile=$2\n\ncount=$(cat $inputFile | jq '.machines[]' |grep 'name' | wc -l)\n\na=0\nresult=\"succeed\"\n\n\ncat > /tmp/ec2_instances << END\n{\n \"ec2\": {\n \"instances\": [\n ...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 29308, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/deploy-cloud-server
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/deploy-cloud-server/tasks/setup-lsf-postreqs.yml", "content": "---\n# -----------------------------------\n# Copyright IBM Corp. 1992, 2018. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contrac...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3035, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/deploy-cloud-server-local
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/deploy-cloud-server-local/tasks/config-lsf-server.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contra...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5902, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/deploy-lsf
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/deploy-lsf/tasks/export-lsf.yml", "content": "---\n# -----------------------------------\n# Copyright IBM Corp. 1992, 2018. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp.\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6546, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/deploy-lsf-master-vpn
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/deploy-lsf-master-vpn/tasks/main.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2456, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/deploy-vpn
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/deploy-vpn/vars/main.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp.\n#---------...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5572, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/gather-local-env
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/gather-local-env/tasks/prep-env-files.yml", "content": "---\n# -----------------------------------\n# Copyright IBM Corp. 1992, 2018. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1714, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/gather-lsf-rpms
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/gather-lsf-rpms/tasks/setup-lsf-server-repo.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract wit...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1414, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/make-ec2-first-node
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/make-ec2-first-node/tasks/start_SC_ec2_node.yml", "content": "#\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4917, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/make-ec2-server-nodes
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/make-ec2-server-nodes/tasks/main.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2285, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/make-ec2-vpc
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/make-ec2-vpc/tasks/create_security_grp.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 12907, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/make-iam-role
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/make-iam-role/tasks/main.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp.\n#-----...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3051, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/prep-deployer
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/prep-deployer/tasks/main.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp.\n#-----...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2111, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/prep-lsf-master-vpn
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/prep-lsf-master-vpn/tasks/install-vpn-prereqs.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1449, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/prepare-ec2-servers
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/prepare-ec2-servers/tasks/update-env-files.yml", "content": "---\n# -----------------------------------\n# Copyright IBM Corp. 1992, 2018. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5872, "all_permissive": true }
ansible_role
IBMSpectrumComputing/lsf-hybrid-cloud
46cce888f0e11031733ad94a9fd36374dff8db4f
16
LSF_On_AWS/roles/reconfig-lsf-master
7,980
[ "permissive" ]
[ { "path": "LSF_On_AWS/roles/reconfig-lsf-master/tasks/main.yml", "content": "---\n#-----------------------------------\n# Copyright IBM Corp. 1992, 2017. All rights reserved.\n# US Government Users Restricted Rights - Use, duplication or disclosure\n# restricted by GSA ADP Schedule Contract with IBM Corp.\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7290, "all_permissive": true }
ansible_role
simta/simta-loadtesting
242704cae99216eb2c1d423b3d2a9a6f75dcefa6
0
ansible/roles/common
7,980
[ "no_license" ]
[ { "path": "ansible/roles/common/files/sshd_config", "content": "HostKey /etc/ssh/ssh_host_rsa_key\nHostKey /etc/ssh/ssh_host_ecdsa_key\nHostKey /etc/ssh/ssh_host_ed25519_key\n\nSyslogFacility AUTHPRIV\n\nPermitRootLogin no\nAuthorizedKeysFile .ssh/authorized_keys\nPasswordAuthentication no\nChallengeRe...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2777, "all_permissive": false }
ansible_role
simta/simta-loadtesting
242704cae99216eb2c1d423b3d2a9a6f75dcefa6
0
ansible/roles/loadtest_client
7,980
[ "no_license" ]
[ { "path": "ansible/roles/loadtest_client/files/process-loadtest", "content": "#!/usr/bin/env python3\n\nimport sys\n\nfrom csv import DictReader\nfrom pathlib import Path\n\nres = {}\n\nfor fname in Path(sys.argv[1]).glob('stdout.*'):\n with open(fname, 'r') as f:\n for l in DictReader(f):\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1886, "all_permissive": false }
ansible_role
simta/simta-loadtesting
242704cae99216eb2c1d423b3d2a9a6f75dcefa6
0
ansible/roles/simta
7,980
[ "no_license" ]
[ { "path": "ansible/roles/simta/tasks/main.yml", "content": "- name: Install simta\n ansible.builtin.dnf:\n name:\n - simta\n - simta-admin\n - simta-mscan\n state: latest\n notify: Restart simta\n\n- name: Create directories\n ansible.builtin.file:\n dest: \"{{ item }}\"\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3051, "all_permissive": false }
ansible_role
simta/simta-loadtesting
242704cae99216eb2c1d423b3d2a9a6f75dcefa6
0
ansible/roles/unbound
7,980
[ "no_license" ]
[ { "path": "ansible/roles/unbound/tasks/main.yml", "content": "- name: Install unbound\n ansible.builtin.dnf:\n name: unbound\n state: latest\n notify: Restart unbound\n\n- name: Configure unbound\n ansible.builtin.copy:\n dest: /etc/unbound/unbound.conf\n src: unbound.conf\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 606, "all_permissive": false }
ansible_role
dmp0x7c5/codemp
5d55044d732a7115349b8b7e15b6870d8821947e
0
railsbox/ansible/roles/docker-web
7,980
[ "no_license" ]
[ { "path": "railsbox/ansible/roles/docker-web/tasks/main.yml", "content": "# DOCKER PART\n\n- name: Do not use internal bundle because it conflicts inside container TIL-how to remove files using ansible\n file: path=/codemp/current/vendor/bundle state=absent\n\n- name: Create build codemp_prod_image\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
dmp0x7c5/codemp
5d55044d732a7115349b8b7e15b6870d8821947e
0
railsbox/ansible/roles/ruby
7,980
[ "no_license" ]
[ { "path": "railsbox/ansible/roles/ruby/tasks/main.yml", "content": "- include: rvm.yml\n- include: rubies.yml\n\n- name: Install bundler\n command: /bin/bash -l -c 'gem install bundler --no-ri --no-rdoc'\n become: yes\n become_user: '{{ rvm1_user }}'\n\n- name: bundle install\n command: /bin/bash -l -c ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
misha-kuks/balance
f018315978a29fb52fd3b0735a7d28c3c4cbf069
0
roles/glusterfs-client
7,980
[ "no_license" ]
[ { "path": "roles/glusterfs-client/tasks/main.yml", "content": "---\n# tasks file for glusterfs-client\n- name: Install packages\n apt: \n name: glusterfs-client\n state: present\n\n- name: Create webroot\n file:\n state: directory\n path: /srv/www/\n owner: root\n group: root\n mode: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
misha-kuks/balance
f018315978a29fb52fd3b0735a7d28c3c4cbf069
0
roles/glusterfs-server
7,980
[ "no_license" ]
[ { "path": "roles/glusterfs-server/tasks/main.yml", "content": "---\n# tasks file for glusterfs\n- name: Wait 10\n wait_for:\n timeout: 10\n\n- name: Install package\n apt:\n name: glusterfs-server\n update_cache: true\n state: present\n \n\n- name: start glusterfsd\n service: \n name: gl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1335, "all_permissive": false }
ansible_role
misha-kuks/balance
f018315978a29fb52fd3b0735a7d28c3c4cbf069
0
roles/preconfig
7,980
[ "no_license" ]
[ { "path": "roles/preconfig/tasks/main.yml", "content": "---\n# tasks file for preconfig\n- name: Copy hosts\n copy:\n src: hosts\n dest: /etc/hosts\n owner: root\n group: root\n mode: '0644'\n backup: yes\n- name: Update\n apt:\n update_cache: true\n cache_valid_time: 3600\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
misha-kuks/balance
f018315978a29fb52fd3b0735a7d28c3c4cbf069
0
roles/wordpress
7,980
[ "no_license" ]
[ { "path": "roles/wordpress/README.md", "content": "This role deploy simple web site on cms wordpress.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "roles/wordpress/tasks/main.yml", "content": "---\n# tasks file for wordpress\n# - name: Down...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1886, "all_permissive": false }
ansible_role
ksmt88/vagrant-ubuntu14-ansible-lamp
849e0d6014b3fc6923ac52c31ad61851297587b3
0
roles/httpd
7,980
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "# file: roles/httpd/tasks/main.yml\n\n- name: Install httpd \n apt: pkg={{item}} state=present update_cache=yes\n with_items:\n - apache2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
ksmt88/vagrant-ubuntu14-ansible-lamp
849e0d6014b3fc6923ac52c31ad61851297587b3
0
roles/init
7,980
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "# file: roles/init/tasks/main.yml\n---\n\n- name: Update time-zone\n file: src=/usr/share/zoneinfo/Asia/Tokyo dest=/etc/localtime owner=root group=root state=link\n\n- name: Install vim, git\n apt: pkg={{item}} state=present update_cache=yes\n with_items...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
ksmt88/vagrant-ubuntu14-ansible-lamp
849e0d6014b3fc6923ac52c31ad61851297587b3
0
roles/mysql
7,980
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "# file: roles/mysql/defaults/main.yml\n---\n\n mysql_root_password: <PASSWORD>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/mysql/tasks/main.yml", "content": "# file: roles/mysql...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 506, "all_permissive": false }
ansible_role
ksmt88/vagrant-ubuntu14-ansible-lamp
849e0d6014b3fc6923ac52c31ad61851297587b3
0
roles/php
7,980
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "# file: roles/php70/handlers/main.yml\n---\n\n- name: restart httpd\n service: name=httpd state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/php/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 612, "all_permissive": false }
ansible_role
kalininva/ansible
41b26e924accd91beaad524dbf36a339720dadfb
0
lesson03/roles/install_httpd
7,980
[ "no_license" ]
[ { "path": "lesson03/roles/install_httpd/tasks/install_apache_centos.yaml", "content": "---\r\n#install apache\r\n- name: install apache\r\n yum:\r\n name: httpd\r\n state: present\r\n#get apache version\r\n- name: get apache version\r\n command: httpd -v\r\n changed_when: false\r\n register: _apac...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1488, "all_permissive": false }
ansible_role
kalininva/ansible
41b26e924accd91beaad524dbf36a339720dadfb
0
lesson03/roles/install_vsftpd
7,980
[ "no_license" ]
[ { "path": "lesson03/roles/install_vsftpd/templates/vsftpd.conf.j2", "content": "ftpd_banner=Welcome to FTP Server\r\nanon_upload_enable=YES\r\nanon_umask=022\r\nwrite_enable=YES\r\nanonymous_enable=YES\r\nno_anon_password=YES\r\nanon_root={{vsftpd_anon_dir_read}}\r\nlocal_enable=NO\r\nlisten=YES\r\npasv_min...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2501, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/apache
7,980
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\r\n\r\n - name: Install apache\r\n package:\r\n name: httpd\r\n state: present\r\n\r\n - name: Allow HTTP and HTTPS in firewalld\r\n firewalld:\r\n service: \"{{ item }}\"\r\n permanent: yes\r\n state: enabled\r\n with_items:\r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 905, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/certbot
7,980
[ "no_license" ]
[ { "path": "roles/certbot/templates/cloudflareapi.cfg.j2", "content": "# Cloudflare API token used by Certbot\r\ndns_cloudflare_api_token = {{ dns_cloudflare_api_token }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/certbot/tasks/snap_rhel....
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2070, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/consul
7,980
[ "no_license" ]
[ { "path": "roles/consul/templates/config.hcl.j2", "content": "datacenter = \"{{ consul.dc }}\"\r\ndata_dir = \"/opt/consul\"\r\nbind_addr = \"{{ ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0]) }}\"\r\nbootstrap_expect = {{ groups['consul-server'] | length }}\r\nretry_join = [\r\n\"{{ gro...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5079, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/create_user
7,980
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "# disable sudo\r\n- include_tasks: sudo.yml\r\n# create user\r\n- include_tasks: create_user.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/create_user/tasks/create_user.yml", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 803, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/docker
7,980
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\r\n- name: Add Docker CE repository\r\n get_url:\r\n url: 'https://download.docker.com/linux/centos/docker-ce.repo'\r\n dest: /etc/yum.repos.d/docker-ce.repo\r\n\r\n- name: Install Docker\r\n package:\r\n name: docker-ce\r\n state: prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/fail2ban
7,980
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\r\n# Set up fail2ban\r\n- include_tasks: fail2ban.yml\r\n\r\n# Set up mailgun-sender\r\n- include_tasks: mailgun_sender.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/fail2ban/t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3170, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/firewalld
7,980
[ "no_license" ]
[ { "path": "roles/firewalld/tasks/main.yml", "content": "---\r\n- name: Install firewalld\r\n package:\r\n name: firewalld\r\n state: installed\r\n\r\n- name: Allow SSH on firewalld\r\n firewalld:\r\n service: ssh\r\n permanent: yes\r\n state: enabled", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/iptables
7,980
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "---\r\n\r\n- name: Install iptables\r\n package:\r\n name: iptables-services\r\n state: installed\r\n\r\n- name: Stop firewalld\r\n service:\r\n name: firewalld\r\n state: stopped\r\n\r\n- name: Allow loopback in-interface\r\n iptables:\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 978, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/jenkins
7,980
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/pre.yml", "content": "---\r\n- name: Download offical Jenkins repo\r\n get_url:\r\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\r\n dest: /etc/yum.repos.d/jenkins.repo\r\n\r\n- name: Import jenkins.io.key from url\r\n rpm_key:\r\n state: present\r\n ke...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1519, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/memcache
7,980
[ "no_license" ]
[ { "path": "roles/memcache/tasks/main.yml", "content": "---\r\n\r\n- name: Install memcached and memcached-tools from repo\r\n package:\r\n name: \"{{ item }}\"\r\n state: present\r\n with_items:\r\n - memcached\r\n - libmemcached\r\n\r\n- name: Start memcached on boot\r\n service:\r\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/mysql
7,980
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "mysql_pkgs:\r\n - epel-release\r\n - mysql-server\r\n - mysql-devel \r\n - gcc \r\n - python-devel\r\n - python-setuptools\r\n - python-pip\r\n \r\nmysql_pip_modules:\r\n - MySQL-python\r\n - PyMySQL\r\n\r\nmysql_port: 3306\r\nmysql_bind_addre...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1972, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/nginx
7,980
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\r\n- name: Install epel-release for reverse proxy\r\n package:\r\n name: \r\n epel-release\r\n\r\n- name: Install nginx for reverse proxy\r\n package:\r\n name: \r\n nginx\r\n\r\n- name: NGINX allow port 80 - INPUT\r\n iptables: \r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1161, "all_permissive": false }
ansible_role
kwong21/ansible
c25ea84d908993ea8e121aa84474ee6c98173802
0
roles/traefik
7,980
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "---\r\n- name: Create /opt/traefik\r\n file:\r\n path: /opt/traefik\r\n state: directory\r\n mode: 0644\r\n\r\n- name: Create /opt/traefik/logs/\r\n file:\r\n path: /opt/traefik/logs\r\n state: directory\r\n mode: 0644\r\n \r\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2680, "all_permissive": false }
ansible_role
amalcp/ansible-roles-examples
352b90817730f83fad1870642ec8b85119e8ec60
0
roles/common
7,980
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "--- \n- \n apt: \n update_cache: true\n name: \"apt-get update\"\n- \n apt: \n name: \"{{ packages }}\"\n name: \"Install list of packages\"\n vars: \n packages: \n - screen\n - vim\n - htop\n - git\n - atop\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
amalcp/ansible-roles-examples
352b90817730f83fad1870642ec8b85119e8ec60
0
roles/monit
7,980
[ "no_license" ]
[ { "path": "roles/monit/templates/etc/monit/slack_notifications.sh", "content": "#!/bin/sh\n/usr/bin/curl \\\n -X POST \\\n -s \\\n --data-urlencode \"payload={ \\\n \\\"channel\\\": \\\"{{ monit_slack_channel }}\\\", \\\n \\\"username\\\": \\\"{{ monit_slack_username }}\\\", \\\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2426, "all_permissive": false }
ansible_role
amalcp/ansible-roles-examples
352b90817730f83fad1870642ec8b85119e8ec60
0
roles/ntp
7,980
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "--- \n- \n apt: \"name=ntp update_cache=yes\"\n name: \"Install NTP\"\n- \n name: \"Copy the ntp.conf template file\"\n notify: \n - \"restart ntp\"\n template: \"src=ntp.conf.j2 dest=/etc/ntp.conf\"\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
amalcp/ansible-roles-examples
352b90817730f83fad1870642ec8b85119e8ec60
0
roles/shell
7,980
[ "no_license" ]
[ { "path": "roles/shell/tasks/main.yml", "content": "--- \n- \n copy: \"src=hosts dest=/etc/hosts\"\n name: \"Copy the hosts file\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/shell/files/date.sh", "content": "#!/bin/bash\nTODAY=$(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 244, "all_permissive": false }
ansible_role
amalcp/ansible-roles-examples
352b90817730f83fad1870642ec8b85119e8ec60
0
roles/user
7,980
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "--- \n- \n name: \"Add the user \"\n user: \n group: root\n name: \"{{ item }}\"\n uid: 1040\n shell: /bin/bash\n with_items: \"{{ users }}\" \n \n- \n name: \"Create a 4096-bit SSH key for user\"\n user: \n generate_ssh_key: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
unusorin/config-i3
50a8e7d59e5312ddcc1517cf4cc2e94d5759bb32
0
resources/playbooks/roles/awesome-system
7,980
[ "no_license" ]
[ { "path": "resources/playbooks/roles/awesome-system/tasks/main.yml", "content": "- name: Clone sources\n git: repo=https://<EMAIL>.org/unusorin/awesome-system.git dest=/opt/awesome-system version=master force=yes\n\n- name: Install dependencies\n shell: composer install chdir=/opt/awesome-system\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
unusorin/config-i3
50a8e7d59e5312ddcc1517cf4cc2e94d5759bb32
0
resources/playbooks/roles/i3
7,980
[ "no_license" ]
[ { "path": "resources/playbooks/roles/i3/tasks/main.yml", "content": "- name: Install dependencies\n apt: name={{ item }} state=latest\n with_items:\n - libxcb1-dev\n - libxcb-keysyms1-dev\n - libpango1.0-dev\n - libxcb-util0-dev\n - libxcb-icccm4-dev\n - libyajl-dev\n - libstartup-not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 947, "all_permissive": false }
ansible_role
unusorin/config-i3
50a8e7d59e5312ddcc1517cf4cc2e94d5759bb32
0
resources/playbooks/roles/i3lock-color
7,980
[ "no_license" ]
[ { "path": "resources/playbooks/roles/i3lock-color/tasks/main.yml", "content": "- name: Clone sources\n git: repo=https://github.com/Arcaena/i3lock-color dest=/opt/i3lock-color version=master\n\n- name: Build\n shell: make chdir=/opt/i3lock-color\n\n- name: Install\n shell: make install chdir=/opt/i3lock-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
unusorin/config-i3
50a8e7d59e5312ddcc1517cf4cc2e94d5759bb32
0
resources/playbooks/roles/i3lock-fancy
7,980
[ "no_license" ]
[ { "path": "resources/playbooks/roles/i3lock-fancy/tasks/main.yml", "content": "- name: Install dependencies\n apt: name={{ item }} state=latest\n with_items:\n - realpath\n - imagemagick\n - scrot\n - util-linux\n - git\n\n- name: Clone repo\n git: repo=https://github.com/meskaru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 386, "all_permissive": false }
ansible_role
unusorin/config-i3
50a8e7d59e5312ddcc1517cf4cc2e94d5759bb32
0
resources/playbooks/roles/rofi
7,980
[ "no_license" ]
[ { "path": "resources/playbooks/roles/rofi/tasks/main.yml", "content": "- name: Clone sources\n git: repo=https://github.com/DaveDavenport/rofi dest=/opt/rofi version=master\n\n- name: Generate build system\n shell: autoreconf -i chdir=/opt/rofi\n\n- name: Create build directory\n file: path=/opt/rofi/bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 631, "all_permissive": false }
ansible_role
Amor19999/Ansible_team_mp5
d59f636f37c6240be0eff343d288a8811371fcd6
1
roles/DBServer
7,990
[ "no_license" ]
[ { "path": "roles/DBServer/tasks/main.yml", "content": "---\n- name: Встановити MariaDB сервер\n apt:\n name:\n - mariadb-server\n state: present\n\n- name: Надати доступ з віддалених машин\n lineinfile:\n path: /etc/mysql/mariadb.conf.d/50-server.cnf\n line: \"bind-address = 0.0.0.0\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
Amor19999/Ansible_team_mp5
d59f636f37c6240be0eff343d288a8811371fcd6
1
roles/WebServer
7,990
[ "no_license" ]
[ { "path": "roles/WebServer/templates/db_config.j2", "content": "DB_HOST={{ db_host }}\nDB_DATABASE={{ db_name }}\nDB_USERNAME={{ db_user }}\nDB_PASSWORD={{ <PASSWORD> }}\n... # Інші налаштування\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4055, "all_permissive": false }
ansible_role
NarsimaChilkuri/Ansible
714a6ea8300ebf024d994f12133297b56f3fb147
0
roles/mysql_db
7,990
[ "no_license" ]
[ { "path": "roles/mysql_db/tasks/main.yml", "content": "---\n- name: Start MySQL Service\n service:\n name: mysql\n state: restarted\n\n- name: Create Application Database\n mysql_db:\n name: \"{{ db_name }}\"\n state: present\n\n- name: Create Database User\n mysql_user:\n name: \"{{ db_us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
NarsimaChilkuri/Ansible
714a6ea8300ebf024d994f12133297b56f3fb147
0
roles/nodeapp
7,990
[ "no_license" ]
[ { "path": "roles/nodeapp/files/node-deployment.yml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: node-deployment\n labels:\n component: nodeapp\nspec:\n replicas: 2\n selector:\n matchLabels:\n component: nodeapp\n template:\n metadata:\n labels:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1036, "all_permissive": false }
ansible_role
ryomits/ami-builder-packer
790943b10dadc8dabce6866d8067fdd530ab0192
0
ansible/roles/awslogs
7,990
[ "no_license" ]
[ { "path": "ansible/roles/awslogs/tasks/main.yml", "content": "- name: install awslogs\n yum: name=awslogs state=latest\n\n- name: copy awscli.conf\n copy: src=../files/awscli.conf dest=/etc/awslogs/awscli.conf\n\n- name: copy awslogs.conf\n copy: src=../files/awslogs.conf dest=/etc/awslogs/awslogs.conf\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
ryomits/ami-builder-packer
790943b10dadc8dabce6866d8067fdd530ab0192
0
ansible/roles/codeDeploy
7,990
[ "no_license" ]
[ { "path": "ansible/roles/codeDeploy/tasks/main.yaml", "content": "- name: install ruby\n yum: pkg=ruby state=installed\n\n- name: download code deploy installer\n get_url: url=https://aws-codedeploy-ap-northeast-1.s3.amazonaws.com/latest/install dest=/tmp/codedeploy-install\n\n- name: install code deploy\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
ryomits/ami-builder-packer
790943b10dadc8dabce6866d8067fdd530ab0192
0
ansible/roles/common
7,990
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: upgrade all packages\n yum: name=* state=latest\n\n- name: set timezone to Asia/Tokyo\n timezone: name=Asia/Tokyo\n\n- name: set LANG\n shell: \"echo \\\"LANG=ja_JP.UTF-8\\\" > /etc/sysconfig/i18n\"\n\n- name: set locale\n shell: \"ec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
GitStarInc/gitstar-deploy
4c50f44e774e335e5d3d2a569b5672d007401513
0
roles/gitstar_create_app
7,990
[ "no_license" ]
[ { "path": "roles/gitstar_create_app/templates/nginx.conf.j2", "content": "server {\n# listen 127.0.0.1:443 ssl;\n listen 80;\n server_name {{ app_name }}.gitstar.com;\n\n# include common.conf;\n\n location / {\n proxy_pass http://{{ item.NetworkSettings.IPAddress }}:{{ app_port }};\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2780, "all_permissive": false }
ansible_role
GitStarInc/gitstar-deploy
4c50f44e774e335e5d3d2a569b5672d007401513
0
roles/gitstar_delete_app
7,990
[ "no_license" ]
[ { "path": "roles/gitstar_delete_app/tasks/main.yml", "content": "---\n- name: remove nginx template\n file: path=/tmp/nginx.conf.d/{{ app_name }}.conf state=absent\n notify:\n - reload nginx\n\n- name: get dns records\n uri: url=https://api.linode.com/?api_key={{ linode_api_key }}&api_action=domain.re...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 903, "all_permissive": false }
ansible_role
GitStarInc/gitstar-deploy
4c50f44e774e335e5d3d2a569b5672d007401513
0
roles/reverse_proxy
7,990
[ "no_license" ]
[ { "path": "roles/reverse_proxy/tasks/main.yml", "content": "---\n- name: run nginx reverse proxy container\n docker:\n image: nginx:latest\n ports: 80:80, 443:443\n name: proxy\n state: running\n volumes:\n - /tmp/nginx.conf.d/:/etc/nginx/conf.d/:ro\n\n- name: Allow nginx firewall\n uf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 339, "all_permissive": false }
ansible_role
hazemhashem/ansible
e59d54f6418d106a8719efec0694fec08f0b9d63
0
ansible-playbooks/roles/apache
7,990
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n- name: Install Apache & Dependencies\n apt:\n name: ['apache2','python-passlib']\n state: present\n \n- name: Configure Apache\n template:\n src: apache.conf.j2\n dest: /etc/apache2/apache....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 786, "all_permissive": false }
ansible_role
hazemhashem/ansible
e59d54f6418d106a8719efec0694fec08f0b9d63
0
ansible-playbooks/roles/base
7,990
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n- name: Update APT Cache\n apt: update_cache=true cache_valid_time=3600", "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
hazemhashem/ansible
e59d54f6418d106a8719efec0694fec08f0b9d63
0
ansible-playbooks/roles/postgres
7,990
[ "no_license" ]
[ { "path": "ansible-playbooks/roles/postgres/tasks/main.yml", "content": "---\n# tasks file for postgres\n- name: Install postgres\n apt:\n name: postgresql\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
magalhaes-andre/base-os
46b9315417cbacf1d88ef93cb7c145bba3af9abe
1
provision/roles/languages
7,990
[ "no_license" ]
[ { "path": "provision/roles/languages/tasks/main.yml", "content": "- name: \"Running Java Tasks\"\n include_tasks: java.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "provision/roles/languages/tasks/java.yml", "content": "- name: \"Install...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 555, "all_permissive": false }
ansible_role
magalhaes-andre/base-os
46b9315417cbacf1d88ef93cb7c145bba3af9abe
1
provision/roles/os
7,990
[ "no_license" ]
[ { "path": "provision/roles/os/tasks/main.yml", "content": "---\n\n- name: \"Running Apt Tasks\"\n include_tasks: apt.yml\n\n- name: \"Running Git Tasks\"\n include_tasks: git.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "provision/roles/os...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 274, "all_permissive": false }
ansible_role
Data-Priest/altschool-exam-final
aa28314423c79814c1ca33a6ddd4eed605c355c1
0
roles/deploy
7,990
[ "no_license" ]
[ { "path": "roles/deploy/vars/main.yaml", "content": "---\n# yaml vars file for deploy\n\nremote_www_root: /var/www/html\napp_root_dir: laravel-realworld-example-app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/deploy/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 956, "all_permissive": false }
ansible_role
Data-Priest/altschool-exam-final
aa28314423c79814c1ca33a6ddd4eed605c355c1
0
roles/pgsql
7,990
[ "no_license" ]
[ { "path": "roles/pgsql/tasks/main.yaml", "content": "---\n# yaml tasks file for pgsql\n\n- name: Send bash script on slave\n template:\n src: pgsql_script.sh.j2\n dest: \"/home/admin/pgsql_script.sh\"\n mode: \"0777\"\n\n- name: Execute the script\n command: sh /home/admin/pgsql_script.sh\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 796, "all_permissive": false }
ansible_role
gwynp/ansible_aws
306c3ef04132b98bc305af9d042a66b1d006e22d
0
roles/web
7,990
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "- name: install Apache\n yum: pkg=httpd state=present\n\n- name: start Apache\n service: name=httpd state=running enabled=yes\n\n- name: install Hello World page\n copy: src=index.html dest=/var/www/html/index.html mode=0664\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
asuyasa/homelab
a051628317c21b7679071e38011a47983a283fb7
0
ansible/roles/docker
7,990
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n ansible.builtin.include_role:\n name: geerlingguy.docker\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/docker/defaults/main.yml", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 121, "all_permissive": false }