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 | KiFoundation/ki-tools | 17b36b312b2866831b1a9edff15745fe16e8d4cd | 14 | contrib/testnets/remote/ansible/roles/extract-config | 7,492 | [
"no_license"
] | [
{
"path": "contrib/testnets/remote/ansible/roles/extract-config/tasks/main.yml",
"content": "---\n\n- name: Fetch genesis.json\n fetch: \"src=/home/kid/.kid/config/genesis.json dest={{GENESISFILE}} flat=yes\"\n run_once: yes\n become: yes\n become_user: kid\n\n- name: Fetch config.toml\n fetch: \"src=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | KiFoundation/ki-tools | 17b36b312b2866831b1a9edff15745fe16e8d4cd | 14 | contrib/testnets/remote/ansible/roles/setup-fullnodes | 7,492 | [
"no_license"
] | [
{
"path": "contrib/testnets/remote/ansible/roles/setup-fullnodes/handlers/main.yml",
"content": "---\n\n- name: reload systemd\n systemd: name=kid enabled=yes daemon_reload=yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "contrib/testnets/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | KiFoundation/ki-tools | 17b36b312b2866831b1a9edff15745fe16e8d4cd | 14 | contrib/testnets/remote/ansible/roles/setup-validators | 7,492 | [
"no_license"
] | [
{
"path": "contrib/testnets/remote/ansible/roles/setup-validators/tasks/main.yml",
"content": "---\n\n- name: Ensure keys folder exists locally\n file: path=keys state=directory\n connection: local\n run_once: true\n become: no\n\n- name: Create kid user\n user: name=kid home=/home/kid shell=/bin/bash\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2106,
"all_permissive": false
} |
ansible_role | KiFoundation/ki-tools | 17b36b312b2866831b1a9edff15745fe16e8d4cd | 14 | contrib/testnets/remote/ansible/roles/upgrade-gaiad | 7,492 | [
"no_license"
] | [
{
"path": "contrib/testnets/remote/ansible/roles/upgrade-gaiad/handlers/main.yml",
"content": "---\n\n- name: restart kid\n service: name=kid state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "contrib/testnets/remote/ansible/roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | josiah0521/CPE243_MIDTERMEXAM | eb0e5e8cab7542c83a48ceb5e6a69f210ddbcbfc | 0 | roles/centos | 7,492 | [
"no_license"
] | [
{
"path": "roles/centos/tasks/main.yml",
"content": "- name: Firewalld Installation\n yum:\n name: firewalld\n\n- name: Firewalld start and enabled\n systemd:\n name: firewalld\n enabled: true\n\n- name: Permit SSH\n firewalld:\n service: ssh\n permanent: true\n state: enabled\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | josiah0521/CPE243_MIDTERMEXAM | eb0e5e8cab7542c83a48ceb5e6a69f210ddbcbfc | 0 | roles/ubuntu | 7,492 | [
"no_license"
] | [
{
"path": "roles/ubuntu/tasks/main.yml",
"content": "- name: iptables service stop\n systemd:\n name: iptables\n masked: true\n\n- name: Uninstalling ufw\n apt:\n name: ufw\n state: absent\n\n- name: Firewalld Installation\n apt:\n name: firewalld\n\n- name: Check firewalld service\n shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | nathPay/ansible-letsencrypt-for-dappnode | 272b4c15ecb481d89df924a6f43de243f801c01c | 0 | roles/nginx-letsencrypt | 7,492 | [
"no_license"
] | [
{
"path": "roles/nginx-letsencrypt/templates/nginx-https-nextcloud.j2",
"content": "# HTTPS server #\n\nserver {\n listen 443 ssl;\n server_name {{ LETSENCRYPT_DOMAIN_NAME_2 }};\n\n ssl on;\n ssl_certificate /etc/letsencrypt/live/{{ LETSENCRYPT_DOMAIN_NAME_2 }}/fullchain.pem;\n ssl_ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8353,
"all_permissive": false
} |
ansible_role | CryptoLFDM/deploy-mox | 69bced9ebace1d1eccbca65019937acb31e633e0 | 0 | roles/chia_farmer | 7,492 | [
"no_license"
] | [
{
"path": "roles/chia_farmer/defaults/main.yml",
"content": "---\nchia_farmer_owner: chia\nchia_farmer_group: chia\n\nchia_farmer_packages:\n - yum-utils\n - chia-blockchain-cli\n - libxcrypt-compat\n\nchia_farmer_directory:\n - path: \"{{ chia_farmer_root }}\"\n\nchia_farmer_root: /chia\n\nchia_farmer_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | CryptoLFDM/deploy-mox | 69bced9ebace1d1eccbca65019937acb31e633e0 | 0 | roles/chia_rpc | 7,492 | [
"no_license"
] | [
{
"path": "roles/chia_rpc/templates/chia_rpc.service.j2",
"content": "[Unit]\nDescription=chia_rpc unit service\n\n[Service]\nUser=root\nExecStart={{ chia_rpc_clone_path}}/main.py --chia_root {{ chia_rpc_config_path }} --node_id {{ chia_rpc_node_id }}\nRestart=always\n\n[Install]\nWantedBy=multi-user.target... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2177,
"all_permissive": false
} |
ansible_role | CryptoLFDM/deploy-mox | 69bced9ebace1d1eccbca65019937acb31e633e0 | 0 | roles/prepare | 7,492 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "---\n\n- name: Install required package\n become: true\n become_method: \"{{ custom_become_method }}\"\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ package_to_install }}\"\n\n- name: Remove useless / unwanted ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | CryptoLFDM/deploy-mox | 69bced9ebace1d1eccbca65019937acb31e633e0 | 0 | roles/proxmox | 7,492 | [
"no_license"
] | [
{
"path": "roles/proxmox/tasks/main.yml",
"content": "---\n- name: Add ifconfig package\n become: true\n become_method: \"{{ custom_become_method }}\"\n ansible.builtin.package:\n state: present\n name: net-tools\n\n- name: Rename interface\n become: true\n become_method: \"{{ custom_become_metho... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1554,
"all_permissive": false
} |
ansible_role | nakagawa17/circleci_test | e2cbd4043225aba3570b5ec02a5bff3cd2c54535 | 0 | ansible/roles/deploy | 7,492 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "- name: deploy locust\n synchronize:\n src: ~/project/hoge.txt\n dest: /home/ec2-user\n compress: no\n use_ssh_args: yes",
"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 | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/ansible_common | 7,492 | [
"no_license"
] | [
{
"path": "roles/ansible_common/defaults/main.yml",
"content": "---\n# defaults file for ansible_common",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/ansible_common/handlers/main.yml",
"content": "---\n# handlers file for ansible_common... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/ansible_controller | 7,492 | [
"no_license"
] | [
{
"path": "roles/ansible_controller/tasks/main.yml",
"content": "---\n# tasks file for ansible_controller\n- name: Install Ansible\n apt:\n name: ansible\n\n- name: Transfer the Ansible ssh key\n template:\n src: templates/AWS20171012Coda.j2\n dest: \"/home/{{ ansible_mgmtuser }}/.ssh/AWS20171012... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/apt-cacher-ng_controller | 7,492 | [
"no_license"
] | [
{
"path": "roles/apt-cacher-ng_controller/defaults/main.yml",
"content": "---\n# defaults file for apt-cacher-ng_controller",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/apt-cacher-ng_controller/tasks/main.yml",
"content": "---\n# tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/apt-cacher-ng_non_controller | 7,492 | [
"no_license"
] | [
{
"path": "roles/apt-cacher-ng_non_controller/defaults/main.yml",
"content": "---\n# defaults file for apt-cacher-ng_non_controller",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/apt-cacher-ng_non_controller/handlers/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/dnsmasq_controller | 7,492 | [
"no_license"
] | [
{
"path": "roles/dnsmasq_controller/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - dnsmasq_controller",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/dnsmasq_controller/handlers/main.yml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/reboot | 7,492 | [
"no_license"
] | [
{
"path": "roles/reboot/tasks/main.yml",
"content": "---\n# tasks file for reboot\n- name: Check if reboot is needed because the kernel has been upgraded\n include_tasks: check-reboot-needed.yml\n\n- name: Reboot the server\n include_tasks: reboot-server.yml\n when: \"reboot_server_needed | default(reboo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | eyamrog/ansible | 4c31cbf42d12afdc10ad6c9fcb52f45b0fc73a53 | 0 | roles/squid | 7,492 | [
"no_license"
] | [
{
"path": "roles/squid/tasks/main.yml",
"content": "---\n# tasks file for squid\n- name: Install squid\n apt:\n name: squid\n\n- name: Configure squid\n template:\n src: templates/squid.conf.j2\n dest: /etc/squid/squid.conf\n backup: yes\n notify: Restart squid\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | ajanthanblog/openldap-installation | 90438f39ebed904f8a61e17d668712034337698b | 1 | roles/open-ldap-installation | 7,492 | [
"no_license"
] | [
{
"path": "roles/open-ldap-installation/templates/etc/openldap/slapd.d/ldapadmin.ldif.j2",
"content": "dn: olcDatabase={2}hdb,cn=config\nchangetype: modify\nreplace: olcSuffix\nolcSuffix: dc=ajanthan,dc=lk,dc=com\n\ndn: olcDatabase={2}hdb,cn=config\nchangetype: modify\nreplace: olcRootDN\nolcRootDN: cn=ldap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8187,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2017-11/epanoff_infra | 5d523a27f471702bf6d3d698ae1321f9d9daf494 | 1 | ansible/roles/app | 7,492 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- include: ruby.yml\n- include: puma.yml\n\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | Otus-DevOps-2017-11/epanoff_infra | 5d523a27f471702bf6d3d698ae1321f9d9daf494 | 1 | ansible/roles/db_old | 7,492 | [
"no_license"
] | [
{
"path": "ansible/roles/db_old/tasks/main.yml",
"content": "---\n# tasks file for db\n- include: install_mongo.yml\n- include: config_mongo.yml\n\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | tky/playbook | bd05ef93ab4d830b952d91b7753e929b7955ac7c | 0 | roles/nginx | 7,493 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n yum: name=nginx state=latest\n\n- name: Set nginx service to start on boot and run\n service: name=nginx enabled=true state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
}
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | tky/playbook | bd05ef93ab4d830b952d91b7753e929b7955ac7c | 0 | roles/ping | 7,493 | [
"no_license"
] | [
{
"path": "roles/ping/tasks/main.yml",
"content": "---\n- name: test ping\n ping:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 30,
"all_permissive": false
} |
ansible_role | junjieyjj/kubeasz | da63eeedbda7160c76eaee5c40196ae7a695984f | 0 | roles/clean | 7,493 | [
"no_license"
] | [
{
"path": "roles/clean/tasks/clean_lb.yml",
"content": "# to clean 'lb' service\n- block:\n - name: get service info\n shell: 'systemctl list-units --type=service |grep -E \"haproxy|keepalived|ssh\"'\n register: service_info\n\n - name: remove service haproxy\n service: name=haproxy state=stopped... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | junjieyjj/kubeasz | da63eeedbda7160c76eaee5c40196ae7a695984f | 0 | roles/cluster-addon | 7,493 | [
"no_license"
] | [
{
"path": "roles/cluster-addon/tasks/main.yml",
"content": "- name: 获取所有已经创建的POD信息\n command: \"{{ base_dir }}/bin/kubectl get pod --all-namespaces\"\n register: pod_info\n connection: local\n run_once: true\n\n- name: 获取已下载离线镜像信息\n command: \"ls {{ base_dir }}/down\"\n register: download_info\n conn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2694,
"all_permissive": false
} |
ansible_role | ohdar/ansible_tutorial | ab3fe07c45df228451ee3130d578a9c71f01bf01 | 0 | roles/base | 7,493 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: add ssh key for simone\n tags: always\n authorized_key:\n user: simone\n key: \"refer ignored file ansible\"\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | ohdar/ansible_tutorial | ab3fe07c45df228451ee3130d578a9c71f01bf01 | 0 | roles/file_servers | 7,493 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "- name: install samba package (Ubuntu)\n tags: samba\n package:\n name: samba\n state: latest\n when: ansible_distribution == \"Ubuntu\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | ohdar/ansible_tutorial | ab3fe07c45df228451ee3130d578a9c71f01bf01 | 0 | roles/web_servers | 7,493 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache2 and php package\n tags: apache,apache2,ubuntu\n package:\n name: \n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution in [\"Debian\",\"Ubuntu\"] \n \n- name: copy default ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | ohdar/ansible_tutorial | ab3fe07c45df228451ee3130d578a9c71f01bf01 | 0 | roles/workstations | 7,493 | [
"no_license"
] | [
{
"path": "roles/workstations/tasks/main.yml",
"content": "- name: install unzip\n package:\n name: unzip\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.0.3/terraform_1.0.3_linux_amd64.zip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | sanjeev3d/schedulix-project | a361860eb5a112bd2722400aab52f24de63503b0 | 0 | ansible-code/roles/clone | 7,493 | [
"no_license"
] | [
{
"path": "ansible-code/roles/clone/tasks/main.yml",
"content": "---\n\n- name: Copy private key\n copy:\n src: \"{{ keyfile }}\"\n dest: \"~/.ssh/keyfile\"\n mode: 0400\n\n- name: Git Clone\n git:\n repo: \"<EMAIL>:corteq/schedulix.git\"\n dest: \"/var/www/schedulix.net\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | sanjeev3d/schedulix-project | a361860eb5a112bd2722400aab52f24de63503b0 | 0 | ansible-code/roles/composer | 7,493 | [
"no_license"
] | [
{
"path": "ansible-code/roles/composer/tasks/main.yml",
"content": "---\n- name: Install composer\n apt: name=composer state=present\n \n- name: Run composer install to project directory\n composer:\n command: install\n working_dir: /var/www/schedulix.net\n\n- name: Run artisan migrate\n comma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | umamanasa/sample-ansible | e9d96cf89161ea4b2fd62e35d6b7c241335df55a | 0 | roles/frontend | 7,493 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install NGINX\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Copy NGINX Config\n ansible.builtin.copy:\n src: nginx.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Remove Old content\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | virgo-agent-toolkit/rackspace-monitoring-agent-ansible-cloud-test | 924fac4478dec6e5aa8e03c20d4ae95bfbb7362a | 0 | roles/development | 7,493 | [
"no_license"
] | [
{
"path": "roles/development/handlers/main.yml",
"content": "---\n# handlers file for development\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/development/vars/main.yml",
"content": "---\n# vars file for development\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 915,
"all_permissive": false
} |
ansible_role | sunwukonga/qor-ec2-ansible | 3368afe03909d339e2ea29f0e33d47c7c9dbbb3b | 0 | roles/golang | 7,493 | [
"no_license"
] | [
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: Install go-specific apt packages\n become: true\n apt: name={{ item }} state=latest\n with_items:\n - vim-gocomplete\n- name: Download Golang binary distribution\n get_url:\n url=https://storage.googleapis.com/golang/{{ go_archive... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2399,
"all_permissive": false
} |
ansible_role | sunwukonga/qor-ec2-ansible | 3368afe03909d339e2ea29f0e33d47c7c9dbbb3b | 0 | roles/mesos | 7,493 | [
"no_license"
] | [
{
"path": "roles/mesos/tasks/main.yml",
"content": "---\n- name: Add key for Mesosphere apt repo\n become: true\n apt_key: keyserver=keyserver.ubuntu.com id=E56151BF\n- name: Add Mesosphere apt repo\n become: true\n apt_repository: repo='deb http://repos.mesosphere.io/ubuntu trusty main' state=present\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | sunwukonga/qor-ec2-ansible | 3368afe03909d339e2ea29f0e33d47c7c9dbbb3b | 0 | roles/mysql | 7,493 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/sqlite.yml",
"content": "---\n- name: MySQL | install sqlite packages\n apt: pkg={{ item }} state=installed\n become: true\n with_items: \n - php7.0-sqlite3\n - sqlite3\n - libsqlite3-dev\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 168,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/backup | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/backup/tasks/main.yml",
"content": "--- \n- name: Mysql\n block:\n - name: Execute script\n command: /root/mysql_back.sh\n\n - name: Backup base\n fetch:\n src: /root/mysql/databases.sql\n dest: /home/{{ pc_user }}/backup/mysql/databases.sql\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/common | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Set timezone to {{ tz_name }}\n community.general.timezone:\n name: '{{ tz_name }}'\n\n- name: Install a list of packages\n apt:\n pkg:\n - vim\n - curl\n state: present\n update_cache: yes",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/elk | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/elk/tasks/main.yml",
"content": "---\n- name: Adding Elasticsearch repo\n apt_repository:\n repo: deb [trusted=yes] https://mirror.yandex.ru/mirrors/elastic/8/ stable main\n state: present\n\n- name: Install Elasticsearch\n apt: \n pkg:\n - default-jdk\n - elasticse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1114,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/filebeat | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/main.yml",
"content": "---\n# - name: Download certificate\n# shell: wget https://raw.githubusercontent.com/logzio/public-certificates/master/COMODORSADomainValidationSecureServerCA.crt\n \n# # Create directory for certification\n\n# - name: Make new directory for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/grafana | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "---\n- name: Install gnupg2\n apt: \n name: gnupg2\n state: present \n update_cache: yes\n\n- name: Import Grafana Apt Key\n apt_key:\n url: https://packages.grafana.com/gpg.key\n state: present\n\n- name: Add APT Repository\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/kibana | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/vars/main.yml",
"content": "---\nserver_host: 192.168.50.14",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "ansible/roles/kibana/tasks/main.yml",
"content": "---\n- name: Install Kibana with apt\n apt:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 894,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/logstash | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash/templates/output.conf.j2",
"content": "output {\n elasticsearch {\n hosts => [\"https://{{ elastic_host }}:9200\"]\n ssl => true\n ssl_certificate_verification => false\n manage_template => false\n index => \"logsrv-%{+YYYY.MM}\"\n user => elastic\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/mysql_back | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql_back/files/mysql_back.sh",
"content": "#!/bin/bash\n\nmysqldump --all-databases --triggers --routines --events --set-gtid-purged=OFF --source-data --ignore-table=bet.events_on_demand --ignore-table=bet.v_same_event > /root/mysql/databases.sql\n\nexit 0",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5494,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/prometheus | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/vars/main.yml",
"content": "---\nserviceName: \"prometheus\"\ngroupId: \"prometheus\"\nuserId: \"prometheus\"\nexec_command: \"/usr/local/bin/prometheus --config.file=/etc/prometheus/prometheus.conf --storage.tsdb.path=/var/lib/prometheus/ --storage.tsdb.retention.time=2d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2433,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/router | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/router/tasks/main.yml",
"content": "---\n- ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: true\n\n- name: copy nftables.conf\n copy:\n src: files/nftables.conf\n dest: /etc/nftables.conf\n owner: root\n group: root\n mode: 0600\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/routes | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/routes/tasks/main.yml",
"content": "--- \n- name: set up route on hosts\n template:\n src: templates/hosts.j2\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n when: (ansible_hostname != \"web\")\n\n- name: set up routes on inetRouter\n tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/web | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/web/files/nginx.conf",
"content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser www-data;\npid /run/nginx.pid;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5061,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | ansible/roles/web_back | 7,493 | [
"no_license"
] | [
{
"path": "ansible/roles/web_back/templates/wordpress.conf.j2",
"content": "server {\n# listen 443 ssl http2;\n listen 80;\n server_name {{ server_hostname }};\n\n access_log /var/log/nginx/wordpress.access.log;\n root /srv/www/{{ server_hostname }};\n client_max_body_size 20M;\n gzip ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4470,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | archive/roles/backup_client(Borg) | 7,493 | [
"no_license"
] | [
{
"path": "archive/roles/backup_client(Borg)/templates/borg-backup.timer.j2",
"content": "[Unit]\nDescription=Borg Backup\n[Timer]\n{{ timer }}\n[Install]\nWantedBy=timers.target",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "archive/roles/backup_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5514,
"all_permissive": false
} |
ansible_role | maksaptz/Final_project | 1cb3e48843918d4187bc9bc0eb30e602c63ed04f | 0 | archive/roles/backup_server(Borg) | 7,493 | [
"no_license"
] | [
{
"path": "archive/roles/backup_server(Borg)/tasks/main.yml",
"content": "---\n- name: Install Borg\n apt: \n pkg:\n - python3-pexpect\n - python3-pip\n - borgbackup \n state: present\n update_cache: yes\n\n- name: Install pexpect python package\n ansible.builtin.pip:\n name: pexpect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1567,
"all_permissive": false
} |
ansible_role | arthurlm44/dotfiles | 50ea51a2f0674cdc9784b6f1d6c49dd295dffc1a | 0 | ansible-ubuntu/ansible/roles/applications | 7,493 | [
"no_license"
] | [
{
"path": "ansible-ubuntu/ansible/roles/applications/tasks/main.yml",
"content": "---\n- name: add spotify apt key\n become: true\n apt_key: url=https://download.spotify.com/debian/pubkey.gpg state=present\n\n- name: add spotify apt repo\n become: true\n apt_repository: repo=\"deb {{ item }}\" state=pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2122,
"all_permissive": false
} |
ansible_role | arthurlm44/dotfiles | 50ea51a2f0674cdc9784b6f1d6c49dd295dffc1a | 0 | ansible-ubuntu/ansible/roles/bootstrap | 7,493 | [
"no_license"
] | [
{
"path": "ansible-ubuntu/ansible/roles/bootstrap/files/vimrc",
"content": "call plug#begin('~/.vim/plugged')\nPlug 'tpope/vim-commentary'\nPlug 'tpope/vim-rails'\nPlug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }\nPlug 'junegunn/fzf.vim'\nPlug 'hashivim/vim-terraform'\ncall plug#end()\nsynt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2671,
"all_permissive": false
} |
ansible_role | arthurlm44/dotfiles | 50ea51a2f0674cdc9784b6f1d6c49dd295dffc1a | 0 | ansible-ubuntu/ansible/roles/docker | 7,493 | [
"no_license"
] | [
{
"path": "ansible-ubuntu/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: install docker and dependencies\n become: true\n package: name={{ item }} state=latest\n with_items:\n - docker.io\n - docker-compose\n\n# - name: install docker-compose\n# become: true\n# pip: name=\"docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | karimiehsan90/ms-proposal | 8690b6c6167eddf854393fc3a9e02e3b703182f3 | 1 | provisioning/ansible/roles/docker | 7,493 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/docker/defaults/main.yml",
"content": "---\ndocker_insecure_registries: []\ndocker_sample_image_post_check:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "provisioning/ansible/roles/docker/tasks/install.yml"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | karimiehsan90/ms-proposal | 8690b6c6167eddf854393fc3a9e02e3b703182f3 | 1 | provisioning/ansible/roles/jenkins | 7,493 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Download jenkins\n become: true\n get_url:\n url: \"{{ jenkins_url }}\"\n dest: \"{{ jenkins_tomcat_webapps }}/jenkins.war\"\n owner: \"{{ jenkins_tomcat_user }}\"\n group: \"{{ jenkins_tomcat_group }}\"\n"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | karimiehsan90/ms-proposal | 8690b6c6167eddf854393fc3a9e02e3b703182f3 | 1 | provisioning/ansible/roles/mvn | 7,493 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/mvn/tasks/post-check.yml",
"content": "---\n- name: Validate mvn installed\n command: mvn --version\n changed_when: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "provisioning/ansible/roles/mvn/meta/... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1405,
"all_permissive": false
} |
ansible_role | karimiehsan90/ms-proposal | 8690b6c6167eddf854393fc3a9e02e3b703182f3 | 1 | provisioning/ansible/roles/tomcat | 7,493 | [
"no_license"
] | [
{
"path": "provisioning/ansible/roles/tomcat/tasks/download-artifacts.yml",
"content": "---\n- name: Download artifacts\n get_url:\n url: \"{{ item }}\"\n dest: \"{{ tomcat_path }}/webapps/ROOT/\"\n owner: \"{{ tomcat_user }}\"\n group: \"{{ tomcat_group }}\"\n loop: \"{{ tomcat_artifacts }}\"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 2645,
"all_permissive": false
} |
ansible_role | artemponevin/andersen_lesson2 | 3932fc33449be8ce649abac91da70e124c90fe07 | 0 | roles/flask-project | 7,493 | [
"no_license"
] | [
{
"path": "roles/flask-project/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - flask-project",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/flask-project/templates/app_systemd.j2",
"content": "[... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3199,
"all_permissive": false
} |
ansible_role | jt-pi/ppld-test | ebc3a0d15990baa8ce398f924e4ae9b1e1e7e3d8 | 0 | roles/web_server | 7,493 | [
"no_license"
] | [
{
"path": "roles/web_server/tasks/main.yml",
"content": "- name: Update apt package cache\n apt:\n update_cache: yes\n\n- name: Install python\n apt:\n name:\n - python3\n state: present\n\n- name: Create folder from where webpages will be served\n file:\n path: /var/www/html\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1545,
"all_permissive": false
} |
ansible_role | panky7/DC2A4-CLOUD-CFD-vdc2 | 28dbd5ed3cfb6075a6bf9bc42c995c2703aadabd | 0 | ROLLBACK/roles/pe | 7,493 | [
"no_license"
] | [
{
"path": "ROLLBACK/roles/pe/tasks/main.yaml",
"content": "---\n- name: Generate configuration files\n template: src=rollback.j2 dest=/Users/JANINE/DC2A4-CLOUD-CFD-vdc2/ROLLBACK/conf/ROLLBACK-{{item.hostname}}.txt\n with_items: \"{{ routers }}\"\n \n\n\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | panky7/DC2A4-CLOUD-CFD-vdc2 | 28dbd5ed3cfb6075a6bf9bc42c995c2703aadabd | 0 | ROLLOUT/roles/pe | 7,493 | [
"no_license"
] | [
{
"path": "ROLLOUT/roles/pe/tasks/main.yaml",
"content": "---\n- name: Generate configuration files\n template: src=router.j2 dest=/Users/JANINE/DC2A4-CLOUD-CFD-vdc2/ROLLOUT/conf/ROLLOUT-{{item.hostname}}.txt\n with_items: \"{{ routers }}\"\n \n\n\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7123,
"all_permissive": false
} |
ansible_role | george25031996/ansible-netology | 9e2df343643d25d39414043a7008e5d3686278dd | 0 | 08-ansible-04-role/playbook/roles/clickhouse-role | 7,493 | [
"no_license"
] | [
{
"path": "08-ansible-04-role/playbook/roles/clickhouse-role/tasks/main.yml",
"content": "---\n# tasks file for clickhouse-role\n- block:\n - name: Get clickhouse distrib\n ansible.builtin.get_url:\n url: \"https://packages.clickhouse.com/rpm/stable/{{ item }}-{{ clickhouse_versio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2295,
"all_permissive": false
} |
ansible_role | george25031996/ansible-netology | 9e2df343643d25d39414043a7008e5d3686278dd | 0 | 08-ansible-04-role/playbook/roles/lighthouse-role | 7,493 | [
"no_license"
] | [
{
"path": "08-ansible-04-role/playbook/roles/lighthouse-role/README.md",
"content": "Role Name\n=========\n\nРоль для установки lighthouse.\n\n- Установка Git\n- Скачивание lighthouse из репозитория\n-Конфигурирование lighthouse\n\n\nRequirements\n------------\n\n- Должен быть установлен git. Если его нет, ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2173,
"all_permissive": false
} |
ansible_role | george25031996/ansible-netology | 9e2df343643d25d39414043a7008e5d3686278dd | 0 | 08-ansible-04-role/playbook/roles/vector-role | 7,493 | [
"no_license"
] | [
{
"path": "08-ansible-04-role/playbook/roles/vector-role/vars/main.yml",
"content": "---\n# vars file for vector-role\nvector_url: https://packages.timber.io/vector/{{ vector_version }}/vector-{{ vector_version }}-1.x86_64.rpm\nvector_version: 0.21.1\nvector_config:\n sources:\n our_log:\n type: fi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2351,
"all_permissive": false
} |
ansible_role | Geryon/st-mp | 2fcd056335d5853a2520829136859f099f62cd25 | 0 | playbooks/roles/common | 7,493 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n- include: create_users.yml\n- include: package_mgmt.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "playbooks/roles/common/tasks/dns.yml",
"content": "- name: gather ec2... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2013,
"all_permissive": false
} |
ansible_role | Geryon/st-mp | 2fcd056335d5853a2520829136859f099f62cd25 | 0 | playbooks/roles/provision | 7,493 | [
"no_license"
] | [
{
"path": "playbooks/roles/provision/tasks/main.yml",
"content": "---\n- name: Provision and launch a new AWS EC2 Instance\n local_action:\n module: ec2\n keypair: \"{{ keypair }}\"\n group: \"{{ security_group }}\"\n instance_type: \"{{ instance_type }}\"\n image: \"{{ image }}\"\n wait:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | Geryon/st-mp | 2fcd056335d5853a2520829136859f099f62cd25 | 0 | playbooks/roles/web | 7,493 | [
"no_license"
] | [
{
"path": "playbooks/roles/web/handlers/main.yml",
"content": "---\n- name: restart apache2\n service: name=apache2 state=restarted\n\n- name: start apache2\n service: name=apache2 state=started\n\n- name: reload apache2\n service: name=apache2 state=reloaded\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3977,
"all_permissive": false
} |
ansible_role | LiorHaim/cephdemos | 6d8be31cabd62e5424e29553638ac9554ed17a7f | 0 | ceph-tower-ecosystem/roles/s3bench | 7,493 | [
"no_license"
] | [
{
"path": "ceph-tower-ecosystem/roles/s3bench/tasks/create_dashboards.yml",
"content": "- name: Create dasboards with an API requests \n command: \"curl -X POST worker03:5601/api/saved_objects/_import -H 'kbn-xsrf: true' --form file=@./roles/s3bench/files/s3_dashboard.ndjson\" \n register: result\n until... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 319,
"all_permissive": false
} |
ansible_role | djonnala/ansible | 789f7772b1c2697d00bc8217623cb9dd854c28d2 | 0 | roles/printout | 7,494 | [
"no_license"
] | [
{
"path": "roles/printout/vars/main.yaml",
"content": "---\n\nusername: ansibleuser\npassword: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/printout/tasks/main.yaml",
"content": "---\n\n- name: Show the variables\n debug:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | paullcm/ansible-playbooks | f9d9be9be42790cba8ac455cdfaea66c22189a6a | 0 | roles/clickhouse | 7,494 | [
"no_license"
] | [
{
"path": "roles/clickhouse/tasks/main.yml",
"content": "---\n# tasks file for clickhouse\n- include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ ansible_distribution | lower }}_{{ ansible_distribution_release | lower }}.yml\"\n - \"empty.yml\"\n tags: [always]\n\n- include: precheck.yml\n tag... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6385,
"all_permissive": false
} |
ansible_role | paullcm/ansible-playbooks | f9d9be9be42790cba8ac455cdfaea66c22189a6a | 0 | roles/proxy | 7,494 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yml",
"content": "---\n - name: cp file to proxy\n include_tasks: proxyFile.yml\n\n - name: Change proxy conf\n include_tasks: proxy.yml\n \n # - name: Change maap conf\n # include_tasks: maap.yml\n # - name: Change maap manage conf\n # ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 9966,
"all_permissive": false
} |
ansible_role | thinog/ansible-alura | 16626b9a8664e0d123635193ccfc6d2b60cb10c3 | 0 | wordpress_com_ansible/roles/mysql | 7,494 | [
"no_license"
] | [
{
"path": "wordpress_com_ansible/roles/mysql/tasks/main.yml",
"content": "---\n- \n name: Update apt and install dependencies\n apt: \n name:\n - mysql-server-5.7\n - python3-pymysql\n state: latest\n update_cache: yes\n become: yes\n\n-\n name: Create MySQL database\n community.mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | thinog/ansible-alura | 16626b9a8664e0d123635193ccfc6d2b60cb10c3 | 0 | wordpress_com_ansible/roles/webserver | 7,494 | [
"no_license"
] | [
{
"path": "wordpress_com_ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt: \n name:\n - php7.2\n - apache2\n - libapache2-mod-php7.2\n - php7.2-gd\n - php-ssh2\n - php7.2-mysql\n state: latest\n become: yes",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | thinog/ansible-alura | 16626b9a8664e0d123635193ccfc6d2b60cb10c3 | 0 | wordpress_com_ansible/roles/wordpress | 7,494 | [
"no_license"
] | [
{
"path": "wordpress_com_ansible/roles/wordpress/tasks/main.yml",
"content": "---\n-\n name: Download Wordpress\n get_url:\n url: https://wordpress.org/latest.tar.gz\n dest: /tmp/wordpress.tar.gz\n\n- \n name: Unpack Wordpress\n unarchive:\n src: /tmp/wordpress.tar.gz\n dest: /var/www/\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | RobinHealthDe/Infrastructure | 492e1c92213f2a15718d908846e61b295d6af6b2 | 0 | roles/wordpress | 7,494 | [
"no_license"
] | [
{
"path": "roles/wordpress/files/var/www/wordpress/wp-config.php",
"content": "<?php\n/**\n * The base configurations of the WordPress.\n *\n * This file has the following configurations: MySQL settings, Table Prefix,\n * Secret Keys, and ABSPATH. You can find more information by visiting\n * {@link https:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5897,
"all_permissive": false
} |
ansible_role | mwotil/ansible-local | e29a9b115d5685f4cefbcf30e60b490c59903046 | 0 | roles/ansible-local | 7,494 | [
"no_license"
] | [
{
"path": "roles/ansible-local/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ansible-local",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/ansible-local/handlers/main.yml",
"content": "---\n# h... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | frankywobs/Udacity-P3 | de196022e547ddc86d4acb188c8766276ce686d3 | 0 | .circleci/ansible/roles/configure-server | 7,494 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\" # sudo apt upgrade\n become: true\n apt:\n update_cache: true\n upgrade: true\n\n- name: remove uneeded dependencies #sudo apt autoremove\n become: true\n apt:\n autoremove: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 516,
"all_permissive": false
} |
ansible_role | frankywobs/Udacity-P3 | de196022e547ddc86d4acb188c8766276ce686d3 | 0 | .circleci/ansible/roles/deploy | 7,494 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\" # sudo apt upgrade\n become: true\n apt:\n update_cache: true\n upgrade: true\n- name: remove uneeded dependencies #sudo apt autoremove\n become: true\n apt:\n autoremove: true\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 746,
"all_permissive": false
} |
ansible_role | klpanagi/Thesis | 7ad89a7c28bfb25516df11cdef73433dab1487a2 | 0 | ansible-playground/roles/postFlash | 7,494 | [
"no_license"
] | [
{
"path": "ansible-playground/roles/postFlash/files/scripts/enable_usb3.sh",
"content": "#!/bin/bash\n\nsudo grep -R 'usb_port_owner_info=0'\nstat=$?\n\nif [ ${stat} == 1 ]; then\n ## Setup USB port to enable USB 3.0 support\n sudo sed -i 's/usb_port_owner_info=0/usb_port_owner_info=2/' /boot/extlinux/ext... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 8187,
"all_permissive": false
} |
ansible_role | klpanagi/Thesis | 7ad89a7c28bfb25516df11cdef73433dab1487a2 | 0 | ansible-playground/roles/ros | 7,494 | [
"no_license"
] | [
{
"path": "ansible-playground/roles/ros/tasks/ros-packages.yml",
"content": "---\n\n- name: Installing non-base ros packages\n sudo: yes\n apt: pkg={{ item }}\n update_cache=yes\n state=latest\n with_items:\n #- ros-indigo-rgbd-launch\n #- ros-indigo-openni2-camera\n #- ros-indigo... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1411,
"all_permissive": false
} |
ansible_role | Ardemius/docker-ansible-training | 72228cdc061b28fd3aa7c504f099f1820e57ce65 | 1 | ansible-stack-elk-docker/roles/role_docker | 7,494 | [
"no_license"
] | [
{
"path": "ansible-stack-elk-docker/roles/role_docker/vars/main.yml",
"content": "---\n# vars file for role_docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible-stack-elk-docker/roles/role_docker/defaults/main.yml",
"content": "---\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | Ardemius/docker-ansible-training | 72228cdc061b28fd3aa7c504f099f1820e57ce65 | 1 | ansible-stack-elk-docker/roles/role_docker_compose | 7,494 | [
"no_license"
] | [
{
"path": "ansible-stack-elk-docker/roles/role_docker_compose/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role_docker_compose",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "ansible-stack-elk-docker/ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1116,
"all_permissive": false
} |
ansible_role | Spredzy/workstation-setup | 6ab4d0d5707ef1b765048115894e783473f5d644 | 0 | roles/config | 7,494 | [
"permissive"
] | [
{
"path": "roles/config/files/tmux.conf",
"content": "\nset -g prefix C-a\nunbind C-b\nbind C-a send-prefix\n\n\n#if-shell 'env \"$POWERLINE_CONFIG_COMMAND\" tmux setup' '' 'run-shell \"powerline-config tmux setup\"'\n\n# Status Bar\n#\nset-option -g status-position top\n\nset-option -g status-bg colour235 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3413,
"all_permissive": true
} |
ansible_role | Spredzy/workstation-setup | 6ab4d0d5707ef1b765048115894e783473f5d644 | 0 | roles/editor | 7,494 | [
"permissive"
] | [
{
"path": "roles/editor/tasks/vim.yml",
"content": "---\n- name: Include Operating System specific vars\n include_vars: '{{ ansible_distribution }}.yml'\n\n- name: Install editor packages\n become: true\n package:\n name: '{{ editor_packages }}'\n\n- name: Ensure plugin path exists\n file:\n path:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 766,
"all_permissive": true
} |
ansible_role | Spredzy/workstation-setup | 6ab4d0d5707ef1b765048115894e783473f5d644 | 0 | roles/packages | 7,494 | [
"permissive"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Include Operating System specific vars\n include_vars: '{{ ansible_distribution }}.yml'\n\n- name: Install environment packages\n become: true\n package:\n name: '{{ environment_packages }}'\n\n- name: Install work packages\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1657,
"all_permissive": true
} |
ansible_role | Spredzy/workstation-setup | 6ab4d0d5707ef1b765048115894e783473f5d644 | 0 | roles/services | 7,494 | [
"permissive"
] | [
{
"path": "roles/services/vars/Fedora.yml",
"content": "---\nsystem_services:\n - bluetooth\n - chronyd\n - slim\n\n\nuser_services:\n - pulseaudio\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 88
},
{
"path": "roles/services/tasks/m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 505,
"all_permissive": true
} |
ansible_role | Spredzy/workstation-setup | 6ab4d0d5707ef1b765048115894e783473f5d644 | 0 | roles/terminal | 7,494 | [
"permissive"
] | [
{
"path": "roles/terminal/tasks/urxvt.yml",
"content": "---\n- name: Include Operating System specific vars\n include_vars: '{{ ansible_distribution }}.yml'\n\n- name: Install packages\n become: true\n package:\n name: '{{ urxvt_packages }}'\n\n- name: Ensure perl extensions path\n file:\n path: '... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 654,
"all_permissive": true
} |
ansible_role | Spredzy/workstation-setup | 6ab4d0d5707ef1b765048115894e783473f5d644 | 0 | roles/windowmanager | 7,494 | [
"permissive"
] | [
{
"path": "roles/windowmanager/vars/Fedora.yml",
"content": "---\nwindowmanager_packages:\n - i3\n - i3lock\n - i3status\n - conky\n - dmenu\n - feh\n - slim\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 96
},
{
"path": "roles/win... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 640,
"all_permissive": true
} |
ansible_role | psamagal/vagrant-redis-cluster | 408935c9e1b0d59c03fec7362b91e485b2b6fb58 | 0 | roles/redis | 7,494 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/sentinel.yml",
"content": "---\r\n- name: create sentinel init script\r\n template:\r\n src: \"redis_sentinel.init.j2\"\r\n dest: /etc/init.d/sentinel\r\n mode: 0755\r\n become: true\r\n\r\n- name: Deploy Sentinel configuration file\r\n template:\r\n src: sentinel... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 9884,
"all_permissive": false
} |
ansible_role | havlasme/ansible-collection-security | f20d3edd8b04fe74e3a1c36547b497e4c6a42793 | 0 | roles/borgbackup | 7,489 | [
"no_license"
] | [
{
"path": "roles/borgbackup/tasks/management.yml",
"content": "---\n- name: 'security | borgbackup | management | create borgbackup management group'\n delegate_to: '{{ item.1.management.host | mandatory }}'\n remote_user: 'ansible'\n ansible.builtin.group:\n name: '{{ item.1.management.group | d(item... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 24775,
"all_permissive": false
} |
ansible_role | havlasme/ansible-collection-security | f20d3edd8b04fe74e3a1c36547b497e4c6a42793 | 0 | roles/molly_guard | 7,489 | [
"no_license"
] | [
{
"path": "roles/molly_guard/tasks/main.yml",
"content": "---\n- name: 'Assert that the Molly-Guard State Value is Valid'\n ansible.builtin.assert:\n that:\n - molly_guard__state in [ 'present', 'latest', 'absent' ]\n msg: 'The molly_guard__state must be one of [ \"present\", \"latest\", \"absent\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4429,
"all_permissive": false
} |
ansible_role | havlasme/ansible-collection-security | f20d3edd8b04fe74e3a1c36547b497e4c6a42793 | 0 | roles/nftables | 7,489 | [
"no_license"
] | [
{
"path": "roles/nftables/vars/main.yml",
"content": "---\n# nftables package name\nnftables__package_name: 'nftables'\n# nftables service name\nnftables__service_name: 'nftables.service'\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path": "role... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 16635,
"all_permissive": false
} |
ansible_role | havlasme/ansible-collection-security | f20d3edd8b04fe74e3a1c36547b497e4c6a42793 | 0 | roles/sshd | 7,489 | [
"no_license"
] | [
{
"path": "roles/sshd/handlers/main.yml",
"content": "---\n- name: 'OpenSSH | Validate Conf and Reload Service'\n ansible.builtin.command: >\n sshd -t -f /etc/ssh/sshd_config\n notify:\n - 'OpenSSH | Reload Service'\n changed_when: true\n when:\n - sshd__ansible_reload | bool\n - not ansible_check... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 14529,
"all_permissive": false
} |
ansible_role | danlmarmot/demo-ansible-vagrant-packer | 99e61b91efac08b9cc907c93d0b0ac97b0950930 | 0 | roles/nginx | 7,489 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n - name: restart nginx\n service: name=nginx state=restarted\n notify: verify nginx\n\n - name: verify nginx\n shell: curl 127.0.0.1:8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1268,
"all_permissive": false
} |
ansible_role | ozmeka/auto-ozmeka | 581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4 | 2 | vagrant/provisioning/roles/apache | 7,489 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/apache/tasks/main.yml",
"content": "---\n\n#############################################################################\n##\n## Auto-Ozmeka\n## T McIntyre for UTS EResearch 2015-2016\n##\n#############################################################################\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1931,
"all_permissive": false
} |
ansible_role | ozmeka/auto-ozmeka | 581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4 | 2 | vagrant/provisioning/roles/mariadb | 7,489 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/mariadb/templates/my.cnf.j2",
"content": "[client]\nport = 3306\nsocket = /var/lib/mysql/mysql.sock\n\n[isamchk]\nkey_buffer_size = 16M\n\n[mysqld]\nbasedir = /usr\nbind-address = 127.0.0.1\ndatadir = /var/lib/mysql\nexpire_logs_days = 10\nkey_buffer_size = 16M\nlog-err... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | ozmeka/auto-ozmeka | 581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4 | 2 | vagrant/provisioning/roles/omeka-core | 7,489 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/omeka-core/templates/db.ini.j2",
"content": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n; Database Configuration File ;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n;\n; Omeka requires MySQL 5 or newer.\n;\n; To configure your database, replace the X's with your specific\n; settings. If you... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2373,
"all_permissive": false
} |
ansible_role | ozmeka/auto-ozmeka | 581aa27e01a7d0f3b8c2a95d8fba7c176fbbbfc4 | 2 | vagrant/provisioning/roles/omeka-plugins | 7,489 | [
"no_license"
] | [
{
"path": "vagrant/provisioning/roles/omeka-plugins/tasks/main.yml",
"content": "---\n\n#############################################################################\n##\n## Auto-Ozmeka\n## T McIntyre for UTS EResearch 2015-2016\n##\n########################################################################... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3140,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.