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
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/conda
57
[ "no_license" ]
[ { "path": "roles/conda/tasks/main.yml", "content": "---\n- name: download the binary\n get_url:\n url: \"{{anaconda_archive_url}}\"\n dest: /opt/src/{{anaconda_binary}}\n mode: 0744\n\n- name: install conda\n shell: /opt/src/{{anaconda_binary}} -b -p {{anaconda_home}}\n args:\n creates: \"{{a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/docker
57
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Docker package\n yum: name=device-mapper-event-libs,docker state=latest\n\n- name: Start docker\n service: \n name=docker\n state=restarted\n enabled=yes\n\n- name: configure containers\n lineinfile: \n dest=/etc/mesos-slave/co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/ganglia
57
[ "no_license" ]
[ { "path": "roles/ganglia/tasks/main.yml", "content": "###\n- name: monitoring package installed\n yum: name=ganglia-gmond state=latest\n\n- name: setup cluster name for workers\n lineinfile:\n dest: /etc/ganglia/gmond.conf\n regexp: '^ name ='\n line: ' name = \\\"cluster\\\"'\n insertafter:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1708, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/hdfs
57
[ "no_license" ]
[ { "path": "roles/hdfs/templates/namenode.service.j2", "content": "# {{ansible_managed}}\n[Unit]\nDescription=Apache Hadoop Namenode service\nDocumentation=http://hadoop.apache.org\nRequires=network.target remote-fs.target zookeeper.service\nAfter=network.target remote-fs.target zookeeper.service\n\n[Service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11223, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/java
57
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: Create /opt/src\n file: path=/opt/src state=directory recurse=yes\n\n- name: Create {{java_lib_path}}\n file: path={{java_lib_path}} state=directory recurse=yes\n\n- name: Download oracle jdk\n get_url:\n url={{oracle_jdk_download_url}}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/mesos
57
[ "no_license" ]
[ { "path": "roles/mesos/templates/mesos-master.service.j2", "content": "# {{ansible_managed}}\n[Unit]\nDescription=Apache Mesos master daemon\nDocumentation=http://mesos.apache.org\nRequires=network.target\nWants=zookeeper.service\nAfter=network.target zookeeper.service\n\n[Service]\nEnvironment=MESOS_WORK_D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5053, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/ntp-client
57
[ "no_license" ]
[ { "path": "roles/ntp-client/tasks/main.yml", "content": "###\n- name: ntpd package installed\n yum: name=ntp state=latest\n\n- name: chrony package removed\n yum: name=chrony state=absent\n\n- name: setup configuration file\n lineinfile:\n dest: /etc/ntp.conf\n line: 'server {{ntp_server}} iburst'\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/scala
57
[ "no_license" ]
[ { "path": "roles/scala/vars/main.yml", "content": "---\nscala_version: \"2.11.8\"\nscala_version_name: \"scala-{{scala_version}}\"\nscala_rpm_file: \"{{scala_version_name}}.rpm\"\nscala_download_url: \"{{scala_url}}/{{scala_version}}/{{scala_rpm_file}}\"\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 679, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/spark
57
[ "no_license" ]
[ { "path": "roles/spark/templates/pyspark.j2", "content": "#!/bin/bash\n\nexec {{spark_home}}/bin/pyspark \"$@\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/spark/templates/spark-history-server.service.j2", "content": "# {{ansible_ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3701, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/user
57
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: create admin group\n group: name=admin state=present\n\n- name: add user\n user: name={{username}}\n state=present\n groups={{grouplist}}\n generate_ssh_key=yes\n ssh_key_bits=2048\n ssh_key_comment={{userna...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1634, "all_permissive": false }
ansible_role
waterponey/clusterboot
35e4ac8421294dcf02d62a876b037b13fb1404d9
1
roles/zookeeper
57
[ "no_license" ]
[ { "path": "roles/zookeeper/vars/main.yml", "content": "---\nzk_version: 3.4.9\nzk_download_dir: /opt/src\nzk_url: \"{{mirror_base_url}}/zookeeper/zookeeper-{{zk_version}}\"\nzk_archive: zookeeper-{{zk_version}}.tar.gz\nzk_archive_url: \"{{zk_url}}/{{zk_archive}}\"\nzk_md5: 3e8506075212c2d41030d874fcc9dcd2\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4467, "all_permissive": false }
ansible_role
MariamGad/nexus-ansible
59b9bb26d283569ca2c43a1fe042e3d815c74c28
0
roles/nexus
57
[ "no_license" ]
[ { "path": "roles/nexus/vars/main.yml", "content": "---\n# vars file for nexus\ndir: /app\nsrc_file: nexus.service\ndest_file: /etc/systemd/system/nexus.service", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/nexus/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1169, "all_permissive": false }
ansible_role
MariamGad/nexus-ansible
59b9bb26d283569ca2c43a1fe042e3d815c74c28
0
roles/prerequisites
57
[ "no_license" ]
[ { "path": "roles/prerequisites/tasks/main.yml", "content": "---\n# tasks file for prerequisites\n- name: Update all packages\n yum:\n update_cache: true\n\n- name: Install wget \n yum: \n name: wget \n state: installed\n\n- name : Install OpenJDK 1.8\n yum:\n name: java-1.8.0-openjdk.x86_64\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
RaulGrosmam/projetos_pessoais
afd38d59392562f81365400c561f5b74460d0c6d
0
Repositórios/Testes de Ansible/roles/AD
57
[ "no_license" ]
[ { "path": "Repositórios/Testes de Ansible/roles/AD/tasks/main.yaml", "content": "---\n\n- name: CRIANDO USUARIO NO AD\n win_domain_user:\n sam: testezinho1\n name: TESTEZINHO\n firstname: TESTE\n surname: ZINHO\n displayname: <NAME>\n company: X3120901\n state: present\n \n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 796, "all_permissive": false }
ansible_role
RaulGrosmam/projetos_pessoais
afd38d59392562f81365400c561f5b74460d0c6d
0
Repositórios/Testes de Ansible/roles/Linux
57
[ "no_license" ]
[ { "path": "Repositórios/Testes de Ansible/roles/Linux/tasks/main.yaml", "content": "---\n\n- name: Instalacao do Red Hat Insights\n yum: name=insights-client.noarch state=latest\n become: yes\n\n- name: Copiando arquivo de configuracao\n template: src=insights-client.conf dest=/etc/insights-client/insigh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
RaulGrosmam/projetos_pessoais
afd38d59392562f81365400c561f5b74460d0c6d
0
Repositórios/Testes de Ansible/roles/Windows
57
[ "no_license" ]
[ { "path": "Repositórios/Testes de Ansible/roles/Windows/tasks/main.yaml", "content": "---\n\n- name: CRIANDO PASTA C:\\TEMP\n win_file:\n path: C:\\TEMP\\\n state: directory\n\n- name: COPIANDO XML DO FORTINET\n win_copy:\n src: configuracao_fortinet_frp.xml\n dest: C:\\TEMP\\configuracao_fort...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 747, "all_permissive": false }
ansible_role
StanCostin/IaCWithTerraform
0a8fee589131067c4a2e0ce9bf96e2f013ba3e6c
0
IacWithTerraform/project/ansible/roles/grafana
57
[ "no_license" ]
[ { "path": "IacWithTerraform/project/ansible/roles/grafana/tasks/main.yml", "content": "- name: Run Grafana container\r\n command: >\r\n docker run -d --name grafana\r\n -p 3000:3000\r\n docker.io/grafana/grafana", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
StanCostin/IaCWithTerraform
0a8fee589131067c4a2e0ce9bf96e2f013ba3e6c
0
IacWithTerraform/project/ansible/roles/podman
57
[ "no_license" ]
[ { "path": "IacWithTerraform/project/ansible/roles/podman/tasks/main.yml", "content": "- name: Update all packages\r\n ansible.builtin.yum:\r\n name: \"*\"\r\n state: latest\r\n\r\n- name: Install Podman (Docker-compatible CLI)\r\n ansible.builtin.yum:\r\n name: podman-docker\r\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
StanCostin/IaCWithTerraform
0a8fee589131067c4a2e0ce9bf96e2f013ba3e6c
0
IacWithTerraform/project/ansible/roles/prometheus
57
[ "no_license" ]
[ { "path": "IacWithTerraform/project/ansible/roles/prometheus/tasks/main.yml", "content": "- name: Copy Prometheus configuration\r\n copy:\r\n src: prometheus.yml\r\n dest: /home/ec2-user/prometheus.yml\r\n\r\n- name: Set permissions for Prometheus configuration\r\n file:\r\n path: /home/ec2-user/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 477, "all_permissive": false }
ansible_role
arunkumar-nachimuthu/kafka
17daf4cdd1a2c43fae9172925735c714484a670c
0
roles/install-kafka
57
[ "no_license" ]
[ { "path": "roles/install-kafka/tasks/main.yml", "content": "# REMOVE TEST CONTAINERS (if running)\n- name: Stop/Remove Test Containers if running\n community.docker.docker_container:\n name: \"{{ item }}\"\n state: absent\n force_kill: true\n loop:\n - kafka\n\n# CREATE PATH FOR CONFIG FILE\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 984, "all_permissive": false }
ansible_role
arunkumar-nachimuthu/kafka
17daf4cdd1a2c43fae9172925735c714484a670c
0
roles/install-zookeeper
57
[ "no_license" ]
[ { "path": "roles/install-zookeeper/tasks/main.yml", "content": "# Note: Apache Kafka 2.8.0 does not require zookeeper anymore\n# and uses Raft Controller to replace Zookeeper\n# Refer https://www.confluent.io/blog/kafka-without-zookeeper-a-sneak-peek/\n# TO DO: Replace Zookeeper requirements wheverver neces...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1247, "all_permissive": false }
ansible_role
perpetualpanda/infra
709c37751c074551607c7a46f2b921c727c641ef
0
ansible/roles/containers
57
[ "no_license" ]
[ { "path": "ansible/roles/containers/files/uptime-kuma/docker-compose.yml", "content": "services:\n uptime-kuma:\n image: louislam/uptime-kuma:1\n container_name: uptime-kuma\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - ./uptime-kuma-data:/app/data\n ports:\n - 300...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1811, "all_permissive": false }
ansible_role
perpetualpanda/infra
709c37751c074551607c7a46f2b921c727c641ef
0
ansible/roles/docker
57
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- include_tasks: install.yml\n- include_tasks: service.yml\n- include_tasks: gvisor.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible/roles/docker/defaults/main.yml", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1269, "all_permissive": false }
ansible_role
perpetualpanda/infra
709c37751c074551607c7a46f2b921c727c641ef
0
ansible/roles/tailscale
57
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/tasks/certificates.yml", "content": "---\n- name: Assert that tailscale_cert_domain is not empty\n ansible.builtin.assert:\n that:\n - tailscale_cert_domain | length > 0\n quiet: true\n\n- name: Assert that tailscale_cert_dir is not empty\n ansible.builtin.ass...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 5815, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_base
54
[ "no_license" ]
[ { "path": "roles/docker_base/tasks/mailrelay.yml", "content": "---\n\n- name: 'Create postfix container'\n docker_container:\n name: 'mail-relay'\n image: 'mwader/postfix-relay:{{ docker_postfix_image }}'\n restart_policy: 'unless-stopped'\n env:\n POSTFIX_myhostname: ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 13102, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_bookstack
54
[ "no_license" ]
[ { "path": "roles/docker_bookstack/vars/main.yml", "content": "---\n# vars file for docker_bookstack\n\napp_name: bookstack\n\nnetwork_base_container: \n - '{{ \"adminer\" if adminer_enabled else _ | default(omit) }}'\n - '{{ \"mail-relay\" if mailrelay_enabled else _ | default(omit) }}'\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4514, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_drawio
54
[ "no_license" ]
[ { "path": "roles/docker_drawio/tasks/main.yml", "content": "---\n# tasks file for docker_drawio\n# start all needed drawio container\n\n- name: '{{ app_name }} | include vars'\n include_vars: \"{{ item }}\"\n loop:\n - group_vars/drawio.yml\n\n- name: '{{ app_name }} | drawio network'\n include_tasks:...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1929, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_drupal
54
[ "no_license" ]
[ { "path": "roles/docker_drupal/tasks/drupal.yml", "content": "---\n# tasks file to start drupal container\n\n- name: '{{ app_name }} | create drupal container'\n docker_container:\n name: '{{ app_name }}'\n image: 'drupal:{{ app_docker_image }}'\n restart_policy: 'unless-stopped...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7787, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_grav
54
[ "no_license" ]
[ { "path": "roles/docker_grav/tasks/grav.yml", "content": "---\r\n# tasks file to start grav container\r\n\r\n- name: '{{ app_name }} | create grav container'\r\n docker_container:\r\n name: '{{ app_name }}'\r\n image: 'yobasystems/alpine-grav:{{ app_docker_image }}'\r\n restart_...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3198, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_joomla
54
[ "no_license" ]
[ { "path": "roles/docker_joomla/tasks/main.yml", "content": "---\n# tasks file for docker_joomla\n# start all needed joomla container\n\n- name: '{{ app_name }} | include vars'\n include_vars: \"{{ item }}\"\n loop:\n - group_vars/joomla.yml\n\n- name: '{{ app_name }} | include directory structure'\n i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1616, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_nextcloud
54
[ "no_license" ]
[ { "path": "roles/docker_nextcloud/tasks/nginx.yml", "content": "---\n# tasks file to start nginx container\n\n- name: '{{ app_name }} | copy uploadsize.conf to {{ app_config_dir }}'\n copy:\n src: '{{ item }}'\n dest: '{{ app_config_dir }}/{{ item }}'\n owner: '82'\n group: '82'\n mode: ...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 21199, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_rocketchat
54
[ "no_license" ]
[ { "path": "roles/docker_rocketchat/tasks/rocketchat.yml", "content": "---\n# tasks file to start rocketchat container\n\n- name: '{{ app_name }} | create rocketchat container'\n docker_container:\n name: '{{ app_name }}'\n image: 'rocketchat/rocket.chat:{{ app_docker_image }}'\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5116, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_turnserver
54
[ "no_license" ]
[ { "path": "roles/docker_turnserver/tasks/firewall.yml", "content": "---\n\n- name: '{{ app_name }} | open ufw firewall'\n include_role:\n name: prep_ufw\n vars:\n ufw_rules: \n - { port: '5349', proto: 'tcp', rule: 'allow' }\n - { port: '5349', proto: 'udp', rule: 'allow' }\n when: ansibl...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2299, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_wallabag
54
[ "no_license" ]
[ { "path": "roles/docker_wallabag/tasks/wallabag.yml", "content": "---\n# tasks file to start wallabag container\n\n- name: \"Create wallabag container\"\n docker_container:\n name: '{{ app_name }}'\n image: 'wallabag/wallabag:{{ app_docker_image }}'\n restart_policy: 'unless-sto...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 9637, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/docker_wordpress
54
[ "no_license" ]
[ { "path": "roles/docker_wordpress/tasks/directory_structure.yml", "content": "---\r\n# create all diretories\r\n\r\n- name: '{{ app_name }} | make sure {{ app_base_dir }} is present'\r\n file:\r\n name: \"{{ app_base_dir }}\"\r\n state: directory\r\n\r\n- name: '{{ app_name }} | make sure {{ app_base...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6616, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/prepare_backup
54
[ "no_license" ]
[ { "path": "roles/prepare_backup/tasks/main.yml", "content": "---\n# tasks file for restic_backup\n\n- name: include backup vars\n include_vars: \"{{ item }}\"\n loop:\n - group_vars/backup.yml\n\n- name: install restic\n include_tasks: install_restic.yml\n\n- name: install restic\n include_tasks: ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2289, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/prepare_docker
54
[ "no_license" ]
[ { "path": "roles/prepare_docker/tasks/Debian.yml", "content": "---\n# Debian related OS tasks\n\n- name: remove debian repo docker if present\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items: \n - docker\n - docker-engine\n - docker.io\n \n- name: install needed packages\n apt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1122, "all_permissive": false }
ansible_role
ReinerNippes/selfhosted_on_docker
7a804309638fcb58efc7f8c516decc0c331edd13
26
roles/prepare_os
54
[ "no_license" ]
[ { "path": "roles/prepare_os/tasks/tuning.yml", "content": "---\n# os tuning\n\n- name: sysctl vm.overcommit_memory=1\n sysctl: \n name: vm.overcommit_memory\n value: '1'\n state: present\n reload: true\n sysctl_file: /etc/sysctl.conf\n\n- name: sysctl -w net.core.somaxconn=65535\n sysctl:\n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 3772, "all_permissive": false }
ansible_role
prakash189/Tomcat-Nexus-Sonarqube-Deployment-with-Role-Based-Ansible-Playbook
e76da58f151b6f201dba0e9fa76c0c9719d70209
3
roles/nexus-server
54
[ "no_license" ]
[ { "path": "roles/nexus-server/defaults/main.yml", "content": "---\r\n# defaults file for nexus-server", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/nexus-server/tests/test.yml", "content": "---\r\n- hosts: localhost\r\n remote_user: ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2808, "all_permissive": false }
ansible_role
prakash189/Tomcat-Nexus-Sonarqube-Deployment-with-Role-Based-Ansible-Playbook
e76da58f151b6f201dba0e9fa76c0c9719d70209
3
roles/sonarqube
54
[ "no_license" ]
[ { "path": "roles/sonarqube/handlers/main.yml", "content": "---\r\n - name: Start and enable sonar service\r\n systemd:\r\n name: sonar.service\r\n state: restarted\r\n enabled: true\r\n daemon_reload: true\r\n \r\n - name: Start PostgreSQL service\r\n service: \r\n name: po...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4467, "all_permissive": false }
ansible_role
prakash189/Tomcat-Nexus-Sonarqube-Deployment-with-Role-Based-Ansible-Playbook
e76da58f151b6f201dba0e9fa76c0c9719d70209
3
roles/tomcat
54
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\r\n# install the packages on remote server as per requirements\r\n - name: Update apt-get repo and cache\r\n apt: update_cache=yes force_apt_get=yes cache_valid_time=3600\r\n \r\n - name: install JDK 11\r\n apt:\r\n name: openjdk-11-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2303, "all_permissive": false }
ansible_role
MxNxPx/multipass-ansible
7de4490d108ce2a042d52437793c785e77c49a7b
0
ansible-files/5_systems_lifecycle_mgmt/combined/install/roles/webpackages
54
[ "no_license" ]
[ { "path": "ansible-files/5_systems_lifecycle_mgmt/combined/install/roles/webpackages/tasks/main.yml", "content": "---\n#\n# Install webserver packages, ensure latest version\n\n - name: Install Apache webserver or ensure latest version\n apt: name={{ item }} state=latest\n become: true\n with_item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
Beastlex/ansible_modules
f46e2a5b12ebc161dd9fdb418cd36db58fec508e
0
module03/roles/beastlex.httpd
54
[ "no_license" ]
[ { "path": "module03/roles/beastlex.httpd/tasks/main.yml", "content": "---\n# tasks file for beastlex.httpd\n\n- name: Install apache package\n package:\n name: httpd\n state: latest\n\n- name: Start apache service\n service:\n name: httpd\n state: restarted\n notify: Apache helthcheck\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1472, "all_permissive": false }
ansible_role
Beastlex/ansible_modules
f46e2a5b12ebc161dd9fdb418cd36db58fec508e
0
module03/roles/beastlex.vsftpd
54
[ "no_license" ]
[ { "path": "module03/roles/beastlex.vsftpd/vars/main.yml", "content": "---\n# vars file for beastlex.vsftpd\nports_for_open:\n - 20\n - 21\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "module03/roles/beastlex.vsftpd/README.md", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2705, "all_permissive": false }
ansible_role
atharva23/Devops_tools_install
2b020c3b342aba34f9114ca528378b5c51465c04
0
roles/docker
54
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\n- name: Update system packages\n yum:\n name: '*'\n state: latest\n become: true\n\n- name: Install Docker\n yum:\n name: docker\n state: present\n become: true\n\n- name: Start Docker service\n service:\n name: docker\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 507, "all_permissive": false }
ansible_role
atharva23/Devops_tools_install
2b020c3b342aba34f9114ca528378b5c51465c04
0
roles/jenkins
54
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: Install Jenkins on Amazon Linux 2\n hosts: localhost\n gather_facts: false\n become: true\n \n tasks:\n - name: Install Java\n command: sudo amazon-linux-extras install java-openjdk11 -y\n\n - name: Add Jenkins repository fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1035, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/bind
54
[ "no_license" ]
[ { "path": "roles/bind/tasks/install_bind.yml", "content": "---\n- name: Install bind and bind-utils (bind-utils provides dig)\n yum:\n name: [\"bind\", \"bind-utils\"]\n state: installed\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "path": "r...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 1256, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/cloud-init
54
[ "no_license" ]
[ { "path": "roles/cloud-init/tasks/enable_cloud-init.yml", "content": "---\n- name: Enable cloud-init service \n systemd:\n name: \"{{ service_name }}\"\n enabled: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/cloud-init/vars/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 419, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/common
54
[ "no_license" ]
[ { "path": "roles/common/tasks/disable_firewalld.yml", "content": "---\n# Check if a service is defined in the system, stop it, and finally, \n# disable it.\n\n- name: Check if a service is defined in the system\n shell: |\n systemctl status \"{{ service_name }}\"\n register: service_status\n failed_wh...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2270, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/consul-client
54
[ "no_license" ]
[ { "path": "roles/consul-client/tasks/copy_consul.service.yml", "content": "---\n- name: Copy Consul systemd service file\n copy:\n src: consul.service\n dest: /etc/systemd/system/consul.service\n owner: root\n group: root \n mode: 0644\n\n", "license_type": "no_license", "detected_li...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 692, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/consul-install
54
[ "no_license" ]
[ { "path": "roles/consul-install/site.yml", "content": "---\n- name: Template for provisioning Consul nodes. Using with Packer.\n hosts: 127.0.0.1\n connection: local\n gather_facts: no\n roles:\n - role: consul-install\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1843, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/consul-server
54
[ "no_license" ]
[ { "path": "roles/consul-server/files/server.hcl", "content": "# NOTE: \n# -----\n# 'bootstrap = true' is mutually exclusive with 'bootstrap_expect'. Use \n# one or the other.\nbootstrap_expect = 3\n\nserver = true\n\n# Web UI settings:\nui = true\nclient_addr = \"0.0.0.0\"\n\n", "license_type": "no_lice...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2556, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/nomad-install
54
[ "no_license" ]
[ { "path": "roles/nomad-install/site.yml", "content": "---\n- name: Template for provisioning Nomad nodes. Using with Packer.\n hosts: 127.0.0.1\n connection: local\n gather_facts: no\n roles:\n - role: consul-client\n - role: nomad-install\n\n", "license_type": "no_license", "detected_lice...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 1748, "all_permissive": false }
ansible_role
aco950/ansible
d5e8f3079bbc78436df3e89fd4fc7675611939af
0
roles/nomad-server
54
[ "no_license" ]
[ { "path": "roles/nomad-server/tasks/enable_service.yml", "content": "---\n- name: Enable service\n systemd: \n name: \"{{ service_name }}\"\n enabled: yes \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/nomad-server/vars/main.yml"...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1077, "all_permissive": false }
ansible_role
avm99963/infinitegforums
a7a5c5b635843c4d9a02a2883124d2caa98c2b5a
6
roles/build-extension
54
[ "no_license" ]
[ { "path": "roles/build-extension/tasks/main.yaml", "content": "- name: Install pnpm\n ansible.builtin.command: npm install -g pnpm\n args:\n chdir: \"{{ zuul.project.src_dir }}\"\n\n- name: Ouptut pnpm version\n ansible.builtin.command: pnpm --version\n\n- name: Build extension\n make:\n chdir: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 390, "all_permissive": false }
ansible_role
avm99963/infinitegforums
a7a5c5b635843c4d9a02a2883124d2caa98c2b5a
6
roles/test
54
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yaml", "content": "- name: Run tests\n shell:\n cmd: |\n set -euxo pipefail\n CI=true make test |& tee out/vitest-log.txt\n chdir: \"{{ zuul.project.src_dir }}\"\n executable: /bin/bash\n changed_when: false\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
Saidi-narimen/ProjetCD
1160aa400bc714ca6ac6490dd84e63c7d5c3d04e
0
ansible/roles/build
54
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "\n---\n#installnodemudoles\n - name: install node modules\n shell: npm install\n - name: build app\n shell : ng build\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": false }
ansible_role
Saidi-narimen/ProjetCD
1160aa400bc714ca6ac6490dd84e63c7d5c3d04e
0
ansible/roles/docker
54
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: create image docker\n docker_image:\n name: narimen/devops\n build: \n path: /var/lib/jenkins/workspace/MyApp\n pull: no\n source: build\n state: present\n force_source: true\n- name: run container docker\n docker_co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/common
54
[ "no_license" ]
[ { "path": "ansible/roles/common/handlers/main.yml", "content": "---\n- name: restart sshd\n ansible.builtin.systemd:\n name: ssh\n state: restarted\n daemon_reload: true\n listen: restart sshd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "pat...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4785, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/downloader
54
[ "no_license" ]
[ { "path": "ansible/roles/downloader/tasks/main.yml", "content": "- name: Install required packages for downloader tools\n ansible.builtin.apt:\n name:\n - curl\n - gpg\n - software-properties-common\n state: present\n\n- name: Add m-grant-prg utils PPA\n ansible.builtin.deb822_reposit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1990, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/helix
54
[ "no_license" ]
[ { "path": "ansible/roles/helix/tasks/main.yml", "content": "- name: Install required system packages\n ansible.builtin.apt:\n name:\n - snapd\n state: present\n\n- name: Install helix via snap\n community.general.snap:\n name: helix\n classic: true\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/helm
54
[ "no_license" ]
[ { "path": "ansible/roles/helm/tasks/main.yml", "content": "- name: \"Create remote charts directory\"\n ansible.builtin.file:\n path: \"{{ helm.charts_dir }}\"\n state: directory\n mode: \"0755\"\n\n- name: \"Synchronize charts to remote server\"\n synchronize:\n src: \"{{ helm.local_chart_dir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/microk8s
54
[ "no_license" ]
[ { "path": "ansible/roles/microk8s/tasks/main.yml", "content": "- name: Install required system packages\n ansible.builtin.apt:\n name:\n - snapd\n state: present\n\n- name: Install microk8s via snap\n community.general.snap:\n name: microk8s\n classic: true\n channel: stable\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3956, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/mise
54
[ "no_license" ]
[ { "path": "ansible/roles/mise/tasks/main.yml", "content": "- name: Install required packages for Mise\n ansible.builtin.apt:\n name:\n - gpg\n - sudo\n - wget\n - curl\n state: present\n\n- name: Add Mise repo using key from URL.\n ansible.builtin.deb822_repository:\n name: mi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/nfs
54
[ "no_license" ]
[ { "path": "ansible/roles/nfs/tasks/main.yml", "content": "- name: Install NFS server\n ansible.builtin.package:\n name: nfs-kernel-server\n state: present\n\n- name: Create share directories\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n state: directory\n owner: \"{{ item.owner }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 974, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/samba
54
[ "no_license" ]
[ { "path": "ansible/roles/samba/tasks/main.yml", "content": "- name: Install required system packages\n ansible.builtin.apt:\n name:\n - samba\n - samba-common\n state: present\n\n- name: Configure Samba shares\n ansible.builtin.blockinfile:\n path: /etc/samba/smb.conf\n block: |\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1024, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/speedtest
54
[ "no_license" ]
[ { "path": "ansible/roles/speedtest/tasks/main.yml", "content": "- name: Download Speedtest CLI GPG key\n ansible.builtin.get_url:\n url: https://packagecloud.io/ookla/speedtest-cli/gpgkey\n dest: /etc/apt/keyrings/ookla_speedtest-cli-archive-keyring.gpg\n mode: \"0644\"\n owner: root\n group...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 718, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/syncthing
54
[ "no_license" ]
[ { "path": "ansible/roles/syncthing/tasks/main.yml", "content": "- name: Add SyncThing repo using key from URL.\n ansible.builtin.deb822_repository:\n name: syncthing\n types: [deb]\n uris: https://apt.syncthing.net/\n components: [stable]\n suites: [syncthing]\n signed_by: https://syncthi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1076, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/tailscale
54
[ "no_license" ]
[ { "path": "ansible/roles/tailscale/tasks/main.yml", "content": "- name: Install required packages for Tailscale\n ansible.builtin.apt:\n name:\n - curl\n - gpg\n state: present\n\n- name: Add Tailscale repo using key from URL.\n ansible.builtin.deb822_repository:\n name: tailscale\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1588, "all_permissive": false }
ansible_role
radiosilence/jaritanet
7583af3e274226774408817c766436883121d9fe
1
ansible/roles/users
54
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "- name: Create user\n ansible.builtin.user:\n name: \"{{ username }}\"\n groups:\n - sudo\n - adm\n shell: /bin/fish\n create_home: true\n\n- name: Add SSH public key for the new user\n ansible.builtin.authorized_key:\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
zillur00/ansible-exam
3be5f23e9d5e4c61319dbb29aeb3e0c6eb9e354c
2
roles/sample-apache
54
[ "no_license" ]
[ { "path": "roles/sample-apache/templates/index.html.j2", "content": "Welcome to {{ ansible_fqdn }} on {{ ansible_default_ipv4.address }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/sample-apache/tasks/main.yml", "content": "---\n# t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 675, "all_permissive": false }
ansible_role
badsysadm/ansible-playbooks
40e6e8ca493dc46df42154946d3d796ba8204577
0
roles/athens
54
[ "no_license" ]
[ { "path": "roles/athens/vars/main.yml", "content": "install_prefix: /usr/local\nGO_VERSION: 1.12.4\nARCH: linux-amd64\nATHENS_VERSION: 0.2.0\nATHENS_TLS: False\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/athens/tasks/main.yaml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 14631, "all_permissive": false }
ansible_role
badsysadm/ansible-playbooks
40e6e8ca493dc46df42154946d3d796ba8204577
0
roles/gitlab-runner
54
[ "no_license" ]
[ { "path": "roles/gitlab-runner/tasks/main.yaml", "content": "- name: Install required dependencies\n apt:\n name: \"{{ packages }}\"\n state: installed\n vars:\n packages:\n - curl\n - ca-certificates\n - postfix\n when: ansible_distribution == 'Debian' or ansible_distribution ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3874, "all_permissive": false }
ansible_role
badsysadm/ansible-playbooks
40e6e8ca493dc46df42154946d3d796ba8204577
0
roles/rabbitmq-server
54
[ "no_license" ]
[ { "path": "roles/rabbitmq-server/tasks/main.yaml", "content": "- name: Install required dependencies\n apt:\n name: \"{{ packages }}\"\n state: latest\n vars:\n packages:\n - curl\n - ca-certificates\n - dirmngr\n - gnupg\n - dirmngr\n - apt-transport-https\n when: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2920, "all_permissive": false }
ansible_role
adamkovesdi/agilis
da3afe633335fdc63df11fcd7d6b340cfd021253
0
roles/adamkov-custom
54
[ "no_license" ]
[ { "path": "roles/adamkov-custom/tasks/main.yml", "content": "---\n- name: Clone dotfiles from github.com\n become: yes\n become_user: \"{{ deployuser }}\"\n git:\n repo: \"{{ githubrepo }}\" \n dest: \"/home/{{ deployuser }}/.dotfiles\"\n\n- name: Link dotfiles to their respective locations\n beco...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 664, "all_permissive": false }
ansible_role
adamkovesdi/agilis
da3afe633335fdc63df11fcd7d6b340cfd021253
0
roles/packages
54
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n upgrade: yes\n become: yes\n\n- name: Install basic tools\n apt:\n name: \"{{ item }}\"\n state: present\n force: yes\n become: yes\n with_items:\n - cli-common\n - zsh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
adamkovesdi/agilis
da3afe633335fdc63df11fcd7d6b340cfd021253
0
roles/passwordless-sudo
54
[ "no_license" ]
[ { "path": "roles/passwordless-sudo/tasks/main.yml", "content": "# ansible task for placing a template for wheel group in /etc/sudoers.d\n# passwordless sudo\n\n---\n- name: Ensure wheel group exists\n become: yes\n group:\n name: wheel\n state: present\n\n- name: Ensure users in wheel group can sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 402, "all_permissive": false }
ansible_role
adamkovesdi/agilis
da3afe633335fdc63df11fcd7d6b340cfd021253
0
roles/userconfig
54
[ "no_license" ]
[ { "path": "roles/userconfig/tasks/main.yml", "content": "- name: Set up authorized keys for the deployer user\n become: yes\n become_user: \"{{ deployuser }}\"\n authorized_key:\n user: \"{{ deployuser }}\"\n key: \"{{ item }}\"\n with_file:\n - \"{{ userkey }}\" \n\n- name: Make sure we have a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
Felipe69/ansible-elk
4b522e12f91c5d13aa1d0e701e365d9ade1bfe82
0
ansible/roles/trombik.squid
54
[ "no_license" ]
[ { "path": "ansible/roles/trombik.squid/templates/FreeBSD.rc.d.j2", "content": "# Managed by ansible\nsquid_flags=\"{{ squid_flags }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "ansible/roles/trombik.squid/templates/Debian.default.j2", "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3087, "all_permissive": false }
ansible_role
Felipe69/ansible-elk
4b522e12f91c5d13aa1d0e701e365d9ade1bfe82
0
ansible/roles/trombik.squid-old3
54
[ "no_license" ]
[ { "path": "ansible/roles/trombik.squid-old3/tasks/install-FreeBSD.yml", "content": "---\n\n- name: Install squid\n pkgng:\n name: \"{{ squid_package }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/trombi...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3743, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/common
53
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/dotfiles.yml", "content": "---\n- debug: var=dotfiles_dest\n-\n name: clear .dotfiles\n command: rm -rf /home/{{ansible_ssh_user}}/.dotfiles\n sudo: True\n-\n name: get .dotfiles from github repo\n git: repo=https://github.com/schuppo/dotfiles.git\n dest={{...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2298, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/databaseserver
53
[ "no_license" ]
[ { "path": "ansible/roles/databaseserver/tasks/mysql.yml", "content": "---\n-\n name: install MySQL\n yum: name={{ item }} state=present\n with_items:\n - MySQL-python\n - mysql-server\n\n-\n name: make sure mysqld is running\n service: name=mysqld state=started enabled=true\n-\n file: path=/etc/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1078, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/firewall
53
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/open_port.yml", "content": "---\n-\n name: check port {{ ports_to_open }}\n shell: \"bash /mnt/ansible/scripts/firewall_add_port.sh {{ item }}\"\n with_items: ports_to_open\n # ignore_errors: True\n\n-\n name: save table\n command: service iptables save\n", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 823, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/iredmail
53
[ "no_license" ]
[ { "path": "ansible/roles/iredmail/tasks/main.yml", "content": "---\n-\n name: add repo\n apt_repository: repo=ppa:ondrej/php5\n-\n name: check if downloads directory already exists\n sudo: False\n file: path=/home/{{ansible_ssh_user}}/downloads state=directory\n register: downloads_dir_exists\n-\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 741, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/mailserver
53
[ "no_license" ]
[ { "path": "ansible/roles/mailserver/tasks/postfix.yml", "content": "---\n-\n name: add mail group\n group: name={{ mailbox_owner }} state=present gid={{ mailbox_owner_group_id }}\n\n-\n name: add user\n user: name={{ mailbox_owner }} state=present group={{ mailbox_owner }} home=/home/{{ mailbox_owner }}...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3396, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/modoboa
53
[ "no_license" ]
[ { "path": "ansible/roles/modoboa/tasks/modoboa.yml", "content": "---\n-\n name: check if modoboa app exists already\n stat: path=/var/www/{{ modoboa_name }}\n register: modoboaDir\n\n-\n name: install modoboa\n when: modoboaDir.stat.isdir is undefined\n shell: modoboa-admin.py deploy {{ modoboa_name }...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1944, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/ntpserver
53
[ "no_license" ]
[ { "path": "ansible/roles/ntpserver/tasks/main.yml", "content": "---\n- name: install ntp\n yum: name=ntp state=present\n- name: start ntp service\n service: name=ntpd state=started enabled=yes\n- name: copy /etc/ntp.conf\n when: env != 'local'\n copy: src=ntp.conf\n dest=/etc/\n notify: restart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/python
53
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/main.yml", "content": "---\n- include: python.yml\n-\n name: download {{ pip }} with pip\n pip: name={{ item }}\n with_items: pip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/python/tasks...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/vagrant
53
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "-\n name: add repo\n apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debian precise contrib' state=present\n-\n name: install virtualbox\n apt: name={{item}}\n with_items:\n - virtualbox-4.3\n\n-\n name: download vagr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
schuppo/jourfixe
7bed143f7979908699e989323952eceba3f63b65
4
ansible/roles/webserver
53
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/install_modules.yml", "content": "---\n-\n name: install {{ modules }}\n yum: name={{ item }} state=present\n with_items: modules\n\n-\n name: copy {{ modules }}.conf\n copy: src=wsgi.conf dest=/etc/httpd/conf.d/\n", "license_type": "no_license", "detect...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 2678, "all_permissive": false }
ansible_role
davialexandre/vagrant-php
2f043045aca210139ba5fca38c06d92b70396b61
4
provisioning/roles/common
53
[ "no_license" ]
[ { "path": "provisioning/roles/common/files/vimrc", "content": "set autoindent\nset expandtab\nset tabstop=4\nset hlsearch\nset incsearch\nset showtabline=2\nset nobackup\nset nowritebackup\nset noswapfile\nsyntax on", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1813, "all_permissive": false }
ansible_role
davialexandre/vagrant-php
2f043045aca210139ba5fca38c06d92b70396b61
4
provisioning/roles/database
53
[ "no_license" ]
[ { "path": "provisioning/roles/database/tasks/mysql.yml", "content": "- name: Install the MySQL package\n apt: name=mysql-server state=present update_cache=yes\n\n- name: Copy custom MySQL configuration file\n copy: src=mysql/dev.cnf dest=/etc/mysql/conf.d/dev.cnf\n notify: restart mysql\n\n- name: Make s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1533, "all_permissive": false }
ansible_role
davialexandre/vagrant-php
2f043045aca210139ba5fca38c06d92b70396b61
4
provisioning/roles/logserver
53
[ "no_license" ]
[ { "path": "provisioning/roles/logserver/templates/0mongodb.conf.j2", "content": "input {\n file {\n path => \"/var/log/mongodb/mongodb.log\"\n start_position => beginning\n type => \"mongodb\"\n }\n}\n\nfilter {\n if [type] == \"mongodb\" {\n grok {\n match =>...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4851, "all_permissive": false }
ansible_role
davialexandre/vagrant-php
2f043045aca210139ba5fca38c06d92b70396b61
4
provisioning/roles/web
53
[ "no_license" ]
[ { "path": "provisioning/roles/web/tasks/_php_config.yml", "content": "- name: Install Xdebug extension from PECL\n php_package: mode=pecl name=xdebug state=present\n\n- name: Create the xdebug remote log dir\n file:\n path=/var/log/xdebug\n state=directory\n mode=0755\n owner=vagrant\n grou...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2673, "all_permissive": false }
ansible_role
Lamnt17/circleci
088209f016c994056c4f59a5732c11e02ce9f41d
0
roles/setup
53
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: true\n apt:\n update_cache: true\n\n- name: \"upgrade packages\"\n become: true\n apt:\n upgrade: true\n\n- name: remove dependencies that are no longer required\n become: true\n apt:\n autorem...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 737, "all_permissive": false }
ansible_role
mlabouardy/alexa-monitor
fff18bc87284998be9a9878f0df78f731d7ebf9c
2
ansible/roles/docker
53
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker CE\n yum:\n name: docker\n state: latest\n become: true\n\n- name: Add {{remote_user}} to docker group\n user:\n name: \"{{remote_user}}\"\n groups: docker\n append: yes\n become: true\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 305, "all_permissive": false }
ansible_role
mlabouardy/alexa-monitor
fff18bc87284998be9a9878f0df78f731d7ebf9c
2
ansible/roles/telegraf
53
[ "no_license" ]
[ { "path": "ansible/roles/telegraf/tasks/main.yml", "content": "---\n- name: Generate configuration file\n template:\n src: telegraf.conf.j2\n dest: /home/{{remote_user}}/telegraf.conf\n\n- name: Install Docker-Py\n pip:\n name: docker-py\n become: true\n\n- name: Start Telegraf\n docker_containe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 702, "all_permissive": false }
ansible_role
ankurgarg21/hello-world-service
1d70192728653c7fca5eb771e4d8b510ef667f14
1
roles/maven
53
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "- name: Install the package \"maven\"\n apt:\n name: maven\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 78, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
ansible_practice_inprogress/roles/os_common
53
[ "no_license" ]
[ { "path": "ansible_practice_inprogress/roles/os_common/tasks/main.yml", "content": "---\n\n- name: 'open ports firewall'\n import_tasks: 'firewall.yml'\n tags: ['open ports firewall']\n\n- name: 'set-dns host'\n import_tasks: 'set-dns.yml'\n tags: ['set-dns host']\n\n- name: 'set-host name'\n import_ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 535, "all_permissive": false }
ansible_role
memfis99/ansible_gb
8002f930c27059bb91fd577d93db44ca1b9459da
0
best_practic_no_becam_less04/roles/nginx
53
[ "no_license" ]
[ { "path": "best_practic_no_becam_less04/roles/nginx/handlers/main.yml", "content": "- name: reload nginx\n service:\n name: nginx\n state: reloaded\n daemon_reload: yes\n enabled: yes\n\n- name: reload firewall\n service:\n name: firewalld\n state: reloaded\n daemon_reload: yes\n e...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1821, "all_permissive": false }