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
mtldata/bdm-hack-2015
36abfbc4b66a51f0b5f4dee784a5810043cf192d
0
config-mgmt/roles/postgresql
15
[ "no_license" ]
[ { "path": "config-mgmt/roles/postgresql/templates/postgresql.conf.j2", "content": "# -----------------------------\n# PostgreSQL configuration file\n# -----------------------------\n#\n# This file consists of lines of the form:\n#\n# name = value\n#\n# (The \"=\" is optional.) Whitespace may be used. Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 21063, "all_permissive": false }
ansible_role
mtldata/bdm-hack-2015
36abfbc4b66a51f0b5f4dee784a5810043cf192d
0
config-mgmt/roles/redis
15
[ "no_license" ]
[ { "path": "config-mgmt/roles/redis/templates/redis.conf.j2", "content": "################################ GENERAL #####################################\ndaemonize yes\n# pid file location\npidfile /var/run/redis/redis.pid\n# accept connections on the specified port\nport 6379\n# TCP listen() backlog\ntcp-b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1955, "all_permissive": false }
ansible_role
mtldata/bdm-hack-2015
36abfbc4b66a51f0b5f4dee784a5810043cf192d
0
config-mgmt/roles/riak
15
[ "no_license" ]
[ { "path": "config-mgmt/roles/riak/templates/riak.conf.j2", "content": "erlang.schedulers.force_wakeup_interval = 500\nerlang.schedulers.compaction_of_load = false\n\n# Distributed cookie, same on all nodes for communication to work\ndistributed_cookie = riak\n\n# [off, file, console, both]\nlog.console = fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1479, "all_permissive": false }
ansible_role
mtldata/bdm-hack-2015
36abfbc4b66a51f0b5f4dee784a5810043cf192d
0
config-mgmt/roles/riak-nginx-lbproxy
15
[ "no_license" ]
[ { "path": "config-mgmt/roles/riak-nginx-lbproxy/templates/riak-lbproxy.conf.j2", "content": "upstream riak_hosts {\n{% for item in riak_nodes %} server {{ item }};\n{% endfor %}\n}\n\nserver {\n listen 8098;\n server_name _;\n access_log /var/log/nginx/riak.access.log;\n\n # your standard Nginx con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1663, "all_permissive": false }
ansible_role
noris-network/tempest
f28c078dcbd12e0c66bbaaf98a4ac53b268fb1de
0
roles/tempest-cleanup
15
[ "permissive" ]
[ { "path": "roles/tempest-cleanup/defaults/main.yaml", "content": "devstack_base_dir: /opt/stack\ninit_saved_state: false\ndry_run: false\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 69 }, { "path": "roles/tempest-cleanup/tasks/main.yaml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2044, "all_permissive": true }
ansible_role
dcna-dev/dcna.dev
c7443c0c44ed1c31ceaf2d89c7a77387d572f0e4
0
infra/roles/certbot
15
[ "no_license" ]
[ { "path": "infra/roles/certbot/tasks/main.yml", "content": "---\n# tasks file for certbot\n\n- name: Install certbot\n dnf:\n name: ['certbot','cronie']\n state: present\n\n- name: Install certbot_dns_route53 python module\n pip:\n name: 'certbot_dns_route53'\n\n- name: Create AWS config director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 846, "all_permissive": false }
ansible_role
dcna-dev/dcna.dev
c7443c0c44ed1c31ceaf2d89c7a77387d572f0e4
0
infra/roles/common
15
[ "no_license" ]
[ { "path": "infra/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Remove old Docker packages\n dnf:\n name: ['docker', 'docker-client', 'docker-client-latest', 'docker-common', 'docker-latest', 'docker-latest-logrotate', 'docker-logrotate',\n'docker-selinux', 'docker-eng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
hxfs/playbook-roles
96706a8529c80fa2d77263d615c41ab7dcd8a6ea
0
roles/kubernetes
15
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n# tasks file for kubernetes\n- name: yum install kubernetes etcd\n yum: name={{ item }} state=present\n with_items:\n - etcd\n - kubernetes\n\n- name: remove the default file\n shell: rm -rf /etc/kubernetes/*\n\n- name: config the etcd ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 956, "all_permissive": false }
ansible_role
hxfs/playbook-roles
96706a8529c80fa2d77263d615c41ab7dcd8a6ea
0
roles/kubernetes_nodes
15
[ "no_license" ]
[ { "path": "roles/kubernetes_nodes/defaults/main.yml", "content": "---\n# defaults file for kubernetes_nodes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/kubernetes_nodes/tasks/main.yml", "content": "---\n# tasks file for kubernetes_n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 665, "all_permissive": false }
ansible_role
lmarinho/guava-ansible
cd242d0927517fc399c7de539f59e325a13b9c0f
0
ansible/roles/health-checker
15
[ "no_license" ]
[ { "path": "ansible/roles/health-checker/tasks/main.yml", "content": "---\n- name: make sure connection is working\n ping:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
Maheshnandha/Class_setup
943ac42e631683c4c23b16a707876233b69f17be
0
Ansible_Project/roles/addgroup
15
[ "no_license" ]
[ { "path": "Ansible_Project/roles/addgroup/tasks/main.yml", "content": "- name: creating Group as mahesh\n become: yes\n group:\n name: mahesh\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
Maheshnandha/Class_setup
943ac42e631683c4c23b16a707876233b69f17be
0
Ansible_Project/roles/dirfile
15
[ "no_license" ]
[ { "path": "Ansible_Project/roles/dirfile/tasks/main.yml", "content": "- name: creating directory mahesh/ansible\n become: yes\n file:\n path: /home/ubuntu/mahesh/ansible\n owner: mahesh\n group: mahesh\n state: directory\n\n- name: creating directory mahesh/tomcat\n become: yes\n file:\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 469, "all_permissive": false }
ansible_role
Maheshnandha/Class_setup
943ac42e631683c4c23b16a707876233b69f17be
0
Ansible_Project/roles/install
15
[ "no_license" ]
[ { "path": "Ansible_Project/roles/install/tasks/main.yml", "content": "- name: zip Install\n become: yes\n apt: name=zip state=latest\n\n- name: unzip Install\n become: yes\n apt: name=unzip state=latest\n\n- name: git Install\n become: yes\n apt: name=git state=latest\n\n- name: awscli Install\n beco...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
Maheshnandha/Class_setup
943ac42e631683c4c23b16a707876233b69f17be
0
Ansible_Project/roles/java8
15
[ "no_license" ]
[ { "path": "Ansible_Project/roles/java8/tasks/main.yml", "content": "- name: Install java 8 preresequesits\n apt: name=python-software-properties\n\n- name: Add Java 8 repository\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Agree to oracle license\n debconf: name=oracle-java8-installer questio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 657, "all_permissive": false }
ansible_role
Maheshnandha/Class_setup
943ac42e631683c4c23b16a707876233b69f17be
0
Ansible_Project/roles/sites
15
[ "no_license" ]
[ { "path": "Ansible_Project/roles/sites/tasks/main.yml", "content": "- name: Update\n apt: update\n apt: update_cache=yes\n become: yes\n\n- name: zip file\n become: yes\n apt: name=zip state=latest\n\n- name: Java file\n become: yes\n apt: name=java state=latest\n\n- name: unzip file\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1367, "all_permissive": false }
ansible_role
Maheshnandha/Class_setup
943ac42e631683c4c23b16a707876233b69f17be
0
Ansible_Project/roles/version
15
[ "no_license" ]
[ { "path": "Ansible_Project/roles/version/tasks/main.yml", "content": "- name: Java version\n command: java -version\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": false }
ansible_role
shobhitrawat/keepalived
2f603c40600bf79b20995c156439545644267b48
0
roles/configuration
15
[ "no_license" ]
[ { "path": "roles/configuration/templates/scripts/redis_stop.sh", "content": "#!/bin/bash\nLOGFILE=\"/var/log/keepalived/keepalived-redis-state.log\"\necho \"{stop}\" >> $LOGFILE\ndate >> $LOGFILE\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3200, "all_permissive": false }
ansible_role
shobhitrawat/keepalived
2f603c40600bf79b20995c156439545644267b48
0
roles/installation
15
[ "no_license" ]
[ { "path": "roles/installation/tasks/main.yml", "content": "---\n\n- name: install dependent packages\n apt:\n update_cache: yes\n pkg:\n - tcptraceroute\n - bc\n - curl\n - openssl*\n - libssl-dev\n\n- name: Install Keepalived\n shell: |\n wget http://keepalived.org/software/keepa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 710, "all_permissive": false }
ansible_role
talevi83/Ansible_HW
6de37664721cce7ce7671d99f6478a0eddb49bf8
0
roles/common
15
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Include package installation tasks\n include_tasks: install_packages.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/common/defaults/main.yml", "content": "---\npack...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 314, "all_permissive": false }
ansible_role
talevi83/Ansible_HW
6de37664721cce7ce7671d99f6478a0eddb49bf8
0
roles/deploy_file
15
[ "no_license" ]
[ { "path": "roles/deploy_file/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Role to deploy test file\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - all\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 472, "all_permissive": false }
ansible_role
talevi83/Ansible_HW
6de37664721cce7ce7671d99f6478a0eddb49bf8
0
roles/deploy_hostname
15
[ "no_license" ]
[ { "path": "roles/deploy_hostname/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Role to deploy hostname template\n license: MIT\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - all\n\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 465, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-conditionals/roles/custom-task
15
[ "no_license" ]
[ { "path": "ansible-conditionals/roles/custom-task/vars/main.yml", "content": "is_apache_install: false\n\nversions: \n - 10.1\n - 5.2\n - 10.4\n - 2.1\n - 4.2\n - 8.5", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "ansible-conditionals/roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1423, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-deployment-strategies/roles/deploy-flask-app
15
[ "no_license" ]
[ { "path": "ansible-deployment-strategies/roles/deploy-flask-app/tasks/packages.yml", "content": "- name: Install the package dependencies\n package:\n name:\n - python3-pip\n - python3-virtualenv\n - virtualenv\n - git\n - curl\n update_cache: yes", "license_type": "no_li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1047, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-error-handling/roles/custom-role
15
[ "no_license" ]
[ { "path": "ansible-error-handling/roles/custom-role/tasks/main.yml", "content": "---\n- name: Copy the index.html to remote server\n copy:\n src: index.html\n dest: /home/ubuntu/index.html\n mode: '0644'\n ignore_errors: true\n register: copy_output\n\n- name: Printing the copy result\n debug:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-handlers/roles/deploy-website
15
[ "no_license" ]
[ { "path": "ansible-handlers/roles/deploy-website/tasks/main.yaml", "content": "---\n- name: Copy the HTML to nginx server\n template:\n src: ../html/index.html\n dest: /var/www/html/index.html\n notify: \n - Restart Nginx", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-imports-roles/roles/custom-role
15
[ "no_license" ]
[ { "path": "ansible-imports-roles/roles/custom-role/tasks/main.yml", "content": "---\n- import_tasks: package.yml\n- import_tasks: message.yml\n- name: Restart the Nginx Server\n service:\n name: nginx\n state: started", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 468, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-imports-roles/roles/install-apache
15
[ "no_license" ]
[ { "path": "ansible-imports-roles/roles/install-apache/tasks/main.yml", "content": "---\n- name: Installing the Apache Webserver\n package:\n name: apache2\n state: latest\n update_cache: yes\n \n- name: Update the apache2 port\n lineinfile:\n path: /etc/apache2/ports.conf\n regexp: '^Liste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-j2-templates/roles/install-apache
15
[ "no_license" ]
[ { "path": "ansible-j2-templates/roles/install-apache/vars/main.yml", "content": "apache_http_port: 5050\napache_https_port: 8000", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible-j2-templates/roles/install-apache/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ansible-vault/roles/custom-role
15
[ "no_license" ]
[ { "path": "ansible-vault/roles/custom-role/tasks/main.yml", "content": "---\n- name: Accessing the vault secrets\n debug:\n var: password", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ec2-server-setup/roles/nginx
15
[ "no_license" ]
[ { "path": "ec2-server-setup/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install the nginx server\n apt:\n name: nginx\n state: latest\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
eswarmaganti/ansible-practice
1be39c25f16234ff071143386e366e804c790a7f
0
ec2-server-setup/roles/python
15
[ "no_license" ]
[ { "path": "ec2-server-setup/roles/python/tasks/main.yaml", "content": "---\n- name: Installing Python3 \n apt:\n name: python3-pip\n state: latest\n update_cache: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
achelak/Ansible-roles
2b44d36d59f1cfc3dabc974cb373e5df405bea3d
0
ansible_roles_docker/roles/docker_ce
17
[ "no_license" ]
[ { "path": "ansible_roles_docker/roles/docker_ce/defaults/main.yml", "content": "docker_key_url: https://download.docker.com/linux/ubuntu/gpg\ndocker_users:\n - \"{{ ansible_user }}\"\ndocker_compose_path: /usr/local/bin/docker-compose\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1507, "all_permissive": false }
ansible_role
achelak/Ansible-roles
2b44d36d59f1cfc3dabc974cb373e5df405bea3d
0
ansible_roles_docker/roles/docker_compose
17
[ "no_license" ]
[ { "path": "ansible_roles_docker/roles/docker_compose/tasks/main.yml", "content": "---\n - name: Remove testing directory\n become: true\n file:\n path: \"{{ compose_dir }}\"\n state: absent\n\n - name: Create doocker-compose dir for mysql cnf master\n file:\n path: \"{{ compose_dir...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3219, "all_permissive": false }
ansible_role
shanewilson/prohses
dc3c5e0dbe4fc353c132518bb20e62fc54b7d8af
1
infrastructure/roles/web
17
[ "no_license" ]
[ { "path": "infrastructure/roles/web/tasks/nginx.yml", "content": "---\n\n# Install Nginx\n- name: \"Install Nginx\"\n apt: name=nginx state=latest update_cache=yes\n tags:\n - nginx\n\n# Ensure Nginx is running\n- name: \"Ensure Nginx is running\"\n service: name=${nginx_service} state=started\n tags...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 310, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/changehosts
17
[ "no_license" ]
[ { "path": "roles/changehosts/tasks/main.yml", "content": "- name: changehosts\n copy: src=/etc/hosts dest=/etc/hosts owner=root group=root mode=644 backup=no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/closeTHP
17
[ "no_license" ]
[ { "path": "roles/closeTHP/tasks/main.yml", "content": "- name: change to [never] \n shell: echo never > /sys/kernel/mm/transparent_hugepage/enabled && echo never > /sys/kernel/mm/transparent_hugepage/defrag\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/common
17
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: authorized_keys\n authorized_key: user=centos key=\"{{ lookup('file', '/root/.ssh/id_rsa.pub') }}\" state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/fetch
17
[ "no_license" ]
[ { "path": "roles/fetch/tasks/main.yml", "content": "- name: fetch {{from}} to local {{to}}\n fetch: src={{from}} dest={{to}} flat=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/mountDataNode
17
[ "no_license" ]
[ { "path": "roles/mountDataNode/tasks/main.yml", "content": "- name: mkfs.{{fileSystemType}} {{diskDir}}\n command: mkfs.{{fileSystemType}} -f {{diskDir}}\n- name: mkdir /tmp/datanode -p\n command: mkdir /tmp/datanode -p\n- name: cp datanode backup\n shell: cp -R {{mountDir}}/* /tmp/datanode\n- name: moun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 848, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/mysql
17
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: stop mysqld\n shell: systemctl stop mysqld\n ignore_errors: yes\n- name: check mysql is installed..\n shell: rpm -qa |grep -i mysql\n register: mysql\n ignore_errors: yes\n- name: remove mysql_rpm\n shell: rpm -ev --nodeps {{item}}\n with_it...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1062, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/ntpdate
17
[ "no_license" ]
[ { "path": "roles/ntpdate/tasks/main.yml", "content": "- name: yum ntp\n yum: name=ntp state=latest \n- name: vi /etc/ntp.conf\n template: src=ntp.j2 dest=/etc/ntp.conf\n- name: cron ntpdate\n cron: name=\"yum autoupdate\" minute=\"*/1\" user=\"root\" job=\"ntpdate {{ntp_server_ip}}\"\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/ntpserver
17
[ "no_license" ]
[ { "path": "roles/ntpserver/tasks/main.yml", "content": "- name: yum ntp\n yum: name=ntp state=latest \n- name: vi /etc/ntp.conf\n template: src=ntp.j2 dest=/etc/ntp.conf\n- name: systemctl ntp\n shell: systemctl start ntpd && systemctl enable ntpd && systemctl disable chronyd\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/push_keys
17
[ "no_license" ]
[ { "path": "roles/push_keys/tasks/main.yml", "content": "- name: push_keys\n copy: src=/{{path}}/{{fileName}} dest={{ambari_sshkeys_location}}/ owner=root group=root mode=644 backup=no\n- name: cat \n shell: cat {{ambari_sshkeys_location}}/{{fileName}} >> {{ambari_sshkeys_location}}/authorized_keys\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 319, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/seliunx
17
[ "no_license" ]
[ { "path": "roles/seliunx/tasks/main.yml", "content": "- name: seliunx\n shell: sed -i \"s/SELINUX=enforcing/SELINUX=disabled/g\" /etc/sysconfig/selinux && systemctl stop firewalld && systemctl disable firewalld\n ignore_errors: yes\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/ssh_gene
17
[ "no_license" ]
[ { "path": "roles/ssh_gene/tasks/main.yml", "content": "- name: gene ssh_key\n shell: ssh-keygen -t {{type}} -P '' -f {{ambari_sshkeys_location}}/id_{{type}}\n- name: cat {{ambari_sshkeys_location}}/id_{{type}}.pub >> {{ambari_sshkeys_location}}/authorized_keys\n shell: cat {{ambari_sshkeys_location}}/id_{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/yumInstall
17
[ "no_license" ]
[ { "path": "roles/yumInstall/tasks/main.yml", "content": "- name: yum {{YIN}}\n yum: name={{YIN}} state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/yumclient
17
[ "no_license" ]
[ { "path": "roles/yumclient/templates/mysql.j2", "content": "[mysql]\nname=mysql\nbaseurl=http://{{yum_url}}/mysql\ngpgcheck=0\nenabled=1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/yumclient/templates/centos.j2", "content": "[centos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1021, "all_permissive": false }
ansible_role
xiewendomg/ansible_ambari
cb4ed30168c7cf179aa6742219e4ec74eb88a233
0
roles/yumserver
17
[ "no_license" ]
[ { "path": "roles/yumserver/tasks/main.yml", "content": "- name: httpd\n shell: yum install httpd -y && systemctl start httpd && systemctl enable httpd.service\n- name: createrepo\n shell: mkdir /var/www/html/centos -p && yum install createrepo -y \n- name: mount\n shell: mount -t auto /dev/cdrom /var/ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/aide
17
[ "no_license" ]
[ { "path": "ansible/roles/aide/tasks/main.yml", "content": "---\n#Ensure AIDE packages are installed SSI-220220\n- name: Ensure AIDE packages are installed\n package:\n name: aide\n state: \"{{ aide_state }}\"\n\n- name: Ensure /etc/aide.conf in managed\n template:\n src: aide.conf.j2\n dest: /...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2132, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/auditd
17
[ "no_license" ]
[ { "path": "ansible/roles/auditd/defaults/main.yml", "content": "---\naudit_package:\n RedHat: audit\n CentOS: audit\n SLES: audit\n Debian: auditd\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "ansible/roles/auditd/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6133, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/collectd
17
[ "no_license" ]
[ { "path": "ansible/roles/collectd/vars/main.yml", "content": "---\n\nartifactory_user:\nartifactory_user_password:\n\njava_plugin:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible/roles/collectd/README.md", "content": "# collectd\nmeti...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5012, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/crowdstrike
17
[ "no_license" ]
[ { "path": "ansible/roles/crowdstrike/tasks/setup.yml", "content": "---\n- name: Ensure xagt(fireeye) is uninstalled\n package:\n name: xagt\n state: absent\n become: yes\n become_user: root\n\n- name: Pull state of all services\n service_facts:\n register: service_facts\n changed_when: false\n.....
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 12538, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/downtime
17
[ "no_license" ]
[ { "path": "ansible/roles/downtime/tasks/main.yml", "content": "---\n- name: Set downtime\n nagiosctl:\n address: https://datacenterops.hy-vee.net\n apikey: \"{{ vault_nagios_gk_svc }}\"\n action: set-downtime\n duration: \"{{ downtime_duration | int }}\"\n host: \"{{ inventory_hostname }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/linux_patching
17
[ "no_license" ]
[ { "path": "ansible/roles/linux_patching/templates/pre_upgrade.txt.j2", "content": "{{ pre_headers }}\r\n{% for host in ansible_play_batch %}\r\n{{ hostvars[host]['dev_info'] }}\r\n{% endfor %}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "ansibl...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 13597, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/linux_scripts
17
[ "no_license" ]
[ { "path": "ansible/roles/linux_scripts/templates/gk-run.py", "content": "#!/usr/bin/env python\n\nimport argparse\nimport gk_info\n\nif __name__ == '__main__':\n parser = argparse.ArgumentParser()\n parser.add_argument('--app', help=\"The name of the GK Tomcat application\", required=True)\n parse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 39, "total_bytes": 89068, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/rapid7_agent
17
[ "no_license" ]
[ { "path": "ansible/roles/rapid7_agent/defaults/main.yml", "content": "---\nr7_agent: \"agent_installer-3.2.3.7.sh\"\nr7_token: \"us:<PASSWORD>\"\n\nartifactory: \"https://artifactory.prod.hy-vee.cloud/artifactory\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2385, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/rapid7_scan_assistant
17
[ "no_license" ]
[ { "path": "ansible/roles/rapid7_scan_assistant/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Installs and manages Rapid7 Scan Assistant. This is used for running credentialed scans via Rapid7.\n license: MIT\n platforms:\n - name: RedHat\n - name: SUSE\n - name: Debian...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5038, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/shell_snitch
17
[ "no_license" ]
[ { "path": "ansible/roles/shell_snitch/README.md", "content": "# shell_snitch\nShell Snitch is like Bash History, but with greater detail.\\\nLogs are stored at `/var/log/shell_snitch/ss.log`\n\nRequirement\n------------\n`rsyslog` OR `syslog-ng` must be installed.\n\nRequired Variables\n------------------\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4512, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/snapshot
17
[ "no_license" ]
[ { "path": "ansible/roles/snapshot/tasks/hyperv/remove.yml", "content": "---\n- name: Remove Snapshot for Nagios VM\n win_shell: |\n $nagVM = Get-VM | Where-Object VMName -Like \"*Nagios*\" | Where-Object ReplicationMode -ne \"Replica\"\n $preAnsNagUpChks = $nagVM | Get-VMSnapshot\n if ($null -ne ...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 16989, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/ssh_keys
17
[ "no_license" ]
[ { "path": "ansible/roles/ssh_keys/README.md", "content": "# ssh_keys\n\n- Manage and deploy ssh keys. \n\n## supported platforms\n\n- CentOS\n- RedHat\n- SUSE\n\n## Role Variables\n\n- ssh_users: any additional groups that need access go here\n\n## Manages\n- User authorized_keys\n\n## Role Dependencies\n- ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2539, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/sshd
17
[ "no_license" ]
[ { "path": "ansible/roles/sshd/README.md", "content": "# sshd\n\n- Manage ssh configuration and groups accessible to servers\n\n## supported platforms\n\n- CentOS\n- RedHat\n- Rocky\n- SUSE\n- Debian\n\n## Role Variables\n\n- default_ssh_admins: This is default set for linux-admins \n- ssh_users: any additio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2705, "all_permissive": false }
ansible_role
yogamoorthy/ANSIBLE-WORKSPACE
d8c24168485f2cac4e87adc123ba7734538461ee
0
ansible/roles/sudoers
17
[ "no_license" ]
[ { "path": "ansible/roles/sudoers/README.md", "content": "# sudoers\n\n- Manage sudoers files\n\n## supported platforms\n\n- CentOS\n- RedHat\n\n## Role Variables\n\n## Manages\n- /etc/sudoers\n- /etc/sudoers.d/\n\n## Role Dependencies\n\n## Example playbook\n```yaml\n- hosts: all\n sudo: yes\n roles:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1701, "all_permissive": false }
ansible_role
thomaslorentsen/redis-sentinel
925cf88ec2495571208637a6923103d806a712a3
1
roles/common
17
[ "permissive" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: install common packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nano\n\n- name: tune socket\n lineinfile:\n dest: /etc/sysctl.conf\n regexp: 'net.core.somaxconn ='\n line: 'net.core.somaxconn ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": true }
ansible_role
thomaslorentsen/redis-sentinel
925cf88ec2495571208637a6923103d806a712a3
1
roles/remi
17
[ "permissive" ]
[ { "path": "roles/remi/tasks/main.yml", "content": "---\n- name: install remi repository\n package:\n name: https://rpms.remirepo.net/enterprise/remi-release-6.rpm\n state: present\n...\n", "license_type": "permissive", "detected_licenses": [ "Unlicense" ], "size_bytes": 136 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": true }
ansible_role
stellasharon/cd
70ef663df9f6f9a568366e442d332664e813bbfd
0
roles/tomcat
22
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n\n- name: add group \"tomcat\"\n group: name=tomcat\n\n- name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\n become: True\n become_method: sudo\n\n- name: Install Java\n package: name='java-1.8.0-ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2254, "all_permissive": false }
ansible_role
oku3san/playground-ansible
7efd2f466e002cd86077728169e700586fdef7c7
0
roles/common
22
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n# handlers file for common\n- name: reboot\n reboot:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1328, "all_permissive": false }
ansible_role
oku3san/playground-ansible
7efd2f466e002cd86077728169e700586fdef7c7
0
roles/docker
22
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: apt update\n apt:\n update_cache: yes\n\n- name: Install Docker packages\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
oku3san/playground-ansible
7efd2f466e002cd86077728169e700586fdef7c7
0
roles/laravel
22
[ "no_license" ]
[ { "path": "roles/laravel/tasks/main.yml", "content": "---\n# tasks file for laravel\n- name: Install php packages\n apt: \n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - composer\n - php-zip\n - php-mbstring\n - php-xml\n - php-pdo\n - php-mysqlnd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1413, "all_permissive": false }
ansible_role
oku3san/playground-ansible
7efd2f466e002cd86077728169e700586fdef7c7
0
roles/mysql
22
[ "no_license" ]
[ { "path": "roles/mysql/files/initial.sql", "content": "ALTER USER 'root'@'localhost' IDENTIFIED BY 'test';\nFLUSH PRIVILEGES;\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1475, "all_permissive": false }
ansible_role
oku3san/playground-ansible
7efd2f466e002cd86077728169e700586fdef7c7
0
roles/node
22
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n# tasks file for node\n- name: Install nodejs packages\n apt: \n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - nodejs\n - npm\n\n- name: Update nodejs packages\n npm: \n name: \"{{ item }}\"\n global: yes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
principidario/cicd
47615dc22dc8b24a3cd3c6e4b46cab5ca102efbb
0
.circleci/ansible/roles/configure-server
22
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "- name: Update apt-get repo and cache\n apt: update_cache=yes\n- name: Install nodejs\n apt:\n name: nodejs\n- name: Install npm\n apt:\n name: npm\n- name: Install pm2\n npm:\n name: pm2\n global: yes\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
principidario/cicd
47615dc22dc8b24a3cd3c6e4b46cab5ca102efbb
0
.circleci/ansible/roles/deploy
22
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Update apt-get repo and cache\n apt: update_cache=yes\n- name: Install \"pm2\" node.js package.\n community.general.npm:\n name: pm2\n path: /app/location\n- name: pm2 start npm -- start\n command: \"pm2 start npm -- sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
principidario/cicd
47615dc22dc8b24a3cd3c6e4b46cab5ca102efbb
0
.circleci/ansible/roles/node-exporter
22
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/node-exporter/tasks/main.yml", "content": "- name: add node-exporter user\n command: \"useradd --no-create-home node_exporter\"\n- name: get node-exporter file\n command: \"wget https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-1.0.1.linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 603, "all_permissive": false }
ansible_role
MustGoHome/AnsibleMigration
1205a2c2eff9be6f9d752d5b5389d3433b02a667
0
02_Web/roles/web
22
[ "no_license" ]
[ { "path": "02_Web/roles/web/vars/main.yml", "content": "---\nserver_listen: 80\nserver_name: www3.example.com:80", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "02_Web/roles/web/tasks/main.yml", "content": "---\n- name: 1. 패키지 설치 - httpd\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
MustGoHome/AnsibleMigration
1205a2c2eff9be6f9d752d5b5389d3433b02a667
0
03_Nginx_Tomcat/roles/nginx_tomcat
22
[ "no_license" ]
[ { "path": "03_Nginx_Tomcat/roles/nginx_tomcat/tasks/main.yml", "content": "---\n- name: \"1. 패키지 설치 - {{ packages }}\"\n ansible.builtin.dnf:\n name: \"{{ packages }}\"\n state: present\n\n- name: \"1. 패키지 설치 - cryptography(PIP)\"\n ansible.builtin.pip:\n name: cryptography\n state: present\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5349, "all_permissive": false }
ansible_role
songponssw/sdn-owl
eb65810ff5cba0830c3fb0c8eb050c64e15935c2
0
ansible-script/roles/list-interfaces
22
[ "no_license" ]
[ { "path": "ansible-script/roles/list-interfaces/tasks/main.yml", "content": "# list-interface main.yml\n---\n- name: Define interfadce ether type\n set_fact:\n ansible_eth: \"{{ hostvars[inventory_hostname]['ansible_interfaces'] }}\"\n \n # This list for ether type, but it bug for virtual switch inter...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
songponssw/sdn-owl
eb65810ff5cba0830c3fb0c8eb050c64e15935c2
0
ansible-script/roles/prerequisites
22
[ "no_license" ]
[ { "path": "ansible-script/roles/prerequisites/tasks/main.yml", "content": "# prerequisties main.yml\n---\n- import_tasks: install-prerequisites.yml\n- import_tasks: install-docker.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible-script/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1241, "all_permissive": false }
ansible_role
songponssw/sdn-owl
eb65810ff5cba0830c3fb0c8eb050c64e15935c2
0
ansible-script/roles/scratch_generate-script
22
[ "no_license" ]
[ { "path": "ansible-script/roles/scratch_generate-script/tasks/main.yml", "content": "# !!! Scratch\n# Generate script main.yml\n---\n- name: Get host information \n hosts: all\n become: true\n vars:\n eth:\n # create_script:\n vars_prompt:\n - name: args\n prompt: \"Enter interfaces in Ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2479, "all_permissive": false }
ansible_role
SergSha/postgresql
d7c853fb3d22169d26786babd5839f0bcc286562
0
ansible/roles/postgresql
22
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/templates/pg-backup.sh.j2", "content": "#!/bin/bash\n\n# /usr/local/bin/pg-backup.sh\n\npath=/backup\npath_backup=/$path/pg_$(date \"+%Y-%m-%d_%H-%M-%S\")\nmkdir -p $path_backup\n\n# Clear old backup\nrm -rf $(find $path/* -type d -ctime +31)\n\n# Create backup\nfor dbnam...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 6506, "all_permissive": false }
ansible_role
rlc0x/nas_tools
4e703f15069d68db2cad417adac62fe52b496c54
0
vagrant/ansible/roles/nas
22
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/nas/defaults/main.yml", "content": "---\n# defaults file for nas", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "vagrant/ansible/roles/nas/files/vnxshowmount.py", "content": "# -*- coding: utf-8 -*-\n\nimport ge...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 9297, "all_permissive": false }
ansible_role
cybernetor066/aayushpatel_ansible_project
beb2c9308ea628ff6465341c96ec0b3c668661f1
0
ansible_roles/roles/role01
22
[ "no_license" ]
[ { "path": "ansible_roles/roles/role01/handlers/main.yml", "content": "---\n# handlers file for role01\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible_roles/roles/role01/defaults/main.yml", "content": "---\n# defaults file for role01\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1158, "all_permissive": false }
ansible_role
rinjin5th/packer-example
67a6082b67566942cfa97aaa701e0e24e58a9e2a
0
roles/app
22
[ "no_license" ]
[ { "path": "roles/app/tasks/main.yml", "content": "- name: create app dir\n file:\n path: \"/opt/sample-app\"\n state: directory\n owner: ec2-user\n\n- name: git clone app\n become_user: ec2-user\n git:\n repo: \"https://github.com/rinjin5th/rails-example.git\"\n dest: \"/opt/sample-app\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
rinjin5th/packer-example
67a6082b67566942cfa97aaa701e0e24e58a9e2a
0
roles/lib
22
[ "no_license" ]
[ { "path": "roles/lib/tasks/main.yml", "content": "- name: upgrade all packages\n yum: name=* state=latest\n\n- yum:\n name:\n - git\n - gcc\n - openssl-devel\n - readline-devel\n - zlib-devel\n - sqlite-devel\n\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
rinjin5th/packer-example
67a6082b67566942cfa97aaa701e0e24e58a9e2a
0
roles/nginx
22
[ "no_license" ]
[ { "path": "roles/nginx/templates/sample.conf.j2", "content": "upstream app {\n # Path to Unicorn SOCK file, as defined previously\n server unix:/opt/sample-app/tmp/puma.sock fail_timeout=0;\n}\n\nserver {\n listen 80;\n server_name app.jp;\n keepalive_timeout 300;\n\n client_max_body_size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1307, "all_permissive": false }
ansible_role
rinjin5th/packer-example
67a6082b67566942cfa97aaa701e0e24e58a9e2a
0
roles/nodejs
22
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "nodejs_version: v10.15.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/nodejs/tasks/main.yml", "content": "- name: create nodejs dir\n file:\n path: \"/usr/local/lib/dev/node\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 405, "all_permissive": false }
ansible_role
rinjin5th/packer-example
67a6082b67566942cfa97aaa701e0e24e58a9e2a
0
roles/ruby
22
[ "no_license" ]
[ { "path": "roles/ruby/defaults/main.yml", "content": "ruby_version: 2.5.3\nbundler_version: 1.17.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/ruby/tasks/main.yml", "content": "- name: create ruby dir\n file:\n path: \"/usr/local/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 613, "all_permissive": false }
ansible_role
rinjin5th/packer-example
67a6082b67566942cfa97aaa701e0e24e58a9e2a
0
roles/xbuild
22
[ "no_license" ]
[ { "path": "roles/xbuild/tasks/main.yml", "content": "- name: create xbuild dir\n file:\n path: \"/opt/xbuild\"\n state: directory\n owner: ec2-user\n group: ec2-user\n\n- name: install xbuild\n become: yes\n become_user: ec2-user\n git:\n repo: \"https://github.com/tagomoris/xbuild.git\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 367, "all_permissive": false }
ansible_role
Georgii-Malyshev/study-devops-autoprovision-gitlab-instance
63aa4a81ee920a92eed7d56f06e43e21a7a483be
0
roles/gitlab_host
22
[ "no_license" ]
[ { "path": "roles/gitlab_host/handlers/main.yml", "content": "- name: GitLab reconfigure\n ansible.builtin.command: gitlab-ctl reconfigure\n notify: GitLab restart\n\n- name: GitLab restart\n ansible.builtin.command: gitlab-ctl restart\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1749, "all_permissive": false }
ansible_role
Salazar-99/clusty-dusty
2d086fe1746be9c05752e2207b5ba58b72641292
0
ansible/playbooks/roles/agent
22
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/agent/templates/config.yaml", "content": "server: \"https://{{ hostvars[groups['servers'][0]]['ansible_default_ipv4']['address'] }}:9345\"\ntoken: \"{{ lookup('file', '/tmp/node-token') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 711, "all_permissive": false }
ansible_role
Salazar-99/clusty-dusty
2d086fe1746be9c05752e2207b5ba58b72641292
0
ansible/playbooks/roles/flux
22
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/flux/tasks/main.yaml", "content": "- name: Download and install Flux\n shell:\n cmd: curl -s https://fluxcd.io/install.sh | sudo bash\n\n- name: Run Flux bootstrap\n shell:\n cmd: >\n flux bootstrap github\n --owner=Salazar-99\n --repository=clusty-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
Salazar-99/clusty-dusty
2d086fe1746be9c05752e2207b5ba58b72641292
0
ansible/playbooks/roles/k8s-node
22
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/k8s-node/handlers/main.yaml", "content": "- name: Reload ufw\n community.general.ufw:\n state: reloaded\n\n- name: Reload NetworkManager\n ansible.builtin.systemd:\n name: NetworkManager\n state: reloaded", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2563, "all_permissive": false }
ansible_role
Salazar-99/clusty-dusty
2d086fe1746be9c05752e2207b5ba58b72641292
0
ansible/playbooks/roles/server
22
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/server/tasks/main.yaml", "content": "- name: Download and run installer\n shell:\n cmd: \"curl -sfL https://get.rke2.io | sh -\"\n\n- name: Enable rke2-server service \n ansible.builtin.systemd:\n name: rke2-server.service\n enabled: true\n\n- name: Start rke2-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
tinfoilcipher/kubernetes-baremetal-lab
081cbcf12e546ab34be4362e8f14bd2a833c9c77
2
ansible/roles/kubernetes-control
22
[ "permissive" ]
[ { "path": "ansible/roles/kubernetes-control/vars/main.yaml", "content": "service_account:\n name: svc_kubernetes\n add_to_wheel: yes\n shell: /bin/bash\n id: 1004\n gid: 999\n\nkubernetes_version: 1.25.0 #--See https://github.com/kubernetes/kubernetes/releases\n\nnetwork_interface_name: ens160\n\nkube_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 5570, "all_permissive": true }
ansible_role
tinfoilcipher/kubernetes-baremetal-lab
081cbcf12e546ab34be4362e8f14bd2a833c9c77
2
ansible/roles/kubernetes-data
22
[ "permissive" ]
[ { "path": "ansible/roles/kubernetes-data/tasks/ensure-swapoff.yaml", "content": "---\n- name: Kubernetes Disable SWAP - Ensure Session swapoff\n shell: |\n swapoff -a\n tags:\n - k8s-data-swap\n\n- name: Kubernetes Disable SWAP - Ensure swap removed from FSTAB\n replace:\n path: /etc/fstab\n re...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1946, "all_permissive": true }
ansible_role
tinfoilcipher/kubernetes-baremetal-lab
081cbcf12e546ab34be4362e8f14bd2a833c9c77
2
ansible/roles/ubuntu-baseline
22
[ "permissive" ]
[ { "path": "ansible/roles/ubuntu-baseline/tasks/ensure-host-config.yaml", "content": "---\n- name: System Baseline Hostname Config - Ensure System Hostname\n hostname:\n name: \"{{ inventory_hostname }}.{{ system_domain }}\"\n tags:\n - baseline-host\n\n- name: System Baseline Hostname Config - Ensure ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5320, "all_permissive": true }
ansible_role
spinupwp/wordpress-ansible
f69ea0a6da5b0b4fef03a912398b57989bf4d860
36
roles/common
22
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Upgrade packages\n apt:\n upgrade: safe\n update_cache: yes\n cache_valid_time: 300\n become: yes\n\n- name: Install packages\n apt:\n name:\n - aptitude\n - jq\n - curl\n - git-core\n - at\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 269, "all_permissive": false }
ansible_role
spinupwp/wordpress-ansible
f69ea0a6da5b0b4fef03a912398b57989bf4d860
36
roles/mysql
22
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n apt:\n name: mysql-server\n state: present\n force: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
spinupwp/wordpress-ansible
f69ea0a6da5b0b4fef03a912398b57989bf4d860
36
roles/nginx
22
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add Nginx repo\n apt_repository:\n repo: ppa:ondrej/nginx\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n force: yes\n update_cache: yes\n\n- name: Symlink default site\n file:\n src: /etc/nginx/sites-avai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
spinupwp/wordpress-ansible
f69ea0a6da5b0b4fef03a912398b57989bf4d860
36
roles/php
22
[ "no_license" ]
[ { "path": "roles/php/handlers/main.yml", "content": "---\n- name: start php\n service:\n name: php8.1-fpm\n state: started\n\n- name: reload php\n service:\n name: php8.1-fpm\n state: reloaded\n\n- name: restart php\n service:\n name: php8.1-fpm\n state: restarted", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1884, "all_permissive": false }
ansible_role
InnerImmolation/ansible-day-2
f3a5c3965399a4ed8e6ec514275c52ba75d4bc81
0
roles/java
22
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n- name: Installing Java\n become: yes\n yum:\n name: java-{{java_version}}-openjdk.x86_64", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }