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
mint-vernetzt/community-platform-infrastructure
b93206aa5c8e838c7c557773ba011ae342484af1
0
ansible/playbooks/roles/community
173
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/community/tasks/main.yml", "content": "- name: 'Create app user'\n ansible.builtin.user:\n name: 'community'\n groups: 'docker'\n home: '/home/community'\n\n- name: 'Create docker directory'\n ansible.builtin.file:\n path: '{{ community_docker_compose_orchest...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2052, "all_permissive": false }
ansible_role
mint-vernetzt/community-platform-infrastructure
b93206aa5c8e838c7c557773ba011ae342484af1
0
ansible/playbooks/roles/docker
173
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "- name: 'Install aptitude using apt'\n ansible.builtin.apt:\n name: 'aptitude'\n state: 'latest'\n update_cache: true\n force_apt_get: true\n\n- name: 'Install required system packages'\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1114, "all_permissive": false }
ansible_role
mint-vernetzt/community-platform-infrastructure
b93206aa5c8e838c7c557773ba011ae342484af1
0
ansible/playbooks/roles/traefik
173
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/traefik/tasks/main.yml", "content": "- name: Creates letsencrypt directory\n file:\n path: /letsencrypt\n state: directory\n\n- name: Create docker network\n docker_network:\n name: \"{{ docker_network }}\"\n\n- name: Create traefik contain...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": false }
ansible_role
shkumagai/ansible-playbooks
31cff925f17c37ad0ffdb1cad42175560f099c98
2
install-from-source/roles/common
173
[ "no_license" ]
[ { "path": "install-from-source/roles/common/handlers/main.yml", "content": "---\n\n- name: execute ntpdate\n command: /bin/bash /etc/cron.daily/ntpdate\n\n- name: show selinux state\n command: /usr/sbin/sestatus", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1060, "all_permissive": false }
ansible_role
shkumagai/ansible-playbooks
31cff925f17c37ad0ffdb1cad42175560f099c98
2
install-from-source/roles/erlang
173
[ "no_license" ]
[ { "path": "install-from-source/roles/erlang/handlers/main.yml", "content": "---\n\n- name: show version\n command: /opt/local/erlang/{{ otp_ver }}/bin/erl -version\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "install-from-source/roles/erlang/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
shkumagai/ansible-playbooks
31cff925f17c37ad0ffdb1cad42175560f099c98
2
install-from-source/roles/python
173
[ "no_license" ]
[ { "path": "install-from-source/roles/python/handlers/main.yml", "content": "---\n\n- name: show version\n command: /opt/local/python{{ py_ver }}/bin/python -V\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "install-from-source/roles/python/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 911, "all_permissive": false }
ansible_role
01Yura/Test_Ansible_Playbooks
f7ff863230ba977a281efa1bc5c8a602add6c1dd
0
Deploying_apache_and_website/roles/deployment_apache_and_website_on_ubuntu_or_RedHat
173
[ "no_license" ]
[ { "path": "Deploying_apache_and_website/roles/deployment_apache_and_website_on_ubuntu_or_RedHat/defaults/main.yml", "content": "---\n# defaults file for deployment_apache_and_website_on_ubuntu_or_RedHat", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4570, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/k5login
173
[ "no_license" ]
[ { "path": "ansible/roles/k5login/tasks/main.yml", "content": "- name: Enable GSSAPIAuthentication\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '(?i)^#?\\s*GSSAPIAuthentication\\s'\n line: GSSAPIAuthentication yes\n notify: reload ssh\n- name: Disable PasswordAuthentication\n lineinfile:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 546, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/ldirectord-status
173
[ "no_license" ]
[ { "path": "ansible/roles/ldirectord-status/tasks/main.yml", "content": "- copy:\n src: ldirectord-status/\n dest: /etc/ldirectord-status\n mode: 0755\n- copy:\n src: \"{{ item }}\"\n dest: /etc/systemd/system/\n with_items:\n - ldirectord-finger.socket\n - ldirectord-http.socket\n - ldire...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1662, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/lvs-iptables
173
[ "no_license" ]
[ { "path": "ansible/roles/lvs-iptables/tasks/main.yml", "content": "---\n- name: Install iptables-persistent\n apt:\n name: iptables-persistent\n state: present\n- name: Install scripts-iptables.rules.v4\n copy:\n src: scripts-iptables.rules.v4\n dest: /etc/iptables/rules.v4\n notify: restart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 373, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/lvs-lighttpd
173
[ "no_license" ]
[ { "path": "ansible/roles/lvs-lighttpd/files/scripts-maint/style.css", "content": "/* ------- Layout CSS (Centered Fixed Width) ------ */\n\nbody {\n font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;\n font-size: 80%;\n margin: 0;\n padding: 0;\n text-align: center; /* IE 5.5 ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8419, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/munin-node
173
[ "no_license" ]
[ { "path": "ansible/roles/munin-node/tasks/main.yml", "content": "---\n- name: Install munin-node\n apt:\n name: munin-node\n state: present\n- name: Configure munin\n blockinfile:\n path: /etc/munin/munin-node.conf\n block: |\n allow ^127\\.0\\.0\\.1$\n allow ^18\\.4\\.60\\.65$\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 480, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/root-aliases
173
[ "no_license" ]
[ { "path": "ansible/roles/root-aliases/tasks/main.yml", "content": "- name: Update /etc/aliases\n lineinfile:\n path: /etc/aliases\n regexp: '^root:'\n line: |\n root: {% for maintainer in maintainers|rejectattr('root_mail', 'none') -%}\n {{ maintainer.root_mail|default(maintainer.usernam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 367, "all_permissive": false }
ansible_role
mit-scripts/scripts
41fbae97b5e0de1aeb3431a665c192c2f3ef9c29
5
ansible/roles/syslog-client
173
[ "no_license" ]
[ { "path": "ansible/roles/syslog-client/tasks/main.yml", "content": "- name: Install rsyslog-relp\n apt: name=rsyslog-relp state=present\n- name: Configure rsyslog\n copy:\n dest: /etc/rsyslog.d/scripts-syslog-client.conf\n content: |\n $ModLoad omrelp\n {% for rsyslog in rsyslogs %}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
kkirsche/CentOS-7-Quagga_From_Yum-Playbook
768dd957b1df6adc0891d3cce94cd4bbceb57c43
0
roles/quagga
173
[ "no_license" ]
[ { "path": "roles/quagga/tasks/quagga.yml", "content": "---\n# Sets up the operating system for Quagga's installation process\n- name: Create Quagga user group\n group: name=\"{{ quagga_group }}\"\n sudo: yes\n\n- name: Add Quagga user\n user: name=\"{{ quagga_user }}\" group=\"{{ quagga_group }}\" create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1168, "all_permissive": false }
ansible_role
ildarbiano/ansible
f7093a1aafd2b99a17478ce72d614f79713970ed
1
_roles_book/roles/deploy_apache_website
174
[ "no_license" ]
[ { "path": "_roles_book/roles/deploy_apache_website/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy_apache_website\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "_roles_book/roles/deploy_apache_we...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1517, "all_permissive": false }
ansible_role
jainankur2/ankur-ansible-learning
5c3995ccf76db2d0904b244a0a42807921710c00
0
roles/nginx
174
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n---\n- name: installing nginx\n apt:\n name: \"{{ item }}\"\n state: latest\n loop:\n - \"{{ package_name }}\"\n tags:\n - nginx\n\n- name: start nginx service\n service:\n name: nginx\n state: st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 920, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/apache
174
[ "no_license" ]
[ { "path": "deployment/roles/apache/templates/redirect.conf.j2", "content": "<VirtualHost {{ server_name }}:80>\n\n ServerAdmin webmaster@{{ server_name }}\n DocumentRoot /var/www/html\n\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8234, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/elasticsearch
174
[ "no_license" ]
[ { "path": "deployment/roles/elasticsearch/tasks/main.yml", "content": "---\n\n - name: ensure elasticsearch index templates directory exists\n sudo: yes\n file: path=/usr/share/elasticsearch/templates state=directory owner=elasticsearch group=elasticsearch\n\n - name: ensure elasticsearch index template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/elk
174
[ "no_license" ]
[ { "path": "deployment/roles/elk/tasks/main.yml", "content": "---\n\n - name: ensure elk network exists\n sudo: yes\n shell: docker network create --subnet=172.18.0.0/16 elk-net\n ignore_errors: yes\n\n - name: ensure elasticsearch docker is present\n sudo: yes\n shell: docker run --net elk-net --i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 646, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/init
174
[ "no_license" ]
[ { "path": "deployment/roles/init/templates/iptables.rules.j2", "content": "# Generated by iptables-save v1.4.21 on Wed May 4 20:43:54 2016\n*mangle\n:PREROUTING ACCEPT [2397:231640]\n:INPUT ACCEPT [2397:231640]\n:FORWARD ACCEPT [0:0]\n:OUTPUT ACCEPT [2130:367881]\n:POSTROUTING ACCEPT [2130:367881]\nCOMMIT\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4586, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/kibana
174
[ "no_license" ]
[ { "path": "deployment/roles/kibana/tasks/main.yml", "content": "---\n\n - name: ensure kibana conf is present on disk\n sudo: yes\n template: src=kibana.yml.j2 dest=/opt/kibana/config/ owner=kibana group=kibana mode=0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/ldap
174
[ "no_license" ]
[ { "path": "deployment/roles/ldap/vars/main.yml", "content": "\nopenldap_config_path: \"/data/ldap/slapd_config\"\nopenldap_db_path: \"/data/ldap/slapd_database\"\n\nldap_domain_description: \"Security Supervision\"\nldap_domain_root: \"{{ server_address }}\"\nldap_admin_dn: \"cn=admin,{{ ldap_base_dn }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2918, "all_permissive": false }
ansible_role
henrikaya/secsup
059c1bdd104b3bdc14e3ca0780852a235b050398
0
deployment/roles/logstash
174
[ "no_license" ]
[ { "path": "deployment/roles/logstash/tasks/main.yml", "content": "---\n\n - name: ensure logstash conf is present on disk\n sudo: yes\n template: src=supervision.conf.j2 dest=/etc/logstash/conf.d/supervision.conf owner=logstash group=logstash mode=0644\n\n - name: ensure rsyslog is installed\n sudo: y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2242, "all_permissive": false }
ansible_role
mathieuraoux/ansible
1fd19c1fa9299c7383b7e4f1b2237e334f2215d2
0
INFRA/roles/checkmk_server
174
[ "no_license" ]
[ { "path": "INFRA/roles/checkmk_server/tasks/checkmk_server.yml", "content": "---\n\n- name: \"install checkmk package\"\n ansible.builtin.dnf:\n name: \"https://download.checkmk.com/checkmk/2.3.0p23/check-mk-raw-2.3.0p23-el9-38.x86_64.rpm\"\n state: present\n disable_gpg_check: true\n\n- name: \"c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2613, "all_permissive": false }
ansible_role
KonshinAV/st_ansible
8f98b04a70e244df375367640adf93c091301f29
0
playbooks/l_15_roles/roles/deploy_apache
174
[ "no_license" ]
[ { "path": "playbooks/l_15_roles/roles/deploy_apache/tasks/main.yml", "content": "---\n# tasks file for deploy_apache\n\n# - name: Install Apache Sever\n- block:\n - name: Install Web Server on Debian\n apt: name=apache2 state=latest\n\n - name: Start apache2\n service: name=apache2 state=started ena...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 957, "all_permissive": false }
ansible_role
KonshinAV/st_ansible
8f98b04a70e244df375367640adf93c091301f29
0
playbooks/l_16_extra_vars/roles/remove_apache
174
[ "no_license" ]
[ { "path": "playbooks/l_16_extra_vars/roles/remove_apache/handlers/main.yml", "content": "---\n# handlers file for remove_apache\n\n- name: restart_apache_debian\n service: name=apache2 state=restarted\n when: ansible_os_family == \"Debian\"\n\n- name: restart_apache_redhat\n service: name=httpd state=res...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 888, "all_permissive": false }
ansible_role
Metro-SatoMakoto/plain_centos7
9ca84736e7e0e7bdd29e6671542cd740056f85a0
0
roles/yum-systemupdate
174
[ "no_license" ]
[ { "path": "roles/yum-systemupdate/tasks/main.yml", "content": "- name: install epel\n yum: name=epel-release state=latest\n- name: install selinux-python\n yum: name=libselinux-python\n- name: enable epel repository\n replace: dest=/etc/yum.repos.d/epel.repo regexp=\"enabled *= *0\" replace=\"enabled=1\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
MesserMih/ansible_docker_dockerswarm
30a35b1b151b94d0f37b9bf9dde1cfc5d4ad70ca
0
roles/deploy
174
[ "no_license" ]
[ { "path": "roles/deploy/services/config.yml", "content": "---\n- name: \"[{{ name }}] Конфигурация конфига\"\n block:\n - name: \"[{{ name }}] Создаём конфиг\"\n include_tasks: \"config-create.yml\"\n tags: \"{{ name }}\"\n\n rescue:\n - name: \"[{{ name }}] Удаляем сервис\"\n community.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 911, "all_permissive": false }
ansible_role
MesserMih/ansible_docker_dockerswarm
30a35b1b151b94d0f37b9bf9dde1cfc5d4ad70ca
0
roles/preconfig
174
[ "no_license" ]
[ { "path": "roles/preconfig/meta/main.yml", "content": "galaxy_info:\n role_name: \"preconfig\"\n description: \"Настройка серверов для работы Docker и запуск Node exporter\"\n author: \"<NAME>\"\n license: \"MIT\"\n min_ansible_version: \"2.9\"\n platforms:\n - name: \"Ubuntu\"\n versions:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3495, "all_permissive": false }
ansible_role
MesserMih/ansible_docker_dockerswarm
30a35b1b151b94d0f37b9bf9dde1cfc5d4ad70ca
0
roles/swarm_init
174
[ "no_license" ]
[ { "path": "roles/swarm_init/tasks/main.yml", "content": "---\n- name: Инициализация swarm\n community.docker.docker_swarm:\n state: present\n advertise_addr: \"{{ advertise_addr }}\"\n register: token\n\n- name: Сохранение токенов\n ansible.builtin.set_fact:\n token_manager: \"{{ token.swarm_fac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 561, "all_permissive": false }
ansible_role
MesserMih/ansible_docker_dockerswarm
30a35b1b151b94d0f37b9bf9dde1cfc5d4ad70ca
0
roles/swarm_leave
174
[ "no_license" ]
[ { "path": "roles/swarm_leave/tasks/main.yml", "content": "---\n- name: Перевод ноды в статус drain\n community.docker.docker_node:\n hostname: \"{{ node_name }}\"\n availability: drain\n\n- name: Ожидание остановки ноды\n community.docker.docker_host_info:\n containers: true\n register: result\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 751, "all_permissive": false }
ansible_role
apigee/devportal-kickstart-drupal-ansible-installer
1ce4a5a59b956c23a5495dd3da5a11d6de0f568f
5
roles/drupal-file-permissions
174
[ "permissive" ]
[ { "path": "roles/drupal-file-permissions/README.md", "content": "Drupal File Permissions\n========================\n\nConfigures the file permissions of the Drupal site files following the [Drupal.org file and permissions\nownership documentation](https://www.drupal.org/node/244924)\n\nRequirements\n-------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3858, "all_permissive": true }
ansible_role
Anand24dsu/ansible_system_config
725da3dde98707e3b1471d2f8d9834371da2c7aa
0
yugabyte-ansible/roles/common
174
[ "no_license" ]
[ { "path": "yugabyte-ansible/roles/common/tasks/main.yml", "content": "---\n- name: Install required system packages\n package:\n name: chrony\n state: present\n\n- name: Ensure chrony service is running\n systemd:\n name: chrony\n state: started\n enabled: true\n\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 456, "all_permissive": false }
ansible_role
Anand24dsu/ansible_system_config
725da3dde98707e3b1471d2f8d9834371da2c7aa
0
yugabyte-ansible/roles/system_config
174
[ "no_license" ]
[ { "path": "yugabyte-ansible/roles/system_config/defaults/main.yml", "content": "---\nuserId: \"Yugabyte\"\ngroupId: \"Yugabyte\"\ngrub_config_file: \"/etc/default/grub\"\ngrub_line: 'GRUB_CMDLINE_LINUX_DEFAULT=\"transparent_hugepage=never\"'\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2406, "all_permissive": false }
ansible_role
Anand24dsu/ansible_system_config
725da3dde98707e3b1471d2f8d9834371da2c7aa
0
yugabyte-ansible/roles/yugabyte_install
174
[ "no_license" ]
[ { "path": "yugabyte-ansible/roles/yugabyte_install/tasks/main.yml", "content": "- name: Ensure yugabyte_home directory exists\n file:\n path: \"{{ yugabyte_home }}\"\n state: directory\n owner: \"{{ userId }}\"\n group: \"{{ groupId }}\"\n mode: '0755'\n\n- name: Check if YugabyteDB systemd ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3034, "all_permissive": false }
ansible_role
iam-Raja/Ansible-Roles
1bd02d09cce05f5c525a3f8fa01661a59c56f9ca
0
roles/backend
174
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "login_user: root\npassword : <PASSWORD>\nhost : db.rajapeta.cloud\nDB_HOST: db.rajapeta.cloud\napp_location: /app\ncomponent : backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/back...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1448, "all_permissive": false }
ansible_role
iam-Raja/Ansible-Roles
1bd02d09cce05f5c525a3f8fa01661a59c56f9ca
0
roles/common
174
[ "no_license" ]
[ { "path": "roles/common/tasks/app-pre-req.yaml", "content": "- name: delete dir\n ansible.builtin.file:\n path: \"{{ app_location }}\" \n state: absent\n\n- name: createe dir\n ansible.builtin.file:\n path: \"{{ app_location }}\" \n state: directory \n\n- name: Unarchive or unzip\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
iam-Raja/Ansible-Roles
1bd02d09cce05f5c525a3f8fa01661a59c56f9ca
0
roles/frontend
174
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "- name: install nginx\n dnf:\n name: nginx\n state: installed #latest or installed both are same\n\n# - name: start & enable nginx\n# service:\n# name: nginx\n# state: started\n# enabled: yes\n\n- name : run app-requisities\n ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 747, "all_permissive": false }
ansible_role
johntjampens/OptimaPlus
2bfda1d37ce9c061f85810db70f244864aeee870
0
roles/dbserver
176
[ "no_license" ]
[ { "path": "roles/dbserver/tasks/main.yml", "content": "# roles/mariadb/tasks/main.yml\n---\n\n- name: Install packages\n sudo : True\n yum:\n pkg: \"{{ item }}\"\n state: installed\n with_items: mariadb_packages\n tags: mariadb\n\n- name: Ensure service is started\n sudo : True\n service:\n n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2710, "all_permissive": false }
ansible_role
johntjampens/OptimaPlus
2bfda1d37ce9c061f85810db70f244864aeee870
0
roles/dhcp
176
[ "no_license" ]
[ { "path": "roles/dhcp/tasks/main.yml", "content": "# roles/dhcp/tasks/main.yml\n---\n\n- name: Install packages\n sudo : True\n yum:\n pkg: \"{{ item }}\"\n state: installed\n with_items: dhcp_packages\n tags: dhcp\n\n- name: Install config file\n sudo : True \n template:\n src: etc_dhcp_dhcp...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10014, "all_permissive": false }
ansible_role
johntjampens/OptimaPlus
2bfda1d37ce9c061f85810db70f244864aeee870
0
roles/haproxy
176
[ "no_license" ]
[ { "path": "roles/haproxy/defaults/main.yml", "content": "---\nhaproxy_socket: /var/lib/haproxy/stats\nhaproxy_chroot: /var/lib/haproxy\nhaproxy_user: haproxy\nhaproxy_group: haproxy\n\n# Frontend settings.\nhaproxy_frontend_name: 'haproxy'\nhaproxy_frontend_bind_address: '*'\nhaproxy_frontend_port: 80\nhapr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1836, "all_permissive": false }
ansible_role
johntjampens/OptimaPlus
2bfda1d37ce9c061f85810db70f244864aeee870
0
roles/samba
176
[ "no_license" ]
[ { "path": "roles/samba/handlers/main.yml", "content": "# File: roles/samba/handlers/main.yml\n---\n- name: Restart Samba\n sudo : True\n service:\n name: smb\n state: restarted\n\n- name: Restart WinBind\n sudo : True\n service:\n name: nmb\n state: restarted\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3096, "all_permissive": false }
ansible_role
johntjampens/OptimaPlus
2bfda1d37ce9c061f85810db70f244864aeee870
0
roles/webserver
176
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "# roles/httpd/tasks/main.yml\n---\n\n- name: Ensure Apache is installed\n sudo : True \n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - httpd\n - mod_ssl\n tags: httpd\n\n- name: Install PHP support if needed\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1476, "all_permissive": false }
ansible_role
rdiocera2002/HOA9_Diocera
d67719c39ac467a82350fd17b2585117e942d5c6
0
roles/centos_prometheus
176
[ "no_license" ]
[ { "path": "roles/centos_prometheus/tasks/main.yml", "content": "---\n- name: Install Additional / Update Current packages needed for Prometheus\n yum:\n name:\n - epel-release\n - wget\n - curl\n state: latest\n\n- name: Directory for Prometheus Extraction\n file:\n path: ~/prometh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
rdiocera2002/HOA9_Diocera
d67719c39ac467a82350fd17b2585117e942d5c6
0
roles/ubuntu_prometheus
176
[ "no_license" ]
[ { "path": "roles/ubuntu_prometheus/tasks/main.yml", "content": "---\n- name: Install Additional / Update Current packages needed for Prometheus\n apt:\n name:\n - nginx\n - wget\n - python3-jmespath\n state: latest\n\n- name: Directory for Prometheus Extraction\n file:\n path: ~/pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/ansible/dcos/roles/base
176
[ "no_license" ]
[ { "path": "infra/ansible/dcos/roles/base/handlers/main.yml", "content": "---\n- name: reload hostname\n command: hostname -F /etc/hostname\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "infra/ansible/dcos/roles/base/templates/hostname.j2", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 684, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/ansible/dcos/roles/bootstrap
176
[ "no_license" ]
[ { "path": "infra/ansible/dcos/roles/bootstrap/templates/config.yaml.j2", "content": "bootstrap_url: {{ dcos_bootstrap_url }}\ncluster_name: {{ dcos_cluster_name }}\nexhibitor_storage_backend: static\nmaster_discovery: static\n\nmaster_list:\n{% for host in groups['master'] %}\n- {{ host }}\n{% endfor %}\n\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3297, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/ansible/dcos/roles/node
176
[ "no_license" ]
[ { "path": "infra/ansible/dcos/roles/node/tasks/install.yml", "content": "---\n- name: Node | Install | Check Mesosphere install path\n stat:\n path: /opt/mesosphere\n register: dcos_installpath\n\n- name: Node | Install | DC/OS Download Directory\n file:\n path: /opt/dcos\n state: directory\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/ansible-pip
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/ansible-pip/meta/main.yml", "content": "---\ndependencies:\n - role: ansible-virtualenv\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "infra/packer/provision/roles/ansible-pip/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 823, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/ansible-virtualenv
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/ansible-virtualenv/tasks/install.yml", "content": "---\n- name: Install | easy_install pip\n easy_install:\n name: pip\n\n- name: Install | virtualenv RPM\n yum:\n name: python-virtualenv\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1079, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/auditd
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/auditd/tasks/configure.yml", "content": "---\n- name: Config | auditd rules.d directory\n file:\n state: directory\n path: /etc/audit/rules.d\n\n- name: Config | audit.rules\n template:\n src: audit.rules.j2\n dest: /etc/audit/rules.d/audit.rules\n noti...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 1589, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/docker
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/docker/tasks/run.yml", "content": "---\n- name: Run | Service\n service:\n name: docker\n state: started\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "infra/packer/provision/role...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 4416, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/elrepo
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/elrepo/tasks/main.yml", "content": "---\n- import_tasks: install.yml\n tags: install\n\n- import_tasks: archive.yml\n tags: archive\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "infra/packer/provision/r...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1240, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/elrepo-kernel
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/elrepo-kernel/handlers/main.yml", "content": "---\n# The order these handlers are declared in matters.\n# They will always be executed in the order below.\n\n# Mark the most-recently installed entry as default\n- name: grub default\n command: grub2-set-default 0\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 788, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/journald-persist
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/journald-persist/tasks/rsyslog.yml", "content": "---\n- name: Rsyslog | Render Configuration\n template:\n src: rsyslog.conf.j2\n dest: /etc/rsyslog.conf\n notify: restart rsyslog\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1113, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/packer
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/packer/tasks/upgrade.yml", "content": "---\n- name: Upgrade | All packages\n yum:\n name: \"*\"\n state: latest\n # Never upgrade the official kernel package. This overwrites the default\n # GRUB entry, clobbering our custom kernel-ml default entry.\n ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1846, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/sysctl
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/sysctl/tasks/main.yml", "content": "---\n- name: sysctl | limits.d\n template:\n src: limits.conf\n dest: /etc/security/limits.d/99-limits.conf\n\n- name: sysctl | sysctl.d\n template:\n src: sysctl.conf\n dest: /etc/sysctl.d/98-sysctl.conf\n notify: ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
ericwang984/portable-dc
ecc1787212abbd912e9d7b17e176b3d0f5f2b53e
0
infra/packer/provision/roles/volumes
176
[ "no_license" ]
[ { "path": "infra/packer/provision/roles/volumes/tasks/main.yml", "content": "---\n- import_tasks: verify.yml\n tags: verify\n\n- import_tasks: format.yml\n tags: format\n\n- import_tasks: install.yml\n tags: install\n\n- import_tasks: mount.yml\n tags: mount\n\n- import_tasks: format.yml\n vars:\n v...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2664, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/common
176
[ "no_license" ]
[ { "path": "roles/common/tasks/copy.yml", "content": "- name: Rsync /etc\n tags: [copy, etc]\n become: yes\n ansible.posix.synchronize:\n src: etc/\n dest: /etc\n owner: false\n\n- name: Rsync /usr\n tags: [copy, usr]\n become: yes\n ansible.posix.synchronize:\n src: usr/\n dest: /usr\n ...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 10541, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/docker
176
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Create /var/lib/docker\n become: yes\n tags: [docker]\n ansible.builtin.file:\n path: /var/lib/docker\n mode: 0710\n state: directory\n\n- name: Mount docker partition\n become: yes\n tags: [docker]\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1759, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/editors
176
[ "no_license" ]
[ { "path": "roles/editors/defaults/main.yml", "content": "---\n# defaults file for editors\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/editors/tasks/main.yml", "content": "---\n# tasks file for editors\n- name: Copy editors config fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3679, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/golang
176
[ "no_license" ]
[ { "path": "roles/golang/meta/main.yml", "content": "galaxy_info:\n author: <NAME> <Drop>\n description: Install golang and go pkgs, set up student dev environment for go. \n company: 01Talent\n\n license: MIT\n \n min_ansible_version: 2.1\n\n platforms:\n - name: Ubuntu \n versions:\n - 22....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3721, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/lightdm
176
[ "no_license" ]
[ { "path": "roles/lightdm/README.md", "content": "Role Name\n=========\n\nInstall & configure the lightdm display manager for 01Talent computers\n\nRequirements\n------------\n\nShould be ran after common playbook. \n\nRole Variables\n--------------\n\nAll of the required variables are already set in default...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5615, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/nodejs
176
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n# tasks file for nodejs\n- name: Install n\n tags: [nodejs]\n ansible.builtin.shell:\n cmd: |\n curl -fsSL https://raw.githubusercontent.com/tj/n/master/bin/n | bash -s lts\n npm install -g n \n\n- name: Install node lts\n tags: [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 964, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/partitions
176
[ "no_license" ]
[ { "path": "roles/partitions/defaults/main.yml", "content": "---\n# defaults file for partitions\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/partitions/vars/main.yml", "content": "---\n# vars file for partitions\n", "license_type...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2205, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/rust
176
[ "no_license" ]
[ { "path": "roles/rust/README.md", "content": "rust\n=========\n\nInstall Rustup on students computers\n\nRequirements\n------------\n\nMust be ran after common\n\n\nExample Playbook\n----------------\n\n```yaml\n - hosts: all\n remote_user: bocal\n roles:\n - common\n - rust\n``...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1128, "all_permissive": false }
ansible_role
hsddev/ansible
c8ee4459538f44b2fa9e167e911cebc114b68fed
0
roles/x11vnc
176
[ "no_license" ]
[ { "path": "roles/x11vnc/meta/main.yml", "content": "galaxy_info:\n author: <NAME> <Drop>\n description: Install and enable x11vnc \n company: 01Talent\n\n license: MIT\n \n min_ansible_version: 2.1\n\n platforms:\n - name: Ubuntu \n versions:\n - 22.04\n\n galaxy_tags: [vnc, 01Talent]\n\nd...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2130, "all_permissive": false }
ansible_role
hasadi-ha/minemeld-ansible
a322fb74f9a59da87463c5534cc5a362f18011aa
0
roles/infrastructure
176
[ "no_license" ]
[ { "path": "roles/infrastructure/tasks/CentOS-7.yml", "content": "- name: enable epel\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n- name: install erlang\n yum:\n name: https://github.com/rabbitmq/erlang-rpm/releases/download/v19.3.1/erlan...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2522, "all_permissive": false }
ansible_role
buskerudbyen/buskerudbyen-ansible
ccdc754ac08d18ca0249c855c0689550a0aa1ce5
0
roles/otp
176
[ "no_license" ]
[ { "path": "roles/otp/templates/Caddyfile", "content": "{% for p in tile_providers %}\n{{ p.name }}.cycling-norway.leonard.io {\n reverse_proxy /* localhost:{{ p.port }} {\n header_down Access-Control-Allow-Origin *\n }\n}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 738, "all_permissive": false }
ansible_role
buskerudbyen/buskerudbyen-ansible
ccdc754ac08d18ca0249c855c0689550a0aa1ce5
0
roles/snow-plow-service
176
[ "no_license" ]
[ { "path": "roles/snow-plow-service/templates/Caddyfile", "content": "cycling-norway.leonard.io {\n reverse_proxy /* localhost:{{ snow_plow_service_port }} {\n header_down Access-Control-Allow-Origin *\n }\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 893, "all_permissive": false }
ansible_role
buskerudbyen/buskerudbyen-ansible
ccdc754ac08d18ca0249c855c0689550a0aa1ce5
0
roles/sykkelveier-webapp
176
[ "no_license" ]
[ { "path": "roles/sykkelveier-webapp/meta/main.yml", "content": "---\ncollections:\n\ndependencies:\n - role: leonardehrenfried.baseline.caddyfile\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/sykkelveier-webapp/tasks/main.yml", "cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 620, "all_permissive": false }
ansible_role
JamesMatu/nxos-api-exp
e2a6969c36e407f4e549763778a038cb1c3c2d0c
0
roles/network
176
[ "no_license" ]
[ { "path": "roles/network/vars/main.yml", "content": "---\nmgmt_ip: 127.0.0.1\nssh_port: 2222\nhttp_port: 8080\nhttps_port: 8081\nnetconf_port: 8082\nusername: vagrant\npassword: <PASSWORD>\nhostname: nxos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 715, "all_permissive": false }
ansible_role
ogleh77/ansible-tutorial
55c0e7b9689ed7e729168de8de1f9915eb5797a9
0
roles/python
176
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "\n- name: remove multiple files\n file:\n path: ./{{item}}\n state: absent\n loop:\n - file-1\n - file-2\n - file-3\n\n\n#- name: create file if not exist\n# file:\n# path: ./greet\n# state: file\n\n\n\n#- name: Create multiple dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1602, "all_permissive": false }
ansible_role
romcheg/rpi-ansible
229e28e03acaa5af1712eb058d293abb956899aa
0
roles/elboletaire.transmission
176
[ "no_license" ]
[ { "path": "roles/elboletaire.transmission/defaults/main.yml", "content": "---\ntransmission_user: \"{{ ansible_user_id }}\"\ntransmission_password: <PASSWORD>\ntransmission_rpc_auth_enabled: true\ntransmission_rpc_whitelist_enabled: true\ntransmission_rpc_whitelist: 127.0.0.1\ntransmission_umask: 2\ntransmi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5985, "all_permissive": false }
ansible_role
romcheg/rpi-ansible
229e28e03acaa5af1712eb058d293abb956899aa
0
roles/kodi
176
[ "no_license" ]
[ { "path": "roles/kodi/tasks/main.yml", "content": "---\n- name: Add apt key for Kodi\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: 5243CDED\n state: present\n tags: kodi\n\n- name: Add Kodi repo\n apt_repository:\n repo: 'deb http://archive.mene.za.net/raspbian jessie contrib'\n updat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4822, "all_permissive": false }
ansible_role
romcheg/rpi-ansible
229e28e03acaa5af1712eb058d293abb956899aa
0
roles/openvpnclient
176
[ "no_license" ]
[ { "path": "roles/openvpnclient/defaults/main.yml", "content": "---\n# defaults file for openvpn\n\nopenvpn_client_pull: false\nopenvpn_dev: tun\nopenvpn_comp_lzo: true\nopenvpn_keepalive: '10 60'\nopenvpn_nobind: true\nopenvpn_persist_key: true\nopenvpn_persist_tun: true\nopenvpn_proto: udp\nopenvpn_redirec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1842, "all_permissive": false }
ansible_role
almaty-itrider/ansible
91086e15e42b6ba731d7088aa95aa0c30cc62400
0
roles/node_exporter
176
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/system.yml", "content": "---\n- name: system | Open port 9100 on RedHat based systems\n ansible.posix.firewalld:\n port: 9100/tcp\n permanent: true\n state: enabled\n immediate: true\n failed_when: false\n when: ansible_os_family == \"RedHat\"\n\n- name: s...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 4604, "all_permissive": false }
ansible_role
almaty-itrider/ansible
91086e15e42b6ba731d7088aa95aa0c30cc62400
0
roles/postgres_exporter
176
[ "no_license" ]
[ { "path": "roles/postgres_exporter/defaults/main.yml", "content": "---\n# URL to download postgres_exporter\npostgres_exporter_proc_arch: amd64\npostgres_exporter_version: 0.16.0\npostgres_exporter_url: https://github.com/prometheus-community/postgres_exporter/releases/download/v{{ postgres_exporter_version...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 6039, "all_permissive": false }
ansible_role
almaty-itrider/ansible
91086e15e42b6ba731d7088aa95aa0c30cc62400
0
roles/sql_exporter
176
[ "no_license" ]
[ { "path": "roles/sql_exporter/tasks/sql_exporter.yml", "content": "---\n- name: sql_exporter | Check if sql_exporter is installed\n register: sql_exporter_installed\n ansible.builtin.stat:\n path: \"{{ sql_exporter_install_dir }}/sql_exporter\"\n\n- name: sql_exporter | Get installed sql_exporter versi...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 12784, "all_permissive": false }
ansible_role
EdsonLuisVieira/iftech19
f957ecbd7b5ff5e38618a661ff33e881d87ef1ec
0
pipelines/04/roles/provision
176
[ "no_license" ]
[ { "path": "pipelines/04/roles/provision/tasks/main.yml", "content": "- name: verificar Docker\n shell: dpkg -l | grep docker\n register: verifydocker\n ignore_errors: True\n\n- name: Instalando docker\n shell: curl -fsSL https://get.docker.com | bash\n when: verifydocker.rc != \"0\"\n\n- name: verifica...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
fglmtt/fgcs-2023-artifacts
4df7ac422a0625faef2685fef3c6c96ada153559
0
kubemake/roles/chaos-mesh
180
[ "no_license" ]
[ { "path": "kubemake/roles/chaos-mesh/tasks/main.yml", "content": "---\n- name: Download helm installer\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: $HOME/get-helm-3.sh\n mode: '0700'\n\n- name: Install helm\n command: $HOME/get-helm-3.sh\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2468, "all_permissive": false }
ansible_role
fglmtt/fgcs-2023-artifacts
4df7ac422a0625faef2685fef3c6c96ada153559
0
kubemake/roles/common
180
[ "no_license" ]
[ { "path": "kubemake/roles/common/tasks/main.yml", "content": "---\n- name: Install packages needed to use the K8s apt repository\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
fglmtt/fgcs-2023-artifacts
4df7ac422a0625faef2685fef3c6c96ada153559
0
kubemake/roles/crio
180
[ "no_license" ]
[ { "path": "kubemake/roles/crio/tasks/main.yml", "content": "---\n- name: Add crio configuration file to /etc/modules-load.d/\n copy:\n src: modules-load.conf\n dest: /etc/modules-load.d/crio.conf\n owner: root\n group: root\n\n- name: Ensure br_netfilter module is loaded\n shell: modprobe br_n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1860, "all_permissive": false }
ansible_role
fglmtt/fgcs-2023-artifacts
4df7ac422a0625faef2685fef3c6c96ada153559
0
kubemake/roles/flannel
180
[ "no_license" ]
[ { "path": "kubemake/roles/flannel/tasks/main.yml", "content": "---\n- name: Download flannel manifest\n become: no\n get_url:\n url: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml\n dest: $HOME/flannel.yml\n\n- name: Set interfaces flannel should look at\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
fglmtt/fgcs-2023-artifacts
4df7ac422a0625faef2685fef3c6c96ada153559
0
kubemake/roles/istio
180
[ "no_license" ]
[ { "path": "kubemake/roles/istio/tasks/main.yml", "content": "---\n- name: Get script to download istio\n get_url:\n url: https://istio.io/downloadIstio\n dest: $HOME/downloadIstio.sh\n\n- name: Make the script executable\n file:\n path: $HOME/downloadIstio.sh\n mode: u+x\n\n- name: Download is...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
dabealu/docker
51cfdd54c295b3d8b185f873cb48bb82fd106875
2
jenkins/playbooks/roles/check_dir
180
[ "no_license" ]
[ { "path": "jenkins/playbooks/roles/check_dir/tasks/main.yml", "content": "---\n- name: check project dir\n shell: ls /docker/{{ PROJECT_NAME }} >/dev/null 2>&1 && echo 'True' || echo 'False'\n register: project_dir\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
dabealu/docker
51cfdd54c295b3d8b185f873cb48bb82fd106875
2
jenkins/playbooks/roles/deploy_project
180
[ "no_license" ]
[ { "path": "jenkins/playbooks/roles/deploy_project/tasks/main.yml", "content": "---\n- name: clone project repo to /docker/{{ PROJECT_NAME }}\n git: clone=yes dest=/docker/{{ PROJECT_NAME }} repo={{ PROJECT_REPO }}\n\n- name: set postgres password in docker-compose.yml\n replace: dest=/docker/{{ PROJECT_NA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1707, "all_permissive": false }
ansible_role
dabealu/docker
51cfdd54c295b3d8b185f873cb48bb82fd106875
2
jenkins/playbooks/roles/remove_project
180
[ "no_license" ]
[ { "path": "jenkins/playbooks/roles/remove_project/tasks/main.yml", "content": "---\n- name: stop and delete containers of {{ PROJECT_NAME }}\n docker_service: project_src=/docker/{{ PROJECT_NAME }} state=absent\n\n- name: remove project {{ PROJECT_NAME }} files\n file: path=/docker/{{ PROJECT_NAME }} stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
ttanaka9211/shirasagi_ansible
968019db6ab7e8f3496cb7f7be276dc0a97e2d0d
0
provisioning/roles/asdf
180
[ "no_license" ]
[ { "path": "provisioning/roles/asdf/tasks/install_asdf.yml", "content": "---\n#- name: Install dependencies of asdf\n# dnf:\n# name:\n# - curl\n# - git\n# state: present\n\n- name: \"set asdf_config_file based on home directory\"\n set_fact:\n asdf_config_file: \"{{ ansible_user_dir ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3445, "all_permissive": false }
ansible_role
ttanaka9211/shirasagi_ansible
968019db6ab7e8f3496cb7f7be276dc0a97e2d0d
0
provisioning/roles/common
180
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "--- # 共通なタスク\n# インストールするツール\n- import_tasks: install_common_tools.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "provisioning/roles/common/tasks/install_common_tools.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
ttanaka9211/shirasagi_ansible
968019db6ab7e8f3496cb7f7be276dc0a97e2d0d
0
provisioning/roles/db
180
[ "no_license" ]
[ { "path": "provisioning/roles/db/tasks/install_mongod.yml", "content": "---\n- name: \"install mongodb global dependencies with dnf\"\n dnf:\n name: #\"{{ mongodb_dnf_global_dependencies }}\"\n - \"ImageMagick\"\n - \"ImageMagick-devel\"\n enablerepo: \n - \"epel\"\n retries: 5 \n re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1344, "all_permissive": false }
ansible_role
ttanaka9211/shirasagi_ansible
968019db6ab7e8f3496cb7f7be276dc0a97e2d0d
0
provisioning/roles/mecab
180
[ "no_license" ]
[ { "path": "provisioning/roles/mecab/templates/conf.d/common/botdrop.conf.j2", "content": "if ( $http_user_agent ~* (SemrushBot|AhrefsBot|Linguee|proximic|BLEXBot|GrapeshotCrawler|Mappy|MJ12bot|MegaIndex|bidswitchbot|SMTBot|ltx71|integralads|jet-bot|trendictionbot|PetalBot|Linespider) ) {\n return 403;\n}\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2878, "all_permissive": false }
ansible_role
ttanaka9211/shirasagi_ansible
968019db6ab7e8f3496cb7f7be276dc0a97e2d0d
0
provisioning/roles/user_setup
180
[ "no_license" ]
[ { "path": "provisioning/roles/user_setup/templates/default_user_sudoers.j2", "content": "{{ default_user.name }} ALL=(ALL) ALL\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "provisioning/roles/user_setup/tasks/main.yml", "content": "--- # us...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1784, "all_permissive": false }
ansible_role
ttanaka9211/shirasagi_ansible
968019db6ab7e8f3496cb7f7be276dc0a97e2d0d
0
provisioning/roles/web
180
[ "no_license" ]
[ { "path": "provisioning/roles/web/tasks/install_nginx.yml", "content": "---\n- name: Repo nginx\n template:\n src: nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n\n- name: Install nginx\n dnf:\n name: nginx\n disablerepo: AppStream\n state: present\n\n- name: Transfer nginx.conf\n temp...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3480, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-alacritty
180
[ "no_license" ]
[ { "path": "roles/configure-alacritty/tasks/config.yml", "content": "---\n- set_fact:\n configs_directory: ~/.config\n\n- name: Creates ~/.config/alacritty\n file:\n path: ~/.config/alacritty\n state: directory\n\n- name: Set ~/.config/alacritty directory ownership\n file:\n dest: ~/.config/ala...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1383, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-flameshot
180
[ "no_license" ]
[ { "path": "roles/configure-flameshot/tasks/install.yml", "content": "---\n- name: Install flameshot\n become: true\n package:\n name: flameshot\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-fonts
180
[ "no_license" ]
[ { "path": "roles/configure-fonts/tasks/install.yml", "content": "---\n- set_fact:\n font_directory: ~/.local/share/fonts\n\n- name: Install fontconfig\n become: true\n package:\n state: present\n name: fontconfig\n\n- name: Creates /tmp/CascadiaCode-fonts\n file:\n path: /tmp/CascadiaCode-fon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 914, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-gnome
180
[ "no_license" ]
[ { "path": "roles/configure-gnome/tasks/install.yml", "content": "---\n- name: Install gnome-tweaks\n become: true\n package:\n name: gnome-tweaks\n state: present\n\n- name: Install Extension Manager from flathub for current user\n community.general.flatpak:\n name: com.mattjakeman.ExtensionMana...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 455, "all_permissive": false }
ansible_role
fr13n8/ansible-linux
49e27b2d1348d13893df1d69728e50a7e1a567a1
1
roles/configure-kitty
180
[ "no_license" ]
[ { "path": "roles/configure-kitty/tasks/install.yml", "content": "---\n- name: Install kitty\n become: true\n package:\n name: kitty\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/configure-kitty/tasks/config.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 507, "all_permissive": false }