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 | fxkr/gpn16-ansible-vortrag | fe84953100cc8bd619dae0b84cbfc4e0f04bfafb | 7 | roles/user | 1,119 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "---\n\n- user: name=\"{{ username }}\" groups=sudo append=yes\n\n- authorized_key: user=\"{{ username }}\" key=\"{{ item }}\"\n with_items: \"{{ admin_keys[username] }}\"\n\n- authorized_key: user=\"root\" key=\"{{ item }}\"\n with_items: \"{{ admin_keys[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | mariam-kvirkvelia-1-btu-edu-ge/ansible | a18220358f3610ee24f725991b32d4a84ebf41a3 | 0 | ansible/roles/git_download | 1,119 | [
"no_license"
] | [
{
"path": "ansible/roles/git_download/tasks/main.yml",
"content": "---\n- name: Clone Node.js Hello World repository from GitHub\n git:\n repo: https://github.com/fropa/nodejs-hello.git\n dest: /opt/nodejs\n become: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | mariam-kvirkvelia-1-btu-edu-ge/ansible | a18220358f3610ee24f725991b32d4a84ebf41a3 | 0 | ansible/roles/run_project | 1,119 | [
"no_license"
] | [
{
"path": "ansible/roles/run_project/tasks/main.yml",
"content": "---\n- name: Start the application with PM2\n command: /usr/local/bin/pm2 start {{ app_destination }} --name \"nodejs-hello\" --watch -- 3000\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | Divyapuja/NetworkingWithDocker | 9ac4089392b864c2546cfb29f4d8cb46837723bd | 0 | roles/basicSetup | 1,119 | [
"no_license"
] | [
{
"path": "roles/basicSetup/tasks/main.yml",
"content": "---\n - name: create containers LC1\n command: sudo docker run -itd --privileged --name=LC1 --hostname=LC1 ubuntu\n\n - name: create containers LC2\n command: sudo docker run -itd --privileged --name=LC2 --hostname=LC2 ubuntu\n\n - name: crea... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 11672,
"all_permissive": false
} |
ansible_role | Divyapuja/NetworkingWithDocker | 9ac4089392b864c2546cfb29f4d8cb46837723bd | 0 | roles/infrastructure | 1,119 | [
"no_license"
] | [
{
"path": "roles/infrastructure/tasks/getPID.sh",
"content": "#!/bin/bash -v\nsudo docker inspect -f {{.State.Pid}} $1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/infrastructure/tasks/L3.sh",
"content": "#!/bin/bash\n#this is called... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 12530,
"all_permissive": false
} |
ansible_role | paslushenka/devops-hometasks | efdc7801ca9804872ef5dc59073e56e2e876ba16 | 0 | task-06/roles/ansible-jenkins | 1,119 | [
"no_license"
] | [
{
"path": "task-06/roles/ansible-jenkins/tasks/main.yaml",
"content": "---\n- name: Role 'ansible-jenkins'\n debug:\n msg: \"Role 'ansible-jenkins'\"\n- name: Install (default-jdk, git, build-essential, jq)\n apt:\n pkg:\n - default-jdk\n - git\n - build-essential\n - jq\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2458,
"all_permissive": false
} |
ansible_role | paslushenka/devops-hometasks | efdc7801ca9804872ef5dc59073e56e2e876ba16 | 0 | task-06/roles/common | 1,119 | [
"no_license"
] | [
{
"path": "task-06/roles/common/tasks/main.yaml",
"content": "---\n- name: Role 'common'\n debug:\n msg: \"Role 'common'\"\n- name: Disable key check 'ansible.cfg'\n become: yes\n ini_file:\n path: /etc/ansible/ansible.cfg\n section: defaults\n option: host_key_checking\n value: False\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | paslushenka/devops-hometasks | efdc7801ca9804872ef5dc59073e56e2e876ba16 | 0 | task-06/roles/nexus3-oss | 1,119 | [
"no_license"
] | [
{
"path": "task-06/roles/nexus3-oss/tasks/main.yaml",
"content": "---\n- name: Role 'nexus3-oss'\n debug:\n msg: \"Role 'nexus3-oss'\"\n- name: Install (default-jdk, gpg)\n apt:\n pkg:\n - default-jdk\n - gpg\n state: present\n update_cache: true\n- name: Set JAVA_HOME\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | paslushenka/devops-hometasks | efdc7801ca9804872ef5dc59073e56e2e876ba16 | 0 | task-06/roles/server | 1,119 | [
"no_license"
] | [
{
"path": "task-06/roles/server/tasks/main.yaml",
"content": "---\n- name: Role 'server'\n debug:\n msg: \"Role 'server'\"\n- name: Enable password authentification\n become: yes\n replace:\n path: /etc/ssh/sshd_config\n regexp: '^PasswordAuthentication no$'\n replace: 'PasswordAuthentication... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 665,
"all_permissive": false
} |
ansible_role | giofontana/ocp4-prereqs-prepare | c3d0eb033bf4b75a82525e2d2410b4b2b79fe280 | 0 | roles/ocp-prepare-prereqs | 1,119 | [
"no_license"
] | [
{
"path": "roles/ocp-prepare-prereqs/tasks/main.yml",
"content": "---\n# tasks file for ocp-prepare-prereqs\n\n- name: Install Required Packages\n tags: install_pkgs\n yum:\n name: \"{{ packages }}\"\n state: latest \n vars:\n packages:\n - bind-chroot\n - tftp-server \n - ipxe-boo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2684,
"all_permissive": false
} |
ansible_role | rodrigol78/ansible | 09a9e2b7e98c3686076eca3fed867ec21611ac03 | 1 | roles/mysql | 1,119 | [
"no_license"
] | [
{
"path": "roles/mysql/defaults/main.yml",
"content": "---\nwp_host_ip:\n - localhost\n - '127.0.0.1'\n - '192.168.100.100'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/mysql/handlers/main.yml",
"content": "---\n- name: reinicia o m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | rodrigol78/ansible | 09a9e2b7e98c3686076eca3fed867ec21611ac03 | 1 | roles/webservice | 1,119 | [
"no_license"
] | [
{
"path": "roles/webservice/tasks/main.yml",
"content": "---\n- name: \"Instala pacotes de dependencias do SO\"\n apt:\n name: \"{{ item }}\"\n state: latest\n become: yes\n with_items:\n - php7.4\n - apache2\n - libapache2-mod-php7.4\n - php7.4-gd\n - libssh-4\n - php7.4-mysql",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | rodrigol78/ansible | 09a9e2b7e98c3686076eca3fed867ec21611ac03 | 1 | roles/wordpress | 1,119 | [
"no_license"
] | [
{
"path": "roles/wordpress/meta/main.yml",
"content": "---\ndependencies:\n - webservice",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Download do Wordpress'\n get_url:\n url: 'h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | CSpyridakis/notes | a51682b5510bc694537a0e1f12914f36d2a3a2a2 | 41 | IaC/Ansible/examples/15.roles/roles/base | 1,119 | [
"no_license"
] | [
{
"path": "IaC/Ansible/examples/15.roles/roles/base/tasks/main.yml",
"content": "- name: Update packages (Debian)\n when: ansible_distribution in [\"Ubuntu\", \"Debian\"]\n tags: ubuntu,packages\n apt:\n update_cache: yes\n\n- name: Update packages (Red Hat)\n when: ansible_distribution in [\"Fedora\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | CSpyridakis/notes | a51682b5510bc694537a0e1f12914f36d2a3a2a2 | 41 | IaC/Ansible/examples/15.roles/roles/servers | 1,119 | [
"no_license"
] | [
{
"path": "IaC/Ansible/examples/15.roles/roles/servers/tasks/main.yml",
"content": "- name: Install packages (Debian)\n when: ansible_distribution in [\"Ubuntu\", \"Debian\"]\n apt:\n update_cache: true\n name: \n - apache2\n state: latest\n\n- name: Install packages (Red Hat)\n when: ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 494,
"all_permissive": false
} |
ansible_role | CSpyridakis/notes | a51682b5510bc694537a0e1f12914f36d2a3a2a2 | 41 | IaC/Ansible/structure-template/roles/base | 1,119 | [
"no_license"
] | [
{
"path": "IaC/Ansible/structure-template/roles/base/handlers/main.yml",
"content": "# The name of the handler task, should be the same\n# as the reference used during `notify`\n- name: trigger-role-base-handler\n debug:\n msg: \"Role base handler was triggered\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | Asyl0512/project_prometheus_grafana | 8b0ee79981a419ba7c17277e3c1aa259082c0b83 | 0 | ansible/roles/grafana | 1,159 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "- name: Install Grafana dependencies\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - software-properties-common\n\n- name: Add Grafana GPG key\n apt_key:\n url: https://packages.grafana.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | Asyl0512/project_prometheus_grafana | 8b0ee79981a419ba7c17277e3c1aa259082c0b83 | 0 | ansible/roles/node_exporter | 1,159 | [
"no_license"
] | [
{
"path": "ansible/roles/node_exporter/handlers/main.yml",
"content": "- name: restart node_exporter\n systemd:\n name: node_exporter\n state: restarted\n daemon_reload: yes\n become: yes\n when: ansible_facts['os_family'] == \"Debian\"\n\n- name: reload node_exporter\n systemd:\n name: node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | Asyl0512/project_prometheus_grafana | 8b0ee79981a419ba7c17277e3c1aa259082c0b83 | 0 | ansible/roles/prometheus | 1,159 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/tasks/main.yml",
"content": "- name: Create Prometheus user\n user:\n name: prometheus\n system: yes\n createhome: no\n shell: /bin/false\n\n- name: Download Prometheus\n get_url:\n url: https://github.com/prometheus/prometheus/releases/download/v2.45.0/p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2705,
"all_permissive": false
} |
ansible_role | PacoGuillermoGarcia/wordpresswithansible | eb8265e0b3f81c649bc447da1b6b8ab5af9720db | 0 | roles/apache2 | 1,159 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yaml",
"content": "- name: instalacion de apache2 y php\n apt:\n pkg:\n - apache2\n - php\n - php-mysql\n notify:\n - restart apache2\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 | PacoGuillermoGarcia/wordpresswithansible | eb8265e0b3f81c649bc447da1b6b8ab5af9720db | 0 | roles/mariadb | 1,159 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yaml",
"content": "- name: Instalación y configuración de mariadb para wordpress\n apt:\n pkg: \n - mariadb-server\n - python-mysqldb\n- name: Configuración mariadb\n template: >\n src=etc/mysql/mariadb.conf.d/50-server.cnf\n dest=/etc/mysql/mariadb.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 601,
"all_permissive": false
} |
ansible_role | PacoGuillermoGarcia/wordpresswithansible | eb8265e0b3f81c649bc447da1b6b8ab5af9720db | 0 | roles/update | 1,159 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yaml",
"content": "- name: Actualizando el sistema\n apt: update-cache=yes upgrade=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | PacoGuillermoGarcia/wordpresswithansible | eb8265e0b3f81c649bc447da1b6b8ab5af9720db | 0 | roles/wordpress | 1,159 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yaml",
"content": "- name: Instalar unzip\n apt:\n name: unzip\n- name: Descargar wordpress\n get_url: url=https://wordpress.org/latest.zip dest=/tmp/latest.zip mode=0640\n- name: Descomprimir wordpress\n unarchive: src=/tmp/latest.zip dest=/var/www/html copy=no o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/Network_Configuration | 1,159 | [
"no_license"
] | [
{
"path": "roles/Network_Configuration/vars/main.yml",
"content": "---\n# vars file for Network_Configuration\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/Network_Configuration/tasks/06.Network_parameter_router_host.yml",
"content": ... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 28569,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/additional.process.hardening | 1,159 | [
"no_license"
] | [
{
"path": "roles/additional.process.hardening/tasks/01.additional.process.hardening.yml",
"content": "---\n\n# 1.5.1 ===============================================================================================================\n\n- block:\n - name: Disable core dumps\n lineinfile: \n path: /etc/s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4273,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/bootloader | 1,159 | [
"no_license"
] | [
{
"path": "roles/bootloader/vars/main.yml",
"content": "---\n# vars file for bootloader",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/bootloader/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3814,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/cron | 1,159 | [
"no_license"
] | [
{
"path": "roles/cron/tasks/01.harden.cron_config.yml",
"content": "---\n- block:\n\n - block:\n - name: Check if cron is running\n shell: systemctl is-enabled cron\n register: cron_state\n ignore_errors: True\n\n - name: installing cron on Debian\n apt: name=cron stat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5034,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/filesystem | 1,159 | [
"no_license"
] | [
{
"path": "roles/filesystem/templates/CIS.vfat.conf.j2",
"content": "install vfat /bin/true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/filesystem/tasks/01.disable.unused.filesystems.yml",
"content": "---\n\n# 1.1.1.1 ==============... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 35905,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/filesystem.integrity.checking | 1,159 | [
"no_license"
] | [
{
"path": "roles/filesystem.integrity.checking/tasks/main.yml",
"content": "---\n- include: 01.aide.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "roles/filesystem.integrity.checking/tasks/01.aide.yml",
"content": "---\n\n# 1.3.1 =========... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3586,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/init.logging.facts | 1,159 | [
"no_license"
] | [
{
"path": "roles/init.logging.facts/vars/main.yml",
"content": "---\n# vars file for init.logging.facts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/init.logging.facts/defaults/main.yml",
"content": "---\n# defaults file for init.loggi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 470,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/log.and.audit | 1,159 | [
"no_license"
] | [
{
"path": "roles/log.and.audit/templates/CIS.log.modify.time.date.32bit.rules.j2",
"content": "-a always,exit -F arch=b32 -S adjtimex -S settimeofday -S stime -k time-change\n-a always,exit -F arch=b32 -S clock_settime -k time-change\n-w /etc/localtime -p wa -k time-change\n",
"license_type": "no_licens... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 12301,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/pam | 1,159 | [
"no_license"
] | [
{
"path": "roles/pam/defaults/main.yml",
"content": "---\n# defaults file for pam",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/pam/vars/main.yml",
"content": "---\n# vars file for pam",
"license_type": "no_license",
"detected_l... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8228,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/save.logging.facts | 1,159 | [
"no_license"
] | [
{
"path": "roles/save.logging.facts/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - save.logging.facts",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/save.logging.facts/handlers/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1664,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/services | 1,159 | [
"no_license"
] | [
{
"path": "roles/services/tasks/main.yml",
"content": "---\n#- include: 01.inetd_Services.yml\n- include: 02.Time_Synchronization.yml\n- include: 03.deactivate_services.yml\n- include: 04.Service_Clients.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
},
{
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 21567,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/sshd | 1,159 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/hard.sshd_config.yml",
"content": "---\n- block:\n - stat:\n path: \"{{sshd_config_path}}\"\n register: sshd_config\n\n - name: Wrong permissions on sshd_config\n file: path=\"{{sshd_config_path}}\" owner=root group=root mode=0600\n when: sshd_config.stat.pw_name ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 10911,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/system_maintenance | 1,159 | [
"no_license"
] | [
{
"path": "roles/system_maintenance/vars/main.yml",
"content": "---\n# vars file for system_maintenance\nansible_log_path: ~/ansible\nlog_path: \"{{ansible_log_path}}/system_maintenance/{{inventory_hostname}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9026,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/update.and.patch | 1,159 | [
"no_license"
] | [
{
"path": "roles/update.and.patch/defaults/main.yml",
"content": "---\n# defaults file for update.and.patch",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/update.and.patch/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_us... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1997,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/user_accounts_and_environment | 1,159 | [
"no_license"
] | [
{
"path": "roles/user_accounts_and_environment/tasks/01.harden.user_and_env.yml",
"content": "---\n\n# 5.4.1.1 =============================================================================================================\n\n- name: get passwd content\n shell: \"cat /etc/passwd\"\n register: passwd_content... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11004,
"all_permissive": false
} |
ansible_role | soolidsnake/Linux-Os-Hardening | 62c480ed330600941657736fffe4e8abb7a2b1d0 | 2 | roles/warning.banners | 1,159 | [
"no_license"
] | [
{
"path": "roles/warning.banners/tasks/main.yml",
"content": "---\n- include: 01.command.line.warning.banners.yml\n- include: 02.gui.warning.banners.yml\n when: ansible_env.GDMSESSION is defined",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": "rol... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4384,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/asdf | 1,159 | [
"no_license"
] | [
{
"path": "roles/asdf/tasks/main.yml",
"content": "---\n- name: Clone asdf-vm\n git:\n repo: https://github.com/asdf-vm/asdf.git\n dest: \"{{ lookup('env', 'HOME') }}/.asdf\"\n version: v0.9.0\n\n- name: Ensure completions directory exists\n ansible.builtin.file:\n path: \"{{ lookup('env', 'HO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1503,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/base | 1,159 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install base os tools\n community.general.homebrew:\n name:\n - base64\n - bash\n - bat\n - exa\n - fd\n - fzf\n - gnu-sed\n - gnupg\n - htop\n - jq\n - pinentry-mac\n - the-unarchiver\n - caffeine\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/browsers | 1,159 | [
"no_license"
] | [
{
"path": "roles/browsers/tasks/main.yml",
"content": "---\n- name: Install browsers\n community.general.homebrew_cask:\n name:\n - firefox\n state: upgraded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/development | 1,159 | [
"no_license"
] | [
{
"path": "roles/development/tasks/main.yml",
"content": "---\n- name: Install developer tools\n community.general.homebrew:\n name:\n - azure-cli\n - kubernetes-cli\n - kubie\n state: upgraded\n\n- name: Install developer cask tools\n community.general.homebrew_cask:\n name:\n - visu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/fisher | 1,159 | [
"no_license"
] | [
{
"path": "roles/fisher/files/config.fish",
"content": "# Managed by ansibile\n\n# if status is-interactive\n# and not set -q TMUX\n#\n# set -g TMUX tmux new-session -d -s base\n# eval $TMUX\n# tmux attach-session -d -t base\n#\n# end\n\n# Work specific config\nif test -f $HOME/.config/fish/local.fish\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1124,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/fonts | 1,159 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "---\n- name: Install font dependencies\n community.general.homebrew:\n name: svn\n\n- name: Install fonts\n community.general.homebrew_cask:\n name:\n - homebrew/cask-fonts/font-fira-code\n - homebrew/cask-fonts/font-fira-code-nerd-font\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/lunarvim | 1,159 | [
"no_license"
] | [
{
"path": "roles/lunarvim/files/lvim",
"content": "#!/bin/sh\n\nexec nvim -u ~/.local/share/lunarvim/lvim/init.lua --cmd \"set runtimepath+=~/.local/share/lunarvim/lvim\" \"$@\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": "roles/lunarvim/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3999,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/macos | 1,159 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/main.yml",
"content": "---\n- name: Disable the \"Are you sure you want to open this application?\" dialog\n ansible.builtin.command: defaults write com.apple.LaunchServices LSQuarantine -bool false\n\n- name: Restart automatically if the computer freezes\n become: yes\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2596,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/podman | 1,159 | [
"no_license"
] | [
{
"path": "roles/podman/tasks/main.yml",
"content": "---\n- name: Install podman\n community.general.homebrew:\n name: podman\n state: present\n\n- name: Check for existing machines\n ansible.builtin.shell: podman machine list --noheading | grep default | wc -l\n register: podman_machines\n change... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/terminals | 1,159 | [
"no_license"
] | [
{
"path": "roles/terminals/tasks/main.yml",
"content": "---\n- name: Install alacritty\n community.general.homebrew_cask:\n name: alacritty\n state: upgraded\n\n- name: Check for terminfo\n ansible.builtin.shell: infocmp alacritty\n register: infocmp\n failed_when: infocmp.rc > 1\n\n- name: Clone ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3190,
"all_permissive": false
} |
ansible_role | CDA0/ansible-osx-setup | ff96d8643c871a96c9debc01763c74bb4fbc40cb | 0 | roles/tmux | 1,159 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: Install tmux\n community.general.homebrew:\n name: tmux\n state: present\n\n- name: Copy config\n copy:\n src: tmux.conf\n dest: \"{{ lookup('env', 'HOME') }}/.tmux.conf\"\n\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3741,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/backend-build | 1,159 | [
"no_license"
] | [
{
"path": "roles/backend-build/tasks/main.yml",
"content": "---\n# tasks file for backend-build\n- name: Add PHP Repo\n become: true\n apt_repository:\n repo: ppa:ondrej/php\n state: present\n\n- name: Update dependencies\n become: true\n apt:\n update_cache: true\n\n- name: Install PHP\n beco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2182,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/backend-deploy | 1,159 | [
"no_license"
] | [
{
"path": "roles/backend-deploy/tasks/main.yml",
"content": "---\n# tasks file for backend-deploy\n- name: Copy BE Template\n copy:\n src: ../templates/be-template.j2\n dest: /etc/nginx/sites-available/backend\n\n- name: Link to sites-enabled\n file:\n src: /etc/nginx/sites-available/backend\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/backend-migrate | 1,159 | [
"no_license"
] | [
{
"path": "roles/backend-migrate/tasks/main.yml",
"content": "---\n# tasks file for backend-migrate\n- name: Import global vars\n include_vars:\n file: ../../../env/vars.yml\n \n- name: Copy env\n copy:\n src: ../templates/env-template\n dest: /var/www/be-todo/.env\n\n- name: Configure Laravel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 941,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/frontend-build | 1,159 | [
"no_license"
] | [
{
"path": "roles/frontend-build/tasks/main.yml",
"content": "---\n# tasks file for frontend-build\n\n- name: Setup Node\n become: yes\n become_flags: -i # Execute config files such as .profile (Ansible uses non-interactive login shells)\n become_user: pierro\n block:\n - name: Install nvm\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1996,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/frontend-deploy | 1,159 | [
"no_license"
] | [
{
"path": "roles/frontend-deploy/tasks/main.yml",
"content": "---\n# tasks file for frontend-deploy\n- name: Copy FE Template\n copy:\n src: ../templates/fe-template.j2\n dest: /etc/nginx/sites-available/frontend\n\n- name: Link to sites-enabled\n file:\n src: /etc/nginx/sites-available/frontend\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/mysql-prepare | 1,159 | [
"no_license"
] | [
{
"path": "roles/mysql-prepare/tasks/main.yml",
"content": "---\n# tasks file for mysql-prepare\n- name: Import global vars\n include_vars:\n file: ../../../env/vars.yml\n\n- name: Install MySQL\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - mysql-server\n - mys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 565,
"all_permissive": false
} |
ansible_role | gesangwidigdo/ansible-deployment | b702559ac29527910b104a25d7b4fa6a8ef99122 | 0 | roles/nginx-prepare | 1,159 | [
"no_license"
] | [
{
"path": "roles/nginx-prepare/tasks/main.yml",
"content": "---\n# tasks file for nginx-prepare\n- name: Update dependencies\n apt:\n update_cache: true\n become: true\n\n- name: Install NGINX\n become: true\n apt:\n name: nginx\n state: present\n\n- name: Enable UFW\n become: true\n communit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | crispab/codekvast | 9d751523dbd3354872c55637b4a6c50cd1f5ef87 | 48 | tools/prepare-workstation/ansible/roles/franklinkim.docker | 1,159 | [
"no_license"
] | [
{
"path": "tools/prepare-workstation/ansible/roles/franklinkim.docker/meta/readme.yml",
"content": "---\n\ngalaxy_name: franklinkim.docker\ngithub_user: weareinteractive\ngithub_name: ansible-docker\nbadges: |\n [](https://tr... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 10390,
"all_permissive": false
} |
ansible_role | mailsonsantana/letsencrypt-certificates | ddcd977947693d88fbb047d078f58db7e80257b6 | 0 | roles/install | 1,159 | [
"no_license"
] | [
{
"path": "roles/install/defaults/main.yml",
"content": "---\ndomain_name: gnunet.com.br\ncname_dns: DNS:*.gnunet.com.br,DNS:gnunet.com.br\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/install/tasks/main.yml",
"content": "---\n - nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4538,
"all_permissive": false
} |
ansible_role | mukeshk740/WebserverusingAnsible | cb228c28e916139bc07d42675456aefae3e08c70 | 0 | roles/ec2provisioning | 1,159 | [
"no_license"
] | [
{
"path": "roles/ec2provisioning/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ec2provisioning",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/ec2provisioning/defaults/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | mukeshk740/WebserverusingAnsible | cb228c28e916139bc07d42675456aefae3e08c70 | 0 | roles/inst_httpd | 1,159 | [
"no_license"
] | [
{
"path": "roles/inst_httpd/vars/main.yml",
"content": "---\n# vars file for inst_httpd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/inst_httpd/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | RVIRUS0817/ansible_update | 0b8222f5c13a2726a21f9b10f7e09404c370494c | 0 | roles/centos-update | 1,159 | [
"no_license"
] | [
{
"path": "roles/centos-update/tasks/main.yml",
"content": "- name: yum update\n shell: yum update -y {{ item }}\n loop:\n - \"{{ UPDATE_TARGETS }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | RVIRUS0817/ansible_update | 0b8222f5c13a2726a21f9b10f7e09404c370494c | 0 | roles/ubuntu-update | 1,159 | [
"no_license"
] | [
{
"path": "roles/ubuntu-update/tasks/main.yml",
"content": "- name: apt-get update,upgrade\n shell: apt-get update ; apt-get upgrade {{ item }} \n loop:\n - \"{{ UPDATE_TARGETS }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | bridgecrew-perf4/terraform-docker-8 | 7197862d2e0c2f2dc82d58e1a16dbf5ad7f2b026 | 0 | roles/containerserver_boxfuse | 1,159 | [
"no_license"
] | [
{
"path": "roles/containerserver_boxfuse/defaults/main.yml",
"content": "---\n# defaults file for containerserver_boxfuse\n#Docker Container Name on Host\nboxfuse_docker_container: boxfuse-webapp\n#Docker Image Name used to run container\nboxfuse_docker_image: mas0lik/boxfuse-webapp:latest\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | bridgecrew-perf4/terraform-docker-8 | 7197862d2e0c2f2dc82d58e1a16dbf5ad7f2b026 | 0 | roles/docker_tools | 1,159 | [
"no_license"
] | [
{
"path": "roles/docker_tools/tasks/main.yml",
"content": "---\n# tasks file for docker_tools\n- name: Ensure DOCKER and PYTHON packages are present\n apt:\n name: [ 'docker.io' , 'python3-pip' ]\n state: present\n update_cache: yes\n\n- name: Ensure DOCKER-PY python SDK for DOCKER is present\n p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | NetworkChris/automated-net | 232e9b8ac240def225d7a1b8f72a96bb07046ef3 | 0 | roles/ntp | 1,159 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n\n- name: Configure NTP Settings\n with_items: \"{{ ntp }}\"\n cisco.ios.ios_ntp:\n server: \"{{ item.server }}\"\n key_id: \"1\"\n auth_key: \"{{ item.key }}\"\n auth: true\n state: present\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | NetworkChris/automated-net | 232e9b8ac240def225d7a1b8f72a96bb07046ef3 | 0 | roles/uplinks | 1,159 | [
"no_license"
] | [
{
"path": "roles/uplinks/tasks/main.yml",
"content": "---\n\n- name: Build Allowed Vlans List\n set_fact:\n vlans_allowed: \"{{ vlans | map(attribute='id') | join(',') }}\"\n\n- name: Configure Uplinks as Trunks and Allow Vlans\n with_items: \"{{ uplinks }}\"\n cisco.ios.ios_l2_interfaces:\n config... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | NetworkChris/automated-net | 232e9b8ac240def225d7a1b8f72a96bb07046ef3 | 0 | roles/vlans | 1,159 | [
"no_license"
] | [
{
"path": "roles/vlans/tasks/main.yml",
"content": "---\n\n- name: Configure L2 Vlans\n with_items: \"{{ vlans }}\"\n cisco.ios.ios_vlans:\n config:\n - name: \"{{ item.name }}\"\n vlan_id: \"{{ item.id }}\"\n state: replaced\n\n- name: Configure L3 Vlans\n with_items: \"{{ vlans }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | florentiuilie/ansible_course | 30c09b5d4798067dcdb6a8e5de551e3fdfb56e92 | 0 | roles/httpd | 1,159 | [
"no_license"
] | [
{
"path": "roles/httpd/handlers/main.yml",
"content": "---\n# handlers/main.yml\n\n- name: restart_firewalld\n ansible.builtin.service:\n name: firewalld\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/httpd/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/common | 1,219 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: install vim for ops sanity\n yum: name=vim update_cache=yes state=latest\n\n- name: install python\n yum: name=python state=latest\n\n- name: install pip\n yum: name=python-pip state=latest\n\n- name: upgrade pip\n pip: name=pip state=lat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/consul_client | 1,219 | [
"no_license"
] | [
{
"path": "roles/consul_client/templates/Dockerfile.j2",
"content": "FROM consul:{{ consul_version }}\n\nEXPOSE 8501\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/consul_client/templates/consul.json.j2",
"content": "{\n\t\"data_dir\":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2425,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/cron | 1,219 | [
"no_license"
] | [
{
"path": "roles/cron/files/Dockerfile",
"content": "FROM ubuntu:14.04\nMAINTAINER <NAME> <<EMAIL>>\n\nENV TZ=America/Chicago\nRUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone\n\nRUN apt-get update && \\\n apt-get -y install \\\n cron \\\n git \\\n moreu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8356,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/docker | 1,219 | [
"no_license"
] | [
{
"path": "roles/docker/templates/ifcfg-br0.j2",
"content": "TYPE=Bridge\nDEVICE=br0\nNETMASK=255.255.252.0\nIPADDR={{ docker_bridge_ip }}\nONBOOT=yes\nBOOTPROTO=none\nNM_CONTROLLED=no\nDELAY=0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3852,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/duplicity | 1,219 | [
"no_license"
] | [
{
"path": "roles/duplicity/files/Dockerfile",
"content": "FROM debian:8\n\nMAINTAINER <NAME> <<EMAIL>>\n\n# Install packages required\nRUN apt-get update && \\\n DEBIAN_FRONTEND=noninteractive apt-get install -y \\\n duplicity \\\n cron\n\nADD duplicity-cron /etc/cron.d/duplicity-cron\nRUN chmod 06... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1867,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/hub | 1,219 | [
"no_license"
] | [
{
"path": "roles/hub/tasks/jupyterhub.yml",
"content": "---\n- fail: msg=\"admin list is empty\"\n when: jupyterhub_admins|length == 0\n\n- name: create the jupyterhub directory\n file: path=/srv/jupyterhub state=directory\n\n- name: copy Dockerfile for jupyterhub\n template: src=Dockerfile.jupyterhub.j2... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 15332,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/nfs_client | 1,219 | [
"no_license"
] | [
{
"path": "roles/nfs_client/defaults/main.yml",
"content": "# Options to mount NFS with\nnfsoptions: rw,_netdev,auto\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/nfs_client/tasks/main.yml",
"content": "---\n- name: install nfs pakcag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/nfs_server | 1,219 | [
"no_license"
] | [
{
"path": "roles/nfs_server/tasks/main.yml",
"content": "---\n- name: install nfs pakcages\n yum: name=nfs-utils,nfs-utils-lib state=latest\n\n- name: stop nfs\n service: name=nfs state=stopped\n\n- name: stop rpcbind\n service: name=rpcbind state=stopped\n\n- name: unmount existing volumes\n shell: umo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2491,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/proxy | 1,219 | [
"no_license"
] | [
{
"path": "roles/proxy/files/httpd-foreground",
"content": "#!/bin/bash\nset -e\n\n# https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLinuxRH6\nexport LD_LIBRARY_PATH=/opt/shibboleth/lib64:$LD_LIBRARY_PATH\n\n/etc/shibboleth/shibd-redhat start\n\n# Apache gets grumpy about PID files pre-existing... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5693,
"all_permissive": false
} |
ansible_role | edwardjkim/jupyterhub-info490 | 4d9da41cefc2b89ea015e3312261b210012a3fd9 | 1 | roles/singleuser | 1,219 | [
"no_license"
] | [
{
"path": "roles/singleuser/templates/Dockerfile.singleuser.j2",
"content": "FROM lcdm/info490:latest\n\nUSER root\n\nADD nbgrader_config.py /opt/conda/etc/jupyter/nbgrader_config.py\n\nCMD [\"start-singleuser.sh\"]\n\nUSER $NB_USER\nENV TZ America/Chicago\n\nENV PYTHONPATH /home/$NB_USER/.info490/rubric:$P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1634,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/android | 1,219 | [
"no_license"
] | [
{
"path": "roles/android/tasks/main.yml",
"content": "---\n- name: Install android tools\n pacman:\n state: latest\n name:\n - android-tools\n - android-udev\n - aarch64-linux-gnu-gcc\n - clang\n\n- name: Install pmbootstrap\n aur:\n use: makepkg\n state: present\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 423,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/bluetooth | 1,219 | [
"no_license"
] | [
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "- name: Install bluetooth related software\n pacman:\n name:\n - bluez\n - bluez-utils\n - pulseaudio-bluetooth\n\n- name: Start & enable bluetooth service\n systemd:\n name: bluetooth.service\n state: started\n enabled: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/common | 1,219 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include_tasks: global.yml\n- include_tasks: network.yml\n- include_tasks: local.yml\n- include_tasks: vim.yml\n- include_tasks: ssh.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
"path": "r... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 9957,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/dell-xps-9370 | 1,219 | [
"no_license"
] | [
{
"path": "roles/dell-xps-9370/tasks/main.yml",
"content": "---\n- name: Install bios cli tools\n pacman:\n name: libsmbios\n state: latest\n\n- name: Install powertop\n pacman:\n name: powertop\n state: latest\n\n- name: Create group for users able to change the backlight brightness\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/devbox | 1,219 | [
"no_license"
] | [
{
"path": "roles/devbox/tasks/main.yml",
"content": "---\n- name: Remove latest nodejs (in favour of lts)\n pacman:\n force: true\n state: removed\n name:\n - nodejs\n - nodejs-lts-fermium\n\n- name: Install development tools\n pacman:\n state: latest\n name:\n - git\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2111,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/emacs | 1,219 | [
"no_license"
] | [
{
"path": "roles/emacs/files/init.el",
"content": "(setq inhibit-startup-message t)\n\n(scroll-bar-mode -1) ; Disable scrollbar\n(tool-bar-mode -1) ; Disable toolbar\n(tooltip-mode -1) ; Disable tooltip\n(set-fringe-mode 10) ; ?\n\n(menu-bar-mode -1) ; Disable menu bar\n\n;; Initialise package sources\n(req... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 11716,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/gaming | 1,219 | [
"no_license"
] | [
{
"path": "roles/gaming/tasks/main.yml",
"content": "---\n- name: Install gaming software / tools / etc\n pacman:\n state: latest\n name:\n - discord\n - steam\n - wine-staging\n - wine-mono\n - lib32-gnutls\n - lib32-libldap\n - vulkan-icd-loader\n - lib32-vul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/guibox | 1,219 | [
"no_license"
] | [
{
"path": "roles/guibox/tasks/main.yml",
"content": "---\n- name: Install xorg server, xmonad & xmobar\n pacman:\n state: latest\n name:\n - xorg-server\n - xorg-xinit # TODO replace with my own startx script\n - xorg-xsetroot # For setting the default cursor\n - xorg-xprop # For ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6953,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/hardware | 1,219 | [
"no_license"
] | [
{
"path": "roles/hardware/tasks/main.yml",
"content": "---\n- name: Install tools\n pacman:\n name:\n - arduino-cli\n - freecad\n - prusa-slicer\n state: latest\n\n- name: Install tools from aur\n aur:\n use: makepkg\n state: present\n name:\n - cura-bin\n - arduino... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/haskell | 1,219 | [
"no_license"
] | [
{
"path": "roles/haskell/tasks/main.yml",
"content": "---\n- name: Install haskell packages\n pacman:\n name:\n - ghc\n - stack\n state: latest\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/laptop | 1,219 | [
"no_license"
] | [
{
"path": "roles/laptop/files/low-battery-suspend.sh",
"content": "#!/bin/env bash\n\nDEPS=(\n 'WF_USER'\n 'WF_AC_CHARGING_FILE'\n 'WF_BATTERY_NAME'\n 'WF_AUTO_SUSPEND_BATTERY_PERCENTAGE'\n 'WF_LOW_BATTERY_NOTIFICATION_PERCENTAGE'\n)\nfor dep in \"${DEPS[@]}\"; do\n if [[ -z \"${!dep}\" ]]; then\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2896,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/printing | 1,219 | [
"no_license"
] | [
{
"path": "roles/printing/tasks/main.yml",
"content": "- name: Install printing packages\n pacman:\n state: latest\n name:\n - cups\n - cups-pdf # 'Print' to pdf\n\n# Decided to have it always running as the cli tools (lpinfo, etc.)\n# don't seem to like socket activation\n- name: Start and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/server | 1,219 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n- name: Install server packages\n pacman:\n state: latest\n name:\n - git\n - docker\n - docker-compose\n - kubectl\n - lm_sensors\n\n- name: Install aur packages\n aur:\n use: makepkg\n state: latest\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | willfrew/templated-arch | 4554a8ad150cc110e1f2f11685d787113de5b402 | 1 | roles/tailscale | 1,219 | [
"no_license"
] | [
{
"path": "roles/tailscale/tasks/main.yml",
"content": "---\n- name: Install tailscale\n pacman:\n state: latest\n name:\n - tailscale\n\n- name: Enable the tailscale daemon\n systemd:\n name: tailscaled\n enabled: yes\n state: started\n...\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | lenker0/ansible-docker-web | ef0e2bfff1689153989fddcc9477d02630a60e99 | 0 | roles/mysql | 1,219 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Создание Dockerfile\n copy:\n src: files/Dockerfile\n dest: /path/to/your/dockerfile/Dockerfile\n\n- name: Создание файла конфигурации MySQL\n template:\n src: templates/my.cnf.j2\n dest: /path/to/mysql/conf/my.cnf\n\n- name: Сбо... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | lenker0/ansible-docker-web | ef0e2bfff1689153989fddcc9477d02630a60e99 | 0 | roles/nginx | 1,219 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Создание Dockerfile\n copy:\n src: files/Dockerfile\n dest: /path/to/your/dockerfile/Dockerfile\n\n- name: Создание конфигурации Nginx\n template:\n src: templates/nginx.conf.j2\n dest: /path/to/nginx/conf/nginx.conf\n\n- name: С... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 627,
"all_permissive": false
} |
ansible_role | lenker0/ansible-docker-web | ef0e2bfff1689153989fddcc9477d02630a60e99 | 0 | roles/php | 1,219 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Создание Dockerfile\n copy:\n src: files/Dockerfile\n dest: /path/to/your/dockerfile/Dockerfile\n\n- name: Создание файла конфигурации PHP\n template:\n src: templates/php.ini.j2\n dest: /path/to/php/conf/php.ini\n\n- name: Сборка ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | hiberbee/ansible-collection-devops | ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d | 1 | roles/aws | 1,219 | [
"no_license"
] | [
{
"path": "roles/aws/tasks/main.yml",
"content": "---\n- name: Install {{ role_name }} dependencies\n pip:\n name: \"{{ aws_pip_dependency }}\"\n loop: \"{{ aws_pip_dependencies }}\"\n loop_control:\n loop_var: aws_pip_dependency\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | hiberbee/ansible-collection-devops | ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d | 1 | roles/digitalocean | 1,219 | [
"no_license"
] | [
{
"path": "roles/digitalocean/tasks/main.yml",
"content": "---\n- name: Install {{ role_name }} dependencies\n unarchive:\n remote_src: true\n src: \"{{ digitalocean_url }}\"\n dest: \"{{ bin_dir }}\"\n creates: \"{{ bin_dir }}/doctl\"\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | hiberbee/ansible-collection-devops | ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d | 1 | roles/docker | 1,219 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install {{ role_name }}\n unarchive:\n src: \"{{ docker_url }}\"\n remote_src: true\n dest: \"{{ bin_dir }}\"\n creates: \"{{ bin_dir }}/docker\"\n extra_opts: [--strip=1]\n\n- name: Install {{ role_name }} python packages\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3264,
"all_permissive": false
} |
ansible_role | hiberbee/ansible-collection-devops | ecb22d0decdbd8f9968e3c5db293e8258ec4bc5d | 1 | roles/fish | 1,219 | [
"no_license"
] | [
{
"path": "roles/fish/handlers/main.yml",
"content": "- name: setup_fish\n shell: /tmp/setup-fish.sh\n args:\n creates: \"{{ fish_config_dir }}/functions/fish_prompt.fish\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
},
{
"path": "roles/fish/defaults... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1690,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.