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
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/common
7,276
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/setup-family-RedHat.yml", "content": "---\n# fastest mirror breaks proxies\n- name: Disable yum fastestmirror plugin\n ini_file:\n dest: /etc/yum/pluginconf.d/fastestmirror.conf\n section: main\n option: enabled\n value: '0'\n when: ansible_os_family == 'R...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/editors
7,276
[ "no_license" ]
[ { "path": "ansible/roles/editors/tasks/main.yml", "content": "---\n- name: Install Editors\n yum:\n name:\n - nano\n - vim-enhanced\n state: present\n when: ansible_os_family == 'RedHat'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/repo-epel
7,276
[ "no_license" ]
[ { "path": "ansible/roles/repo-epel/tasks/main.yml", "content": "---\n- name: \"Install EPEL Repo (CentOS)\"\n yum:\n name: epel-release\n state: present\n when: ansible_distribution == \"CentOS\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/repos
7,276
[ "no_license" ]
[ { "path": "ansible/roles/repos/defaults/main.yml", "content": "repos_yum_name: UNKNOWN\nrepos_yum_manage: false\nrepos_yum_list: null\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/roles/repos/tasks/main.yml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/ttys
7,276
[ "no_license" ]
[ { "path": "ansible/roles/ttys/defaults/main.yml", "content": "---\n\nttys_range: '[1-6]'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "ansible/roles/ttys/tasks/main.yml", "content": "---\n\n- name: Set the number of TTYs (takes effect on re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
bdellegrazie/vagrant-centos-6-build
6b8bc517997d884a05e7ac1605a459500db2613e
0
ansible/roles/yum-proxy
7,276
[ "no_license" ]
[ { "path": "ansible/roles/yum-proxy/defaults/main.yml", "content": "---\nyum_proxy_manage: false\nyum_proxy_url: null\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/yum-proxy/tasks/main.yml", "content": "---\n- name: Enable yum ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 270, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/apache
7,276
[ "no_license" ]
[ { "path": "roles/apache/templates/fpm-pool.conf.j2", "content": "[www-{{ item.key }}]\n user = www-{{ item.key }}\n group = www-{{ item.key }}\n listen = /run/php/php{{ item.value.php_version }}-fpm.www-{{ item.key }}.sock\n listen.owner = www-{{ item.key }}\n listen.group = www-{{ item.key }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 8669, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/apt_cacher
7,276
[ "no_license" ]
[ { "path": "roles/apt_cacher/defaults/main.yml", "content": "---\napt_cacher:\n port: 3142\n dir: /var/cache/apt-cacher-ng\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/apt_cacher/tasks/main.yml", "content": "---\n- name: Install p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4312, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/bind
7,276
[ "no_license" ]
[ { "path": "roles/bind/templates/named.conf.local.j2", "content": "// vi: ft=named\n// This file is managed by Ansible. Do not change.\n\n{% for zone in bind_zones %}\nzone \"{{ zone }}\" {\n\ttype master;\n\tfile \"/etc/bind/zonefiles/{{ zone }}\";\n};\n\n{% endfor %}\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1620, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/calibre
7,276
[ "no_license" ]
[ { "path": "roles/calibre/handlers/main.yml", "content": "---\n- name: Restart cps\n systemd:\n name: cps.service\n state: restarted\n enabled: true\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/calibre/tasks/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1957, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/factorio
7,276
[ "no_license" ]
[ { "path": "roles/factorio/handlers/main.yml", "content": "---\n- name: Handle systemd\n systemd:\n name: '<EMAIL>@{{ item }}.service'\n state: restarted\n enabled: yes\n become: yes\n loop: '{{ factorio_servers.keys() }}'\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5361, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/freeradius
7,276
[ "no_license" ]
[ { "path": "roles/freeradius/tasks/main.yml", "content": "---\n- name: Install packages\n apt:\n name:\n - freeradius\n - freeradius-ldap\n become: yes\n\n- name: Install config\n template:\n src: ldap.j2\n dest: /etc/freeradius/3.0/mods-available/ldap\n become: yes\n notify: freeradi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2787, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/ftp
7,276
[ "no_license" ]
[ { "path": "roles/ftp/tasks/main.yml", "content": "---\n- name: Install FTP\n apt:\n name:\n - pure-ftpd-ldap\n become: yes\n\n- name: Install Config\n template:\n src: pure-ftpd.conf.j2\n dest: /etc/pure-ftpd/pure-ftpd.conf\n become: yes\n notify: restart\n\n- name: Install Config\n temp...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3100, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/gitea
7,276
[ "no_license" ]
[ { "path": "roles/gitea/tasks/ldap.yml", "content": "---\n- name: Check if LDAP is installed\n command: gitea --config /etc/gitea/app.ini --work-path /var/lib/gitea admin auth list\n become_user: git\n become: yes\n register: check_ldap\n\n- name: Configure LDAP Login provider\n command:\n cmd: >-\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8176, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/gitea_runner
7,276
[ "no_license" ]
[ { "path": "roles/gitea_runner/tasks/main.yml", "content": "---\n- name: Install packages\n apt:\n name:\n - docker.io\n become: true\n\n- name: Create User\n user:\n name: runner\n system: true\n state: present\n groups:\n - docker\n become: true\n\n- name: Folder structure\n f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2881, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/grafana
7,276
[ "no_license" ]
[ { "path": "roles/grafana/templates/grafana.ini.j2", "content": "; vi: ft=dosini\n\n[server]\n# Protocol (http, https, h2, socket)\nprotocol = https\nhttp_port = {{ grafana.port }}\n\ncert_file = {{ grafana.certificate }}\ncert_key = {{ grafana.key }}\n\n[database]\ntype = mysql\n\nhost = {{ grafana.db.host ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4320, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/icinga2
7,276
[ "no_license" ]
[ { "path": "roles/icinga2/templates/icinga.list.j2", "content": "# vi: ft=debsources\n# This file is managed by Ansible. Do NOT change.\n\ndeb https://packages.icinga.com/debian icinga-{{ ansible_facts.distribution_release }} main\ndeb-src https://packages.icinga.com/debian icinga-{{ ansible_facts.distributi...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 18951, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/influxdb
7,276
[ "no_license" ]
[ { "path": "roles/influxdb/defaults/main.yml", "content": "---\ninflux:\n https_enabled: false\n https_cert: '/etc/ssl/certs/ssl-cert-snakeoil.pem'\n https_key: '/etc/ssl/private/ssl-cert-snakeoil.key'\n\ninflux_dbs: []\n\ninflux_users: {}\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2787, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/mariadb
7,276
[ "no_license" ]
[ { "path": "roles/mariadb/handlers/main.yml", "content": "- name: Restart MariaDB\n systemd:\n name: mariadb.service\n enabled: yes\n state: restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/mariadb/tasks/pr...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5300, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/mysql_backup
7,276
[ "no_license" ]
[ { "path": "roles/mysql_backup/tasks/main.yml", "content": "---\n- name: Check for BORG\n command: which borg\n register: borg_check\n ignore_errors: yes\n\n# Kinda hacky but saves time\n- name: Install BORG\n apt:\n name:\n - borgbackup\n become: yes\n when: not borg_check.rc == 0\n\n- name: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2321, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/netbox
7,276
[ "no_license" ]
[ { "path": "roles/netbox/tasks/main.yaml", "content": "---\n- name: Install packages\n apt:\n name:\n - redis-server\n - python3\n - python3-pip\n - python3-venv\n - python3-dev\n - build-essential\n - libxml2-dev\n - libxslt1-dev\n - libffi-dev\n - libpq...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6290, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/nginx
7,276
[ "no_license" ]
[ { "path": "roles/nginx/Readme.md", "content": "# nginx\n\nSimple role for configuring nginx servers.\nThe yaml keys and values are converted to raw nginx files.\nSee example\n\n```yml\n---\nnginx:\n servers:\n default:\n listen: 443 ssl\n server_name: '{{ ansible_facts.fqdn }}'\n ssl_cert...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2933, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/nginx_reverse_proxy
7,276
[ "no_license" ]
[ { "path": "roles/nginx_reverse_proxy/handlers/main.yml", "content": "---\n- name: restart nginx\n systemd:\n name: nginx\n enabled: yes\n state: restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/nginx_rever...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1454, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/openldap
7,276
[ "no_license" ]
[ { "path": "roles/openldap/tasks/main.yml", "content": "---\n- name: Install OpenLDAP\n apt:\n name:\n - slapd\n - ldap-utils\n - openssl\n - python3-ldap\n become: yes\n\n#\n# Global server config\n#\n\n- name: Configure TLS Certificate\n community.general.ldap_attrs:\n dn: cn=c...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 6960, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/postgres
7,276
[ "no_license" ]
[ { "path": "roles/postgres/tasks/main.yml", "content": "---\n- name: Install packages\n apt:\n name:\n - postgresql\n - postgresql-contrib\n - postgresql-client\n - python3-psycopg2\n update_cache: yes\n become: yes\n\n- name: Server configuration\n template:\n src: pgsql.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3856, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/postgres_backup
7,276
[ "no_license" ]
[ { "path": "roles/postgres_backup/tasks/main.yml", "content": "---\n- name: Install BORG\n apt:\n name:\n - borgbackup\n become: yes\n\n- name: Create BORG repo\n file:\n path: '{{ borg_repo_dir }}'\n state: directory\n mode: 'u=rwx,g=,o='\n become: yes\n\n- name: Initialize BORG repo\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1676, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/pterodactyl_wings
7,276
[ "no_license" ]
[ { "path": "roles/pterodactyl_wings/templates/docker.list.j2", "content": "# vi: ft=debsources\n# This file is managed by Ansible. Do NOT change.\n\ndeb https://download.docker.com/linux/debian {{ ansible_facts.distribution_release }} stable\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1758, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/rundeck
7,276
[ "no_license" ]
[ { "path": "roles/rundeck/templates/rundeck.list.j2", "content": "# vi: ft=debsources\n# This file is managed by Ansible. Do NOT change.\n\ndeb https://packages.rundeck.com/pagerduty/rundeck/any/ any main\ndeb-src https://packages.rundeck.com/pagerduty/rundeck/any/ any main\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 891, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/signed_certificate
7,276
[ "no_license" ]
[ { "path": "roles/signed_certificate/tasks/sign_selfsigned.yml", "content": "---\n- name: Create CSR\n community.crypto.openssl_csr_pipe:\n privatekey_path: '{{ key_path }}/{{ cert_name }}.key'\n common_name: '{{ common_name }}'\n subject_alt_name: '{{ alt_name }}'\n register: request\n become: y...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 6660, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/sssd
7,276
[ "no_license" ]
[ { "path": "roles/sssd/tasks/debian.yaml", "content": "---\n- name: Install packages with apt\n apt:\n name:\n - sssd\n - libpam-sss\n - libnss-sss\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path": "roles/sssd/templ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2722, "all_permissive": false }
ansible_role
kompetenzbolzen/ansible_collection
9bddb1393ad683f49ce7af4ecea855f45ec3b352
9
roles/woodpecker
7,276
[ "no_license" ]
[ { "path": "roles/woodpecker/handlers/main.yml", "content": "---\n- name: Handle systemd\n systemd:\n name: woodpecker-server\n enabled: true\n state: restarted\n become: true\n\n- name: Handle systemd agent\n systemd:\n name: woodpecker-agent\n enabled: true\n state: restarted\n become...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4883, "all_permissive": false }
ansible_role
jasonwalsh/ubuntu-16.04
3476fc20a7a805476dbbbb2f3219a3bbb12bc27f
1
roles/common
7,236
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Create bash initialization files\n file:\n access_time: preserve\n modification_time: preserve\n path: '{{ item }}'\n state: touch\n with_items:\n - '{{ ansible_env.HOME }}/.bashrc'\n - '{{ ansible_env.HOME }}/.bash_prof...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 858, "all_permissive": false }
ansible_role
zscbana/Ansible01
b47340d4d12654fcb776dd7c5037ea7a38c85f75
0
Assignment02/roles/nginx-deployment-role
7,236
[ "no_license" ]
[ { "path": "Assignment02/roles/nginx-deployment-role/tasks/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/nginx-deployment-role\n- name: install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: yes\n- name: Place the Nginx configuratio...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1402, "all_permissive": false }
ansible_role
wvcardoso/dev-ansible
7a38301d6bc0002752d9dff0947a94ad4d14e0ee
0
loop_for_variables/roles/wildfly
7,236
[ "no_license" ]
[ { "path": "loop_for_variables/roles/wildfly/templates/wildfly.service.j2", "content": "\ndocker run -d -p {{ item.value.port }}:8080 --name={{ item.key }} wildfly\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "loop_for_variables/roles/wildfly/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 235, "all_permissive": false }
ansible_role
Srilu2213/ansiblebatch5
6d2ae6f479df95ae33d6670bf5dde1fc8e5f2f91
0
roles/apache
7,236
[ "no_license" ]
[ { "path": "roles/apache/tasks/install.yml", "content": "---\n- name: install https package\n yum: name=httpd state=latest\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
Raph108/Infnet-wordpress
fce7cc279ba861fb4b669fec211ff958a3b31871
0
roles/server
7,236
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Atualiza o cache apt de nosso servidor\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n \n- name: Instala os pacotes necessarios\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - mysql-server\n - php-mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
TomIraz/proyects
0fa78bac82b215af7048eeed7ae4cd45f3c1209a
0
vagrant/ansible/roles/commons
7,236
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/commons/tasks/net-tools.yaml", "content": "- name: install net-utils\n apt:\n update_cache: yes\n pkg:\n - net-tools\n - iproute2\n - tcpdump\n - nmap\n - iftop\n - iptraf\n - iperf3\n - tshark\n - traceroute\n - telnet\n state: presen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
TomIraz/proyects
0fa78bac82b215af7048eeed7ae4cd45f3c1209a
0
vagrant/ansible/roles/k8s
7,236
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/k8s/tasks/main.yaml", "content": "---\n- name: install all tools for K8s\n include: install-k8s.yaml\n tags:\n - all\n\n- name: Initialize and configure all master nodes\n include: init-master.yaml\n tags:\n - masters\n\n- name: Initialize and configure all worker ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 6298, "all_permissive": false }
ansible_role
VodyakovDenis/ansible_key
beefdabb4de6df778f3a742f02a2746cb674acce
0
roles/keys
7,236
[ "no_license" ]
[ { "path": "roles/keys/templates/authorized_keys.j2", "content": "{% for user, keys in users.items() %}\n{% for key in keys %}\n{{ key }}\n{% endfor %}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/keys/tasks/main.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 587, "all_permissive": false }
ansible_role
Acarnesecchi/ansible-roles
b6bbe709f151f28c0475f8a5e5ddb4eb1a4e5ba5
0
roles/docker-build
7,236
[ "no_license" ]
[ { "path": "roles/docker-build/tasks/main.yml", "content": "---\n- name: Copy app to remote\n synchronize:\n src: ./TFGNNSnakeFlappy\n dest: /tmp\n\n- name: Build container image\n command: docker build -t flappy /tmp/TFGNNSnakeFlappy\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 221, "all_permissive": false }
ansible_role
Acarnesecchi/ansible-roles
b6bbe709f151f28c0475f8a5e5ddb4eb1a4e5ba5
0
roles/docker-provision
7,236
[ "no_license" ]
[ { "path": "roles/docker-provision/tasks/main.yml", "content": "--- \n- name: Add Docker repository\n get_url:\n url: https://download.docker.com/linux/centos/docker-ce.repo\n dest: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install Docker\n package:\n name: docker-ce\n state: latest\n\n- name: Sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 455, "all_permissive": false }
ansible_role
Acarnesecchi/ansible-roles
b6bbe709f151f28c0475f8a5e5ddb4eb1a4e5ba5
0
roles/docker-run
7,236
[ "no_license" ]
[ { "path": "roles/docker-run/tasks/main.yml", "content": "---\n- name: Run the docker image\n command: docker run --name flappy -it -d -p 5000:5000 flappy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
lunarxlark/my-local-setup
a00b0fe4386c5bf228314150d281c911cc9fcd97
0
roles/aws
7,236
[ "no_license" ]
[ { "path": "roles/aws/tasks/main.yml", "content": "- name: install boto3 aws-cli\n pip:\n name:\n - awscli\n - boto3\n state: present\n\n- name: set profile.d/aws.sh for aws credential\n become: yes\n lineinfile:\n path=/etc/profile.d/aws.sh\n create=yes\n line={{ item }}\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 707, "all_permissive": false }
ansible_role
lunarxlark/my-local-setup
a00b0fe4386c5bf228314150d281c911cc9fcd97
0
roles/terraform
7,236
[ "no_license" ]
[ { "path": "roles/terraform/vars/main.yml", "content": "terraform_version : '0.11.8'\nterraform_platform : linux_amd64\nterraform_mirror : https://releases.hashicorp.com/terraform\nterraform_install_dir : /usr/local/bin\n\nterraform_bin_with_version : 'terraform_{{ terraform_version }}'\nterraform_zip: '{{ t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1996, "all_permissive": false }
ansible_role
lunarxlark/my-local-setup
a00b0fe4386c5bf228314150d281c911cc9fcd97
0
roles/tmux
7,236
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "- name: check tmux installed\n stat:\n path: \"{{ tmux_bin }}\"\n register: tmux_bin\n\n- when: not tmux_bin.stat.exists\n block:\n\n - name: (required) install library\n apt:\n name:\n - automake\n - build-essential\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1394, "all_permissive": false }
ansible_role
JavierCulebras/p2
32ec86690bcc86b5a6190772da1bedbb5fe85b9c
0
ansible/roles/acr
7,336
[ "no_license" ]
[ { "path": "ansible/roles/acr/tasks/main.yml", "content": "- name: Imágenes usadas con podman\n hosts: acr\n gather_facts: no\n vars_files:\n - ../../secrets.yaml\n\n tasks:\n - name: Descargar Nginx \n containers.podman.podman_image:\n name: docker.io/library/nginx:latest\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2007, "all_permissive": false }
ansible_role
JavierCulebras/p2
32ec86690bcc86b5a6190772da1bedbb5fe85b9c
0
ansible/roles/aks
7,336
[ "no_license" ]
[ { "path": "ansible/roles/aks/tasks/frontend-service.yml.j2", "content": "---\napiVersion: v1\nkind: Service\nmetadata:\n name: frontend\n namespace: \"{{ namespace }}\"\nspec:\n type: LoadBalancer\n ports:\n - port: 80\n selector:\n app: frontend\n---", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3686, "all_permissive": false }
ansible_role
JavierCulebras/p2
32ec86690bcc86b5a6190772da1bedbb5fe85b9c
0
ansible/roles/vm
7,336
[ "no_license" ]
[ { "path": "ansible/roles/vm/tasks/main.yml", "content": "- name: VM\n hosts: vm\n vars_files:\n - ../../secrets.yaml\n\n tasks:\n - name: Instalar Podman\n become: yes\n apt:\n name: podman\n state: present\n update_cache: yes\n\n - name: Configuración Podman\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 901, "all_permissive": false }
ansible_role
maxiayoub/Ansible-Docker-Project
ee3b3fc0719604d57b3e36da813a6bf49a8c0d49
0
roles/docker
7,336
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n - name: \"repository\"\n yum_repository:\n name: \"Docker\"\n description: \"Docker Repo\"\n baseurl: \"https://download.docker.com/linux/centos/9/x86_64/stable\"\n gpgcheck: no\n enabled: yes\n\n - name: \"installing dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
andreoug/virtualboxSiteDemo
a904222520a4f98751b32498edbe6b0e689e9cd5
0
demo/roles/site
7,336
[ "no_license" ]
[ { "path": "demo/roles/site/tasks/main.yml", "content": "---\n- include: install-tools.yml\n when: ansible_distribution in [ 'Debian', 'Ubuntu' ]\n\n#- include: install-rails.yml\n\n- include: install-java.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 901, "all_permissive": false }
ansible_role
stsimb/home-rpi
78f720fb8f30b0feeb27397c90163544b8592a2b
0
roles/dnsmasq
7,336
[ "no_license" ]
[ { "path": "roles/dnsmasq/vars/main.yml", "content": "---\n# variables for local config\n\n# default router address\n DEFAULT_GW: \"192.168.1.1\"\n\n# upstream ntp server\n NTP_SERVER: \"192.168.127.12\"\n\n# upstream dns servers\n DNS1: \"192.168.127.12\"\n DNS2: \"172.16.58.3\"\n\n# family shield dns serve...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3065, "all_permissive": false }
ansible_role
stsimb/home-rpi
78f720fb8f30b0feeb27397c90163544b8592a2b
0
roles/ntp
7,336
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n# this playbook contains ntp daemon setup\n\n- name: install ntp package\n apt: name=ntp state=latest\n tags: ntp\n\n#- name: configure ntp file\n# template: src=ntp.conf.j2 dest=/etc/ntp.conf\n# tags: ntp\n# notify: restart ntp\n\n- name: start th...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 318, "all_permissive": false }
ansible_role
stsimb/home-rpi
78f720fb8f30b0feeb27397c90163544b8592a2b
0
roles/squid3
7,336
[ "no_license" ]
[ { "path": "roles/squid3/vars/main.yml", "content": "---\n# variables for local config\n\n# localnet\n LOCALNET: \"192.168.1.0/24\"\n\n# short shutdown_lifetime\n SHUTDOWN_LIFETIME: \"5 seconds\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1120, "all_permissive": false }
ansible_role
I4nJ/jmsn
e88908699a9dd286d1f2bb7c13576e6023ccf80f
0
ansible/roles/lxd
7,336
[ "no_license" ]
[ { "path": "ansible/roles/lxd/tasks/main.yml", "content": "---\n- name: Include version specific variables\n include_vars: \" {{ ansible_distribution }}-{{ ansible_distribution_version}}.yml\"\n when: ansible_distribution == 'Ubuntu'\n\n# install the LTS version of snap. 4.0 supported till 2025\n- name: In...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1169, "all_permissive": false }
ansible_role
f-klubben/server-config
74ffb36a89bf8d783833c81d6e3e6349a039a323
0
roles/certificates
7,336
[ "no_license" ]
[ { "path": "roles/certificates/tasks/main.yml", "content": "---\n- name: Check if lego ACME client is installed\n stat:\n path: /usr/local/bin/lego\n register: lego_exe\n\n- name: Install lego ACME client\n get_url:\n url: \"https://github.com/go-acme/lego/releases/download/v3.0.2/lego_v3.0.2_linux_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1675, "all_permissive": false }
ansible_role
f-klubben/server-config
74ffb36a89bf8d783833c81d6e3e6349a039a323
0
roles/website
7,336
[ "no_license" ]
[ { "path": "roles/website/MAINTENANCE.md", "content": "# Putting a nginx vhost into service mode\n\nThis can be put in a location block to restrict access to a certain ip address. It is recommended to restrict access to 127.0.0.1/localhost and do SSH port forwarding to get access.\n```\nif ($remote_addr != \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1859, "all_permissive": false }
ansible_role
skanner909/ctf_scoreboard
3898fe026b1a491e21a560db4e74314d44613d45
0
playbooks/roles/scoreboard
7,336
[ "permissive" ]
[ { "path": "playbooks/roles/scoreboard/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: hotpeppersec\n hostname: hotpeppersec\n image: ubuntu:latest\n # Do note that running containers in privileged mode is considerably less...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 4066, "all_permissive": true }
ansible_role
benemon/openshift-ansible-quotas
d3035d33aba9fef1d6bcf127eea7b1c494dfdf3a
0
roles/common
7,336
[ "no_license" ]
[ { "path": "roles/common/README.md", "content": "common\n======\n\nA role to undertake prerequisites before the execution of any accompanying roles\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/common/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 208, "all_permissive": false }
ansible_role
benemon/openshift-ansible-quotas
d3035d33aba9fef1d6bcf127eea7b1c494dfdf3a
0
roles/openshift-idling
7,336
[ "no_license" ]
[ { "path": "roles/openshift-idling/tasks/main.yml", "content": "---\n# tasks file for openshift-idling\n\n- name: create temporary directory\n tempfile:\n state: directory\n suffix: idling\n register: openshift_idling_dir \n\n- include_tasks: 00-idling.yml\n loop: \"{{ openshift_projects }}\"\n loo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1731, "all_permissive": false }
ansible_role
benemon/openshift-ansible-quotas
d3035d33aba9fef1d6bcf127eea7b1c494dfdf3a
0
roles/openshift-quotas
7,336
[ "no_license" ]
[ { "path": "roles/openshift-quotas/tasks/00-quotas-limits.yml", "content": "---\n# tasks file for openshift-quotas\n- name: set quotas and limiranges for {{ openshift_project }}\n block:\n - name: check for existence of {{ openshift_project }}\n k8s_facts:\n kind: Project\n name: \"{{ ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4054, "all_permissive": false }
ansible_role
jkrivas/nginx_redis
7e6b74c8cf8dc3a7ed61a3d9e327fd328c7bd727
0
roles/nginx
7,336
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- block:\n - name: Install Nginx\n yum:\n name: nginx\n state: present\n\n - name: Install policycoreutils-python (for SELinux management)\n yum:\n name: policycoreutils-python\n state: present\n\n - name: Change the httpd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
jkrivas/nginx_redis
7e6b74c8cf8dc3a7ed61a3d9e327fd328c7bd727
0
roles/redis
7,336
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n- block:\n - name: Install Redis\n yum:\n name: redis\n state: present\n\n - name: Enable Append-only logs (AOF)\n lineinfile:\n path: /etc/redis.conf\n regexp: \"^{{ item.split(' ')[0] }}\"\n line: \"{{ item }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
jkrivas/nginx_redis
7e6b74c8cf8dc3a7ed61a3d9e327fd328c7bd727
0
roles/syslog-ng
7,336
[ "no_license" ]
[ { "path": "roles/syslog-ng/defaults/main.yml", "content": "---\nsyslogng_repo_baseurl: https://copr-be.cloud.fedoraproject.org/results/czanik/syslog-ng314/epel-7-$basearch/\nsyslogng_repo_gpgkey: https://copr-be.cloud.fedoraproject.org/results/czanik/syslog-ng314/pubkey.gpg", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1344, "all_permissive": false }
ansible_role
tholeb/batman_adhoc_network
d8305126083cd5d79ae64bf84c275c080da90fd2
0
roles/batman
7,336
[ "no_license" ]
[ { "path": "roles/batman/templates/bat0-routeur.j2", "content": "auto bat0\niface bat0 inet static\n\tpre-up /usr/sbin/batctl if add wlan0\n\taddress 192.168.60.3/24", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/batman/tasks/server.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3137, "all_permissive": false }
ansible_role
tholeb/batman_adhoc_network
d8305126083cd5d79ae64bf84c275c080da90fd2
0
roles/setup
7,336
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Upload le .deb de batctl\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /tmp/{{ item }}\n mode: \"0644\"\n loop:\n - batctl_2020.4-2_arm64.deb\n - vim-common_8.2.2434-3+deb11u1_all.deb\n - vim-runtime_8.2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1097, "all_permissive": false }
ansible_role
Alby11/ansible-zsh-setup
8e392e38d623972142267a1274e99c83261e8fa8
0
roles/dotfiles
7,336
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Download dotfiles setup script from Gist\n get_url:\n url: https://gist.githubusercontent.com/Alby11/1843ee8b77631dbd550ab79675fbc27f/raw\n dest: /tmp/dotfiles_setup.sh\n mode: \"0755\"\n\n- name: Run dotfiles setup script\n shell: /t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 654, "all_permissive": false }
ansible_role
Alby11/ansible-zsh-setup
8e392e38d623972142267a1274e99c83261e8fa8
0
roles/package_manager
7,336
[ "no_license" ]
[ { "path": "roles/package_manager/tasks/main.yml", "content": "- name: Ensure user has passwordless sudo access\n lineinfile:\n path: /etc/sudoers\n state: present\n regexp: \"^{{ ansible_user }}\"\n line: \"{{ ansible_user }} ALL=(ALL) NOPASSWD:ALL\"\n validate: \"visudo -cf %s\"\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
raghudevopsb82/tools-automation
41ac344fff8b057b0001d406087090bdf6eabd45
0
roles/elasticsearch
7,336
[ "no_license" ]
[ { "path": "roles/elasticsearch/tasks/main.yml", "content": "- name: Copy elasticsearch repo\n ansible.builtin.template:\n src: elastic.repo\n dest: /etc/yum.repos.d/elastic.repo\n\n- name: Install ELK\n ansible.builtin.dnf:\n name:\n - elasticsearch\n - kibana\n - logstash\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1094, "all_permissive": false }
ansible_role
raghudevopsb82/tools-automation
41ac344fff8b057b0001d406087090bdf6eabd45
0
roles/github-runner
7,336
[ "no_license" ]
[ { "path": "roles/github-runner/tasks/main.yml", "content": "- name: Add github runner user\n ansible.builtin.user:\n name: github-runner\n home: /github-runner\n\n- name: Download runner software\n ansible.builtin.unarchive:\n src: https://github.com/actions/runner/releases/download/v2.322.0/acti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3202, "all_permissive": false }
ansible_role
raghudevopsb82/tools-automation
41ac344fff8b057b0001d406087090bdf6eabd45
0
roles/jenkins
7,336
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "- name: Copy Jenkins repo file\n ansible.builtin.template:\n src: jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n\n- name: Install Java\n ansible.builtin.dnf:\n name:\n - java-17-openjdk\n - fontconfig\n state: installed\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 426, "all_permissive": false }
ansible_role
raghudevopsb82/tools-automation
41ac344fff8b057b0001d406087090bdf6eabd45
0
roles/jenkins-agent
7,336
[ "no_license" ]
[ { "path": "roles/jenkins-agent/tasks/main.yml", "content": "- name: Install Java & Python\n ansible.builtin.dnf:\n name:\n - java-17-openjdk\n - fontconfig\n - python3.12-devel\n - python3.12-pip\n state: installed\n\n- name: Add Jenkins User\n ansible.builtin.user:\n name: je...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
raghudevopsb82/tools-automation
41ac344fff8b057b0001d406087090bdf6eabd45
0
roles/sonarqube
7,336
[ "no_license" ]
[ { "path": "roles/sonarqube/tasks/main.yml", "content": "- name: Install Java\n ansible.builtin.dnf:\n name: java-17-openjdk\n state: installed\n\n- name: Create sonarqube user\n ansible.builtin.user:\n name: sonar\n\n- name: Create sonarqube directory\n ansible.builtin.file:\n path: /sonarqub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": false }
ansible_role
piaccarino/kolla-opflex-gbp
3657529a30f499226882c434179de3cb1094da7b
0
roles/gbp
7,336
[ "no_license" ]
[ { "path": "roles/gbp/templates/ml2_conf.ini.j2", "content": "#/etc/neutron/plugins/ml2/ml2_conf.ini\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/gbp/tasks/deploy.yml", "content": "---\n- include: unregister.yml\n when: inventory_hos...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 16, "total_bytes": 24367, "all_permissive": false }
ansible_role
cDevOps78/expenseAnsibleGoCD
188f4c2134332f77550f74acf4e11105a8192748
0
roles/backend
7,336
[ "no_license" ]
[ { "path": "roles/backend/meta/main.yaml", "content": "dependencies:\n - role: common\n ## - role: node-exporter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/backend/tasks/main.yaml", "content": "# Note check vars/main.yaml update wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2180, "all_permissive": false }
ansible_role
cDevOps78/expenseAnsibleGoCD
188f4c2134332f77550f74acf4e11105a8192748
0
roles/frontend
7,336
[ "no_license" ]
[ { "path": "roles/frontend/vars/main.yaml", "content": "backendServerIP: \"backend-{{ env }}.azcart.online\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/frontend/tasks/main.yaml", "content": "# Note check vars/main.yaml update with bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 991, "all_permissive": false }
ansible_role
cDevOps78/expenseAnsibleGoCD
188f4c2134332f77550f74acf4e11105a8192748
0
roles/mysql
7,336
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: Install Mysql\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: To start Mysql\n ansible.builtin.systemd_service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: To check weather mysql root passwo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 601, "all_permissive": false }
ansible_role
cDevOps78/expenseAnsibleGoCD
188f4c2134332f77550f74acf4e11105a8192748
0
roles/newrelic
7,336
[ "no_license" ]
[ { "path": "roles/newrelic/tasks/backend-newrelic.yaml", "content": "- name: Install NEW_RELIC_NODEJS\n ansible.builtin.shell: npm install newrelic --save\n args:\n chdir: /app", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
cDevOps78/expenseAnsibleGoCD
188f4c2134332f77550f74acf4e11105a8192748
0
roles/node-exporter
7,336
[ "no_license" ]
[ { "path": "roles/node-exporter/vars/main.yaml", "content": "version: \"1.7.0\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/node-exporter/tasks/main.yaml", "content": "- name: Download and extract node-exporter\n ansible.builtin.unarc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
joaopsmendes/ascn-ghost
2d35011539d0bf0b030c52f7bad6954317e10268
0
roles/benchmark
7,336
[ "no_license" ]
[ { "path": "roles/benchmark/tasks/main.yml", "content": "\n- name: Create benchmark directory\n ansible.builtin.file:\n path: benchmark\n state: directory\n\n- name: copy file from templates to benchmark\n ansible.builtin.copy:\n src: \"templates/{{ item }}\"\n dest: benchmark/\n with_items:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 933, "all_permissive": false }
ansible_role
joaopsmendes/ascn-ghost
2d35011539d0bf0b030c52f7bad6954317e10268
0
roles/create_dashboards
7,336
[ "no_license" ]
[ { "path": "roles/create_dashboards/tasks/main.yml", "content": "\n\n- name: Create dashboard for cpu\n shell: gcloud monitoring dashboards create --config-from-file=dashboards/dashboard.json", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 124, "all_permissive": false }
ansible_role
joaopsmendes/ascn-ghost
2d35011539d0bf0b030c52f7bad6954317e10268
0
roles/delete_dashboard
7,336
[ "no_license" ]
[ { "path": "roles/delete_dashboard/tasks/main.yml", "content": "\n- name: Get Dashboard ID \n shell: gcloud monitoring dashboards list --format=\"table(name)\" --filter=\"displayName='Ghost Monitorization'\" | tail -n 1\n register: dashboard_id\n\n- name: debug dashboard id\n ansible.builtin.debug:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
joaopsmendes/ascn-ghost
2d35011539d0bf0b030c52f7bad6954317e10268
0
roles/deploy_ghost
7,336
[ "no_license" ]
[ { "path": "roles/deploy_ghost/vars/main.yml", "content": "---\n\n\nadmin_name: ascn\nadmin_pass: <PASSWORD>\nadmin_email: <EMAIL>\nmailUser: <MAIL_USER>\nmailPassword: <MAIL_PASSWORD>\npass_hash: <PASS_HASH>\n\nport_ghost: 2368", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4202, "all_permissive": false }
ansible_role
joaopsmendes/ascn-ghost
2d35011539d0bf0b030c52f7bad6954317e10268
0
roles/setup_ghost
7,336
[ "no_license" ]
[ { "path": "roles/setup_ghost/vars/main.yml", "content": "\nport_ghost: 2368", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/setup_ghost/tasks/main.yml", "content": "\n\n- name: Create GCP address\n google.cloud.gcp_compute_address:\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1841, "all_permissive": false }
ansible_role
joaopsmendes/ascn-ghost
2d35011539d0bf0b030c52f7bad6954317e10268
0
roles/undeploy_ghost
7,336
[ "no_license" ]
[ { "path": "roles/undeploy_ghost/tasks/main.yml", "content": "---\n\n\n\n#- name: Replace ghost-deployment.yml\n# ansible.builtin.replace:\n# path: ghost/ghost-deployment.yml\n# regexp: \"value: http://.*:2368\"\n# replace: 'value: <IP>'\n\n- name: Delete GCP address\n google.cloud.gcp_compute_add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2410, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v1/roles/backend
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v1/roles/backend/tasks/main.yml", "content": "---\n- name: Clone full repository\n become: yes\n ansible.builtin.git:\n repo: \"{{ app_repo }}\"\n dest: \"{{ backend_src_path }}\"\n version: \"{{ app_version }}\"\n force: yes\n\n- name: Create .env file from templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 987, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v1/roles/common
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v1/roles/common/tasks/main.yml", "content": "---\n- name: Install required packages Docker\n become: yes\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - git\n state: present\n update_cache:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1142, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v1/roles/frontend
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v1/roles/frontend/tasks/main.yml", "content": "---\n- name: Clone full repository\n become: yes\n git:\n repo: \"{{ app_repo }}\"\n dest: \"/opt/todolist/frontend\"\n version: \"{{ app_version }}\"\n force: yes\n \n- name: Build frontend image using docker comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v1/roles/postgres
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v1/roles/postgres/tasks/main.yml", "content": "---\n- name: Create volume directory\n become: yes\n file:\n path: \"{{ postgres_volume_path }}\"\n state: directory\n mode: '0755'\n\n- name: Deploy PostgreSQL container\n become: yes\n community.docker.docker_container...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 758, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v2/roles/backend
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v2/roles/backend/templates/.env.j2", "content": "DB_HOST={{ backend_db_host }}\nDB_PORT={{ backend_db_port }}\nDB_USER={{ backend_db_user }}\nDB_PASSWORD={{ <PASSWORD>_db_password }}\nDB_NAME={{ backend_db_name }}\n", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2508, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v2/roles/frontend
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v2/roles/frontend/tasks/main.yml", "content": "---\n- name: Install Node.js and npm\n apt:\n name:\n - nodejs\n - npm\n state: present\n tags: nodejs\n\n- name: Clone repository\n git:\n repo: \"{{ frontend_repo }}\"\n dest: \"{{ frontend_src_dir }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 641, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v2/roles/nginx
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v2/roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n become: yes\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Clean up default Nginx configs\n become: yes\n file:\n path: \"{{ item }}\"\n state: absent\n loop:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2068, "all_permissive": false }
ansible_role
sudolicious/todolist-ansible
37a06b1fa45f43de1348ab51b04fed4407af8cf8
0
todolist-ansible.v2/roles/postgres
7,376
[ "no_license" ]
[ { "path": "todolist-ansible.v2/roles/postgres/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt:\n name:\n - python3\n - python3-psycopg2\n - postgresql-{{ postgres_version }}\n state: present\n update_cache: yes\n\n- name: Ensure PostgreSQL service is running\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1610, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/bkpserver
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/bkpserver/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - bkpserver", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "Final project/provisioning/roles/bkpserver/de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1867, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/common
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/common/templates/hosts.j2", "content": "127.0.0.1\t{{ansible_hostname}}\t{{ansible_hostname}}\n127.0.0.1\tlocalhost\n::1\t\tlocalhost\n\n192.168.1.102\tbkplog\n192.168.1.103\tfe1\n192.168.1.104\tfe2\n192.168.1.105\tdb1\n192.168.1.106\tdb2\n192.168.1.107\tdb3\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/logclient
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/logclient/tasks/main.yml", "content": "# tasks file for logclient\n---\n- name: Install audispd-plugins\n yum:\n name: audispd-plugins\n state: latest\n tags:\n - logclient\n - audispd-plugins\n\n- name: Update /etc/audisp/audisp-remote.conf\n templ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2391, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/logserver
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/logserver/defaults/main.yml", "content": "# defaults file for logserver\n---\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "Final project/provisioning/roles/logserver/tasks/main.yml", "content": "#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 883, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/lsyncd
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/lsyncd/templates/lsyncd.conf.j2", "content": "----\n-- User configuration file for lsyncd.\n--\n-- Simple example for default rsync, but executing moves through on the target.\n--\n-- For more examples, see /usr/share/doc/lsyncd*/examples/\n-- \n-- sync{default.rs...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3699, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/mysql-server
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/mysql-server/templates/my.cnf.j2", "content": "# For advice on how to change settings please see\n# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html\n\n[mysqld]\n#\n# Remove leading # and set to the amount of RAM for the most important dat...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8155, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/mysqlrouter
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/mysqlrouter/vars/main.yml", "content": "---\n# vars file for mysqlrouter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "Final project/provisioning/roles/mysqlrouter/tasks/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2928, "all_permissive": false }
ansible_role
alvicsam/OTUS-Linux
46044cf4a674bd805f9aa2f600fa6bdd9dc7ebb8
0
Final project/provisioning/roles/nginx
7,376
[ "no_license" ]
[ { "path": "Final project/provisioning/roles/nginx/handlers/main.yml", "content": "# handlers file for nginx\n---\n- name: reload nginx\n systemd:\n name: nginx\n state: reloaded\n\n- name: restart firewalld\n systemd:\n name: firewalld\n state: restarted", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2952, "all_permissive": false }