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
davidpesce/moodle-dev-env
6907550cf0b1312683d8f3be5650cd106abe58c1
1
roles/mariadb
7,757
[ "permissive" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n- name: Install EPEL Repository\n yum: name=\"http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm\" state=present\n become: True\n tags:\n - install\n - repository\n - epel\n\n\n- name: Install MariaDB\n yum: name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1004, "all_permissive": true }
ansible_role
davidpesce/moodle-dev-env
6907550cf0b1312683d8f3be5650cd106abe58c1
1
roles/moodle
7,757
[ "permissive" ]
[ { "path": "roles/moodle/tasks/main.yml", "content": "---\n\n- name: Install Moodle's dependencies\n include: dependencies.yml\n become: True\n\n\n- name: Moodle installation\n include: install.yml\n\n\n- name: Moodle configuration\n include: configure.yml\n", "license_type": "permissive", "detec...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2098, "all_permissive": true }
ansible_role
MendozaJRL/CPE232_MendozaExperiment15
660e1da396921ae6d958304ffe604f0759474f4b
0
roles/Openstack
7,757
[ "no_license" ]
[ { "path": "roles/Openstack/tasks/main.yml", "content": "---\n# tasks file for roles/Openstack\n\n- name: Execute install_Neutron.yml\n ansible.builtin.include_tasks:\n file: install_Neutron.yml\n\n- name: Execute install_Horizon.yml\n ansible.builtin.include_tasks:\n file: install_Horizon.yml\n\n- n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2346, "all_permissive": false }
ansible_role
legitYosal/ceph-lab
b92c31bf5a0916f16a23a43c3b42dfd93b980a82
3
roles/common
7,757
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Set timezone to Asia/Tehran\n community.general.timezone:\n name: Asia/Tehran\n- name: Set etc hosts\n become: true\n ansible.builtin.lineinfile:\n path: /etc/hosts\n search_string: \"{{ item }}\"\n line: \"{{ hostvars[item].ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1105, "all_permissive": false }
ansible_role
legitYosal/ceph-lab
b92c31bf5a0916f16a23a43c3b42dfd93b980a82
3
roles/default-gateway
7,757
[ "no_license" ]
[ { "path": "roles/default-gateway/tasks/main.yml", "content": "- name: set default gateway fact\n ansible.builtin.set_fact:\n default_gateway: \"{{ hostvars[groups['gateway'].0].ansible_host }}\"\n when: default_gateway is undefined\n\n- name: remove default gateway\n become: true\n ansible.builtin.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
legitYosal/ceph-lab
b92c31bf5a0916f16a23a43c3b42dfd93b980a82
3
roles/docker
7,757
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install docker from ubuntu repository\n ansible.builtin.apt:\n name: docker.io\n state: present\n update_cache: yes\n\n- name: Copy daemon.json for docker iran\n ansible.builtin.copy:\n src: \"daemon-iran.json\"\n dest: \"/et...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 385, "all_permissive": false }
ansible_role
legitYosal/ceph-lab
b92c31bf5a0916f16a23a43c3b42dfd93b980a82
3
roles/forwarding
7,757
[ "no_license" ]
[ { "path": "roles/forwarding/handlers/main.yml", "content": "---\n- name: Apply sysctl\n ansible.builtin.command: sysctl -p\n async: 10\n poll: 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/forwarding/tasks/main.yml", "content": "...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1067, "all_permissive": false }
ansible_role
legitYosal/ceph-lab
b92c31bf5a0916f16a23a43c3b42dfd93b980a82
3
roles/haproxy
7,757
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n\tlog /dev/log\tlocal0\n\tlog /dev/log\tlocal1 notice\n\tchroot /var/lib/haproxy\n\tstats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n\tstats timeout 30s\n\tuser haproxy\n\tgroup haproxy\n\tdaemon\n\n\t# Def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3410, "all_permissive": false }
ansible_role
legitYosal/ceph-lab
b92c31bf5a0916f16a23a43c3b42dfd93b980a82
3
roles/iptables
7,757
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "---\n\n- name: Iptables tweaking if has public eth\n ansible.builtin.import_tasks: harden.yml\n when: inventory_hostname in groups.get('gateway', [])\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 741, "all_permissive": false }
ansible_role
max155620/AnsibleForRaif
518d8aa83cf3d6ed6e413016a26ae50ce7bd9e25
0
roles/updateos
7,758
[ "no_license" ]
[ { "path": "roles/updateos/handlers/main.yml", "content": "---\n- name: Reboot\n reboot:\n connect_timeout: 5\n reboot_timeout: 300\n pre_reboot_delay: 0\n post_reboot_delay: 30\n test_command: uptime\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 355, "all_permissive": false }
ansible_role
TheCountt/adedapo-isaac-adedeji
e7e60e452270aa117c03a5a6fde48cd6230f1d0f
0
roles/workstation
7,758
[ "no_license" ]
[ { "path": "roles/workstation/tasks/packages.yml", "content": "---\n- name: Update ubuntu\n ansible.builtin.apt:\n update_cache: yes\n force_apt_get: yes\n\n- name: download kubernetes, terraform keys\n apt_key: \n url: \"{{ item }}\"\n state: present\n loop:\n - https://packages.cloud.google....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3592, "all_permissive": false }
ansible_role
sgf-dma/desktop-config
75d76f6e95d4c4898e70df73056748efed582d31
0
roles/sgf-apt
7,758
[ "no_license" ]
[ { "path": "roles/sgf-apt/defaults/main.yml", "content": "---\n# defaults file for roles/sgf-apt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/sgf-apt/tasks/main.yml", "content": "---\n\n# This role requires `sudo` to work without passwo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1209, "all_permissive": false }
ansible_role
sgf-dma/desktop-config
75d76f6e95d4c4898e70df73056748efed582d31
0
roles/sgf-console
7,758
[ "no_license" ]
[ { "path": "roles/sgf-console/handlers/main.yml", "content": "---\n# handlers file for sgf-tmux", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/sgf-console/templates/bashrc", "content": "prependPATH() {\n # See https://unix.stackexchang...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 25636, "all_permissive": false }
ansible_role
sgf-dma/desktop-config
75d76f6e95d4c4898e70df73056748efed582d31
0
roles/sgf-desktop
7,758
[ "no_license" ]
[ { "path": "roles/sgf-desktop/vars/empty.yml", "content": "---\n# Fallback, when no OS-specific vars file was found.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/sgf-desktop/tasks/gui.yml", "content": "---\n\n- block:\n - name: gui...
{ "task_files": 10, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 34288, "all_permissive": false }
ansible_role
sgf-dma/desktop-config
75d76f6e95d4c4898e70df73056748efed582d31
0
roles/sgf-system
7,758
[ "no_license" ]
[ { "path": "roles/sgf-system/tasks/interfaces.yml", "content": "---\n\n- block:\n # In fact, on Debian 11 i may find permanent mac address in 'permaddr'\n # key of 'ip addr show' output, but for older version, 'ethtool' seems the\n # only way to find permanent mac addresses of ethernet interfaces.\n...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 26067, "all_permissive": false }
ansible_role
kaipajo/gogs_sqlite_ansible
e5f12cb89874d08ee00c43f723173f05466fa3a7
0
roles/gogs
7,758
[ "no_license" ]
[ { "path": "roles/gogs/templates/gogs.conf.j2", "content": "server {\r\n listen {{ nginx_port }};\r\n server_name localhost;\r\n\r\n #charset koi8-r;\r\n #access_log /var/log/nginx/host.access.log main;\r\n\r\n location / {\r\n proxy_pass http://{{ server_name }}:{{ gogs_port ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3903, "all_permissive": false }
ansible_role
epfl-si/www
f650a30e2f1f28e0d1ee49668b43d311b59d8cc7
0
roles/www
7,758
[ "no_license" ]
[ { "path": "roles/www/tasks/main.yml", "content": "- name: \"Storage tasks\"\n include_tasks:\n file: storage.yml\n apply:\n tags:\n - storage\n tags:\n - storage\n\n- name: \"NGINX tasks\"\n include_tasks:\n file: nginx.yml\n apply:\n tags:\n - nginx\n tags:\n -...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 10074, "all_permissive": false }
ansible_role
jatin8123/ansible_3tier_lab
73d82842cdf453b0e07c43d55760c7cf6641827e
0
roles/apache
7,758
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for roles/apache\n- name: install httpd package\n yum: \n name: \"{{ web_pkg }}\"\n state: latest\n\n- name: enable apache at boot\n service:\n name: \"{{ web_svc }}\"\n state: started\n enabled: yes\n", "license_typ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
jatin8123/ansible_3tier_lab
73d82842cdf453b0e07c43d55760c7cf6641827e
0
roles/haproxy
7,758
[ "no_license" ]
[ { "path": "roles/haproxy/handlers/main.yml", "content": "---\n# handlers file for roles/haproxy\n#\n- name: restart HAproxy\n service:\n name: \"{{ haproxy_service }}\"\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { "path": "ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 653, "all_permissive": false }
ansible_role
jatin8123/ansible_3tier_lab
73d82842cdf453b0e07c43d55760c7cf6641827e
0
roles/postgresql
7,758
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for roles/postgresql\n- name: install db\n yum:\n name: \"{{ db_pkg}}\"\n state: installed\n\n- name: enable db service at boot\n service: \n name: \"{{ db_service }}\"\n state: started\n enabled: yes\n\n- name: chec...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 491, "all_permissive": false }
ansible_role
jatin8123/ansible_3tier_lab
73d82842cdf453b0e07c43d55760c7cf6641827e
0
roles/tomcat
7,758
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for roles/tomcat\n#\n- name: install {{ tomcat_pkg }}\n package:\n name: \"{{ tomcat_pkg }}\"\n state: latest\n\n- name: enable tomcat at boot\n service:\n name: \"{{ tomcat_svc }}\"\n state: started\n enabled: yes\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 747, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lemp-rhel/roles/common
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lemp-rhel/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Disable selinux\n shell: setenforce 0\n shell: sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config\n ignore_errors: True\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1804, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lemp-rhel/roles/deploy
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lemp-rhel/roles/deploy/tasks/main.yml", "content": "---\n- name: Copy a test page to documentroot\n copy: src=phpinfo.php dest={{ document_root }}/index.php\n\n- name: Modify php session dir privileges\n shell: chown -R {{ user_name }}.{{ user_name }} /var/lib/php/session\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lemp-rhel/roles/mysql
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lemp-rhel/roles/mysql/tasks/main.yml", "content": "---\n# This playbook will install MariaDB and create db user and give permissions.\n\n- name: Install MySQL package\n yum: name={{ item }} state=installed\n with_items:\n - mariadb-server\n - MySQL-python\n when: ansible_os...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2050, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lemp-rhel/roles/nginx
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lemp-rhel/roles/nginx/templates/default.conf.j2", "content": "server {\n listen {{ nginx_port }} default_server;\n server_name {{ server_hostname }};\n root {{ document_root }};\n index index.php index.html;\n \n client_max_body_size 64M;\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3959, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lemp-rhel/roles/php-fpm
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lemp-rhel/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install php-fpm and deps\n yum: name={{ item }} state=present\n with_items:\n - php\n - php-fpm\n - php-enchant\n - php-mysql\n - php-xml\n - php-mbstring\n - php-devel\n - php-cli\n - p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 504, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lvs_keepalived/roles/common
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lvs_keepalived/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp \n yum: name={{ item }} state=present\n with_items:\n - ntp\n - libselinux-python\n\n- name: Configure ntp file\n temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lvs_keepalived/roles/keepalived_slave
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lvs_keepalived/roles/keepalived_slave/tasks/main.yml", "content": "---\n- name: Install keepalived by shell\n script: Install_Keepalived.sh\n ignore_errors: True\n\n- name: write the keepalived config file\n template: src=keepalived.conf.j2 dest=/etc/keepalived/keepalived.conf ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 333, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lvs_keepalived/roles/lvs
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lvs_keepalived/roles/lvs/tasks/main.yml", "content": "---\n- name: Install ipvsadm packages \n yum: name={{ item }} state=present\n with_items: \n - gcc\n - make\n - openssl-devel\n - popt-devel\n - libnl-devel\n - kernel-devel\n - ipvsadm\n- name: Stop ipta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-lvs_keepalived/roles/realserver
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-lvs_keepalived/roles/realserver/tasks/main.yml", "content": "---\n- name: Install net-tools\n yum: name=net-tools state=present\n\n- name: Run the Script\n template: src=ipvs.sh dest=/etc/init.d/ipvs mode=0755\n\n- name: service start\n shell: sh /etc/init.d/ipvs start\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1303, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-nginx-rhel/roles/common
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-nginx-rhel/roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp \n yum: name={{ item }} state=present\n with_items:\n - ntp\n - libselinux-python\n\n- name: Kernel optimize\n script: ker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1966, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-nginx-rhel/roles/nginx
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-nginx-rhel/roles/nginx/templates/template.conf.j2", "content": "#proxy_cache_path /data/cache keys_zone=CACHE:100m levels=1:2 inactive=12h max_size=1g;\n\nupstream fpm-handler {\n server {{ php_fpm_addr }}:{{ php_fpm_port}} max_fails=5 fail_timeout=30s weight=5;\n}\n\nserver {\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7119, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-nginx_php7-rhel/roles/mariadb
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-nginx_php7-rhel/roles/mariadb/tasks/main.yml", "content": "---\n\n - name: Install mariadb-server\n apt: name=mariadb-server state=latest\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
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-nginx_php7-rhel/roles/nginx
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-nginx_php7-rhel/roles/nginx/tasks/main.yml", "content": "---\n\n - name: Add key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n - name: Add apt source\n template: src=nginx.list dest=/etc/apt/sources.list.d/nginx.list\n\n - name: Update cache\n shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1587, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-nginx_php7-rhel/roles/php-7
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-nginx_php7-rhel/roles/php-7/templates/nginx.conf.j2", "content": "user www-data;\nworker_processes auto;\nworker_rlimit_nofile 8192;\npid {{ pid }};\n\nevents {\n\t{{ worker_connections }} 8000;\n\tmulti_accept on;\n}\n\nhttp {\n\tsendfile on;\n\ttcp_nopush on;\n\ttcp_nodelay on;\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1839, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-nginx_php7-rhel/roles/site_deploy
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-nginx_php7-rhel/roles/site_deploy/tasks/main.yml", "content": "---\n\n - name: Create directory\n file: path=/data/www/{{ domain }}/{{ item }} state=directory owner={{ owner }} group={{ owner }}\n with_items:\n - logs\n - public\n - tasks\n\n - name: Write virtual ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 920, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-zabbix-rhel/roles/mysql
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-zabbix-rhel/roles/mysql/templates/my.cnf.j2", "content": "[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\nuser=mysql\n# Disabling symbolic-links is recommended to prevent assorted security risks\nsymbolic-links=0\nport={{ mysql_port }}\ndefault-character-set = ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-zabbix-rhel/roles/zabbix_agent
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-zabbix-rhel/roles/zabbix_agent/handlers/main.yml", "content": "---\n\n- name: restart zabbix_agentd\n service: name=zabbix-agentd state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "ansible/ansible-zabbix-r...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1271, "all_permissive": false }
ansible_role
vqiu/ops
e860ef637c7e8420039458532723ac0ffe712765
0
ansible/ansible-zabbix-rhel/roles/zabbix_server
7,758
[ "no_license" ]
[ { "path": "ansible/ansible-zabbix-rhel/roles/zabbix_server/tasks/main.yml", "content": "---\n\n- name: copy rpm to zabbix-server\n copy: src=zabbix-release-2.4-1.el6.noarch.rpm dest=/tmp/zabbix-release-2.4-1.el6.noarch.rpm\n when: ansible_os_family == 'RedHat' and ansible_distribution_major_version == '6'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1709, "all_permissive": false }
ansible_role
strzibny/vagrant-presentation
5f0b0246b2cf6c48f564301b8a97e1b34bc8b018
12
demo/vagrant-ansible-mean/provisioning/roles/common
7,758
[ "no_license" ]
[ { "path": "demo/vagrant-ansible-mean/provisioning/roles/common/tasks/main.yml", "content": "---\n- name: Common | Update apt cache\n sudo: yes\n apt: update-cache=yes\n tags: common\n\n- name: Common | Update language\n sudo: yes\n apt: pkg=language-pack-en\n tags: common", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
strzibny/vagrant-presentation
5f0b0246b2cf6c48f564301b8a97e1b34bc8b018
12
demo/vagrant-ansible-mean/provisioning/roles/express
7,758
[ "no_license" ]
[ { "path": "demo/vagrant-ansible-mean/provisioning/roles/express/tasks/main.yml", "content": "---\n- name: Express | Install Express\n sudo: yes\n npm: name=express global=yes\n tags: express", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
strzibny/vagrant-presentation
5f0b0246b2cf6c48f564301b8a97e1b34bc8b018
12
demo/vagrant-ansible-mean/provisioning/roles/ruby
7,758
[ "no_license" ]
[ { "path": "demo/vagrant-ansible-mean/provisioning/roles/ruby/tasks/main.yml", "content": "---\n- name: Ruby | Install Ruby\n apt: pkg=ruby update-cache=yes\n sudo: yes\n tags: ruby\n\n- name: Ruby | Install compass gem\n gem: name=compass\n sudo: yes\n tags: ruby", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 170, "all_permissive": false }
ansible_role
strzibny/vagrant-presentation
5f0b0246b2cf6c48f564301b8a97e1b34bc8b018
12
demo/vagrant-ansible-mean/provisioning/roles/yo
7,758
[ "no_license" ]
[ { "path": "demo/vagrant-ansible-mean/provisioning/roles/yo/tasks/main.yml", "content": "---\n- name: Yeoman | Install Yeoman\n sudo: yes\n npm: name=yo global=yes\n tags: yeoman\n\n- name: Yeoman | Install Angular.js generator\n sudo: yes\n npm: name=generator-angular global=yes\n tags: yeoman", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
carnells/ansible-tower-demo2
1257f72a89df2c02dcbadfdbc4219aea6db18554
0
roles/tower
7,761
[ "no_license" ]
[ { "path": "roles/tower/files/tower_project.json", "content": "{\n \"name\": \"RHEL-8-STIG\",\n \"description\": \"RHEL DIA Stig\",\n \"local_path\": \"\",\n \"scm_type\": \"git\",\n \"scm_url\": \"<EMAIL>:mindpointgroup/lockdown-enterprise/rhel-8-stig.git\",\n \"scm_branch\": \"georgen\",\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7036, "all_permissive": false }
ansible_role
virtualelephant/Project-SignalWave
1d0993535123ec395dc6e924a296151d0486449d
5
ansible/roles/helm_deploy
7,761
[ "permissive" ]
[ { "path": "ansible/roles/helm_deploy/tasks/main.yaml", "content": "- name: Ensure target namespace exists\n kubernetes.core.k8s:\n api_version: v1\n kind: Namespace\n name: \"{{ item.namespace }}\"\n state: present\n loop: \"{{ helm_releases }}\"\n loop_control:\n label: \"{{ item.namespac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1091, "all_permissive": true }
ansible_role
Dwijad/ansible-ksql
f75c235eae3ed8b10a2fb45c280db12327576ee7
0
roles/import-cert
7,761
[ "no_license" ]
[ { "path": "roles/import-cert/tasks/main.yml", "content": "---\n\n- name: Import truststore certificates in broker\n become_user: \"{{ kafkaUser }}\"\n shell: |\n {{ keytool_command }} -keystore {{ truststore_file }} \\\n -alias {{ alias }} \\\n -import -file {{ cert_file }} \\\n -storepas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
zubaide/ansible
bb098f64a6a4c64c190c52385ca8e6bfdbe7ece9
0
roles/corosync-pacemaker
7,761
[ "no_license" ]
[ { "path": "roles/corosync-pacemaker/tasks/main.yml", "content": "---\n\n- name: Install packages for CentOS Stream 8\n dnf: \n name:\n - pacemaker\n - corosync\n - pcs\n - clufter-lib-pcs\n - fence-agents-all\n enablerepo: ha \n state: present\n when: ansible_distribution...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1739, "all_permissive": false }
ansible_role
zubaide/ansible
bb098f64a6a4c64c190c52385ca8e6bfdbe7ece9
0
roles/host_servers
7,761
[ "no_license" ]
[ { "path": "roles/host_servers/tasks/main.yml", "content": "---\n \n- name: Install KVM and related package\n dnf:\n name:\n - qemu-kvm\n - libvirt\n - virt-install\n - bridge-utils\n - virt-manager\n - virt-viewer\n state: present\n\n- name: Enable and start libvirtd ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1879, "all_permissive": false }
ansible_role
zubaide/ansible
bb098f64a6a4c64c190c52385ca8e6bfdbe7ece9
0
roles/shared-storage
7,761
[ "no_license" ]
[ { "path": "roles/shared-storage/tasks/main.yml", "content": "---\n \n- name: Install EPEL release\n dnf:\n name: epel-release\n state: present\n\n #- name: Install ZFS release package\n # dnf:\n # name: 'https://zfsonlinux.org/epel/zfs-release-2-2.el9.noarch.rpm'\n # sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1589, "all_permissive": false }
ansible_role
driptaroop/init-setup-ansible
ee6b11543e1ea9c33f14b33d9003d910aa31b51f
0
roles/ubuntu
7,761
[ "no_license" ]
[ { "path": "roles/ubuntu/files/scripts/ranger-plugins.sh", "content": "#!/bin/bash\nranger --copy-config=rc\n[ -f ~/.config/ranger/plugins/devicons2 ] || git clone https://github.com/cdump/ranger-devicons2 ~/.config/ranger/plugins/devicons2\n[ -f ~/.config/ranger/plugins/zoxide ] || git clone https://githu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 7970, "all_permissive": false }
ansible_role
shuhaowu/foam-runtime
b4dbc884229dbefba01236713afbb84157234815
0
roles/openfoam-base
7,761
[ "no_license" ]
[ { "path": "roles/openfoam-base/tasks/master.yml", "content": "---\n- name: installing packages for master node\n apt:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - nfs-kernel-server\n become: yes\n\n- name: creating OpenFOAM directory\n file:\n path: \"{{ foam_run_basedir }}\"\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 4884, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
ansible/roles/docker
7,761
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install docker repository file\n copy: src=docker.repo dest=/etc/yum.repos.d/docker.repo\n\n- name: Install docker packages\n yum: name={{ item }} state=present\n with_items:\n - docker-engine\n\n- name: Change /etc/security/limits.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 497, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
ansible/roles/firewall
7,761
[ "no_license" ]
[ { "path": "ansible/roles/firewall/tasks/main.yml", "content": "- name: Set dmz as default policy\n command: firewall-cmd --set-default-zone=dmz\n\n- name: Allow http/https\n command: firewall-cmd --zone=dmz --permanent --add-service=http --add-service=https\n\n- name: Bounce firewalld\n service: name=fir...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
ansible/roles/update
7,761
[ "no_license" ]
[ { "path": "ansible/roles/update/tasks/main.yml", "content": "- name: Update all packages\n yum: name=* disable_gpg_check=yes state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
packer_aws/ansible/roles/lock_default_users
7,761
[ "no_license" ]
[ { "path": "packer_aws/ansible/roles/lock_default_users/tasks/main.yml", "content": "- name: Lock root\n shell: passwd -l root\n ignore_errors: yes\n\n- name: Lock centos\n shell: passwd -l centos\n ignore_errors: yes\n\n- name: Lock ec2-user\n shell: passwd -l ec2-user\n ignore_errors: yes\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
packer_aws/ansible/roles/ssh
7,761
[ "no_license" ]
[ { "path": "packer_aws/ansible/roles/ssh/tasks/main.yml", "content": " - name: Create /etc/ssh/keys\n file: path=/etc/ssh/keys state=directory owner=root group=users mode=0755\n\n# - name: Change sshd_config\n# lineinfile:\n# dest=/etc/ssh/sshd_config\n# state=present\n# insertafter=EOF\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
packer_aws/ansible/roles/sudo
7,761
[ "no_license" ]
[ { "path": "packer_aws/ansible/roles/sudo/tasks/main.yml", "content": "- name: copy sudoers\n copy: src=sudoers dest=/etc/sudoers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 59, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
packer_aws/ansible/roles/users
7,761
[ "no_license" ]
[ { "path": "packer_aws/ansible/roles/users/tasks/main.yml", "content": "- include: rlapa.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "packer_aws/ansible/roles/users/tasks/rlapa.yml", "content": "- name: Create rlapa user\n user: name=r...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 339, "all_permissive": false }
ansible_role
ruilapa/HashiTest
88da56891a66ad6a8699f06f4527b5c2c2180b35
0
packer_aws/ansible/roles/yum_repos
7,761
[ "no_license" ]
[ { "path": "packer_aws/ansible/roles/yum_repos/tasks/main.yml", "content": "- name: Install EPEL repository\n yum: name=epel-release disable_gpg_check=yes state=latest update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/download-dataset
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/download-dataset/vars/main.yml", "content": "---\ninput_bucket_name: arc-mpspdz-data\n#mlexample_object_name: mnist-input.tar.gz\n#mlexample_tmp_storage: /tmp/mnist-input.tar.gz\n#mlexample_input_dest: \"{{exp_code_dir}}/ml-example\"\n", "license_type": "permissive", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1283, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-adult
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-adult/vars/main.yml", "content": "---\ninput_bucket_name: arc-mpspdz-data\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "doe-suite-config/roles/setup-adult/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1155, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-arkworks
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-arkworks/tasks/main.yml", "content": "---\n\n# THIS ASSUMES SPECIFIC AMI, SO IT DOES NOT DO THE FULL SETUP\n\n- debug:\n msg: \"-> arkworks only\"\n tags: [print_action]\n\n#- debug:\n# msg: \"{{ hostvars['localhost']['suite_hosts_lst'] }}\"\n#\n#- debug:\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-base
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-base/tasks/main.yml", "content": "---\n\n\n- debug:\n msg: \"-> base only\"\n tags: [print_action]\n\n- name: Add or modify nofile soft limit\n become: True\n community.general.pam_limits:\n domain: ubuntu\n limit_type: soft\n limit_item: nofile\n va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9234, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-consistency
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-consistency/tasks/main.yml", "content": "---\n\n# THIS ASSUMES SPECIFIC AMI, SO IT DOES NOT DO THE FULL SETUP\n\n- debug:\n msg: \"-> consistency only\"\n tags: [print_action]\n\n#- debug:\n# msg: \"{{ hostvars['localhost']['suite_hosts_lst'] }}\"\n#\n#- debug:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2284, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-largeprimes
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-largeprimes/tasks/main.yml", "content": "---\n\n\n- debug:\n msg: \"-> large primes\"\n tags: [print_action]\n\n- name: Remove old CONFIG.mine\n ansible.builtin.file:\n path: \"{{ mpspdz_dir }}/CONFIG.mine\"\n state: absent\n\n- name: Add large prime szp (5...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-network-delay
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-network-delay/tasks/main.yml", "content": "# According to: https://netbeez.net/blog/how-to-use-the-linux-traffic-control/\n\n\n- name: Install package containing traffic control (tc)\n become: True\n ansible.builtin.apt:\n pkg:\n - iproute2\n - iperf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": true }
ansible_role
pps-lab/arc
86ce545553813b5d7e3c948d7b0b5475ddf2211c
3
doe-suite-config/roles/setup-spdz-secrets
7,761
[ "permissive" ]
[ { "path": "doe-suite-config/roles/setup-spdz-secrets/tasks/main.yml", "content": "\n\n- name: Download secrets from S3\n ansible.builtin.shell:\n cmd: \"aws s3 sync s3://{{ input_bucket_name }} {{ exp_code_dir }}/MP-SPDZ/Player-Data\"\n\n- name: Download kzg public params from S3\n ansible.builtin.shel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 359, "all_permissive": true }
ansible_role
dtphuc/terraform-vpc-infrastructure
0cf1c23dbfd746cd96deaeea183d0f33abc6d220
1
ansible/roles/common
7,761
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/common.yml", "content": "---\n- name: Enable epel-repo\n yum: name=epel-release state=present\n\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Install basic packages\n yum: name={{ item }} state=latest\n ignore_errors: yes\n with_items:\n - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1396, "all_permissive": false }
ansible_role
dtphuc/terraform-vpc-infrastructure
0cf1c23dbfd746cd96deaeea183d0f33abc6d220
1
ansible/roles/configure-disk
7,761
[ "no_license" ]
[ { "path": "ansible/roles/configure-disk/tasks/ebs/format_ebs.yml", "content": "---\n- name: Disk | Check if drives are already mounted\n shell: df | grep \"{{ data_disk }}\" | wc -l\n when: data_disk is defined\n register: ebs_checked\n\n- name: Disk | Output debug of ebs_checked\n debug: var=ebs_checke...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1131, "all_permissive": false }
ansible_role
dtphuc/terraform-vpc-infrastructure
0cf1c23dbfd746cd96deaeea183d0f33abc6d220
1
ansible/roles/docker
7,761
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Docker | Start Installation Docker\n include: install-docker.yml\n\n- name: Docker | Ensure service started\n service: name=docker state=started\n\n- name: Docker | Validate Docker\n shell: docker run hello-world\n\n- name: Docker ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1602, "all_permissive": false }
ansible_role
ImNotAOwl/e-commerce_microservices_DEPLOYMENT
6622ef7f05ae9a73a4030835145e1b85251d70e1
0
ansible/roles/caddy
7,761
[ "no_license" ]
[ { "path": "ansible/roles/caddy/tasks/main.yml", "content": "- name: Ensure Caddy data directory exists\n file:\n path: \"{{ caddy_data_path }}\"\n state: directory\n owner: \"{{ caddy_user }}\"\n group: \"{{ caddy_group }}\"\n mode: '0755'\n\n- name: Set correct permissions for files in Cadd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 881, "all_permissive": false }
ansible_role
ImNotAOwl/e-commerce_microservices_DEPLOYMENT
6622ef7f05ae9a73a4030835145e1b85251d70e1
0
ansible/roles/docker
7,761
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Snapd\n apt:\n name: snapd\n state: present\n update_cache: yes\n\n- name: Install Docker via Snap\n community.general.snap:\n name: docker\n state: present\n\n- name: Ensure Docker service is running\n servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 304, "all_permissive": false }
ansible_role
ImNotAOwl/e-commerce_microservices_DEPLOYMENT
6622ef7f05ae9a73a4030835145e1b85251d70e1
0
ansible/roles/docker-compose
7,761
[ "no_license" ]
[ { "path": "ansible/roles/docker-compose/tasks/main.yml", "content": "---\n- name: Check Docker Compose version\n command: docker-compose --version\n register: docker_compose_version\n ignore_errors: true\n\n- name: Set fact for desired Docker Compose version\n set_fact:\n desired_version: \"v2.32.4\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3827, "all_permissive": false }
ansible_role
aidanscode/ansible_learning
6d1fb8911d181c541477ea14e860d629c99b1ec3
0
roles/db_servers
7,761
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mysql package\n tags: db,mysql\n package:\n name: mysql-server\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
aidanscode/ansible_learning
6d1fb8911d181c541477ea14e860d629c99b1ec3
0
roles/web_servers
7,761
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: Install Apache and PHP package\n tags: apache,apache2,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: Start Apache service\n tags: apache,apache2,service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
citationfinder/deployment
0beb9e109c3ac06d517ae9e52d297599f3fc349c
0
roles/grobid
7,761
[ "no_license" ]
[ { "path": "roles/grobid/tasks/main.yml", "content": "---\n\n- name: Install java(7-jdk)\n apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - openjdk-7-jdk\n - openjdk-7-jre-lib\n\n- name: Install maven\n apt: pkg=maven state=installed update_cache=true\n\n- name: Clone grobid\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1006, "all_permissive": false }
ansible_role
citationfinder/deployment
0beb9e109c3ac06d517ae9e52d297599f3fc349c
0
roles/postgresql
7,761
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n- name: Install PostgreSQL\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=installed\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python-psycopg2\n register: db_setup\n tags: packages\n\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2145, "all_permissive": false }
ansible_role
citationfinder/deployment
0beb9e109c3ac06d517ae9e52d297599f3fc349c
0
roles/web
7,761
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yml", "content": "---\n\n- include: install_additional_packages.yml\n tags: packages\n\n#- include: create_users_and_groups.yml\n\n- include: setup_virtualenv.yml\n tags: virtualenv\n\n- include: setup_git_repo.yml\n tags:\n - deploy\n - quick\n\n- include: setup_dja...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4079, "all_permissive": false }
ansible_role
recall704/kubeadm-offline
20724b481b8eaecde946d7a3f5bf58553c6b7928
1
src/playbook/roles/calico
7,761
[ "no_license" ]
[ { "path": "src/playbook/roles/calico/tasks/main.yaml", "content": "- name: Create /etc/kubernetes/addons directory\n file: path=/etc/kubernetes/addons state=directory mode=0755\n\n- name: Config calico \n template: \n src: calico.yaml.j2\n dest: /etc/kubernetes/addons/calico.yaml\n mode: 0644\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
recall704/kubeadm-offline
20724b481b8eaecde946d7a3f5bf58553c6b7928
1
src/playbook/roles/node
7,761
[ "no_license" ]
[ { "path": "src/playbook/roles/node/tasks/main.yaml", "content": "\n\n\n- name: Create /etc/kubernetes directory\n file: path=/etc/kubernetes state=directory mode=0755\n\n- name: Config kubelet env\n template: \n src: kubelet.env.j2\n dest: /etc/kubernetes/kubelet.env\n mode: 0644\n\n\n- name: Con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
recall704/kubeadm-offline
20724b481b8eaecde946d7a3f5bf58553c6b7928
1
src/playbook/roles/node-init
7,761
[ "no_license" ]
[ { "path": "src/playbook/roles/node-init/tasks/main.yaml", "content": "\n\n- include: firewalld.yaml\n- include: host.yaml\n- include: setup-pipelining.yaml\n- include: system-repo.yaml\n- include: sync-time.yaml\n- include: swapoff.yaml\n- include: selinux.yaml", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 916, "all_permissive": false }
ansible_role
recall704/kubeadm-offline
20724b481b8eaecde946d7a3f5bf58553c6b7928
1
src/playbook/roles/vpn
7,761
[ "no_license" ]
[ { "path": "src/playbook/roles/vpn/tasks/main.yaml", "content": "\n- name: Unarchive vpn file to /tmp\n unarchive: \n src: openconnect.tar.gz\n dest: /tmp\n tags:\n - openconnect\n - vpn\n\n- name: Install openconnect vpn\n yum: \n name=\"/tmp/openconnect/{{ item }}\"\n state=present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/apt_update
7,761
[ "no_license" ]
[ { "path": "deploy/roles/apt_update/tasks/main.yml", "content": "---\n - name: \"Apt update repositories\"\n apt: update_cache=yes\n become: yes\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/deploy_app
7,761
[ "no_license" ]
[ { "path": "deploy/roles/deploy_app/templates/parameters.yml", "content": "parameters:\n database_host: \"{{database_host}}\"\n database_port: null\n database_name: \"{{database_name}}\"\n database_user: \"{{database_user}}\"\n database_password: \"{{database_password}}\"\n mailer_transport...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2658, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/local_install_composer
7,761
[ "no_license" ]
[ { "path": "deploy/roles/local_install_composer/meta/main.yml", "content": "---\ndependencies:\n - { role: \"local_install_php\" }\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "deploy/roles/local_install_composer/tasks/main.yml", "conten...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 413, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/local_install_php
7,761
[ "no_license" ]
[ { "path": "deploy/roles/local_install_php/tasks/main.yml", "content": "---\n - name: \"Install php\"\n delegate_to: localhost\n apt: name={{item}} state=present\n become: yes\n with_items:\n - \"php5-cli\"\n - \"php5-mysql\"\n...", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/server_apache
7,761
[ "no_license" ]
[ { "path": "deploy/roles/server_apache/tasks/main.yml", "content": "---\n - name: \"Install apache server\"\n apt: name={{item}} state=present\n become: yes\n with_items:\n - \"apache2\"\n - \"libapache2-mod-php5\"\n - \"php5-mysql\"\n \n - name: \"Disable default vhost\"\n file: path=\"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 343, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/server_mysql
7,761
[ "no_license" ]
[ { "path": "deploy/roles/server_mysql/handlers/main.yml", "content": "---\n - name: mysql_restart\n service: name=mysql state=restarted\n become: yes\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "deploy/roles/server_mysql/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 924, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/server_mysql_user
7,761
[ "no_license" ]
[ { "path": "deploy/roles/server_mysql_user/tasks/main.yml", "content": "---\n - name: \"Create database\"\n mysql_db:\n args:\n name: \"{{server_mysql_user_database}}\" \n state: present\n login_user: \"root\" \n login_password: \"{{<PASSWORD>}}\" \n \n - name: \"Create user from localh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1174, "all_permissive": false }
ansible_role
Gugli/Chooz
5f90901a1ade5137013033ed06ee5a64b489ee50
0
deploy/roles/virtual_host
7,761
[ "no_license" ]
[ { "path": "deploy/roles/virtual_host/handlers/main.yml", "content": "---\n - name: restart_apache\n become: yes\n service: name=apache2 state=restarted\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "deploy/roles/virtual_host/meta/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 554, "all_permissive": false }
ansible_role
oleyka/RedPaw
c423f8532418c26cfa45e663db5a14e095da8cd6
0
manage/roles/bootstrap
7,761
[ "no_license" ]
[ { "path": "manage/roles/bootstrap/tasks/main.yml", "content": "---\n- name: create directory for custom repo settings\n become: yes\n file:\n name: /usr/local/etc/pkg/repos\n state: directory\n when: ansible_os_family == 'FreeBSD'\n\n- name: copy custom repo config\n become: yes\n copy:\n src:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 728, "all_permissive": false }
ansible_role
oleyka/RedPaw
c423f8532418c26cfa45e663db5a14e095da8cd6
0
manage/roles/heroku
7,761
[ "no_license" ]
[ { "path": "manage/roles/heroku/tasks/main.yml", "content": "---\n\n- name: install Heroku and prerequisites\n become: yes\n pkgng:\n name: \"{{ item }}\"\n state: present\n with_items:\n - py27-pip\n - py27-setuptools\n - py27-virtualenv\n - rubygem-heroku # includes ruby, libyaml and a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 436, "all_permissive": false }
ansible_role
oleyka/RedPaw
c423f8532418c26cfa45e663db5a14e095da8cd6
0
manage/roles/pgsql
7,761
[ "no_license" ]
[ { "path": "manage/roles/pgsql/tasks/main.yml", "content": "---\n\n- name: install PostgreSQL and ansible deps\n become: yes\n pkgng:\n name: \"{{ item }}\"\n state: present\n with_items:\n - postgresql93-server # includes the matching client\n - py27-psycopg2\n when: ansible_os_family == 'Fr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
oleyka/RedPaw
c423f8532418c26cfa45e663db5a14e095da8cd6
0
manage/roles/snmp
7,761
[ "no_license" ]
[ { "path": "manage/roles/snmp/tasks/main.yml", "content": "---\n\n- name: install packages\n become: yes\n pkgng:\n name: \"{{ item }}\"\n state: present\n with_items:\n - net-snmp\n - py27-snmp4\n when: ansible_os_family == 'FreeBSD'\n\n- name: add snmp config # edit me\n become: yes \n co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 528, "all_permissive": false }
ansible_role
oleyka/RedPaw
c423f8532418c26cfa45e663db5a14e095da8cd6
0
manage/roles/ssl
7,761
[ "no_license" ]
[ { "path": "manage/roles/ssl/tasks/main.yml", "content": "---\n\n- include: letsencrypt.yml\n when: >\n ansible_os_family == 'FreeBSD' and\n ssl_source == 'letsencrypt'\n\n- include: selfsign.yml\n when: >\n ansible_os_family == 'FreeBSD' and\n ssl_source == 'self'\n", "license_type": "no_l...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2553, "all_permissive": false }
ansible_role
oleyka/RedPaw
c423f8532418c26cfa45e663db5a14e095da8cd6
0
manage/roles/web
7,761
[ "no_license" ]
[ { "path": "manage/roles/web/tasks/main.yml", "content": "---\n\n- name: install the web packages\n become: yes\n pkgng:\n name: \"{{ item }}\"\n state: present\n with_items:\n - nginx\n - postgresql94-server # includes the matching client\n - py27-pip\n when: ansible_os_family == 'FreeBSD...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 730, "all_permissive": false }
ansible_role
etherfurnace/ansible-skeleton
1d398035a84ca22eca230cc601ba73baea38be93
1
roles/system-setup
7,753
[ "no_license" ]
[ { "path": "roles/system-setup/tasks/online/centos7/extra.yml", "content": "- name: 安装EPEL源\n yum: name=epel-release state=latest \n\n- name: 安装开发者工具包\n yum: name='@Development Tools' state=latest \n\n- name: 安装常用工具\n yum: name='{{item.pkg}}' state=latest \n with_items:\n - {pkg: 'git'}\n - ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 7431, "all_permissive": false }
ansible_role
anup-chandak/pearl
640c1f56a5c29321a4b44b303ed60ae7ad77e700
0
ansible/roles/docker
7,753
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n name: ['apt-transport-https','ca-certificates','curl','gnupg-agent','software-properties-common']\n state: present\n\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 752, "all_permissive": false }
ansible_role
anup-chandak/pearl
640c1f56a5c29321a4b44b303ed60ae7ad77e700
0
ansible/roles/nginx
7,753
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install NGINX\n apt:\n name: nginx\n state: present\n\n- name: Copy NGINX config\n copy:\n src: ../../nginx.conf\n dest: /etc/nginx/sites-available/default\n\n- name: Ensure NGINX running\n service:\n name: nginx\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
anup-chandak/pearl
640c1f56a5c29321a4b44b303ed60ae7ad77e700
0
ansible/roles/yii2
7,753
[ "no_license" ]
[ { "path": "ansible/roles/yii2/tasks/main.yml", "content": "- name: Clone application repo\n git:\n repo: 'https://github.com/youruser/your-repo.git'\n dest: /app\n\n- name: Deploy stack\n command: docker stack deploy -c /app/docker-compose.yml", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 186, "all_permissive": false }