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
gsoosk/PostgresPaxos
d5bca2ea2368dde737c53fd64541cae653633fde
0
ansible/roles/postgres
277
[ "no_license" ]
[ { "path": "ansible/roles/postgres/files/docker-compose.yml", "content": "version: '3.5'\n\nservices:\n postgres_service:\n container_name: postgres_service\n image: postgres\n environment:\n POSTGRES_USER: user\n POSTGRES_PASSWORD: <PASSWORD>\n POSTGRES_DB: postgres\n PGDATA: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1086, "all_permissive": false }
ansible_role
DanukaPraneeth/wso2-product-deployments
bd33a0f120fd34ae39d0c63bb651fcef8a2fdc36
0
apim/roles/create_DB
277
[ "no_license" ]
[ { "path": "apim/roles/create_DB/tasks/jobs/mig_configuration.yml", "content": "---\n - set_fact:\n mig_product: \"wso2telcoids-{{mig_version}}\"\n hub_product: \"wso2telcohub-{{hub_product_version}}\"\n\n#-------------------Extract wso2telcoids-2.0.2-SNAPSHOT-------------------\n - unarchive:\n ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 12650, "all_permissive": false }
ansible_role
DanukaPraneeth/wso2-product-deployments
bd33a0f120fd34ae39d0c63bb651fcef8a2fdc36
0
apim/roles/dbserver_prerequisites
277
[ "no_license" ]
[ { "path": "apim/roles/dbserver_prerequisites/defaults/main.yml", "content": "---\n\n#mysql configurations\nmysql_port: 3306 #Default is 3306, please change it if you are using non-standard\nmysql_bind_address: \"0.0.0.0\" #Change it to \"0.0.0.0\",if you want to listen everywhere\nmysql_root_pass: root #MyS...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 2903, "all_permissive": false }
ansible_role
DanukaPraneeth/wso2-product-deployments
bd33a0f120fd34ae39d0c63bb651fcef8a2fdc36
0
apim/roles/import_products
277
[ "no_license" ]
[ { "path": "apim/roles/import_products/tasks/main.yml", "content": "---\n#-------------------------- Import AM -------------------------------\n - name: DB server import files - download the wso2 API manager to the DB servers\n get_url:\n url: \"{{AM_url}}\"\n dest: \"{{hub_zip_location}}/wso2t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2082, "all_permissive": false }
ansible_role
DanukaPraneeth/wso2-product-deployments
bd33a0f120fd34ae39d0c63bb651fcef8a2fdc36
0
apim/roles/install_servers_prerequisits_n_update_ip_addresses_withPEM
277
[ "no_license" ]
[ { "path": "apim/roles/install_servers_prerequisits_n_update_ip_addresses_withPEM/tasks/main.yml", "content": "---\n\n # - name: install python pip on aws servers\n # shell: ssh -oStrictHostKeyChecking=no -i \"{{pem_location}}\" \"{{ansible_user}}\"@\"{{item}}\" \"sudo easy_install pip\"\n # with_it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4199, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-roboshop-roles
83dafae0fd46f7a86df77688cc38741f9e2bbbfd
0
roles/cart
274
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: install NodeJS\r\n ansible.builtin.import_role:\r\n name: common\r\n tasks_from: NodeJS\r\n\r\n- name: check user roboshop exits and app directory exits\r\n ansible.builtin.import_role:\r\n name: common\r\n tasks_from: user-app-depen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-roboshop-roles
83dafae0fd46f7a86df77688cc38741f9e2bbbfd
0
roles/common
274
[ "no_license" ]
[ { "path": "roles/common/tasks/daemon-setup.yaml", "content": "- name: Daemon_reload\r\n ansible.builtin.systemd:\r\n daemon_reload: true\r\n\r\n- name: enable and start\r\n ansible.builtin.service:\r\n name: \"{{component}}\"\r\n enabled: true\r\n state: started", "license_type": "no_licen...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1629, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-roboshop-roles
83dafae0fd46f7a86df77688cc38741f9e2bbbfd
0
roles/mongodb
274
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: copy mongo.repo\r\n ansible.builtin.copy:\r\n src: mongo.repo\r\n dest: /etc/yum.repos.d/mongo.repo\r\n\r\n- name: install mongodb-org \r\n ansible.builtin.yum:\r\n name: mongodb-org\r\n state: installed\r\n\r\n- name: Enable and s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-roboshop-roles
83dafae0fd46f7a86df77688cc38741f9e2bbbfd
0
roles/redis
274
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "- name: Redis repo file as a rpm\r\n ansible.builtin.yum:\r\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\r\n state: installed\r\n disable_gpg_check: true\r\n\r\n- name: yum module enabling\r\n ansible.builtin.shell: yum modul...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-roboshop-roles
83dafae0fd46f7a86df77688cc38741f9e2bbbfd
0
roles/user
274
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: install nodeJS\r\n ansible.builtin.import_role:\r\n name: common\r\n tasks_from: NodeJS\r\n\r\n- name: App setup and install dependencies\r\n ansible.builtin.import_role:\r\n name: common \r\n tasks_from: user-app-dependencies\r\n\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 527, "all_permissive": false }
ansible_role
mephesto1337/vpn-ec2
0f2cda7543b39bacff3ca4dfa5a9d64309a6b522
0
roles/base-commands
274
[ "no_license" ]
[ { "path": "roles/base-commands/vars/main.yml", "content": "---\n# vars file for base-commands\npackages:\n - iproute\n - python3\n - python3-netaddr\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/base-commands/tests/test.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 515, "all_permissive": false }
ansible_role
mephesto1337/vpn-ec2
0f2cda7543b39bacff3ca4dfa5a9d64309a6b522
0
roles/openvpn-server
274
[ "no_license" ]
[ { "path": "roles/openvpn-server/tasks/client.yml", "content": "- name: \"Creates the CSR from EasyRSA PKI\"\n command:\n argv:\n - \"easyrsa\"\n - \"--batch\"\n - \"--pki-dir={{ pki.path }}\"\n - \"--req-cn={{ openvpn.client.cn }}\"\n - \"gen-req\"\n - \"{{ openvpn.client.c...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 15352, "all_permissive": false }
ansible_role
Friz-zy/simple-ansible-aws-django
221f8107329cfe3631969feca2f72da236b79560
3
roles/django-project
274
[ "no_license" ]
[ { "path": "roles/django-project/templates/gunicorn.conf.j2", "content": "description \"Gunicorn application server handling {{ project_name }}\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\nsetuid nobody\nsetgid www-data\nchdir {{ projects_dir }}/{{ project_name }}\n\nexec gunicorn --wo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3979, "all_permissive": false }
ansible_role
AgentCormac/ProjectX
bf780e9fe009e34be94c1100c5118052a7ff31a6
0
shared/ansible/roles/ansible-role-awx
274
[ "permissive" ]
[ { "path": "shared/ansible/roles/ansible-role-awx/defaults/main.yml", "content": "---\nawx_repo: https://github.com/ansible/awx.git\nawx_repo_dir: \"~/awx\"\nawx_version: devel\nawx_keep_updated: yes\nawx_run_install_playbook: yes\nawx_secret_key: tempsecretkey\npostgres_data_dir: /opt/awx/pgdocker", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1068, "all_permissive": true }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/couchDB_cluster/roles/Docker
274
[ "no_license" ]
[ { "path": "ansible/couchDB_cluster/roles/Docker/tasks/main.yaml", "content": "\n# - name: create file system\n# sudo: true\n# raw:\n# sudo mkfs.ext4 /dev/vdb;\n\n# - name: Create directory to mount\n# raw: sudo mkdir -p /data\n\n# - name: Mount device\n# raw:\n# sudo mount -t auto /dev/vdb /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1217, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/couchDB_cluster/roles/couchDB
274
[ "no_license" ]
[ { "path": "ansible/couchDB_cluster/roles/couchDB/tasks/main.yaml", "content": "\n- name: start container\n raw:\n docker run -d --network host --mount type=bind,src=/data/couchdb,dst=/opt/couchdb/data --name cb couchdb:2.3.0;\n sleep 5;\n\n- name: Start couchDB\n sudo: true\n raw:\n docker exec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 894, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/create_Instance/roles/openstack-common
274
[ "no_license" ]
[ { "path": "ansible/create_Instance/roles/openstack-common/tasks/main.yaml", "content": "#install dependencies on the host\n- name: install pip\n become: yes\n apt:\n name: ['python3-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n\n- name: Install openstac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/create_Instance/roles/openstack-instance
274
[ "no_license" ]
[ { "path": "ansible/create_Instance/roles/openstack-instance/tasks/main.yaml", "content": "- name: Create an instance\n os_server:\n name: '{{item.0.instance_name}}'\n image: '{{ item.0.instance_image }}'\n key_name: '{{ item.0.instance_key_name }}'\n flavor: '{{ item.0.instance_flavor}}'\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/create_Instance/roles/openstack-security-group
274
[ "no_license" ]
[ { "path": "ansible/create_Instance/roles/openstack-security-group/tasks/main.yaml", "content": "#create a security group\n\n- name: Create a security group\n os_security_group:\n name: '{{ item.name }}'\n description: '{{ item.description }}'\n state: present\n loop: '{{ security_groups}}'\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 771, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/harvester/roles/harvester_searchAPI
274
[ "no_license" ]
[ { "path": "ansible/harvester/roles/harvester_searchAPI/tasks/main.yaml", "content": "- name: Run harvester_search\n raw: \n cd /home/ubuntu/CCCproject2-team56/TwitterHarverster;\n sudo nohup python3 /home/ubuntu/CCCproject2-team56/TwitterHarverster/runSearch.py 1 > searchout.txt 2 > searcherr.txt &\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 220, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/harvester/roles/harvester_streamAPI01
274
[ "no_license" ]
[ { "path": "ansible/harvester/roles/harvester_streamAPI01/tasks/main.yaml", "content": "- name: Run harvester_stream1\n raw: \n cd /home/ubuntu/CCCproject2-team56/TwitterHarverster;\n sudo nohup python3 /home/ubuntu/CCCproject2-team56/TwitterHarverster/runStream.py 0 1 > streamout.txt 2 > streamerr.tx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/harvester/roles/harvester_streamAPI02
274
[ "no_license" ]
[ { "path": "ansible/harvester/roles/harvester_streamAPI02/tasks/main.yaml", "content": "- name: Run harvester_stream2\n raw: \n cd /home/ubuntu/CCCproject2-team56/TwitterHarverster;\n sudo nohup python3 /home/ubuntu/CCCproject2-team56/TwitterHarverster/runStream.py 1 1 > streamout.txt 2 > streamerr.tx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/harvester/roles/remote_common
274
[ "no_license" ]
[ { "path": "ansible/harvester/roles/remote_common/tasks/main.yaml", "content": "\n# - name: Proxy_env\n# become: true\n# copy:\n# src: ./file/environment\n# dest: /etc/environment\n# mode: 0755\n\n- name: Install dependencies\n tags: always\n become: yes\n apt:\n name: [ 'python3', 'pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 623, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/web/roles/remote_common
274
[ "no_license" ]
[ { "path": "ansible/web/roles/remote_common/tasks/main.yaml", "content": "\n- name: Proxy_env\n become: true\n copy:\n src: ./file/environment\n dest: /etc/environment\n mode: 0755\n\n- name: Install dependencies\n tags: always\n become: yes\n apt:\n name: [ 'python3', 'python3-setuptools', ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
Fish-WY/CCCproject2-team56
d9d6b63d6cc0966a53f62463d28b0047cab93b07
2
ansible/web/roles/webserver
274
[ "no_license" ]
[ { "path": "ansible/web/roles/webserver/tasks/main.yaml", "content": "\n# - name: Install dependencies\n# tags: 'web'\n# become: yes\n# apt:\n# name: ['python3', 'python3-setuptools', 'unzip']\n# state: latest\n# install_recommends: no\n# update_cache: yes\n\n#- name: Download tornado.j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/boost
274
[ "no_license" ]
[ { "path": "roles/boost/tasks/main.yml", "content": "---\n\n- name: Ensure the boost lib are installed\n apt:\n name: libboost-dev\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/bundler
274
[ "no_license" ]
[ { "path": "roles/bundler/tasks/main.yml", "content": "- name: Check gem installed\n command: which gem\n register: result\n check_mode: no\n changed_when: false\n failed_when: false\n\n- name: Ensure the bundler is installed\n gem:\n name: bundler\n state: latest\n become_user: \"{{ user }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 263, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/clang
274
[ "no_license" ]
[ { "path": "roles/clang/tasks/main.yml", "content": "---\n\n- name: Ensure the clang format are installed\n apt:\n name: clang-format\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/cmake
274
[ "no_license" ]
[ { "path": "roles/cmake/tasks/main.yml", "content": "---\n\n- name: Ensure the make and cmake are installed\n apt:\n name: ['make', 'cmake']\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/direnv
274
[ "no_license" ]
[ { "path": "roles/direnv/tasks/main.yml", "content": "---\n\n- name: Ensure the direnv are installed\n apt:\n name=direnv\n state=latest\n update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/docker
274
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Add docker GPG key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n tags: skip_test\n\n- name: Install basic list of packages\n apt:\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg-agent', 'software-prope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 917, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/dotfiles
274
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Dotfiles\n stat:\n path: /home/{{ user }}/dotfiles\n register: repos\n\n- name: Clone dotfiles repository\n become_user: \"{{ user }}\"\n git:\n repo: https://github.com/simomu-github/dotfiles.git\n dest: /home/{{ user }}/dotfiles\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/gcc
274
[ "no_license" ]
[ { "path": "roles/gcc/tasks/main.yml", "content": "---\n\n- name: Ensure the gcc and g++ compilers area installed\n apt:\n name: ['gcc', 'g++']\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/gdb
274
[ "no_license" ]
[ { "path": "roles/gdb/tasks/main.yml", "content": "---\n\n- name: Ensure the gdb are installed\n apt:\n name=gdb\n state=latest\n update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/go
274
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n\n- name: Check golang installed\n shell: go version | cut -d ' ' -f 3\n become_user: \"{{ user }}\"\n register: result\n failed_when: no\n changed_when: result.stdout < golang.version\n\n- block:\n - name: Download golang\n get_url:\n url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 807, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/jq
274
[ "no_license" ]
[ { "path": "roles/jq/tasks/main.yml", "content": "- name: Ensure the jq is installed\n apt:\n name=jq\n state=latest\n update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/libcurl
274
[ "no_license" ]
[ { "path": "roles/libcurl/tasks/main.yml", "content": "---\n\n- name: Ensure the libcurl4 are installed\n apt:\n name: ['curl', 'libcurl4']\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/mecab
274
[ "no_license" ]
[ { "path": "roles/mecab/tasks/main.yml", "content": "- name: Ensure the mecab area installed\n apt:\n name: ['libmecab-dev', 'mecab-ipadic', 'mecab-ipadic-utf8']\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/nodenv
274
[ "no_license" ]
[ { "path": "roles/nodenv/tasks/main.yml", "content": "- name: check nodenv\n stat:\n path: /home/{{ user }}/.nodenv\n register: repos\n\n- name: clone nodenv repository\n become_user: \"{{ user }}\"\n git:\n repo: https://github.com/nodenv/nodenv.git\n dest: /home/{{ user }}/.nodenv\n remote:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 838, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/peco
274
[ "no_license" ]
[ { "path": "roles/peco/tasks/main.yml", "content": "- name: Ensure the peco are installed\n apt:\n name: peco\n state: latest\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/peco_manual
274
[ "no_license" ]
[ { "path": "roles/peco_manual/tasks/main.yml", "content": "---\n\n- name: Check peco installed\n shell: \"peco --version\"\n register: result\n # check_mode: no\n failed_when: no\n changed_when: result.rc != 0\n\n- block:\n - name: Download peco\n get_url:\n url=\"https://github.com/peco/peco/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/rbenv
274
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "- name: Install dependent package\n apt:\n name: ['zlib1g-dev', 'build-essential', 'libssl-dev']\n state: latest\n\n- name: check rbenv\n stat:\n path: /home/{{ user }}/.rbenv\n register: repos\n\n- name: Clone rbenv repository\n become_user: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/ruby
274
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "- name: Ensure the ruby is installed\n apt:\n name=ruby\n state=latest\n update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/tmux
274
[ "no_license" ]
[ { "path": "roles/tmux/tasks/main.yml", "content": "---\n\n- name: Ensure the tmux are installed\n apt:\n name=tmux\n state=latest\n update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/valgrind
274
[ "no_license" ]
[ { "path": "roles/valgrind/tasks/main.yml", "content": "---\n\n- name: Ensure the valgrind are installed\n apt:\n name=valgrind\n state=latest\n update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/vim
274
[ "no_license" ]
[ { "path": "roles/vim/tasks/main.yml", "content": "- name: Install dependency\n apt:\n name: gnupg\n state: latest\n update_cache: yes\n\n- name: Add repository\n apt_repository:\n repo: \"ppa:jonathonf/vim\"\n\n- name: Ensure the vim are installed\n apt:\n name: vim\n state: latest\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
simomu-github/provisioning
0a75bf72dfa2d87795b02a3141da56a50e14a4d7
0
roles/zsh
274
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "- name: Ensure the zsh is installed\n apt:\n name: zsh\n state: latest\n update_cache: yes\n\n- name: Change user shell to zsh\n become: yes\n user:\n name: \"{{ user }}\"\n shell: /usr/bin/zsh\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
jtorres432/LAMPworkflow
c654d3ba11c249c4b4bfcba35141d32b7217d229
0
roles/apache
274
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Install Apache web server\n yum: pkg={{ item }} state=installed\n with_items:\n - httpd\n \n- name: Change default apache vhost\n template: src=default.tpl dest=/etc/httpd/conf.d/000-default.conf\n\n- name: Set global ServerName for apa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
jtorres432/LAMPworkflow
c654d3ba11c249c4b4bfcba35141d32b7217d229
0
roles/init
274
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "- name: Install nano, git, etc\n yum: pkg={{ item }} state=installed\n with_items:\n - git\n - nano\n - curl\n - gcc\n - kernel-devel\n - wget\n - vim\n - man\n - unzip\n - libselinux-python\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
jtorres432/LAMPworkflow
c654d3ba11c249c4b4bfcba35141d32b7217d229
0
roles/mysql
274
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": " mysql_root_password: <PASSWORD>\n\n mysql_users:\n - name: root\n pass: <PASSWORD>\n priv: \"*.*:ALL,GRANT\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/mysql/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
jtorres432/LAMPworkflow
c654d3ba11c249c4b4bfcba35141d32b7217d229
0
roles/php
274
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "\n#- name: upgrade all packages\n# yum: name=* state=latest\n\n- name: Install php\n yum: pkg={{ item }} state=present\n with_items:\n - php\n\n- name: Install php modules\n yum: pkg={{ item }} state=present\n with_items:\n - php-xml\n - ph...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/base
274
[ "no_license" ]
[ { "path": "playbooks/roles/base/tasks/main.yml", "content": "---\n- name: Install some base packages\n yum: name={{item}} state=installed\n with_items:\n - vim\n - htop\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/load-tester
274
[ "no_license" ]
[ { "path": "playbooks/roles/load-tester/meta/main.yml", "content": "---\ndependencies:\n- { role: repo-epel }\n- { role: sysctl }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "playbooks/roles/load-tester/tasks/main.yml", "content": "---\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 177, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/nginx
274
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n- name: Enable Nginx Repository\n copy: src=nginx.repo dest=/etc/yum.repos.d/ owner=root group=root mode=0644\n\n- name: Install Nginx\n yum: name=nginx state=installed\n\n- name: Configure Nginx\n copy: src=nginx.conf dest=/etc/nginx/ ow...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1305, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/php
274
[ "no_license" ]
[ { "path": "playbooks/roles/php/tasks/main.yml", "content": "---\n- name: Install epel-release package\n yum: name={{item}} state=installed\n with_items:\n - php\n - php-fpm\n - php-intl\n - php-opcache\n\n- name: Configure PHP-FPM Pool\n copy: src=www.conf dest=/etc/php-fpm.d/ owner=root group=root m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 386, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/repo-epel
274
[ "no_license" ]
[ { "path": "playbooks/roles/repo-epel/tasks/main.yml", "content": "---\n- name: Copy EPEL's GPG key\n copy: src=RPM-GPG-KEY-EPEL-7 dest=/etc/pki/rpm-gpg owner=root group=root mode=0644\n\n- name: Copy EPEL's repo file\n copy: src=epel.repo dest=/etc/yum.repos.d/ owner=root group=root mode=0644\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/repo-remi
274
[ "no_license" ]
[ { "path": "playbooks/roles/repo-remi/tasks/main.yml", "content": "---\n- name: Copy Remi's GPG key\n copy: src=RPM-GPG-KEY-remi dest=/etc/pki/rpm-gpg owner=root group=root mode=0644\n\n- name: Copy Remi's repo file\n copy: src=remi.repo dest=/etc/yum.repos.d/ owner=root group=root mode=0644\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 682, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/sysctl
274
[ "no_license" ]
[ { "path": "playbooks/roles/sysctl/tasks/main.yml", "content": "---\n- name: Configure sysctl\n lineinfile: dest=/etc/sysctl.conf\n line=\"{{ item }}\"\n state=present\n with_items:\n - \"fs.file-max=131072\" # 256 * MB of RAM\n - \"net.ipv4.tcp_tw_recycle = 1\"\n - \"net...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
EvanDotPro/nginx-php-fpm-tuning
51f4990c58791294ea8aaab68d8bdf8df2dac678
19
playbooks/roles/zf2
274
[ "no_license" ]
[ { "path": "playbooks/roles/zf2/tasks/main.yml", "content": "---\n- name: Copy default nginx vhost\n copy: src=default.conf dest=/etc/nginx/conf.d owner=root group=root mode=0644\n register: nginx_vhost\n\n- name: Ensure directory /var/www/vhosts\n file: path=/var/www/vhosts/ state=directory recurse=yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 715, "all_permissive": false }
ansible_role
bluesomania/cloud.ansible
ed48ea2829e1267322cebcc1b477ef6847e016d1
0
ansible_collections/cloud/my_collection/roles/local_accounts
274
[ "no_license" ]
[ { "path": "ansible_collections/cloud/my_collection/roles/local_accounts/handlers/main.yml", "content": "---\n# handlers file for local_adm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible_collections/cloud/my_collection/roles/local_account...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3355, "all_permissive": false }
ansible_role
bluesomania/cloud.ansible
ed48ea2829e1267322cebcc1b477ef6847e016d1
0
ansible_collections/cloud/my_collection/roles/ssh_config
274
[ "no_license" ]
[ { "path": "ansible_collections/cloud/my_collection/roles/ssh_config/meta/main.yml", "content": "galaxy_info:\n author: Ammar123\n description: Ansible role to configure sshd service on Linux machine\n license: MIT\n version: \"1.0.0\"\n min_ansible_version: 2.12\n\n platforms:\n - name: RedHat\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 3040, "all_permissive": false }
ansible_role
kouyaf77/ansible-rails
ca11cd7b8170e13df995ee89a4d81479d5f50536
0
roles/common
274
[ "no_license" ]
[ { "path": "roles/common/tasks/redis.yml", "content": "- name: Install redis\n apt: name=redis-server state=latest\n sudo: yes\n\n- name: Start redis service\n service: name=redis-server state=started\n sudo: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 156 }...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 3502, "all_permissive": false }
ansible_role
3ayazaya/astra-linux-setup
543559153ee5cd08965d559363bac7a3a8689df2
1
roles/astra-hostname
274
[ "no_license" ]
[ { "path": "roles/astra-hostname/tasks/main.yml", "content": "---\n- name: Set system hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n- name: Rename 127.0.0.1 name in /etc/hosts\n vars:\n comment: '# added by ansible'\n lineinfile:\n dest: /etc/hosts\n regexp: \"127[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
3ayazaya/astra-linux-setup
543559153ee5cd08965d559363bac7a3a8689df2
1
roles/astra-networking
274
[ "no_license" ]
[ { "path": "roles/astra-networking/templates/resolv.conf.j2", "content": "{% if ansible_hostname in groups['stage1'] %}\nsearch {{ domain }}\nnameserver 1.1.1.1\nnameserver 172.16.17.32\n{% endif %}\n{% if ansible_hostname in groups['stage2'] %}\nsearch {{ domain }}\nnameserver 172.16.58.3\nnameserver 172.16...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
3ayazaya/astra-linux-setup
543559153ee5cd08965d559363bac7a3a8689df2
1
roles/astra-repository
274
[ "no_license" ]
[ { "path": "roles/astra-repository/tasks/main.yml", "content": "---\n- name: Deploy sources.list template\n template:\n src: \"{{ role_path }}/templates/sources.list.j2\"\n dest: /etc/apt/sources.list\n owner: root\n group: root\n mode: 0644\n backup: yes\n- name: Update cache\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1426, "all_permissive": false }
ansible_role
3ayazaya/astra-linux-setup
543559153ee5cd08965d559363bac7a3a8689df2
1
roles/astra-update
274
[ "no_license" ]
[ { "path": "roles/astra-update/tasks/main.yml", "content": "---\n- name: Update all packages to their latest version\n apt:\n name: \"*\"\n state: latest\n\n- name: Upgrade the OS (apt-get dist-upgrade)\n apt:\n upgrade: dist", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 166, "all_permissive": false }
ansible_role
aalmazan/rpi-ops
147d2b88ebc37ecdb9cc76f89b76843d03a7f67f
0
ansible/roles/common
274
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Make SSH dir\n file:\n path: \"~/.ssh\"\n state: directory\n mode: 0744\n\n- name: Ensure `~/.ssh/authorized_keys` exists\n file:\n path: \"~/.ssh/authorized_keys\"\n state: touch\n mode: 0600\n\n- name: Set author...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 741, "all_permissive": false }
ansible_role
oracle-quickstart/oci-nfs
163f3b694cb68c728368715c7eb57481dfd45e9c
9
playbooks/roles/grafana
274
[ "no_license" ]
[ { "path": "playbooks/roles/grafana/tasks/el.yml", "content": "---\n- name: add grafana repository\n become: true\n yum_repository: \n name: grafana\n description: grafana\n baseurl: https://packages.grafana.com/oss/rpm\n repo_gpgcheck: 1\n enabled: 1\n gpgcheck: 1\n gpgkey: https://pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2575, "all_permissive": false }
ansible_role
oracle-quickstart/oci-nfs
163f3b694cb68c728368715c7eb57481dfd45e9c
9
playbooks/roles/oci-cloud-agent
274
[ "no_license" ]
[ { "path": "playbooks/roles/oci-cloud-agent/tasks/main.yml", "content": "- include: el.yml\n when: ansible_os_family == 'RedHat' and ansible_distribution == 'OracleLinux'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 98, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/014/roles/nginx
274
[ "no_license" ]
[ { "path": "lessons/014/roles/nginx/tasks/main.yaml", "content": "---\n- name: Update package cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Ensure Nginx is at the latest version\n apt:\n name: nginx\n state: latest\n\n- name: Make sure Nginx is running\n systemd:\n state: started\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/146/ansible/roles/apache
274
[ "no_license" ]
[ { "path": "lessons/146/ansible/roles/apache/tasks/main.yaml", "content": "- name: Install Apache2\n apt:\n pkg:\n - apache2\n state: latest\n update_cache: true\n\n- name: Copy certificate & private key\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: \"../demo-ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1182, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/146/ansible/roles/k6
274
[ "no_license" ]
[ { "path": "lessons/146/ansible/roles/k6/files/http-nginx.js", "content": "import http from 'k6/http';\nimport { sleep, group, check } from 'k6';\n\nexport const options = {\n scenarios: {\n test: {\n executor: 'ramping-vus',\n startVUs: 1,\n stages: [\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2540, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/146/ansible/roles/myapp
274
[ "no_license" ]
[ { "path": "lessons/146/ansible/roles/myapp/tasks/main.yaml", "content": "---\n- name: Create system linux user for My App\n ansible.builtin.user:\n name: myapp\n shell: /bin/false\n state: present\n system: true\n\n- name: Copy Rust binary to remote host\n copy:\n mode: \"0744\"\n owner:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 543, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/147/ansible/roles/k6
274
[ "no_license" ]
[ { "path": "lessons/147/ansible/roles/k6/files/grpc-rust-ingress-tls.js", "content": "import grpc from 'k6/net/grpc';\nimport { check, sleep } from 'k6';\n\nconst client = new grpc.Client();\nclient.load(['.'], 'device.proto');\n\nexport const options = {\n stages: [\n { target: 50, duration: '5m' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3185, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/148/ansible/roles/nginx
274
[ "no_license" ]
[ { "path": "lessons/148/ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Create system linux user Nginx\n ansible.builtin.user:\n name: nginx\n shell: /bin/false\n state: present\n system: true\n\n- name: Install prerequisites\n apt:\n pkg:\n - curl\n - linux-kernel-h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5226, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/150/ansible/roles/k6
274
[ "no_license" ]
[ { "path": "lessons/150/ansible/roles/k6/files/arm64.js", "content": "import http from 'k6/http';\nimport { sleep, group, check } from 'k6';\n\nexport const options = {\n scenarios: {\n test: {\n executor: 'ramping-vus',\n startVUs: 6,\n stages: [\n {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1495, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/151/ansible/roles/envoy
274
[ "no_license" ]
[ { "path": "lessons/151/ansible/roles/envoy/tasks/main.yaml", "content": "---\n- name: Download binary\n ansible.builtin.get_url:\n url: https://github.com/envoyproxy/envoy/releases/download/v{{ envoy_ver }}/envoy-{{ envoy_ver }}-linux-x86_64\n dest: /usr/local/bin/envoy\n mode: \"755\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 6945, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/151/ansible/roles/k6
274
[ "no_license" ]
[ { "path": "lessons/151/ansible/roles/k6/tasks/main.yaml", "content": "---\n- name: Add an apt key by id from a keyserver\n ansible.builtin.apt_key:\n keyserver: hkp://keyserver.ubuntu.com\n id: C5AD17C747E3415A3642D57D77C6C491D6AC1D69\n keyring: /usr/share/keyrings/k6-archive-keyring.gpg\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3082, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/151/ansible/roles/nginx
274
[ "no_license" ]
[ { "path": "lessons/151/ansible/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install prerequisites\n apt:\n pkg:\n - curl\n - gnupg2\n - ca-certificates\n - lsb-release\n - ubuntu-keyring\n state: latest\n update_cache: true\n\n- name: Add nginx signing key\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1238, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/151/ansible/roles/node-exporter
274
[ "no_license" ]
[ { "path": "lessons/151/ansible/roles/node-exporter/tasks/main.yaml", "content": "---\n- name: Create system linux user Node Exporter\n ansible.builtin.user:\n name: node-exporter\n shell: /bin/false\n state: present\n system: true\n\n- name: Unarchive a file that needs to be downloaded\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 949, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/151/ansible/roles/prometheus
274
[ "no_license" ]
[ { "path": "lessons/151/ansible/roles/prometheus/tasks/main.yaml", "content": "---\n- name: Create system linux user Prometheus\n ansible.builtin.user:\n name: prometheus\n shell: /bin/false\n state: present\n system: true\n\n- name: Unarchive a file that needs to be downloaded\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2692, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/153/ansible/roles/caddy
274
[ "no_license" ]
[ { "path": "lessons/153/ansible/roles/caddy/handlers/main.yaml", "content": "---\n- name: Restart Caddy\n ansible.builtin.service:\n name: caddy\n state: restarted\n daemon_reload: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "le...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1774, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/153/ansible/roles/grafana
274
[ "no_license" ]
[ { "path": "lessons/153/ansible/roles/grafana/tasks/main.yaml", "content": "---\n- name: Install prerequisites\n apt:\n pkg:\n - apt-transport-https\n - software-properties-common\n state: latest\n update_cache: true\n\n- name: Add Grafana signing key\n ansible.builtin.apt_key:\n url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1023, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/153/ansible/roles/myapp
274
[ "no_license" ]
[ { "path": "lessons/153/ansible/roles/myapp/handlers/main.yaml", "content": "---\n- name: Restart Rest Server\n ansible.builtin.service:\n name: rest-server\n state: restarted\n daemon_reload: true\n\n- name: Restart gRPC Server\n ansible.builtin.service:\n name: grpc-server\n state: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1158, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/153/ansible/roles/tests
274
[ "no_license" ]
[ { "path": "lessons/153/ansible/roles/tests/tasks/main.yaml", "content": "---\n- name: Copy rest-client binary to remote host\n copy:\n mode: \"0744\"\n owner: ubuntu\n src: ../go-app/target/rest-client\n dest: /usr/local/bin/rest-client\n\n- name: Download node\n ansible.builtin.command: curl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1937, "all_permissive": false }
ansible_role
antonputra/tutorials
e00fd9253fc1bd383e56050f8a06bbec8a410dbe
4,063
lessons/153/ansible/roles/traefik
274
[ "no_license" ]
[ { "path": "lessons/153/ansible/roles/traefik/files/config.yml", "content": "---\nhttp:\n routers:\n to-api:\n rule: \"Host(`api.traefik.antonputra.com`) && PathPrefix(`/`)\"\n service: api\n\n to-secure-api:\n rule: \"Host(`api.traefik.antonputra.pvt`) && PathPrefix(`/`)\"\n servi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2581, "all_permissive": false }
ansible_role
dubbelosix/autoclock
1d4e72327ffdb425a543a05a85f82d189569865f
1
roles/common
274
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n\n- name: create user\n include_tasks: user.yaml\n\n- name: install dependencies\n include_tasks: deps.yaml\n\n- name: chrony\n include_tasks: chrony.yaml\n\n- name: tune host\n include_tasks: tuner.yaml\n\n- name: folders\n include_tasks: dirs...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4801, "all_permissive": false }
ansible_role
dubbelosix/autoclock
1d4e72327ffdb425a543a05a85f82d189569865f
1
roles/jito
274
[ "no_license" ]
[ { "path": "roles/jito/defaults/testnet/ny.yaml", "content": "---\njito_block_engine_url: https://ny.testnet.block-engine.jito.wtf\njito_relayer_url: http://ny.testnet.relayer.jito.wtf:8100\njito_shred_receiver_address: 192.168.3.11:1002\njito_ntp: ntp.dallas.jito.wtf\n", "license_type": "no_license", ...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 8051, "all_permissive": false }
ansible_role
sayya9/ansible-init-env
274a1b1e66822c4e4983e42ae427d1675c7c4d40
0
roles/adduser
274
[ "no_license" ]
[ { "path": "roles/adduser/tasks/main.yml", "content": "---\n- name: add the user to docker groups\n user:\n name: \"{{ item }}\"\n groups: docker\n shell: /bin/bash\n append: yes\n with_items: \"{{ kube_users }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 197, "all_permissive": false }
ansible_role
sayya9/ansible-init-env
274a1b1e66822c4e4983e42ae427d1675c7c4d40
0
roles/ca
274
[ "no_license" ]
[ { "path": "roles/ca/tasks/main.yml", "content": "---\n- name: create dir\n file:\n path: /etc/docker/certs.d/{{ ca_docker_private }}\n recurse: yes\n\n- name: copy CA cert\n copy:\n src: ca.crt\n dest: /etc/docker/certs.d/{{ ca_docker_private }}/ca.crt\n notify: restart docker\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
sayya9/ansible-init-env
274a1b1e66822c4e4983e42ae427d1675c7c4d40
0
roles/kubeconfig
274
[ "no_license" ]
[ { "path": "roles/kubeconfig/tasks/main.yml", "content": "---\n- set_fact:\n kubeconfig_file: \"{{ kubeconfig_file | default({}) | combine({ item: '~' + item + '/.kube' }) }}\"\n with_items: \"{{ kube_users }}\"\n\n- name: create essential dirs\n file:\n path: \"{{ item.value }}\"\n owner: \"{{ it...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
sayya9/ansible-init-env
274a1b1e66822c4e4983e42ae427d1675c7c4d40
0
roles/mirror
274
[ "no_license" ]
[ { "path": "roles/mirror/tasks/main.yml", "content": "---\n- block:\n - name: include distro vars\n include_vars: \"{{ ansible_distribution }}.yml\"\n\n - name: install mirror packages\n package:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ mirror_pkgs }}\"\n\n - name: sync...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1689, "all_permissive": false }
ansible_role
The-Hitachi-Guy/pfrest
46e6731c0f72ded8091048a3a8a35816dd3ae30c
0
roles/hv_logout
274
[ "no_license" ]
[ { "path": "roles/hv_logout/tasks/main.yml", "content": "---\n# tasks file for logout\n- name: \"Discard Session Token\"\n uri:\n url: \"https://{{storage_ip}}/ConfigurationManager/v1/objects/sessions/{{token_response.json.sessionId}}\"\n method: DELETE\n headers:\n Connection: \"keep-alive\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 784, "all_permissive": false }
ansible_role
yuusuke0324/ResourceManagement
6027e8e965fed8ce96e95f62ca596b579749563e
0
roles/create_update_resource_list
274
[ "no_license" ]
[ { "path": "roles/create_update_resource_list/handlers/main.yml", "content": "---\n# handlers file for create_update_resource_list\n\n- name: Create resource directory\n ansible.builtin.file:\n path: \"{{ resource_dir }}\"\n state: directory\n recurse: yes\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3120, "all_permissive": false }
ansible_role
yuusuke0324/ResourceManagement
6027e8e965fed8ce96e95f62ca596b579749563e
0
roles/update_resources
274
[ "no_license" ]
[ { "path": "roles/update_resources/handlers/main.yml", "content": "---\n# handlers file for update_resources\n\n- name: Set permissions and ownership\n ansible.builtin.file:\n path: \"{{ item.path | regex_replace(local_clone_path, destination_path) }}\"\n state: \"{{ item.type }}\"\n recurse: yes\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3712, "all_permissive": false }
ansible_role
Jmunb/witnet
8abd1b97475d923dc80262455fc1b9b374a5ec7b
0
roles/witnet_node
274
[ "no_license" ]
[ { "path": "roles/witnet_node/tasks/main.yml", "content": " - name: Install prereq\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - software-properties-common\n - fail2ban\n - apt-transport-https\n - ca-certificates\n - curl\n - gn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 994, "all_permissive": false }
ansible_role
Jmunb/witnet
8abd1b97475d923dc80262455fc1b9b374a5ec7b
0
roles/zabbix_agent
274
[ "no_license" ]
[ { "path": "roles/zabbix_agent/files/scripts/interfaces-discover.sh", "content": "#!/bin/bash\n# ekoz 10.01.2018\n\nif [ x$1 = 'xbonding' ] ; then\n interfaces=`awk '/Slave Interface/ {print $3}' /proc/net/bonding/*`\nelse\n interfaces=`/sbin/ip address show | grep \"inet \" | grep global | awk '{print $(N...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 27, "total_bytes": 24319, "all_permissive": false }
ansible_role
Jmunb/witnet
8abd1b97475d923dc80262455fc1b9b374a5ec7b
0
roles/zabbix_create
274
[ "no_license" ]
[ { "path": "roles/zabbix_create/files/register.j2", "content": "#!/bin/bash\n\nset -e\n\nname={{ hst_zabbix_hostname.stdout }}\nIP={{ ansible_default_ipv4.address }}\nZABBIX_AUTH=\"d<PASSWORD>\"\nZABBIX_API=https://zabbix.d2combat.com/api_jsonrpc.php\n\n\ncurl -s -X POST -H 'Content-Type: application/json-rp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1147, "all_permissive": false }
ansible_role
hanfei1991/microcosm
eb3f21a4514b61226894daaee3b0dff13e0572dc
8
ansible/roles/common
274
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "\n- name: Create data dir\n file: path={{ df_data_prefix }} owner=root group=root state=directory\n\n- name: Create bin dir\n file: path={{ df_bin_dir }} owner=root group=root state=directory\n\n- name: Create file dir\n file: path={{ df_file_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2868, "all_permissive": false }
ansible_role
hanfei1991/microcosm
eb3f21a4514b61226894daaee3b0dff13e0572dc
8
ansible/roles/executor
274
[ "no_license" ]
[ { "path": "ansible/roles/executor/templates/start.sh.j2", "content": "#!/bin/bash\n\n{% set cluster = [] %}\n{% for host in groups['df_master_servers'] %}\n{% set _ = cluster.append(host ~ ':' ~ master_port) %}\n{% endfor %}\n\n{{ df_bin_dir }}/executor-{{ cluster_name }} \\\n --log-file={{ df_data_pref...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 929, "all_permissive": false }