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
srikarKulkarni/ansible-tomcat
ec80e53f9f39b7170676b4e1a902b688304d1cbb
0
tomcat-install/roles/maven
224
[ "no_license" ]
[ { "path": "tomcat-install/roles/maven/tasks/main.yml", "content": "---\n# tasks file for maven\n\n- name: install maven\n apt: \n name: maven\n state: latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
srikarKulkarni/ansible-tomcat
ec80e53f9f39b7170676b4e1a902b688304d1cbb
0
tomcat-install/roles/nginx
224
[ "no_license" ]
[ { "path": "tomcat-install/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install NGINX Dependencies\n apt:\n name: \"{{ item }}\"\n with_items:\n - libssl-dev\n - zlib1g-dev\n - libpcre3\n - libpcre3-dev\n - unzip\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2481, "all_permissive": false }
ansible_role
srikarKulkarni/ansible-tomcat
ec80e53f9f39b7170676b4e1a902b688304d1cbb
0
tomcat-install/roles/repo-clone
224
[ "no_license" ]
[ { "path": "tomcat-install/roles/repo-clone/vars/main.yml", "content": "---\n# vars file for repo-clone", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "tomcat-install/roles/repo-clone/defaults/main.yml", "content": "---\n# defaults file for repo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 354, "all_permissive": false }
ansible_role
srikarKulkarni/ansible-tomcat
ec80e53f9f39b7170676b4e1a902b688304d1cbb
0
tomcat-install/roles/tomcat
224
[ "no_license" ]
[ { "path": "tomcat-install/roles/tomcat/tasks/tomcat-users.yml", "content": "- name: write tomcat.service\n copy:\n src: tomcat-users.xml.j2\n dest: \"/opt/tomcat/apache-tomcat-{{tomcat_version}}/conf/tomcat-users.xml\"\n\n notify: \n - restart tomcat \n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2535, "all_permissive": false }
ansible_role
joyxu/kernelci-backend-config
5aba1f564f715eca47e5c443b245c6806a79a6e8
0
roles/configure-nginx
224
[ "no_license" ]
[ { "path": "roles/configure-nginx/tasks/main.yml", "content": "---\n- name: Add nginx stable PPA repository\n apt_repository: repo='ppa:nginx/stable'\n when: ansible_lsb.id == \"Ubuntu\"\n tags:\n - install\n - deps\n - web-server\n\n- name: Install nginx\n apt: pkg={{ item }}\n state=la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5452, "all_permissive": false }
ansible_role
joyxu/kernelci-backend-config
5aba1f564f715eca47e5c443b245c6806a79a6e8
0
roles/db-backup
224
[ "no_license" ]
[ { "path": "roles/db-backup/tasks/main.yml", "content": "---\n- name: Install OS dependencies\n apt: pkg={{ item }}\n state=latest\n update_cache=yes\n with_items:\n - s3cmd\n - xz-utils\n tags:\n - backup\n - deps\n\n- name: Create dedicated user\n user: name=kernelci\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1724, "all_permissive": false }
ansible_role
joyxu/kernelci-backend-config
5aba1f564f715eca47e5c443b245c6806a79a6e8
0
roles/firewall
224
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Install ufw package\n apt: pkg=ufw\n state=latest\n update_cache=yes\n tags:\n - firewall\n - deps\n\n- name: Fix default config file\n lineinfile: dest=/etc/default/ufw\n backup=yes\n regex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1327, "all_permissive": false }
ansible_role
joyxu/kernelci-backend-config
5aba1f564f715eca47e5c443b245c6806a79a6e8
0
roles/init-conf
224
[ "no_license" ]
[ { "path": "roles/init-conf/tasks/main.yml", "content": "---\n\n- name: Make sure celery run directory exists\n file: path=/var/run/celery\n state=directory\n owner={{ app_user }}\n group={{ app_user }}\n tags:\n - init\n\n- name: Install Upstart conf\n template: src=kernel-ci-back...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3307, "all_permissive": false }
ansible_role
joyxu/kernelci-backend-config
5aba1f564f715eca47e5c443b245c6806a79a6e8
0
roles/install-app
224
[ "no_license" ]
[ { "path": "roles/install-app/tasks/main.yml", "content": "---\n- name: Create celery log directory\n file: path=/var/log/celery\n state=directory\n owner={{ app_user }}\n group={{ app_user }}\n mode=0755\n tags:\n - install\n - app\n\n- name: Checkout kernel-ci-backend co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2635, "all_permissive": false }
ansible_role
joyxu/kernelci-backend-config
5aba1f564f715eca47e5c443b245c6806a79a6e8
0
roles/install-deps
224
[ "no_license" ]
[ { "path": "roles/install-deps/tasks/install-redis.yml", "content": "---\n- name: Add redis PPA (Ubuntu)\n apt_repository: repo='ppa:rwky/redis'\n update_cache=yes\n when: ansible_lsb.id == \"Ubuntu\"\n tags:\n - install\n - redis\n - deps\n\n- name: Install redis server\n apt: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2247, "all_permissive": false }
ansible_role
sirhaffy/clofresva-grund-cloud-upg-02
76d0c697887ad1e4176cc9f620ced6ba75c9d1e2
0
ansible/roles/app-server
228
[ "no_license" ]
[ { "path": "ansible/roles/app-server/templates/app-service.j2", "content": "# app-service.j2\n\n# This Jinja2 template defines the configuration for the app service.\n\n{\n \"name\": \"{{ app_service_name }}\",\n \"location\": \"{{ location }}\",\n \"properties\": {\n \"sku\": {\n \"name\": \"S1\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1811, "all_permissive": false }
ansible_role
sirhaffy/clofresva-grund-cloud-upg-02
76d0c697887ad1e4176cc9f620ced6ba75c9d1e2
0
ansible/roles/bastion
228
[ "no_license" ]
[ { "path": "ansible/roles/bastion/tasks/main.yaml", "content": "- name: Ensure the bastion host is configured\n hosts: bastion\n tasks:\n - name: Install required packages\n apt:\n name:\n - openssh-server\n state: present\n\n - name: Open port 2222 for SSH access\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 929, "all_permissive": false }
ansible_role
sirhaffy/clofresva-grund-cloud-upg-02
76d0c697887ad1e4176cc9f620ced6ba75c9d1e2
0
ansible/roles/common
228
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: Ensure required packages are installed\n apt:\n name:\n - python3\n - python3-pip\n - git\n state: present\n\n- name: Install Azure CLI\n apt:\n name: azure-cli\n state: present\n\n- name: Install Ansible\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 880, "all_permissive": false }
ansible_role
sirhaffy/clofresva-grund-cloud-upg-02
76d0c697887ad1e4176cc9f620ced6ba75c9d1e2
0
ansible/roles/github_runner
228
[ "no_license" ]
[ { "path": "ansible/roles/github_runner/tasks/main.yaml", "content": "---\n# Check if GitHub runner is already installed\n- name: Check if GitHub runner is already installed\n stat:\n path: /opt/actions-runner/.runner\n register: runner_installed\n\n# Install required packages for GitHub runner\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3074, "all_permissive": false }
ansible_role
sirhaffy/clofresva-grund-cloud-upg-02
76d0c697887ad1e4176cc9f620ced6ba75c9d1e2
0
ansible/roles/reverse-proxy
228
[ "no_license" ]
[ { "path": "ansible/roles/reverse-proxy/tasks/main.yaml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Start Nginx service\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Configure Nginx\n template:\n src: nginx.conf.j2\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1288, "all_permissive": false }
ansible_role
opentelekomcloud-infra/apimon-operator
1d4015169647296fafc86f752b0302bd40e24be4
0
roles/alerta
228
[ "permissive" ]
[ { "path": "roles/alerta/defaults/main.yml", "content": "---\n# defaults file for Alerta\nstate: present\nname: \"apimon-{{ ansible_operator_meta.name }}\"\ninstance: \"{{ name }}\"\nconfig_revision: 0\ncount: 2\nimage: alerta/alerta-web\n\nsecret: alerta-secret\nconfig: alerta-config\nldap_server_ip: ''\nld...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4645, "all_permissive": true }
ansible_role
opentelekomcloud-infra/apimon-operator
1d4015169647296fafc86f752b0302bd40e24be4
0
roles/alerta-webaddon
228
[ "permissive" ]
[ { "path": "roles/alerta-webaddon/templates/alerta-webaddon-deployment.yaml.j2", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n creationTimestamp: null\n annotations: \n config_revision : \"{{ config_revision }}\"\n labels:\n app.kubernetes.io/name: \"alerta-webaddon\"\n app.kuber...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3765, "all_permissive": true }
ansible_role
opentelekomcloud-infra/apimon-operator
1d4015169647296fafc86f752b0302bd40e24be4
0
roles/apimon
228
[ "permissive" ]
[ { "path": "roles/apimon/templates/statsd-repeater-config.js.j2", "content": "{\n backends: ['./backends/repeater'],\n debug: true,\n log: {\n level: \"LOG_DEBUG\"\n },\n repeater: [{ host: '{{ statsd_svc_name }}', port: 8125 }],\n repeaterProtocol: 'tcp',\n \"servers\": [{\n \"server\": \"./ser...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 16816, "all_permissive": true }
ansible_role
opentelekomcloud-infra/apimon-operator
1d4015169647296fafc86f752b0302bd40e24be4
0
roles/grafana
228
[ "permissive" ]
[ { "path": "roles/grafana/vars/main.yml", "content": "---\n# vars file for Grafana\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 28 }, { "path": "roles/grafana/templates/grafana-service.yaml.j2", "content": "apiVersion: v1\nkind: Serv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7693, "all_permissive": true }
ansible_role
lalbrekht/otus-patroni
2d1083aa3ef586ba5bc76092e229d44cbb324bd9
0
roles/consul
228
[ "no_license" ]
[ { "path": "roles/consul/vars/main.yml", "content": "---\n# vars file for roles/consul", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/consul/handlers/main.yml", "content": "---\n# handlers file for roles/consul\n- name: start consul\n sy...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 496, "all_permissive": false }
ansible_role
lalbrekht/otus-patroni
2d1083aa3ef586ba5bc76092e229d44cbb324bd9
0
roles/haproxy
228
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: Ensure HAProxy is installed.\n apt:\n name: haproxy\n update_cache: true\n state: present\n\n- name: Copy HAProxy configuration\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n mode: 0644\n validate...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 946, "all_permissive": false }
ansible_role
lalbrekht/otus-patroni
2d1083aa3ef586ba5bc76092e229d44cbb324bd9
0
roles/patroni
228
[ "no_license" ]
[ { "path": "roles/patroni/handlers/main.yml", "content": "---\n# handlers file for roles/patroni", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/patroni/tasks/main.yml", "content": "---\n# tasks file for roles/patroni\n#- name: Patroni | m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2001, "all_permissive": false }
ansible_role
erolkahraman/kubernetes
29e049cc87fbc46ec6a191b0a8189ec132369a7f
0
install/role_based/roles/common
228
[ "no_license" ]
[ { "path": "install/role_based/roles/common/tasks/add_repos.yml", "content": "---\n- name: Add docker repository\n tags:\n - add_docker_repo\n yum_repository:\n name: docker-ce-stable\n description: Docker CE Stable - $basearch\n baseurl: https://download.docker.com/linux/centos/7/$basearch/sta...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3063, "all_permissive": false }
ansible_role
erolkahraman/kubernetes
29e049cc87fbc46ec6a191b0a8189ec132369a7f
0
install/role_based/roles/configure_masters
228
[ "no_license" ]
[ { "path": "install/role_based/roles/configure_masters/vars/main.yml", "content": "---\npod_net: 10.17.0.0/16\nsvc_net: 10.18.0.0/16\nendpoint_ip: 192.168.100.120\nendpoint_port: 8443\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "install/role_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2234, "all_permissive": false }
ansible_role
erolkahraman/kubernetes
29e049cc87fbc46ec6a191b0a8189ec132369a7f
0
install/role_based/roles/configure_workers
228
[ "no_license" ]
[ { "path": "install/role_based/roles/configure_workers/tasks/add_workers.yml", "content": "---\n- name: Add workers to cluster (1/2)\n copy:\n src: /tmp/worker_join_cmd.sh\n dest: /tmp/worker_join_cmd.sh\n mode: 755\n\n- name: Add workers to cluster (2/2)\n shell: sh /tmp/worker_join_cmd.sh", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 427, "all_permissive": false }
ansible_role
erolkahraman/kubernetes
29e049cc87fbc46ec6a191b0a8189ec132369a7f
0
install/role_based/roles/nlb
228
[ "no_license" ]
[ { "path": "install/role_based/roles/nlb/templates/keepalived.conf.j2", "content": " global_defs {\n router_id UASIS\n }\n vrrp_script check_apiserver {\n script \"{{ keepalived_script_file }}\"\n interval 3\n weight -2\n fall 10\n rise 2\n }\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3122, "all_permissive": false }
ansible_role
erolkahraman/kubernetes
29e049cc87fbc46ec6a191b0a8189ec132369a7f
0
install/role_based/roles/security
228
[ "no_license" ]
[ { "path": "install/role_based/roles/security/vars/main.yml", "content": "---\nfirewall_log_file: /var/log/firewalld-dropd.log\n\nports:\n - 6443/tcp\n - 2379-2380/tcp\n - 10250-10252/tcp\n - 10255/tcp\n - 6783/tcp\n - 6783-6784/udp\n - 8443/tcp\n\nservices:\n - firewalld.service\n - rsyslog.service...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1467, "all_permissive": false }
ansible_role
mik3chak/a_mesos
9c0ccdbbb0a7c62737dcd6146dc11802e292e520
0
mesos/provision/roles/all
228
[ "no_license" ]
[ { "path": "mesos/provision/roles/all/tasks/main.yml", "content": "---\n- name: set timezone\n timezone:\n name: Asia/Kuala_Lumpur\n\n# - name: Configuring Timezone\n# shell: echo {{ timezone }} > /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata\n#\n# - name: Update APT\n# apt: upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
mik3chak/a_mesos
9c0ccdbbb0a7c62737dcd6146dc11802e292e520
0
mesos/provision/roles/docker
228
[ "no_license" ]
[ { "path": "mesos/provision/roles/docker/tasks/main.yml", "content": "---\n# - name: ensure repository key is installed\n# apt_key:\n# id: \"<KEY>\"\n# keyserver: \"hkp://p80.pool.sks-keyservers.net:80\"\n# state: present\n#\n# - name: ensure docker registry is available\n# # For Ubuntu 14.04...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1460, "all_permissive": false }
ansible_role
mik3chak/a_mesos
9c0ccdbbb0a7c62737dcd6146dc11802e292e520
0
mesos/provision/roles/mesos
228
[ "no_license" ]
[ { "path": "mesos/provision/roles/mesos/templates/zoo.cfg.j2", "content": "tickTime=2000\ndataDir=/var/lib/zookeeper/\nclientPort={{ zookeeper_client_port }}\ninitLimit=5\nsyncLimit=2\n{% for host in groups['mesos_masters'] %}\nserver.{{ hostvars[host].zoo_id }}={{ hostvars[host].static_ip }}:{{ zookeeper_le...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 8732, "all_permissive": false }
ansible_role
mik3chak/a_mesos
9c0ccdbbb0a7c62737dcd6146dc11802e292e520
0
mesos/provision/roles/mesos_master
228
[ "no_license" ]
[ { "path": "mesos/provision/roles/mesos_master/tasks/main.yml", "content": "---\n# - name: Install ZK\n# apt:\n# pkg=\"{{item}}\"\n# state=present\n# update_cache=yes\n# with_items:\n# - zookeeper\n# - zookeeperd\n\n- name: Install ZK package\n command: gdebi /sf/zookeeper_3.4.5+dfsg...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3728, "all_permissive": false }
ansible_role
mik3chak/a_mesos
9c0ccdbbb0a7c62737dcd6146dc11802e292e520
0
mesos/provision/roles/mesos_slave
228
[ "no_license" ]
[ { "path": "mesos/provision/roles/mesos_slave/meta/main.yml", "content": "---\ndependencies:\n - { role: all }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "mesos/provision/roles/mesos_slave/tasks/main.yml", "content": "---\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1850, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/app
228
[ "no_license" ]
[ { "path": "ansible/roles/app/templates/secrets.yml.j2", "content": "{{ secrets | to_nice_yaml }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: create app directory\n file: path={{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1544, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/blog
228
[ "no_license" ]
[ { "path": "ansible/roles/blog/templates/supervisor.conf.j2", "content": "[program:blog]\ncommand = node {{ blog_path }}/index.js\ndirectory = {{ blog_path }}\nuser = ghost\nautostart = true\nautorestart = true\nstdout_logfile = /var/log/supervisor/blog.log\nstderr_logfile = /var/log/supervisor/blog_err.log\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3457, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/haproxy
228
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/tasks/main.yml", "content": "---\n- name: add haproxy 1.6 repository\n apt_repository: repo='ppa:vbernat/haproxy-1.6'\n\n- name: install haproxy\n apt: name=haproxy state=latest\n\n- name: copy haproxy service file\n template: src=haproxy.j2 dest=/etc/default/haproxy\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3376, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/hostname
228
[ "no_license" ]
[ { "path": "ansible/roles/hostname/tasks/main.yml", "content": "---\n- name: set the hostname in /etc/hostname\n shell: echo {{ inventory_hostname }} > /etc/hostname\n\n- name: set the hostname\n shell: hostname {{ inventory_hostname }}\n\n- name: update /etc/hosts\n lineinfile: dest=/etc/hosts regexp='^1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/nginx
228
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: pkg=nginx state=latest\n\n- file: path=/etc/nginx/sites-available/default state=absent\n notify: restart nginx\n\n- file: path=/etc/nginx/sites-enabled/default state=absent\n notify: restart nginx\n\n- name: con...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2038, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/node
228
[ "no_license" ]
[ { "path": "ansible/roles/node/tasks/main.yml", "content": "---\n- name: install ppa key\n apt_key: id=C7917B12 url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xB9316A7BC7917B12 state=present\n\n- name: install ppa\n apt_repository: repo=ppa:chris-lea/node.js state=present\n\n- name: instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/php
228
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/php-fpm.yml", "content": "---\n- name: set permissions on socket - owner\n lineinfile: \"dest=/etc/php5/fpm/pool.d/www.conf state=present regexp='^;?listen.owner' line='listen.owner = www-data'\"\n notify: restart php5-fpm\n\n- name: set permissions on socket - group\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1691, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/postgresql
228
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/handlers/main.yml", "content": "---\n- name: restart postgresql\n supervisorctl: name=postgresql state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/postgresql/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 986, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/redis-commander
228
[ "no_license" ]
[ { "path": "ansible/roles/redis-commander/handlers/main.yml", "content": "---\n- name: restart redis-commander\n supervisorctl: name=redis-commander state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible/roles/redis-commander/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 763, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/redis-server
228
[ "no_license" ]
[ { "path": "ansible/roles/redis-server/handlers/main.yml", "content": "---\n- name: restart redis-server\n supervisorctl: name=redis-server state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "ansible/roles/redis-server/tasks/main.yml"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1455, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/server
228
[ "no_license" ]
[ { "path": "ansible/roles/server/handlers/main.yml", "content": "---\n- name: reread supervisor\n command: supervisorctl reread\n\n- name: restart supervisor\n service: name=supervisor state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 823, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/thumbor
228
[ "no_license" ]
[ { "path": "ansible/roles/thumbor/templates/upstart-thumbor.conf.j2", "content": "description \"Thumbor image manipulation service\"\n\nstart on filesystem and runlevel [2345]\nstop on runlevel [!2345]\n\nconsole output\n\nenv port={{ thumbor.ports | join(\",\") }}\n\npre-start script\n for p in `echo ${p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1870, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/user
228
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "---\n- name: configure s3 for ansible user\n template: src=s3cfg.j2 dest=~/.s3cfg\n become: false\n tags: [s3]\n\n- name: configure s3 for root user\n template: src=s3cfg.j2 dest=~/.s3cfg\n tags: [s3]\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 282, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/vagrant
228
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "---\n- name: composer install\n composer: command=install working_dir={{ app_path }}\n become: false\n\n- name: install global npm packages\n npm: name={{ item }} global=yes state=latest\n with_items:\n - bower\n - gulp\n\n- name: npm i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1223, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/varnish
228
[ "no_license" ]
[ { "path": "ansible/roles/varnish/handlers/main.yml", "content": "---\n- name: restart varnish\n service: name=varnish enabled=yes state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/varnish/tasks/main.yml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4320, "all_permissive": false }
ansible_role
phpsw/phpsw
b6317abe8c91af036732778ba1873fd3ab3768c0
4
ansible/roles/xdebug
228
[ "no_license" ]
[ { "path": "ansible/roles/xdebug/tasks/main.yml", "content": "---\n- name: install xdebug\n apt: pkg=php5-xdebug state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
jserlan/ansible-playbook-portainer
2b465096d0aef14b56d0c5f95c375e6abcd43454
0
roles/docker
228
[ "no_license" ]
[ { "path": "roles/docker/tasks/debian.yml", "content": "---\n- name: \"Check Ubuntu version supported\"\n ansible.builtin.fail:\n msg: \"You are trying to install a not supported Debian version ({{ansible_distribution_version}})\"\n when: ansible_distribution_major_version|int < 11\n\n- name: \"Installi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7671, "all_permissive": false }
ansible_role
jserlan/ansible-playbook-portainer
2b465096d0aef14b56d0c5f95c375e6abcd43454
0
roles/portainer
228
[ "no_license" ]
[ { "path": "roles/portainer/vars/main.yml", "content": "---\nwith_agent:\n ports:\n - \"8000:8000\"\n - \"9000:9000\"\nwindows_hosts:\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - portainer_data:/data\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1665, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/common
228
[ "no_license" ]
[ { "path": "roles/common/tasks/debian.yaml", "content": "---\n\n- name: Install common packages\n become: true\n apt:\n name: \"{{ common_packages }}\"\n state: present\n update_cache: yes\n cache_valid_time: 3600\n tags: [common, install]\n\n- name: Install debian packages\n become: true\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 936, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/devops
228
[ "no_license" ]
[ { "path": "roles/devops/defaults/main.yaml", "content": "---\n\n# Kubernetes\nk8s_kubectl_version: v1.21.2\nk8s_kubectl_url: \"https://storage.googleapis.com/kubernetes-release/release/{{ k8s_kubectl_version }}/bin/{{ os }}/amd64/kubectl\"\n\nk8s_helm_version: v3.6.1\nk8s_helm_url: \"https://get.helm.sh/hel...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2720, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/node
228
[ "no_license" ]
[ { "path": "roles/node/defaults/main.yaml", "content": "---\n\nnvm_url: \"https://raw.githubusercontent.com/nvm-sh/nvm/{{nvm_version}}/install.sh\"\nnvm_version: v0.38.0\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/node/tasks/main.yaml...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 264, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/python
228
[ "no_license" ]
[ { "path": "roles/python/defaults/main.yaml", "content": "---\n\npy_pyenv_url: \"https://github.com/pyenv/pyenv.git\"\npy_pyenv_dir: \"{{ ansible_env.HOME }}/.pyenv\"\npy_pyenv_version: v1.2.16\n\npy_venv_url: \"https://github.com/pyenv/pyenv-virtualenv.git\"\npy_venv_dir: \"{{ py_pyenv_dir }}/plugins/pyenv-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 580, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/tmux
228
[ "no_license" ]
[ { "path": "roles/tmux/files/tmux.conf", "content": "################\n# Color scheme\n################\nset -g default-terminal \"screen-256color\"\nset -g status-interval 2\n\n# Basic status bar colors\nset -g status-fg colour240\nset -g status-bg colour233\n\n# Left side of status bar\nset -g status-left-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4109, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/vim
228
[ "no_license" ]
[ { "path": "roles/vim/files/vim/ftplugin/javascript.vim", "content": "\" IDE\nlet g:ale_javascript_eslint_use_global = 1\nnoremap <silent> <C-_>t :term node<CR>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/vim/files/vim/ftdetect/edi.vim",...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 21, "total_bytes": 11605, "all_permissive": false }
ansible_role
albardol/dotfiles
b2fd4fccbb85780b1073a4fdcb840c1ad9dab180
3
roles/zsh
228
[ "no_license" ]
[ { "path": "roles/zsh/files/desk/desks/node.sh", "content": "#!/usr/bin/env bash\n\n# Configure environment to work with node\n#\n# Description: Node environment\n\nexport NVM_DIR=\"$HOME/.nvm\"\n[ -s \"$NVM_DIR/nvm.sh\" ] && \\. \"$NVM_DIR/nvm.sh\" # This loads nvm\n[ -s \"$NVM_DIR/bash_completion\" ] && \...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 22, "total_bytes": 30254, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/authenticator
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/authenticator/tasks/main.yml", "content": "### Two-Factor Authentication\n- name: Install google-authenticator\n yum:\n name: google-authenticator\n state: present\n- name: Install ntp\n yum:\n name: ntp\n state: present\n notify: restart ntp service\n- name: U...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3001, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/docker
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/docker/tasks/main.yml", "content": "- include_role:\n name: geerlingguy.docker\n\n# For application user\n- name: Link scripts to /usr/sbin/\n file:\n src: \"/usr/local/bin/{{ item }}\"\n dest: \"/usr/bin/{{ item }}\"\n state: link\n with_items:\n - docker-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 545, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/domain_registor
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/domain_registor/files/opt/scripts/domain_registor.sh", "content": "#!/usr/bin/env bash\n# Notes #######################################################################\n\n# Extensive descriptions are included for easy reference.\n#\n# Explicitness and clarity are generally pr...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 13682, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/git
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/git/tasks/main.yml", "content": "### Git\n- name: Install git\n yum:\n name: git\n state: present\n\n- name: Create ssh-key for git\n template:\n src: home/admin/.ssh/{{ item }}\n dest: /home/admin/.ssh/{{ item }}\n owner: \"{{ admingroup.user.name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/gsutil
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/gsutil/tasks/installation.yml", "content": "# https://cloud.google.com/storage/docs/gsutil_install#deb\n- name: Update Yum with Cloud SDK repo information\n shell: |\n tee -a /etc/yum.repos.d/google-cloud-sdk.repo << EOM\n [google-cloud-sdk]\n name=Google Cloud SDK\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 617, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/host
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/host/tasks/main.yml", "content": "- name: Get IPv4\n shell: \"echo `ifconfig eth0 | grep -Eo 'inet (addr:)?([0-9]*\\\\.){3}[0-9]*' | grep -Eo '([0-9]*\\\\.){3}[0-9]*'`\"\n register: ipv4_eth0\n- debug:\n var: ipv4_eth0\n\n- name: Set a hostname\n hostname:\n name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 640, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/jq
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/jq/tasks/installation.yml", "content": "- name: Setup Yum repository\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n- name: install jq\n yum:\n name: jq\n state: present\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/mysql
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/mysql/tasks/main.yml", "content": "- include: installation.yml\n\n# https://github.com/dev-sec/ansible-mysql-hardening\n- include: mysql_secure_installation.yml\n\n- include: configuration.yml\n\n- include: zabbix_user.yml\n\n- name: restart mysqld service\n service:\n na...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4088, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/notifier
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/notifier/templates/.slackrc.j2", "content": "APP_SLACK_WEBHOOK={{slack.cron_webhook}}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible-conoha/roles/notifier/tasks/main.yml", "content": "- include: scripts....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 357, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/root
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/root/tasks/main.yml", "content": "- name: Update Root user's Password\n user: \n name: root\n update_password: always \n password: \"{{ <PASSWORD> }}\"\n\n- name: Locking the Root Account\n user:\n name: root\n password_lock: yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/security
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/security/tasks/main.yml", "content": "### JournalCtl\n- name: Enable Persistent Logs\n file:\n path: /var/log/journal\n state: directory\n mode: '0755'\n\n- name: stop firewalld service\n service:\n name: firewalld\n state: stopped\n enabled: false\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/sshguard
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/sshguard/tasks/main.yml", "content": "### Sshguard\n# https://wiki.archlinux.org/index.php/Sshguard#firewalld\n- name: Install sshguard\n yum:\n name: sshguard\n state: present\n- name: Create a directory if it does not exist\n file:\n path: /etc/sshguard\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2145, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/static_ip
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/static_ip/handlers/main.yml", "content": "- name: restart network service\n shell: \"nohup bash -c 'echo sleep_15_sec && sleep 15 && systemctl restart network && echo netwrok_restart_done' >> /tmp/ansible.log 2>&1 &\"\n async: 45\n poll: 0\n\n- name: restart NetworkManager...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1856, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/user
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/user/tasks/app.yml", "content": "- name: check group existance\n shell: \"getent group {{ applicationgroup.group.name }}\"\n register: group_exitence\n failed_when: group_exitence.rc not in [ 0, 2 ]\n\n- name: create application group\n group:\n name: \"{{ applicationg...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2712, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/vps
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/vps/templates/etc/sysconfig/network-scripts/ifcfg-eth1.j2", "content": "TYPE=\"Ethernet\"\nBOOTPROTO=\"none\"\nIPADDR=\"{{ private_network.ip_address }}\"\nNETMASK=\"255.255.255.0\"\nDEVICE=\"eth1\"\nONBOOT=\"yes\"", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 444, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/xtra_backup
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/xtra_backup/tasks/installation.yml", "content": "# https://github.com/continuent/continuent-ansible/blob/master/roles/prerequsites/tasks/packages/redhat.yml\n# - name: Install EPEL repository\n# yum:\n# name: \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-7...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6636, "all_permissive": false }
ansible_role
rengotaku/conoha-manager-public
f6673e7b9c21a47dede58a30fc200c18a5753ce1
0
ansible-conoha/roles/zabbix-agent
228
[ "no_license" ]
[ { "path": "ansible-conoha/roles/zabbix-agent/tasks/installation.yml", "content": "- name: Setup Yum repository for zabbix-agent\n yum:\n name: https://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm\n state: present\n\n- name: disable all repositories in zabbix repo file\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1433, "all_permissive": false }
ansible_role
laburnumT/router-ansible
9f0cd5da13c5eec66080ce176e2bb6f55777fc0e
0
roles/router-setup
228
[ "no_license" ]
[ { "path": "roles/router-setup/tasks/install.yml", "content": "---\n- name: Prevent pop-up\n ansible.builtin.debconf:\n name: iptables-persistent\n question: \"{{ item }}\"\n vtype: boolean\n value: false\n loop:\n - iptables-persistent/autosave_v4\n - iptables-persistent/autosave_v6\n\n-...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 5213, "all_permissive": false }
ansible_role
bsumardy/cfgen
72f77155ee58c5c756082998cdf1bff4d31a62b9
0
roles/leaf
228
[ "no_license" ]
[ { "path": "roles/leaf/templates/leaf_config.j2", "content": "hostname {{ hostname }}\n\n{# -------------------- GLOBAL CONFIG -------------------- #}\nip virtual-router mac-address 00:00:11:11:22:22\nservice routing protocol model multi-agent\nusername arista secret arista\n \n{# -------------------- INTERF...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2354, "all_permissive": false }
ansible_role
bsumardy/cfgen
72f77155ee58c5c756082998cdf1bff4d31a62b9
0
roles/spine
228
[ "no_license" ]
[ { "path": "roles/spine/tasks/main.yml", "content": "- name: Generate config for spine switch\n template:\n src: spine_config.j2\n dest: \"generated_configs/{{ hostname }}.cfg\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/spine/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 704, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/common-setup
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/common-setup/tasks/main.yml", "content": "- name: install common applications\n apt: pkg={{ item }} state=installed\n with_items:\n - wget\n - git\n - curl\n - mc\n - ntpdate\n - multitail\n\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/keycloak
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/keycloak/tasks/install.yml", "content": "- name: check if current keycloak version is installed\n stat: path=\"{{ check_dir }}/keycloak.done\"\n register: keycloak_check\n\n- name: Add group \"{{ keycloak_group }}\"\n group: name={{ keycloak_group }}\n\n- name: Add ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3313, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/keycloak-realm
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/keycloak-realm/templates/hogwarts.j2", "content": "{\r\n \"realm\": \"hogwarts\",\r\n \"enabled\": true,\r\n \"accessTokenLifespan\": 60,\r\n \"accessCodeLifespan\": 60,\r\n \"accessCodeLifespanUserAction\": 300,\r\n \"ssoSessionIdleTimeout\": 600,\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9986, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/keycloak_wf9_adapter
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/keycloak_wf9_adapter/tasks/install.yml", "content": "- name: check if keycloak wildfly adapter has been installed\n stat: path=\"{{ check_dir }}/keycloak_wf_adapter.done\"\n register: keycloak_adapter_check\n\n- name: check if archive download exists\n stat: path=\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1376, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/ldap-data
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/ldap-data/tasks/main.yml", "content": "- name: check if hogwarts.ldif has been imported\n stat: path=\"{{ check_dir }}/hogwarts_ldap.done\"\n register: ldap_check\n\n- name: copy ldif file to tmp\n copy: src=hogwarts.ldif dest=/tmp\n\n- name: import users and groups...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/spellbook-db
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/spellbook-db/files/spellbook.sql", "content": "-- MySQL dump 10.13 Distrib 5.6.22, for osx10.8 (x86_64)\n--\n-- Host: 172.16.0.100 Database: Spellbook\n-- ------------------------------------------------------\n-- Server version\t5.5.44-0ubuntu0.14.04.1\n\n/*!40101...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5543, "all_permissive": false }
ansible_role
cwalker67/keycloak_demo
2c3683b5e717e96c206985d4349761409a9621b0
8
vm-keycloak/provision/roles/wildfly
227
[ "no_license" ]
[ { "path": "vm-keycloak/provision/roles/wildfly/vars/main.yml", "content": "wildfly_group: \"jboss\"\nwildfly_owner: \"wildfly\"\n\nwildfly_version: \"9.0.2.Final\"\nwildfly_name: \"wildfly-{{ wildfly_version }}\"\nwildfly_archive: \"{{ wildfly_name }}.zip\"\nwildfly_url: \"http://download.jboss.org/wildfly/...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3532, "all_permissive": false }
ansible_role
getweber/weber-micro
e504caacd381f717c2141e87d7082f9fd4457a02
7
ansible/roles/webapp
227
[ "no_license" ]
[ { "path": "ansible/roles/webapp/vars/main.yml", "content": "# accounts\nuser_name: \"{{app_name}}\"\ngroup_name: \"{{app_name}}\"\n# paths\ndeploy_root: \"/opt/{{app_name}}\"\nsrc_root: \"{{deploy_root}}/src\"\nstatic_root: \"{{src_root}}/static\"\n# nginx\nhttp_port: 80\n# misc\nwebapp_archive_location: /t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2492, "all_permissive": false }
ansible_role
firieshaikh/ansible
4b8bdaa34c36a72f575325735e8b218afc42cab7
0
roles/apache2
227
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install base packages\n apt: name={{ item }} state=latest\n with_items: \"{{ packages }}\"\n\n- name: Install apache\n apt: name=apache2 state=latest\n\n- name: Custom document root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
ibrahim-elsawy/cloud_project3
84bf0ace35135fff11796e0680f13fb9b77de99d
0
.circleci/ansible/roles/deploy
227
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n\n\n\n- name: add env var in bashrc \n become: true\n ansible.builtin.blockinfile:\n path: ~/.bashrc\n block: |\n export TYPEORM_CONNECTION=postgres \n export TYPEORM_ENTITIES=./src/modules/domain/**/*.entity.ts\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1817, "all_permissive": false }
ansible_role
tuan231195/packer-nginx
b8800699547d1e005aa6e8b5447ba962b2bb8870
0
provisioners/ansible/roles/nginx
227
[ "no_license" ]
[ { "path": "provisioners/ansible/roles/nginx/tasks/main.yml", "content": "- name: install nginx\n apt: name=nginx state=present\n\n- name: change permission\n file:\n path=/etc/nginx\n recurse=true\n state=directory\n owner=ubuntu\n\n- name: start and enable nginx\n service: name=nginx state=s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
faisalazam/DeployHub
b5e3349a67cf05dccdd71af3fdada4ba79c4ead6
0
ansible/roles/common
227
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: A placeholder task to make the lint happy\n ansible.builtin.debug:\n msg: \"This is a placeholder for clean up tasks.\"\n- name: Include linux_hosts.yml for Linux\n ansible.builtin.include_tasks: linux_hosts.yml\n when: ansible_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 800, "all_permissive": false }
ansible_role
faisalazam/DeployHub
b5e3349a67cf05dccdd71af3fdada4ba79c4ead6
0
ansible/roles/docker
227
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Ensure jenkins user exists\n ansible.builtin.user:\n name: jenkins\n shell: /bin/bash\n\n# Check if the overlay module exists in the system's kernel to determine if the overlay2 storage driver is available.\n- name: Check if ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2219, "all_permissive": false }
ansible_role
faisalazam/DeployHub
b5e3349a67cf05dccdd71af3fdada4ba79c4ead6
0
ansible/roles/jenkins
227
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/vars/main.yml", "content": "---\n\n# This file contains variables that are more specific to the role\n# and not meant to be overridden easily. They can be used for things\n# like sensitive data, paths, or constants.\n# Path and repository-specific variables (generally should...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3364, "all_permissive": false }
ansible_role
faisalazam/DeployHub
b5e3349a67cf05dccdd71af3fdada4ba79c4ead6
0
ansible/roles/metricbeat
227
[ "no_license" ]
[ { "path": "ansible/roles/metricbeat/tasks/main.yml", "content": "---\n- name: Gather OS Facts\n ansible.builtin.setup:\n become: true\n\n- name: Determine if OS is legacy\n ansible.builtin.set_fact:\n legacy_os: \"{{ ansible_distribution_major_version | int < metricbeat_os_legacy_threshold }}\"\n\n- n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4161, "all_permissive": false }
ansible_role
faisalazam/DeployHub
b5e3349a67cf05dccdd71af3fdada4ba79c4ead6
0
ansible/roles/upgrade_tomcat
227
[ "no_license" ]
[ { "path": "ansible/roles/upgrade_tomcat/tasks/prep_script_runner.yml", "content": "---\n- name: Run the PowerShell script and log output\n ansible.windows.win_powershell:\n script: \"{{ lookup('file', 'scripts/prepare_tomcat_upgrade.ps1') }}\"\n parameters:\n upgradedServiceName: \"{{ upgrade_to...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 51137, "all_permissive": false }
ansible_role
prasanna021598/ansible-roles
baa0bbf278355dc7d676ec63cdd032945e5e8a1b
0
roles/common
227
[ "no_license" ]
[ { "path": "roles/common/tasks/deployement.yaml", "content": "- name: creating a directory for application\n ansible.builtin.file:\n path: /app\n state: directory\n\n- name: downloading the code from the given url\n ansible.builtin.get_url:\n url: http://nexus.itindustry.online:8081/repository/bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 936, "all_permissive": false }
ansible_role
prolocation/eduvpn-ansible
54b4c002d815320a3497c0a91813f97cf268e9af
1
roles/apache
227
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n\n- name: Make sure prerequisite packages are enabled\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - apache2\n - apache2-utils\n - php-fpm\n\n- name: enable wanted apache modules\n apache2_module:\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2382, "all_permissive": false }
ansible_role
prolocation/eduvpn-ansible
54b4c002d815320a3497c0a91813f97cf268e9af
1
roles/prepare
227
[ "no_license" ]
[ { "path": "roles/prepare/tasks/main.yml", "content": "---\n\n- name: Prepare Debian\n import_tasks: debian.yml\n when: ansible_facts['os_family'] | lower == 'debian'\n\n- name: Prepare CentOS\n import_tasks: redhat.yml\n when: ansible_facts['os_family'] | lower == 'redhat'\n", "license_type": "no_li...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3241, "all_permissive": false }
ansible_role
prolocation/eduvpn-ansible
54b4c002d815320a3497c0a91813f97cf268e9af
1
roles/ssl
227
[ "no_license" ]
[ { "path": "roles/ssl/handlers/main.yml", "content": "---\n\n- name: apache\n service:\n name: apache2\n state: restarted\n\n- name: php-fpm\n service:\n name: php7.0-fpm\n state: restarted\n \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5018, "all_permissive": false }
ansible_role
prolocation/eduvpn-ansible
54b4c002d815320a3497c0a91813f97cf268e9af
1
roles/vpn
227
[ "no_license" ]
[ { "path": "roles/vpn/tasks/users.yml", "content": "---\n- name: Generate admin_pass\n set_fact:\n admin_pass: \"{{ lookup('password', '/dev/null length=12') }}\"\n when: admin_pass is not defined\n\n- name: Generate guest_pass\n set_fact:\n guest_pass: \"{{ lookup('password', '/dev/null length=12')...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6398, "all_permissive": false }
ansible_role
rasulkarimov/aws_ansible
d78a207fd4e0647528b24468e3de66943e15f7f0
0
roles/httpdserver
227
[ "no_license" ]
[ { "path": "roles/httpdserver/vars/main.yml", "content": "---\n# vars file for httpdserver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/httpdserver/tasks/main.yml", "content": "---\n# httpd server come up\n- name: install httpd\n packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 317, "all_permissive": false }
ansible_role
johnmgoodman/my-playbook
747bcc30ad84651d5e700fd710fdb9badc840e38
0
roles/bash-aliases
227
[ "no_license" ]
[ { "path": "roles/bash-aliases/vars/main.yml", "content": "---\n# vars file for bash-aliases", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/bash-aliases/tasks/main.yml", "content": "---\n# tasks file for bash-aliases\n- debug:\n var: b...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1134, "all_permissive": false }