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 | akira345/ansible_lamp_centos7 | afb87fc289818ee8ef4e6cc9157f8a71f509ee24 | 0 | roles/common | 226 | [
"no_license"
] | [
{
"path": "roles/common/tasks/settings.yml",
"content": "---\n# 初期設定\n\n - name: タイムゾーンをJSTにする\n shell: timedatectl set-timezone Asia/Tokyo\n tags:\n - mysql55\n - mysql56\n - php54\n - php56\n - php70\n - postgres92\n - postgres94\n - postgres95\n\n - name: タイムゾーンをJSTにするその2\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2937,
"all_permissive": false
} |
ansible_role | akira345/ansible_lamp_centos7 | afb87fc289818ee8ef4e6cc9157f8a71f509ee24 | 0 | roles/mysql | 226 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- include: install_55.yml tags=mysql55\n- include: install_56.yml tags=mysql56\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/mysql/tasks/install_55.yml",
"content": "---\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | akira345/ansible_lamp_centos7 | afb87fc289818ee8ef4e6cc9157f8a71f509ee24 | 0 | roles/postgresql | 226 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/install_95.yml",
"content": "---\n - name: Get PostgreSQL Repo\n yum: name={{item}} state=present\n with_items:\n - http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-2.noarch.rpm\n\n - name: DisabeRepo\n replace: dest=/etc/yum.repos.d/{{item}} r... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3410,
"all_permissive": false
} |
ansible_role | akira345/ansible_lamp_centos7 | afb87fc289818ee8ef4e6cc9157f8a71f509ee24 | 0 | roles/web | 226 | [
"no_license"
] | [
{
"path": "roles/web/tasks/install_php70.yml",
"content": "---\n# These tasks install http and the php modules.\n\n - name: Install http and php7.0 etc\n yum: name={{ item }} state=installed enablerepo=epel,remi-php70\n with_items:\n - httpd\n - php\n - php-gd\n - php-mysqlnd\n - php-pgsq... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4436,
"all_permissive": false
} |
ansible_role | GadigeChaitanya/ansible_git | 304e24dee79a6637b6dbd07ed434469d64cfbca6 | 0 | roles/base | 226 | [
"no_license"
] | [
{
"path": "roles/base/templates/sshd_config_centos.j2",
"content": "\n# This is the sshd server system-wide configuration file. See\n# sshd_config(5) for more information.\n\n# This sshd was compiled with PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games\n\n# The strategy used fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | GadigeChaitanya/ansible_git | 304e24dee79a6637b6dbd07ed434469d64cfbca6 | 0 | roles/web_servers | 226 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "#- name: install apache and php packages\n# tags: apache,httpd,ubuntu\n# package:\n# name:\n# - \"{{ apache_package_name }}\"\n# - \"{{ php_package_name }}\"\n# state: latest\n\n#- name: start and enable apache \n# tags: apache,cen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1028,
"all_permissive": false
} |
ansible_role | anabil2k/UdapeoplePL | b68feb83e74437776f5f4a9f0719311d066ce67b | 0 | .circleci/ansible/roles/configure-server | 226 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n#- name: \"add node.js 13 from nodesource\"\n #become: true\n #shell: |\n #curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | anabil2k/UdapeoplePL | b68feb83e74437776f5f4a9f0719311d066ce67b | 0 | .circleci/ansible/roles/deploy | 226 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creating the BackEnd Application directory\"\n file:\n path: ~/backend-app\n state: directory\n- name: \"Unzipping the Backend Files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n- name: \"Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | xhuniktzi/AYD2_Proyecto | a970225640b12c8d74eebc216a7e5057c43485a9 | 0 | infrastructure/ansible/roles/deploy | 226 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/deploy/tasks/main.yml",
"content": "- name: Install pip\n apt:\n name: python3-pip\n state: present\n become: true\n\n- name: Install Docker SDK for Python\n pip:\n name: docker\n state: present\n become: true\n\n- name: Ensure app directory exists\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | xhuniktzi/AYD2_Proyecto | a970225640b12c8d74eebc216a7e5057c43485a9 | 0 | infrastructure/ansible/roles/docker | 226 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker/tasks/main.yml",
"content": "- name: Install prerequisites\n apt:\n name: apt-transport-https\n state: present\n update_cache: true\n\n- name: Install Docker\n apt:\n name: docker.io\n state: present\n\n- name: Start Docker service\n service:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | reifnir/scripty-mcscriptface | 21ff85e8fcdc92add65848b5db9e772fc6af77ef | 0 | wsl-2.0/ansible/roles/dev_workstation | 226 | [
"no_license"
] | [
{
"path": "wsl-2.0/ansible/roles/dev_workstation/files/backup-current-directory.sh",
"content": "#!/bin/bash -e\nTEMP_DIR=\"$(mktemp -d)\"\nDEST_DIR=\"$1\"\n\n# Backup stuff you want to save before wiping an installed WSL distro\nif [ -z \"$DEST_DIR\" ]; then\n if [ \"$(whoami)\" == \"root\" ]; then\n e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6392,
"all_permissive": false
} |
ansible_role | inwinstack/tripleo-ansible | e0dbcbcb27a4e86c78d132d8cb6d219864e24bba | 0 | roles/backup_undercloud | 226 | [
"no_license"
] | [
{
"path": "roles/backup_undercloud/defaults/main.yaml",
"content": "backup_archive_dest: \"/tmp/UC_backup-{{ ansible_date_time.date }}.tar.gz\"\n\narchive_files_path:\n - /tmp/undercloud-all-database.sql\n - /home/stack\n - /etc\n - /var/log\n - /root\n - /var/lib/glance\n - /var/lib/docker\n - /var... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 795,
"all_permissive": false
} |
ansible_role | guilatrova/base-dev-setup | 81668548d7c7f4c680314ba9aca3686ffd6c3089 | 3 | roles/backup | 226 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "- name: Backup files to S3\n s3_sync:\n bucket: \"{{ bucket }}\"\n region: \"{{ aws_region }}\"\n profile: \"{{ aws_profile }}\"\n file_root: \"{{ item.local }}\"\n key_prefix: \"{{ item.remote }}\"\n include: \"{{ item.filter | default... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | guilatrova/base-dev-setup | 81668548d7c7f4c680314ba9aca3686ffd6c3089 | 3 | roles/packages | 226 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/dev/sequeler.yml",
"content": "- name: \"[Sequeler] Install\"\n become: no\n flatpak:\n name: https://flathub.org/repo/appstream/com.github.alecaddd.sequeler.flatpakref\n state: present\n method: user\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 22,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 22,
"total_bytes": 11070,
"all_permissive": false
} |
ansible_role | guilatrova/base-dev-setup | 81668548d7c7f4c680314ba9aca3686ffd6c3089 | 3 | roles/repositories | 226 | [
"no_license"
] | [
{
"path": "roles/repositories/tasks/main.yml",
"content": "- name: Create personal destination folders\n file:\n path: \"{{ personal_repo_dest }}{{ item }}\"\n state: directory\n loop: \"{{ personal_repos }}\"\n\n- name: Clone personal repositories\n git:\n repo: \"<EMAIL>:{{ personal_org }}/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1203,
"all_permissive": false
} |
ansible_role | guilatrova/base-dev-setup | 81668548d7c7f4c680314ba9aca3686ffd6c3089 | 3 | roles/restore | 226 | [
"no_license"
] | [
{
"path": "roles/restore/tasks/main.yml",
"content": "- name: Get list of files from S3\n aws_s3:\n bucket: \"{{ bucket }}\"\n aws_access_key: \"{{ aws_key }}\"\n aws_secret_key: \"{{ aws_secret }}\"\n region: \"{{ aws_region }}\"\n mode: list\n prefix: \"{{ item.remote }}/\"\n marker:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2753,
"all_permissive": false
} |
ansible_role | mvahdatkhah/fetch_fail2ban_bans | 158c1ef83f58711474fc842c874e3d9716ce24af | 0 | roles/fetch_fail2ban_bans | 226 | [
"no_license"
] | [
{
"path": "roles/fetch_fail2ban_bans/tasks/main.yml",
"content": "---\n- name: Count banned IPs in the given time range\n shell: >\n grep 'Ban' /var/log/fail2ban.log |\n awk '$0 >= \"{{ start_time }}\" && $0 <= \"{{ end_time }}\"' |\n tee /tmp/banned_list.txt |\n wc -l\n register: banned_ip_co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1415,
"all_permissive": false
} |
ansible_role | xiezhao/ansible | a78e5aef5a52557e053ff6d86c3046c48547c485 | 0 | roles/common | 226 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: be sure ntp is configured\n template:\n src: ntp.conf.j2\n dest: /etc/ntp.conf\n notify:\n - restart ntpd\n tags: ntp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | xiezhao/ansible | a78e5aef5a52557e053ff6d86c3046c48547c485 | 0 | roles/install_nginx | 226 | [
"no_license"
] | [
{
"path": "roles/install_nginx/defaults/main.yaml",
"content": " become_method: sudo\n become_user: root\n become_flags: \"-H -S -n\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/install_nginx/tasks/redhat.yaml",
"content": "- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | xiezhao/ansible | a78e5aef5a52557e053ff6d86c3046c48547c485 | 0 | roles/role_path | 226 | [
"no_license"
] | [
{
"path": "roles/role_path/tasks/main.yaml",
"content": " - name: role_path # 只能用在role中\n debug:\n msg: \"role_path : {{ role_path }}\" # \"role_path : /mnt/hgfs/ansible/roles/role_path\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | xiezhao/ansible | a78e5aef5a52557e053ff6d86c3046c48547c485 | 0 | roles/show_remote_host_info | 226 | [
"no_license"
] | [
{
"path": "roles/show_remote_host_info/tasks/main.yaml",
"content": "- name: show remote host ip\n debug:\n msg: \"node_ip is {{ ansible_host }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | xiezhao/ansible | a78e5aef5a52557e053ff6d86c3046c48547c485 | 0 | roles/vars_in_role | 226 | [
"no_license"
] | [
{
"path": "roles/vars_in_role/vars/main.yaml",
"content": "vars_in_role_name: \"{{ vars_in_role_name | default('vars_in_role_name_default_value ') }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "roles/vars_in_role/tasks/main.yaml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | mthak/compose-work | a363cacc9738b2320e84a70bc68407f83d0eeeaa | 0 | ansible/roles/challenge | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/challenge/handlers/main.yml",
"content": "---\n# handlers file for challenge\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/challenge/defaults/main.yml",
"content": "---\n# defaults file for challenge\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 255,
"all_permissive": false
} |
ansible_role | babadee001/k8smicro-infra | 8bf1ea64b2c8bf42ed756eb3200034461950f536 | 0 | ansible/roles/ec2-role | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2-role/tasks/main.yml",
"content": "# - name: Install aptitude using apt\n# apt:\n# name: aptitude\n# state: latest\n# update_cache: yes \n# force_apt_get: yes\n\n# - name: Install required system packages\n# apt:\n# name: \"{{ item }}\"\n# state: lates... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1993,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/certbot | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/certbot/tasks/main.yml",
"content": "---\n# tasks file for certbot\n\n- include: centos_certbot.yml\n when: ansible_distribution == \"CentOS\"\n\n\n- include: ubuntu_certbot.yml\n when: ansible_distribution == \"Ubuntu\"\n\n\n- name: Create the certbot root directory\n file:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4849,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/firewall | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "---\n# tasks file for firewall\n\n- include: centos_firewall.yml\n when: ansible_distribution == \"CentOS\"\n\n- include: ubuntu_firewall.yml\n when: ansible_distribution == \"Ubuntu\"\n\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/mariadb | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/mariadb/tasks/mysql_secure_installation.yml",
"content": "---\n\n- name: Remove MySQL test database.\n mysql_db: \n name: 'test' \n state: absent\n\n\n- name: Get list of hosts for the anonymous user.\n command: mysql -NBe 'SELECT Host FROM mysql.user WHERE User = \"\"'\n r... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3452,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/nginx | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/centos_nginx.yml",
"content": "---\n\n- name: CentOS - Install the EPEL repository\n yum:\n name: epel-release\n state: latest\n\n\n- name: CentOS - Install the nginx software package\n yum:\n name: nginx\n state: latest\n update_cache: yes\n\n",
"li... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 845,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/php | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/ubuntu_php.yml",
"content": "---\n\n- name: Ubuntu - Install the PHP software packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - php5-fpm \n - php5-mysql\n\n\n- name: Ubuntu - Configure ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2973,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/ssh | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n# tasks file for ssh\n\n- name: Disallow SSH password authentication\n lineinfile: \n dest: /etc/ssh/sshd_config\n regexp: \"^PasswordAuthentication\"\n line: \"PasswordAuthentication no\"\n state: present\n notify: Restart ssh\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/users | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/users/tasks/main.yml",
"content": "---\n# tasks file for users\n\n- name: Change root password\n user: \n name: root \n password: \"{{ <PASSWORD> }}\"\n\n\n- name: Create default user\n user: \n append: yes\n name: \"{{ default_user }}\"\n comment: \"{{ default_use... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | ubcarc/openstack-wordpress | 1e67a5d30860698e341d2672d0b60a561b185c5b | 1 | ansible/roles/wordpress | 226 | [
"no_license"
] | [
{
"path": "ansible/roles/wordpress/tasks/main.yml",
"content": "---\n# tasks file for wordpress\n\n- set_fact: nginx_group='nginx'\n when: ansible_distribution == \"CentOS\"\n\n\n- include: centos_nginx.yml\n when: ansible_distribution == \"CentOS\"\n\n\n- include: ubuntu_nginx.yml\n when: ansible_distri... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2860,
"all_permissive": false
} |
ansible_role | rkojedzinszky/k8s-playbooks | 5338280b47fff1739845c6fe004ef96a530a5bc3 | 0 | roles/assign-ip | 232 | [
"no_license"
] | [
{
"path": "roles/assign-ip/tasks/main.yml",
"content": "---\n- name: Setup host ip\n when: ip is not defined\n set_fact:\n ip: \"{{ ansible_default_ipv4.address }}\"\n tags:\n - always\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | rkojedzinszky/k8s-playbooks | 5338280b47fff1739845c6fe004ef96a530a5bc3 | 0 | roles/os | 232 | [
"no_license"
] | [
{
"path": "roles/os/tasks/fstrim.yml",
"content": "---\n- name: remove obsolete fstrim scripts\n file:\n path: \"{{ item }}\"\n state: absent\n loop:\n - /etc/cron.daily/fstrim\n - /etc/cron.weekly/fstrim\n\n- name: enable fstrim timer\n when: os_fstrim is defined\n block:\n - file:\n path... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 8686,
"all_permissive": false
} |
ansible_role | refinancy/refinancy-be | b7a261be0f8d0568d74ecc47b2a6b1a2528802e2 | 0 | ansible/roles/docker | 232 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n - name: Atualizar o sistema operacional\n apt:\n update_cache: yes\n upgrade: dist\n\n - name: Instalar pré-requisitos do Docker\n apt:\n name:\n - apt-transport-https\n - ca-certificate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | hipper/jet | b5d4f1ee75bbf8ceafec596f1f9c7b97d8d0597e | 0 | ansible/roles/apps | 232 | [
"no_license"
] | [
{
"path": "ansible/roles/apps/tasks/phpstorm/vars/main.yml",
"content": "---\nphpstorm_theme_dir: \"{{ home }}/Library/Preferences/WebIde100/colors/\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/apps/tasks/sublime-text2/files/Pack... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 20,
"total_bytes": 10434,
"all_permissive": false
} |
ansible_role | hipper/jet | b5d4f1ee75bbf8ceafec596f1f9c7b97d8d0597e | 0 | ansible/roles/init | 232 | [
"no_license"
] | [
{
"path": "ansible/roles/init/tasks/main.yml",
"content": "---\n## CHMOD bin file\n- name: CHMOD 755 /bin/jet\n file:\n path: \"{{ home }}/.jet/bin/jet\"\n mode: 0755\n\n- name: symlink jet to /usr/local/bin\n file:\n src: \"{{ home }}/.jet/bin/jet\"\n path: /usr/local/bin/jet \n state: lin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | hipper/jet | b5d4f1ee75bbf8ceafec596f1f9c7b97d8d0597e | 0 | ansible/roles/osx | 232 | [
"no_license"
] | [
{
"path": "ansible/roles/osx/tasks/main.yml",
"content": "---\n- name: OS X Preferences\n osx_defaults:\n domain: \"{{ item.0.domain }}\"\n key: \"{{ item.1.key }}\"\n type: \"{{ item.1.type }}\"\n value: \"{{ item.1.value }}\"\n with_subelements:\n - \"{{ osx_settings }}\"\n - settings\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | hipper/jet | b5d4f1ee75bbf8ceafec596f1f9c7b97d8d0597e | 0 | ansible/roles/restart | 232 | [
"no_license"
] | [
{
"path": "ansible/roles/restart/tasks/main.yml",
"content": "---\n- name: restart services\n command: \"killall {{ item }}\"\n with_items:\n - Finder\n - Dock\n - SystemUIServer\n - cfprefsd",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | kmogilevskii/CICDProject | d41fefa596e45bf1cf29b395535ad3e0d7a1904b | 0 | .circleci/ansible/roles/deploy | 232 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "- name: \"Archive Backend\"\n become: yes\n synchronize:\n src: ../../backend-artifact.tar.gz\n dest: /home/ubuntu/\n\n- name: \"Extract Backend\"\n become: yes\n unarchive:\n src: /home/ubuntu/backend-artifact.tar.gz\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | osu-itis/ansible-scriptbox | 6b9ed9c571057961fec7eca3258bfb1dca91a534 | 0 | roles/deploy | 232 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n- import_tasks: install_packages.yml\n- import_tasks: deploy_citrixcc_taskmaster.yml\n become: yes\n become_user: jenkins\n- import_tasks: deploy_vmware_rbscripts.yml\n become: yes\n become_user: jenkins\n",
"license_type": "no_license",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2140,
"all_permissive": false
} |
ansible_role | osu-itis/ansible-scriptbox | 6b9ed9c571057961fec7eca3258bfb1dca91a534 | 0 | roles/install | 232 | [
"no_license"
] | [
{
"path": "roles/install/files/build_corkscrew.sh",
"content": "#!/bin/bash\n\ncd /tmp\ntar xf corkscrew-2.0.tar.gz\ncd corkscrew-2.0\n./configure\nmake\nmake install\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/install/tasks/install_pac... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5809,
"all_permissive": false
} |
ansible_role | eugeny777/ansible | 65e85573552361cdd57b19ff8f6a1fbe5f86e26e | 0 | roles/ansible-role-glusterfs | 232 | [
"no_license"
] | [
{
"path": "roles/ansible-role-glusterfs/tasks/create_directory.yml",
"content": "#- name: stop gluster volume\n# gluster.gluster.gluster_volume:\n# state: stopped\n# name: \"{{ name_vol }}\"\n\n#- name: Remount a mounted volume\n# ansible.posix.mount:\n# path: \"/home/swarm/\"\n# state: remou... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1575,
"all_permissive": false
} |
ansible_role | eugeny777/ansible | 65e85573552361cdd57b19ff8f6a1fbe5f86e26e | 0 | roles/gitlab-deploy | 232 | [
"no_license"
] | [
{
"path": "roles/gitlab-deploy/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - gitlab-deploy \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/gitlab-deploy/files/haproxy.cfg",
"content": "globa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2714,
"all_permissive": false
} |
ansible_role | eugeny777/ansible | 65e85573552361cdd57b19ff8f6a1fbe5f86e26e | 0 | roles/preinstall | 232 | [
"no_license"
] | [
{
"path": "roles/preinstall/files/hosts",
"content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n10.0.34.3 test-centos7-node1 \n10.0.34.4 test-centos7-node2 \n10.0.34.2 test-centos7-nod... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2289,
"all_permissive": false
} |
ansible_role | seeruk/ByngVagrant | 3d436cd10370ae8bc0d0282652e95c1aa43e8eb2 | 0 | provisioning/ansible/roles/common | 232 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update Apt Cache\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install Prerequisites\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - git-core\n - htop\n - iotop\n - language-p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | seeruk/ByngVagrant | 3d436cd10370ae8bc0d0282652e95c1aa43e8eb2 | 0 | provisioning/ansible/roles/web_server | 232 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/web_server/tasks/hhvm.yml",
"content": "---\n- name: Install HHVM Apt Key\n apt_key: url=http://dl.hhvm.com/conf/hhvm.gpg.key\n\n- name: Install HHVM Apt Repository\n apt_repository: repo=\"deb http://dl.hhvm.com/ubuntu trusty main\"\n\n- name: Install HHVM\n apt: na... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4062,
"all_permissive": false
} |
ansible_role | nuclearcat/accel-ansible-tests | a3ad4bb86c931f03f38eded8fe3a6e700615d20e | 0 | ansible_prepare_vm/roles/kvm_provision | 232 | [
"no_license"
] | [
{
"path": "ansible_prepare_vm/roles/kvm_provision/templates/vm-template.xml.j2",
"content": "<domain type='kvm'>\n <name>{{ vm_name }}</name>\n <memory unit='MiB'>{{ vm_ram_mb }}</memory>\n <vcpu placement='static'>{{ vm_vcpus }}</vcpu>\n <os>\n <type arch='x86_64' machine='pc-q35-6.2'>hvm</type>\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6766,
"all_permissive": false
} |
ansible_role | MylenSevilla/AvtivityNo9 | 0692bd768969660c8e3b8dad1f0ac0e2252fe376 | 0 | roles/Prome | 232 | [
"no_license"
] | [
{
"path": "roles/Prome/tasks/main.yml",
"content": "---\n\n - name: Prometheus Installation (Ubuntu)\n tags: ubuntu,prometheus\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Installion od Snapd (CentOS)\n tags: centos,snapd\n yum:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | allieddigital/CiscoUpgrade | 64f8969a86486e69aa918b55d412fba4fb2dc9c1 | 0 | Source/roles/activate | 232 | [
"no_license"
] | [
{
"path": "Source/roles/activate/vars/main.yml",
"content": "ansible_connection: ansible.netcommon.network_cli\nansible_command_timeout: 600\n# ansible_network_cli_ssh_type: paramiko\nansible_network_os: cisco.ios.ios\nflash_dir: 'bootflash:'\nlocal_image_dir: /srv/ansible/images\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2211,
"all_permissive": false
} |
ansible_role | allieddigital/CiscoUpgrade | 64f8969a86486e69aa918b55d412fba4fb2dc9c1 | 0 | Source/roles/commit | 232 | [
"no_license"
] | [
{
"path": "Source/roles/commit/tasks/main.yml",
"content": "- name: Gather pre-upgrade facts\n cisco.ios.ios_facts:\n gather_subset: min\n- name: Check for uncommitted packages\n cisco.ios.ios_command:\n commands:\n - show install uncommitted\n register: uncommitted_output\n- name: Commit the ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | allieddigital/CiscoUpgrade | 64f8969a86486e69aa918b55d412fba4fb2dc9c1 | 0 | Source/roles/stage | 232 | [
"no_license"
] | [
{
"path": "Source/roles/stage/tasks/main.yml",
"content": "- name: Gather IOS facts\n cisco.ios.ios_facts:\n gather_subset:\n - min\n - hardware # Used for filesystem comparison\n\n- name: Check for presence of candidate IOS image on disk\n ansible.builtin.stat:\n path: \"{{ local_image_di... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 14329,
"all_permissive": false
} |
ansible_role | yashwanthi99/lamp | f09e401def0ed9b60e0e4c1a76f0edf13f73323a | 0 | roles/apache | 232 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n#- name: check index.html\n # stat:\n # path: /var/www/html/index.html\n # register: http_index\n\n#- name: back up index.html\n# copy:\n# src: index.html\n# dest: /var/www/html/index.html\n\n- name: Install apache\n yum:\n name: httpd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | yashwanthi99/lamp | f09e401def0ed9b60e0e4c1a76f0edf13f73323a | 0 | roles/php | 232 | [
"no_license"
] | [
{
"path": "roles/php/files/index.php",
"content": "<?php \nphpinfo(); \n?>\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/php/tasks/main.yml",
"content": "---\n\n- name: Install PHP\n yum:\n name: ['php','php-mysql']\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | gunnarmorling/cloud-boxes | d567c3c773b675bd02c9350c41d84c998fc3824e | 18 | roles/base | 232 | [
"permissive"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: upgrade all packages\n become: true\n become_user: root\n dnf: name=\"*\" state=latest\n- name: Have common tools\n become: true\n become_user: root\n dnf: name={{item}} state=latest\n with_items:\n - git\n - wget\n - the_silver_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": true
} |
ansible_role | gunnarmorling/cloud-boxes | d567c3c773b675bd02c9350c41d84c998fc3824e | 18 | roles/docker | 232 | [
"permissive"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Have docker repo\n become: true\n become_user: root\n shell: 'dnf config-manager \\\n --add-repo \\\n https://download.docker.com/linux/fedora/docker-ce.repo'\n- name: Have dnf cache updated\n become: true\n become_user: root\n shell:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1420,
"all_permissive": true
} |
ansible_role | ltiisidii/k8s-ansible | 39488a43218dc27881f8b7dea56855ce01cfb3df | 0 | roles/calico_bgp | 232 | [
"no_license"
] | [
{
"path": "roles/calico_bgp/templates/calico_bgp.yaml.j2",
"content": "---\napiVersion: projectcalico.org/v3\nkind: BGPPeer\nmetadata:\n name: peer-with-fortigate\nspec:\n peerIP: {{ fortigate_ip }}\n asNumber: {{ fortigate_asn }}\n sourceAddress: UseNodeIP\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 442,
"all_permissive": false
} |
ansible_role | ltiisidii/k8s-ansible | 39488a43218dc27881f8b7dea56855ce01cfb3df | 0 | roles/common | 232 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: disable swap\n shell: |\n swapoff -a\n sed -i '/ swap / s/^\\(.*\\)$/#\\1/g' /etc/fstab\n\n- name: modprobe\n shell: |\n modprobe overlay\n modprobe br_netfilter\n\n- name: create containerd config file\n file:\n path: \"/etc/mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3449,
"all_permissive": false
} |
ansible_role | ltiisidii/k8s-ansible | 39488a43218dc27881f8b7dea56855ce01cfb3df | 0 | roles/istio_addons | 232 | [
"no_license"
] | [
{
"path": "roles/istio_addons/tasks/main.yaml",
"content": "---\n- name: Descargar archivos YAML de addons de Istio\n get_url:\n url: \"{{ item.url }}\"\n dest: \"/tmp/{{ item.dest }}\"\n with_items:\n - { url: \"https://raw.githubusercontent.com/istio/istio/master/samples/addons/grafana.yaml\", ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1013,
"all_permissive": false
} |
ansible_role | ltiisidii/k8s-ansible | 39488a43218dc27881f8b7dea56855ce01cfb3df | 0 | roles/istio_install | 232 | [
"no_license"
] | [
{
"path": "roles/istio_install/tasks/main.yaml",
"content": "---\n- name: Crear directorio de destino para Istio\n ansible.builtin.file:\n path: /usr/local/istio\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: Descargar script de instalación de Istio\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | ltiisidii/k8s-ansible | 39488a43218dc27881f8b7dea56855ce01cfb3df | 0 | roles/kiali_install | 232 | [
"no_license"
] | [
{
"path": "roles/kiali_install/tasks/main.yaml",
"content": "---\n- name: Agregar repositorio Helm de Kiali\n become: yes\n become_user: appuser\n command: helm repo add kiali-server https://kiali.org/helm-charts\n register: helm_repo_output\n ignore_errors: yes\n\n- name: Actualizar repositorios Helm\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 630,
"all_permissive": false
} |
ansible_role | ltiisidii/k8s-ansible | 39488a43218dc27881f8b7dea56855ce01cfb3df | 0 | roles/metallb_install | 232 | [
"no_license"
] | [
{
"path": "roles/metallb_install/tasks/main.yaml",
"content": "---\n- name: Descargar manifiesto de MetalLB\n ansible.builtin.get_url:\n url: \"https://raw.githubusercontent.com/metallb/metallb/{{ hostvars['localhost']['metallb_version'] }}/config/manifests/metallb-native.yaml\"\n dest: /tmp/metallb.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | asmacdo/vanilla-ansible | b6ace34080d6e10173636dca88ff7d4a0f693075 | 0 | roles/memcached | 232 | [
"no_license"
] | [
{
"path": "roles/memcached/files/parser.py",
"content": "import sys\nimport json\n\nfull_out = \"\"\n\nfor out_piece in sys.argv[:]:\n full_out = full_out + out_piece\n\nfull_out = full_out.split(\"\\\\n\")\n\nret = {}\nCARE_LIST = [\n \"my_counter_metric\",\n \"my_counter_metric2\",\n \"my_gaug... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3396,
"all_permissive": false
} |
ansible_role | sarahmohamed414/Unity_EMC | 8b2fdf3414e21d85e9dd6daa2241bbd3ca9b11f8 | 1 | roles/unity_SMB_management | 223 | [
"no_license"
] | [
{
"path": "roles/unity_SMB_management/tasks/get_list_SMB_shares.yml",
"content": "- name: Get list of SMB shares on Unity array\n dellemc.unity.info:\n unispherehost: \"{{ unispherehost }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: \"{{ validate_certs }}... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3117,
"all_permissive": false
} |
ansible_role | sarahmohamed414/Unity_EMC | 8b2fdf3414e21d85e9dd6daa2241bbd3ca9b11f8 | 1 | roles/unity_volume_management | 223 | [
"no_license"
] | [
{
"path": "roles/unity_volume_management/tasks/get_info_volumes.yml",
"content": "- name: Get information of all volumes on Unity array\n dellemc.unity.info:\n unispherehost: \"{{ unispherehost }}\"\n username: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: \"{{ validate_... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4468,
"all_permissive": false
} |
ansible_role | rdhammond15/CTF | 88cdc34c1399586af58bbfef44140413274f446a | 0 | ansible/roles/ctf | 223 | [
"no_license"
] | [
{
"path": "ansible/roles/ctf/defaults/main.yml",
"content": "---\n# defaults file for ctf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "ansible/roles/ctf/handlers/main.yml",
"content": "---\n# handlers file for ctf\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 799,
"all_permissive": false
} |
ansible_role | maxamg/heroku-elk | cce206a275a25de135e84a97788d0d9d273d78ad | 2 | roles/heroku-read-log | 223 | [
"no_license"
] | [
{
"path": "roles/heroku-read-log/templates/heroku-logstash.conf.j2",
"content": "input {\n heroku { app => '{{ item.name }}' }\n}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/heroku-read-log/tasks/main.yml",
"content": "- name: add ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/bro | 223 | [
"no_license"
] | [
{
"path": "roles/bro/handlers/main.yml",
"content": "---\n\n - name: restart bro\n service: name=bro state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/bro/tasks/main.yml",
"content": "---\n\n- name: Creates directory\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/common | 223 | [
"no_license"
] | [
{
"path": "roles/common/tasks/sudo.yml",
"content": "---\n- name: Configure sudo\n template: src=sudoers dest=/etc/sudoers.d/komand owner=root group=root mode=0440 validate='visudo -cf %s'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
"path": "roles/c... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/docker | 223 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Add docker repo script\n copy: src=add-docker-repo.sh dest=/usr/local/bin owner=root group=root mode=0755\n\n- name: Add docker repositories\n shell: /usr/local/bin/add-docker-repo.sh\n args:\n creates: /etc/apt/sources.list.d/docker.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 981,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/drone | 223 | [
"no_license"
] | [
{
"path": "roles/drone/tasks/main.yml",
"content": "---\n\n- name: Create Drone database directory\n file: path={{item}} state=directory\n with_items:\n - /var/lib/drone\n\n- name: Create drone container\n docker_container:\n docker_api_version: 1.21\n name: drone\n image: drone/drone\n st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1190,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/duo | 223 | [
"no_license"
] | [
{
"path": "roles/duo/tasks/main.yml",
"content": "- include: duo-apt.yml\n tags: duo\n when: ansible_pkg_mgr == \"apt\"\n\n- include: duo-yum.yml\n tags: duo\n when: ansible_pkg_mgr == \"yum\"\n\n- include: common.yml\n tags: duo\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6537,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/facts | 223 | [
"no_license"
] | [
{
"path": "roles/facts/files/facts/ip.fact",
"content": "#!/bin/bash\nip=$(curl -s checkip.amazonaws.com)\ncat <<EOF\n{\n \"public\" : \"$ip\"\n}\nEOF\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/facts/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/falco | 223 | [
"no_license"
] | [
{
"path": "roles/falco/meta/main.yml",
"content": "---\n\ndependencies:\n - role: sysdig\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/falco/tasks/main.yml",
"content": "- name: Install Falco package\n apt: name=falco state=installe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 644,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/firewall | 223 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n\n- name: Include UFW Role\n include: ufw.yml\n tags: [ 'firewall', 'ufw' ]\n when: ansible_distribution == \"Ubuntu\"\n sudo: yes\n\n# Replace with iptables\n- name: Include Firewalld Role\n include: firewalld.yml\n tags: [ 'firewall', 'fire... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1590,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/mount | 223 | [
"no_license"
] | [
{
"path": "roles/mount/tasks/main.yml",
"content": "---\n\n- name: Format EBS Volume for Drone\n filesystem: fstype=ext4 dev=/dev/xvdb force=no\n when: inventory_hostname_short == \"ci\" and ansible_devices.xvdb is defined\n\n- name: Mount EBS Volume in Docker location\n mount: name=/var/lib/docker src='... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/openswan | 223 | [
"no_license"
] | [
{
"path": "roles/openswan/tasks/main.yml",
"content": "---\n\n- name: Install OpenSWAN and XL2TPD\n yum: name={{item}} enablerepo=epel state=present\n with_items:\n - openswan \n - xl2tpd\n\n- name: Start IPSEC service\n service: name=ipsec state=started\n\n- name: Copy XL2TPD Configuration\n template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3748,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/ossec-agent | 223 | [
"no_license"
] | [
{
"path": "roles/ossec-agent/files/active-response/all.sh",
"content": "#!/usr/bin/env bash\n# Author: <NAME>\nARGV=\"$*\"\nRULEID=$5\n\n# This scripts calls others because only one can be executed by OSSEC sanely\n\ndie(){\n if [ -f ${COWSAY:-none} ]; then\n $COWSAY -d \"$*\"\n else\n printf \"$*\\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5892,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/ossec-server | 223 | [
"no_license"
] | [
{
"path": "roles/ossec-server/vars/ossec-agent.yml",
"content": "ossec_agent_configs:\n - type: os\n type_value: linux\n syscheck:\n frequency: 43200\n scan_on_start: 'yes'\n alert_new_files: 'yes'\n auto_ignore: 'no'\n ignore_files:\n - /etc/mtab\n - /etc/mntta... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 40631,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/rngd | 223 | [
"no_license"
] | [
{
"path": "roles/rngd/tasks/main.yml",
"content": "---\n\n- name: Install RNG Tools\n yum: name=rng-tools state=present\n\n- name: RNGD should read from /dev/urandom for lack of hardware support\n lineinfile: dest=/etc/sysconfig/rngd\n state=present regexp=^EXTRAOPTIONS \n line='EX... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/routes | 223 | [
"no_license"
] | [
{
"path": "roles/routes/tasks/main.yml",
"content": "---\n\n- name: Create primary interface peristent routes file\n file: path=/etc/sysconfig/network-scripts/route-eth0 state=touch mode=0644\n\n- name: Add VPN Routes\n lineinfile: dest=/etc/sysconfig/network-scripts/route-eth0\n state=present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/sysdig | 223 | [
"no_license"
] | [
{
"path": "roles/sysdig/tasks/sysdig-yum.yml",
"content": "---\n\n- name: Import Sysdig RPM Key\n rpm_key: state=present key=https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public\n #validate_certs=no\n #\n- name: Create Sysdig Repo\n get_url: url=http://download.draios.com/stable/rpm/draios... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1418,
"all_permissive": false
} |
ansible_role | rlnchow/ansible-roles | d57b01f96a8de4f226089a907bfbad9db722f502 | 0 | roles/unbound | 223 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/unbound-apt.yml",
"content": "---\n\n- name: Install Unbound\n apt: name=unbound state=present install_recommends=no\n\n- name: Allow DNS requests from localhost\n ufw: rule=allow port=53 proto=any direction=in src=127.0.0.1\n\n- name: Remove old Unbound Sysvinit script\n f... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1751,
"all_permissive": false
} |
ansible_role | Ali333n/Ansible-Pub | 0342c219a97c0bbd268b26826ae64328b9a11889 | 0 | Playbooks/Debian/roles/cleanup_kernels | 223 | [
"no_license"
] | [
{
"path": "Playbooks/Debian/roles/cleanup_kernels/tasks/main.yml",
"content": "---\n- name: Fail if not a Debian-based system\n ansible.builtin.fail:\n msg: \"This role only supports Debian-family systems\"\n when: ansible_facts['distribution'] not in ['Debian', 'Ubuntu']\n\n- name: Get current running... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | Ali333n/Ansible-Pub | 0342c219a97c0bbd268b26826ae64328b9a11889 | 0 | Playbooks/Debian/roles/maintenance | 223 | [
"no_license"
] | [
{
"path": "Playbooks/Debian/roles/maintenance/tasks/system/check_diskspace.yml",
"content": "---\n- name: Check disk space available\n ansible.builtin.shell:\n cmd: |\n set -euo pipefail\n df -Ph / | awk 'NR==2 {print $5}'\n executable: /bin/bash\n changed_when: 'false'\n check_mode: 'fal... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | Ali333n/Ansible-Pub | 0342c219a97c0bbd268b26826ae64328b9a11889 | 0 | Playbooks/Debian/roles/update_packages | 223 | [
"no_license"
] | [
{
"path": "Playbooks/Debian/roles/update_packages/tasks/main.yml",
"content": "---\n- name: Fail if not a Debian-based system\n ansible.builtin.fail:\n msg: \"This role only supports Debian-family systems\"\n when: ansible_facts['distribution'] not in ['Debian', 'Ubuntu']\n\n- name: Upgrade Apt Package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | nldon/homelab | 35b31abffc8531342743ad000c1aac0de87c65c4 | 0 | ansible/roles/add_user_accounts | 223 | [
"no_license"
] | [
{
"path": "ansible/roles/add_user_accounts/tasks/main.yml",
"content": "---\n\n- name: Include tasks to add user accounts from vault\n ansible.builtin.include_tasks: \"{{ task }}\"\n loop:\n - accounts.yml\n loop_control:\n loop_var: task\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | nldon/homelab | 35b31abffc8531342743ad000c1aac0de87c65c4 | 0 | ansible/roles/k3_server | 223 | [
"no_license"
] | [
{
"path": "ansible/roles/k3_server/tasks/install.yml",
"content": "---\n\n- name: Install K3s server\n ansible.builtin.get_url:\n url: https://get.k3s.io\n dest: /tmp/install_k3s.sh\n mode: \"0755\"\n\n- name: Run K3s server installer\n ansible.builtin.command: /tmp/install_k3s.sh\n changed_when... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | nldon/homelab | 35b31abffc8531342743ad000c1aac0de87c65c4 | 0 | ansible/roles/remove_default_accounts | 223 | [
"no_license"
] | [
{
"path": "ansible/roles/remove_default_accounts/tasks/remove_accounts.yml",
"content": "---\n\n- name: Remove default Linux distribution accounts\n ansible.builtin.user:\n name: \"{{ user }}\"\n state: absent\n loop:\n - ubuntu\n - centos\n - fedora\n - debian\n loop_control:\n loop... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | nldon/homelab | 35b31abffc8531342743ad000c1aac0de87c65c4 | 0 | ansible/roles/upgrade_system | 223 | [
"no_license"
] | [
{
"path": "ansible/roles/upgrade_system/tasks/main.yml",
"content": "---\n\n- name: Include tasks to upgrade operating system\n ansible.builtin.include_tasks: \"{{ task }}\"\n loop:\n - upgrade_system.yml\n loop_control:\n loop_var: task\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | JesseParrott/netops-ci-cd-evpn-fabric | 0a88d4b95218d90a9fa061f73dd1da4663cae89d | 0 | roles/evpn_fabric | 223 | [
"no_license"
] | [
{
"path": "roles/evpn_fabric/tasks/main.yml",
"content": "---\n- name: Configure Underlay BGP\n ios_config:\n lines:\n - \"router bgp {{ underlay_as }}\"\n - \"router-id {{ loopback_range }}{{ bgp_router_id_loopback }}\"\n parents: []\n register: bgp_result\n\n- name: Configure EVPN BGP\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | luzfcb/ansible_solar | f79f50c026e8c0602b39cc67af3524416062bf39 | 0 | roles/solar | 223 | [
"no_license"
] | [
{
"path": "roles/solar/tasks/motd.yaml",
"content": "---\n- name: Install the package \"figlet\" and git\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n become: yes\n with_items:\n - figlet\n\n- name: remove 10-uname\n file:\n state: absent\n path: \"/etc/update-motd... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 26,
"total_bytes": 30606,
"all_permissive": false
} |
ansible_role | Gidraff/devops-matters | b2976d119c6d5f68570525e0ae15e0ed8d78fa9d | 1 | packer/aws-ec2-builder/provisions/playbooks/roles/jenkins-ci | 223 | [
"no_license"
] | [
{
"path": "packer/aws-ec2-builder/provisions/playbooks/roles/jenkins-ci/tasks/main.yml",
"content": "---\n# tasks file for jenkins-ci\n- import_tasks: install_docker.yml\n- import_tasks: install_jenkins.yml\n- import_tasks: settings.yml\n- import_tasks: service.yml",
"license_type": "no_license",
"d... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7982,
"all_permissive": false
} |
ansible_role | Gidraff/devops-matters | b2976d119c6d5f68570525e0ae15e0ed8d78fa9d | 1 | packer/aws-ec2-builder/provisions/playbooks/roles/nginx | 223 | [
"no_license"
] | [
{
"path": "packer/aws-ec2-builder/provisions/playbooks/roles/nginx/tasks/install.yml",
"content": "---\n- name: \"ensure nginx is at the latest version\"\n apt: name=nginx state=present\n become: yes\n\n- name: ensure nginx has started\n service: name=nginx state=started\n become: yes\n become_method: ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 15382,
"all_permissive": false
} |
ansible_role | tonykay/aa__openstack_lab_solution | 54c5a59a9de41b9d5e0c4d02cb9fd7362e3ae1e0 | 0 | roles/osp-setup | 235 | [
"no_license"
] | [
{
"path": "roles/osp-setup/tasks/create-keypair.yml",
"content": "- name: Generate key files\n user:\n name: \"{{ ansible_env.USER }}\"\n generate_ssh_key: yes\n ssh_key_file: .ssh/test_id_rsa\n\n- name: Delete OSP keypair\n os_keypair:\n cloud: ospcloud\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | webdevops/vagrant-docker-vm | 676b8036eab153ba44aefd8bfcd0ca71586d11cc | 87 | provision/ansible/roles/clitools | 235 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/clitools/templates/clitools.ini.j2",
"content": ";++++++++++++++++++++++++++++++++++++++\n; CliTools configuration\n;++++++++++++++++++++++++++++++++++++++\n; Defaults:\n; https://github.com/mblaschke/clitools/blob/develop/src/config.ini\n;\n;+++++++++++++++++++++++++++++... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4135,
"all_permissive": false
} |
ansible_role | webdevops/vagrant-docker-vm | 676b8036eab153ba44aefd8bfcd0ca71586d11cc | 87 | provision/ansible/roles/common | 235 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/common/tasks/packages/apt.yml",
"content": "---\n\n- name: Install custom apt packages\n apt:\n pkg: '{{ item }}'\n state: present\n with_items: \"{{ PROVISION.apt }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 9347,
"all_permissive": false
} |
ansible_role | webdevops/vagrant-docker-vm | 676b8036eab153ba44aefd8bfcd0ca71586d11cc | 87 | provision/ansible/roles/consul | 235 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/consul/tasks/startup.yml",
"content": "---\n\n- name: Kill running consul and gliderlabs/registrator Docker container\n shell: \"docker kill {{ item }} &> /dev/null || exit 0\"\n with_items:\n - consul\n - consul-registrator\n ignore_errors: True\n\n- name: Remove... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1235,
"all_permissive": false
} |
ansible_role | webdevops/vagrant-docker-vm | 676b8036eab153ba44aefd8bfcd0ca71586d11cc | 87 | provision/ansible/roles/customization | 235 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/customization/tasks/synchronize.yml",
"content": "---\n\n- name: Deploy home customization\n synchronize:\n rsync_path: \"sudo rsync\"\n src: /vagrant/customization/home/\n dest: /home/vagrant/\n delete: no\n rsync_opts: '--exclude=.gitkeep... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | webdevops/vagrant-docker-vm | 676b8036eab153ba44aefd8bfcd0ca71586d11cc | 87 | provision/ansible/roles/desktop | 235 | [
"no_license"
] | [
{
"path": "provision/ansible/roles/desktop/templates/vagrant.conf.j2",
"content": "[SeatDefaults]\nautologin-user=vagrant\nautologin-user-timeout=0\n\n[VNCServer]\nenabled=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "provision/ansible/rol... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1141,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.