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 | vkaylee/k8s_by_terraform_ansible_aws_lightsail | 3fde938cd738bd76ca084228bbabb68d6e9b71be | 0 | ansible_dir/roles/grafana | 8,149 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/grafana/vars/main.yml",
"content": "---\n# vars file for roles/grafana\ngrafana_admin_password: \"<PASSWORD>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible_dir/roles/grafana/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1107,
"all_permissive": false
} |
ansible_role | vkaylee/k8s_by_terraform_ansible_aws_lightsail | 3fde938cd738bd76ca084228bbabb68d6e9b71be | 0 | ansible_dir/roles/node-exporter | 8,149 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/node-exporter/vars/main.yml",
"content": "---\n# vars file for roles/node-exporter\nnode_exporter_version: \"1.6.1\"\nnode_exporter_bin: /usr/local/bin/node_exporter\nnode_exporter_user: node-exporter\nnode_exporter_group: \"{{ node_exporter_user }}\"\nnode_exporter_dir_conf: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2898,
"all_permissive": false
} |
ansible_role | vkaylee/k8s_by_terraform_ansible_aws_lightsail | 3fde938cd738bd76ca084228bbabb68d6e9b71be | 0 | ansible_dir/roles/prometheus | 8,149 | [
"no_license"
] | [
{
"path": "ansible_dir/roles/prometheus/handlers/main.yml",
"content": "---\n# handlers file for roles/prometheus\n- name: Restart_prometheus\n ansible.builtin.systemd:\n name: prometheus\n state: restarted\n enabled: true\n daemon_reload: true\n\n- name: Reload_prometheus\n ansible.builtin.ur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1425,
"all_permissive": false
} |
ansible_role | notmedia/ansible-outline | b3d140f355d2d119dd024c2e010014971aabbe7e | 4 | roles/docker | 8,149 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Add docker repository\n shell: yum-config-manager --add-repo=https://download.docker.com/linux/centos/docker-ce.repo\n args:\n creates: /etc/yum.repos.d/docker-ce.repo\n\n- name: Install docker\n yum:\n name:\n - docker-ce\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | notmedia/ansible-outline | b3d140f355d2d119dd024c2e010014971aabbe7e | 4 | roles/firewall | 8,149 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yaml",
"content": "---\n- name: Disable firewalld\n ansible.builtin.systemd:\n name: firewalld\n state: stopped\n enabled: no\n masked: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | notmedia/ansible-outline | b3d140f355d2d119dd024c2e010014971aabbe7e | 4 | roles/openssl | 8,149 | [
"no_license"
] | [
{
"path": "roles/openssl/tasks/main.yaml",
"content": "---\n- name: Install openssl\n yum:\n name: openssl\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | notmedia/ansible-outline | b3d140f355d2d119dd024c2e010014971aabbe7e | 4 | roles/outline | 8,149 | [
"no_license"
] | [
{
"path": "roles/outline/tasks/main.yaml",
"content": "---\n- name: Download Outline install script\n get_url:\n url: https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh\n dest: /tmp/outline-installer.sh\n mode: 0755\n\n- name: R... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | notmedia/ansible-outline | b3d140f355d2d119dd024c2e010014971aabbe7e | 4 | roles/python | 8,149 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yaml",
"content": "- name: Install Python 3\n yum:\n name:\n - epel-release\n - python3\n state: present\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 | notmedia/ansible-outline | b3d140f355d2d119dd024c2e010014971aabbe7e | 4 | roles/yum-utils | 8,149 | [
"no_license"
] | [
{
"path": "roles/yum-utils/tasks/main.yaml",
"content": "- name: Install yum-utils\n yum:\n name: yum-utils\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/ceph | 8,149 | [
"permissive"
] | [
{
"path": "roles/ceph/vars/redhat.yml",
"content": "---\n\nceph_osd_journal_size: 10240\n\nceph_osd_pool_default_pg_num: 128\nceph_osd_pool_default_pgp_num: 128\n\nceph_osd_pool_default_size: 3\nceph_osd_pool_default_min_size: 0\n\nmon_osd_full_ratio: .85\nmon_osd_nearfull_ratio: .75\nmon_clock_drift_allowe... | {
"task_files": 10,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 13832,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/chrony | 8,149 | [
"permissive"
] | [
{
"path": "roles/chrony/tasks/chrony_install.yml",
"content": "---\n\n- name: Install chrony packages\n package:\n name: \"{{ item }}\"\n state: \"{{ chrony_package_state }}\"\n register: install_packages\n until: install_packages | success\n retries: 5\n delay: 2\n with_items: \"{{ chrony_distr... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1228,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/cinder | 8,149 | [
"permissive"
] | [
{
"path": "roles/cinder/tasks/cinder_config.yml",
"content": "---\n\n- name: Create cinder dir\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"cinder\"\n group: \"cinder\"\n mode: 0755\n with_items:\n - \"/var/log/cinder\"\n - \"/var/www/cgi-bin/cinder\"\n\n- name: Commen... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 16334,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/glance | 8,149 | [
"permissive"
] | [
{
"path": "roles/glance/tasks/main.yml",
"content": "---\n\n- name: Gather variables for each operating system\n include_vars: \"{{ item }}\"\n with_first_found:\n - \"{{ role_path }}/../ceph/vars/redhat.yml\"\n when:\n - (enable_ceph | bool) and (glance_backend_ceph | bool)\n - inventory_hostna... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 11258,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/haproxy | 8,149 | [
"permissive"
] | [
{
"path": "roles/haproxy/tasks/haproxy_config.yml",
"content": "---\n\n- name: Setting sysctl values\n sysctl: name={{ item.name }} value={{ item.value }} sysctl_set=yes\n with_items:\n - { name: \"net.ipv4.ip_nonlocal_bind\", value: 1}\n - { name: \"net.unix.max_dgram_qlen\", value: 128}\n\n- name:... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 15378,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/horizon | 8,149 | [
"permissive"
] | [
{
"path": "roles/horizon/tasks/horizon_install.yml",
"content": "---\n\n- name: Install horizon packages\n package:\n name: \"{{ item }}\"\n state: \"{{ horizon_package_state }}\"\n register: install_packages\n until: install_packages | success\n retries: 5\n delay: 2\n with_items: \"{{ horizon_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12528,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/keystone | 8,149 | [
"permissive"
] | [
{
"path": "roles/keystone/tasks/keystone_init_fernet.yml",
"content": "---\n\n- name: Initialise fernet key authentication\n command: keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup --keystone-user keystone --keystone-group keystone\n run_once: True\n delegate_to: \"{{ groups['keys... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 8406,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/mariadb | 8,149 | [
"permissive"
] | [
{
"path": "roles/mariadb/tasks/galera_cluster_state.yml",
"content": "- include: galera_running_check.yml\n vars:\n num_retries: 1\n wait_delay: 3\n\n- name: Set the galera existing cluster fact\n set_fact:\n galera_existing_cluster: true\n when: mysql_running.rc == 0\n",
"license_type": "pe... | {
"task_files": 9,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 9939,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/memcached | 8,149 | [
"permissive"
] | [
{
"path": "roles/memcached/tasks/memcached_install.yml",
"content": "---\n\n- name: Install memcached packages\n package:\n name: \"{{ item }}\"\n state: \"{{ memcached_package_state }}\"\n register: install_packages\n until: install_packages | success\n retries: 5\n delay: 2\n with_items: \"{{ ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3594,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/neutron | 8,149 | [
"permissive"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "---\n\n- include: neutron_install.yml\n\n- include: neutron_register.yml\n when: inventory_hostname in groups['neutron-server']\n\n- include: neutron_config.yml\n\n- include: neutron_db.yml\n when: inventory_hostname in groups['neutron-server']\n\n- in... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 28525,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/nova | 8,149 | [
"permissive"
] | [
{
"path": "roles/nova/tasks/nova_register.yml",
"content": "---\n- name: Creating the Nova service and endpoint\n os_keystone_service:\n service_name: \"{{ item.name }}\"\n service_type: \"{{ item.service_type }}\"\n description: \"{{ item.description }}\"\n endpoint_region: \"{{ openst... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 32490,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/rabbitmq | 8,149 | [
"permissive"
] | [
{
"path": "roles/rabbitmq/templates/rabbitmq.config.j2",
"content": "[\n {kernel, [\n {inet_dist_listen_min, {{ rabbitmq_cluster_port }}},\n {inet_dist_listen_max, {{ rabbitmq_cluster_port }}}\n ]},\n {rabbit, [\n {loopback_users, []},\n {tcp_listeners, [\n {\"{{ api_interface_address }}... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 11108,
"all_permissive": true
} |
ansible_role | yaoice/openstack-deploy | 69ab14d39decb7e41f3013a985717edb640efeb4 | 5 | roles/rally | 8,149 | [
"permissive"
] | [
{
"path": "roles/rally/tasks/rally_install.yml",
"content": "---\n\n- name: Install rally packages\n package:\n name: \"{{ item }}\"\n state: \"{{ rally_package_state }}\"\n register: install_packages\n until: install_packages | success\n retries: 5\n delay: 2\n with_items: \"{{ rally_distro_pac... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2171,
"all_permissive": true
} |
ansible_role | marchev/gradame-infra | 7d687e63f6bf67360cd9ede8f4510f141cc9c36c | 0 | roles/artifactory | 8,149 | [
"no_license"
] | [
{
"path": "roles/artifactory/templates/sites/repo.grada.me.j2",
"content": "server {\n\tlisten 80;\n\n\tserver_name repo.grada.me;\n\n\tlocation / {\n\t\tproxy_pass http://{{ ansible_default_ipv4.address }}:8081;\n\t\tproxy_set_header Host $host;\n\t\tproxy_set_header X-Real-IP $remote_addr;\n\t\tproxy_set_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1067,
"all_permissive": false
} |
ansible_role | marchev/gradame-infra | 7d687e63f6bf67360cd9ede8f4510f141cc9c36c | 0 | roles/common | 8,149 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: install prerequisites\n apt: pkg={{ item }} state=latest\n with_items:\n - python-apt\n - apt-transport-https\n - git\n - zsh\n - tree\n - mlocate\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | marchev/gradame-infra | 7d687e63f6bf67360cd9ede8f4510f141cc9c36c | 0 | roles/devserver | 8,149 | [
"no_license"
] | [
{
"path": "roles/devserver/tasks/main.yml",
"content": "---\n- name: create dev group\n group: name={{ group }} state=present\n\n- name: make dev sudo\n lineinfile: \"dest=/etc/sudoers state=present regexp='^%{{ group }}' line='%{{ group }} ALL=(ALL) NOPASSWD: ALL' validate='visudo -cf %s'\"\n\n- name: cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | marchev/gradame-infra | 7d687e63f6bf67360cd9ede8f4510f141cc9c36c | 0 | roles/docker | 8,149 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: add docker apt key\n apt_key: keyserver={{ docker_keyserver }} id={{ docker_key_id }} state=present\n\n- name: add docker apt repo\n apt_repository: repo={{ docker_apt_repo }} state=present\n\n- name: install docker-engine\n apt: pkg=docker-eng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | marchev/gradame-infra | 7d687e63f6bf67360cd9ede8f4510f141cc9c36c | 0 | roles/jenkins | 8,149 | [
"no_license"
] | [
{
"path": "roles/jenkins/handlers/main.yml",
"content": "---\n- name: cleanup temp dir\n file: path={{ docker_tmp_dir }} state=absent\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/jenkins/vars/main.yml",
"content": "---\ndocker_tmp_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2151,
"all_permissive": false
} |
ansible_role | marchev/gradame-infra | 7d687e63f6bf67360cd9ede8f4510f141cc9c36c | 0 | roles/nginx | 8,149 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx \n apt: pkg=nginx state=latest\n\n- name: configure nginx service\n service: name=nginx state=started enabled=true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | stanescu-andrei/contrail-openstack-deploy | c1b610eec04bc6a2d536d3792ad4cc67f8c89d34 | 0 | playbooks/roles/contrail_plugin | 8,149 | [
"no_license"
] | [
{
"path": "playbooks/roles/contrail_plugin/tasks/main.yml",
"content": "---\n- name: set instance data\n set_fact:\n instance_data: \"{{ instances[hostvars[inventory_hostname].instance_name] }}\"\n tags:\n - always\n\n- name: set instance name\n set_fact:\n instance_name: \"{{ hostvars[inventory_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4596,
"all_permissive": false
} |
ansible_role | stanescu-andrei/contrail-openstack-deploy | c1b610eec04bc6a2d536d3792ad4cc67f8c89d34 | 0 | playbooks/roles/destroy_contrail | 8,149 | [
"no_license"
] | [
{
"path": "playbooks/roles/destroy_contrail/tasks/main.yml",
"content": "---\n- name: set instance data\n set_fact:\n instance_data: \"{{ instances[hostvars[inventory_hostname].instance_name] }}\"\n tags:\n - always\n\n- name: set instance name\n set_fact:\n instance_name: \"{{ hostvars[inventory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2753,
"all_permissive": false
} |
ansible_role | stanescu-andrei/contrail-openstack-deploy | c1b610eec04bc6a2d536d3792ad4cc67f8c89d34 | 0 | playbooks/roles/plugin | 8,149 | [
"no_license"
] | [
{
"path": "playbooks/roles/plugin/tasks/nova/main.yml",
"content": "---\n################################\n# Copy/Modify configuration file\n################################\n- debug:\n msg: \"Nova configuration file in {{ nova_config_directory }}\"\n\n- name: Copying over nova patch\n template:\n sr... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 20264,
"all_permissive": false
} |
ansible_role | avigdolrotem/homelab | b07377d6fdc9388ca9011407e0e9efaf12d7c9ac | 0 | infrastructure/ansible/roles/common | 8,149 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/common/tasks/main.yml",
"content": "# Common system setup tasks\n- name: Update package cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n\n- name: Install essential packages\n apt:\n name:\n - git\n - curl\n - wget\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1927,
"all_permissive": false
} |
ansible_role | avigdolrotem/homelab | b07377d6fdc9388ca9011407e0e9efaf12d7c9ac | 0 | infrastructure/ansible/roles/docker | 8,149 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker/tasks/main.yml",
"content": "# Docker installation and configuration\n- name: Install Docker prerequisites\n apt:\n name:\n - ca-certificates\n - gnupg\n - lsb-release\n state: present\n become: yes\n\n- name: Add Docker GPG key\n apt_ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1918,
"all_permissive": false
} |
ansible_role | avigdolrotem/homelab | b07377d6fdc9388ca9011407e0e9efaf12d7c9ac | 0 | infrastructure/ansible/roles/k3s | 8,149 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/k3s/tasks/main.yml",
"content": "# K3s installation (for future Kubernetes learning)\n- name: Check if K3s is already installed\n stat:\n path: /usr/local/bin/k3s\n register: k3s_installed\n\n- name: Install K3s\n shell: |\n curl -sfL https://get.k3s.io | sh ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/network | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "- name: Check if screenly-network-manager files exist\n stat:\n path: /usr/sbin/screenly_net_mgr.py\n register: screenly_network_manager\n\n- set_fact: screenly_network_manager_exist=\"{{screenly_network_manager.stat.exists}}\"\n\n- name: Di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4664,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/nginx | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n# Enable Nginx\n- name: Check screenly.conf\n command: cat /home/pi/.screenly/screenly.conf\n register: config\n\n- set_fact: no_ssl=\"{{config.stdout.find('use_ssl = True') == -1}}\"\n\n- name: Installs Nginx\n apt:\n name: nginx-light\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1843,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/rpi-update | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/rpi-update/tasks/main.yml",
"content": "---\n\n- name: Download rpi-update\n get_url:\n url: https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update\n dest: /usr/bin/rpi-update\n mode: 0755\n owner: root\n group: root\n when: ansible_distribution_relea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/screenly | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/screenly/files/screenly_usb_assets.sh",
"content": "#!/bin/bash -e\n\nwhile :; do\n case $1 in\n add)\n sudo -u pi /usr/local/bin/celery call --workdir /home/pi/screenly -A server.celery --args=[\\\"$2\\\"] server.append_usb_assets\n exit 0\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3917,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/splashscreen | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/splashscreen/tasks/main.yml",
"content": "---\n\n# If Jessie\n- name: Installs dependencies (Jessie)\n apt:\n name:\n - fbi\n when: ansible_distribution_major_version|int <= 7\n\n- name: Copies in splash screen\n copy:\n src: splashscreen.png\n dest: /etc/splashscre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1664,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/ssl | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/ssl/files/nginx.conf",
"content": "upstream ose {\n server 127.0.0.1:8080;\n}\n\nupstream websocket {\n server 127.0.0.1:9999;\n}\n\nupstream wifi-connect {\n server 192.168.42.1:9090;\n}\n\nserver {\n server_tokens off;\n listen 80 default_server;\n\n location / {\n return... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3450,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/system | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/system/files/rc.local",
"content": "#!/bin/sh -e\n\n# Make sure the SSH host keys have been generated\nssh-keygen -A\n\n# Disable wifi power management\nif [ \"$(ip address | grep wlan)\" ]; then\n iwconfig wlan0 power off\nfi\n\nexit 0\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5845,
"all_permissive": false
} |
ansible_role | hakanarpa/screentest | 03efb12469924355996dd6ff7be048aaa49467c4 | 1 | ansible/roles/tools | 8,149 | [
"no_license"
] | [
{
"path": "ansible/roles/tools/files/nginx.conf",
"content": "server {\n listen 127.0.0.1:8000;\n server_name *.ngrok.io;\n root /home/pi/screenly_assets;\n try_files $uri /home/pi/screenly_assets$uri;\n}\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | Lemmah/nginx-plus-ubuntu16.04 | 17cf2eae28896c5d0b21d1bfee594f0397646842 | 1 | provision/roles/nginx | 8,149 | [
"no_license"
] | [
{
"path": "provision/roles/nginx/defaults/main.yml",
"content": "---\npackages:\n - apt-transport-https\n - lsb-release\n - ca-certificates\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "provision/roles/nginx/meta/main.yml",
"content": "g... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1236,
"all_permissive": false
} |
ansible_role | Chary271108/Redhat-Ansible | 5d0e8f0e7332c01f8277e094048b2ca3ffb1779e | 0 | roles/customize-apache | 8,149 | [
"no_license"
] | [
{
"path": "roles/customize-apache/tasks/main.yml",
"content": "- name: crate a file if it doesn't exit\n file: state=touch path=/var/www/html/index.html\n \n- name: if hostname not there then add to it\n lineinfile:\n state: present\n dest: /var/www/html/index.html\n line: Hostname={{ansible_hostnam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 242,
"all_permissive": false
} |
ansible_role | Openstack-projects/openstack-in-a-can | 92f688f7ea0c7b18523db1b330c281aacf387326 | 1 | openstack/files/ansible/roles/bootstrap-cinder | 8,148 | [
"no_license"
] | [
{
"path": "openstack/files/ansible/roles/bootstrap-cinder/tasks/main.yaml",
"content": "- name: \"Waiting for cinder to be up\"\n shell: \"openstack volume service list\"\n register: task_result\n until: task_result.failed == false\n retries: 120\n delay: 1\n\n- include_tasks: volume-type.yaml\n loop:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | Openstack-projects/openstack-in-a-can | 92f688f7ea0c7b18523db1b330c281aacf387326 | 1 | openstack/files/ansible/roles/bootstrap-glance | 8,148 | [
"no_license"
] | [
{
"path": "openstack/files/ansible/roles/bootstrap-glance/defaults/main.yaml",
"content": "images:\n - name: cirros\n url: https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img\n disk_format: qcow2\n properties:\n cpu_arch: x86_64\n distro: cirros\n - name: ubuntu-focal\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | Openstack-projects/openstack-in-a-can | 92f688f7ea0c7b18523db1b330c281aacf387326 | 1 | openstack/files/ansible/roles/bootstrap-keystone | 8,148 | [
"no_license"
] | [
{
"path": "openstack/files/ansible/roles/bootstrap-keystone/defaults/main.yaml",
"content": "url_base:\n internal: https://openstack/\n admin: https://openstack.cluster.local/\n public: https://openstack.cluster.local/\n\nendpoints:\n orchestration:\n name: heat\n path: \"/v1/%(project_id)s\"\n c... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4940,
"all_permissive": false
} |
ansible_role | Openstack-projects/openstack-in-a-can | 92f688f7ea0c7b18523db1b330c281aacf387326 | 1 | openstack/files/ansible/roles/bootstrap-nova | 8,148 | [
"no_license"
] | [
{
"path": "openstack/files/ansible/roles/bootstrap-nova/tasks/main.yaml",
"content": "- name: \"Waiting for nova to be up\"\n shell: \"openstack compute service list\"\n register: task_result\n until: task_result.failed == false\n retries: 120\n delay: 1\n\n- include_tasks: flavor.yaml\n loop: \"{{ fl... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 974,
"all_permissive": false
} |
ansible_role | Openstack-projects/openstack-in-a-can | 92f688f7ea0c7b18523db1b330c281aacf387326 | 1 | openstack/files/ansible/roles/config-rook | 8,148 | [
"no_license"
] | [
{
"path": "openstack/files/ansible/roles/config-rook/templates/ceph.conf.j2",
"content": "#jinja2: trim_blocks:False\n{% set mon_ips = [] %}{% for mon_addr in mon_addrs %}{% for mon in mon_addr.split(',') %}{{- mon_ips.append( mon.split(':')[1] ) -}}{% endfor %}{% endfor %}\n[global]\nmon_host = {{ mon_ips|... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2464,
"all_permissive": false
} |
ansible_role | Openstack-projects/openstack-in-a-can | 92f688f7ea0c7b18523db1b330c281aacf387326 | 1 | openstack/files/ansible/roles/maintenance | 8,148 | [
"no_license"
] | [
{
"path": "openstack/files/ansible/roles/maintenance/tasks/nova-compute-cell-mapping.yaml",
"content": "- name: \"Discovering hosts and adding to cells if required\"\n community.kubernetes.k8s_exec:\n namespace: \"{{ lookup('env', 'POD_NAMESPACE') }}\"\n pod: \"{{ lookup('env', 'POD_NAME') }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | abrar2030/QuantumNest | 7cc85f0c039ca9fe4361004166350d25922e8cf8 | 0 | infrastructure/ansible/roles/common | 8,148 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/common/tasks/main.yml",
"content": "---\n# QuantumNest Common Role - Enhanced for Financial Services Security and Compliance\n# This role implements comprehensive security hardening, compliance controls,\n# and monitoring for all QuantumNest infrastructure components\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 11589,
"all_permissive": false
} |
ansible_role | yurkooo97/infra-app | 41e92692ec1cac8cb1547e123bdc637a504cb565 | 0 | ansible/roles/docker_setup | 8,148 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_setup/defaults/main.yml",
"content": "---\n# defaults file for docker_setup\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/docker_setup/tasks/main.yml",
"content": "---\n- name: Update all packag... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | rnkoaa/k3s-on-lxd | 00a65bdfc83d377e099f8f538f085e19351afb7d | 6 | roles/rnkoaa.base | 8,148 | [
"no_license"
] | [
{
"path": "roles/rnkoaa.base/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/rnkoaa.base",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/rnkoaa.base/tasks/RedHat.yml",
"content": "---\n# ta... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1941,
"all_permissive": false
} |
ansible_role | rnkoaa/k3s-on-lxd | 00a65bdfc83d377e099f8f538f085e19351afb7d | 6 | roles/rnkoaa.k3s | 8,148 | [
"no_license"
] | [
{
"path": "roles/rnkoaa.k3s/templates/k3s.master.service.j2",
"content": "[Unit]\nDescription=Lightweight Kubernetes\nDocumentation=https://k3s.io\nAfter=network-online.target\n[Service]\n{%if k3s_env_type is not defined or k3s_env_type != 'lxd' %}\nExecStartPre=-/sbin/modprobe br_netfilter\nExecStartPre=-/... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 12606,
"all_permissive": false
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/apt | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/apt/vars/main.yaml",
"content": "---\n# python3-apt を呼び出すためにシステムのpython3が必要\nansible_python_interpreter: /usr/bin/python3\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 87
},
{
"path": "ansible/roles/apt/tasks/10-add... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2200,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/fish | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/fish/tasks/14-setup-fisher.yaml",
"content": "---\n- name: 14-setup-fisher | Get fish path\n ansible.builtin.import_tasks: includes/set_fish_path.yaml\n\n- name: 14-setup-fisher | Check fisher\n ansible.builtin.shell: type fisher\n args:\n executable: '{{ fish_path }}'\n regi... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 18759,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/home | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/home/tasks/main.yaml",
"content": "---\n- name: Home role tasks\n tags: home\n ansible.builtin.assert:\n quiet: true\n that: false\n msg: you shoud specify the entrypoint name with tasks_from.\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 7591,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/homebrew | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/homebrew/tests/test.yaml",
"content": "---\n- name: Homebrew tests\n hosts: localhost\n remote_user: root\n roles:\n - homebrew\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 90
},
{
"path": "ansible/roles/home... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4054,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/iterm2 | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/iterm2/defaults/main.yaml",
"content": "---\n# defaults file for iterm2\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 31
},
{
"path": "ansible/roles/iterm2/tasks/10-install-imgcat.yaml",
"content": "---\n- name:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 910,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/mise | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/mise/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n short_description: default entry point\n options:\n mise_config:\n type: path\n required: true\n description: 'Source path of ~/.config/mise/config.toml to be linked.'\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3947,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/nvim | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/nvim/vars/main.yaml",
"content": "---\n# vars file for nvim\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 25
},
{
"path": "ansible/roles/nvim/meta/main.yaml",
"content": "galaxy_info:\n author: ɯ̹t͡ɕʲi\n names... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1434,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/os_macos | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/os_macos/meta/argument_specs.yaml",
"content": "---\nargument_specs:\n main:\n short_description: default entry point\n options: {}\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 87
},
{
"path": "ansible/roles... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 1513,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/os_windows | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/os_windows/meta/main.yaml",
"content": "galaxy_info:\n author: ɯ̹t͡ɕʲi\n namespace: c18t\n role_name: os_windows\n description: configure windows os settings.\n license: CC0\n\n min_ansible_version: '2.13'\n\n platforms:\n - name: Ubuntu\n versions:\n - jammy\n... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7102,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/scoop | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/scoop/tasks/11-add-backets.yaml",
"content": "---\n- name: 11-add-backets | Add scoop backets\n ansible.windows.win_shell: scoop bucket add {{ item }}\n register: add_bucket\n changed_when: add_bucket.stdout is search('was added successfully.')\n failed_when: add_bucket.rc > 1\n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5489,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/winget | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/winget/tests/test.yaml",
"content": "---\n- name: WinGet tests\n hosts: localhost\n remote_user: root\n roles:\n - winget\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 86
},
{
"path": "ansible/roles/winget/tas... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 3722,
"all_permissive": true
} |
ansible_role | c18t/setup | c0e6767667db04c90b40ddbfee39cc66a6ad633b | 0 | ansible/roles/wsl | 8,148 | [
"permissive"
] | [
{
"path": "ansible/roles/wsl/tests/test.yaml",
"content": "---\n- name: WSL tests\n hosts: localhost\n remote_user: root\n roles:\n - wsl\n",
"license_type": "permissive",
"detected_licenses": [
"CC0-1.0"
],
"size_bytes": 80
},
{
"path": "ansible/roles/wsl/meta/main.yaml"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 968,
"all_permissive": true
} |
ansible_role | cyacarinic/demo-jenkins | f12242e2d866903aed4a3d457d4a9ac9bef8fce8 | 0 | provisioning/roles/docker | 8,148 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n- name: install the docker rpm from a remote repo\n shell: curl -fsSL https://get.docker.com/ | sh\n\n- name: enable service docker\n systemd:\n name: docker\n enabled: yes\n\n- name: Start service docker, if not running\n servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | cyacarinic/demo-jenkins | f12242e2d866903aed4a3d457d4a9ac9bef8fce8 | 0 | provisioning/roles/docker-compose | 8,148 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker-compose/tasks/main.yml",
"content": "---\n- name: install epel-release\n yum:\n name: epel-release\n state: latest\n\n- name: install python-pip\n yum:\n name: python-pip\n state: latest\n\n- name: install docker-compose\n pip:\n name: docker-compose\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | cyacarinic/demo-jenkins | f12242e2d866903aed4a3d457d4a9ac9bef8fce8 | 0 | provisioning/roles/facts | 8,148 | [
"no_license"
] | [
{
"path": "provisioning/roles/facts/tasks/main.yml",
"content": "---\n- name: Get jenkins password\n command: cat /var/lib/jenkins/secrets/initialAdminPassword\n become: true\n register: jenkins_passwd\n\n- name: Show jenkins password\n debug: var=item\n with_items: '{{ jenkins_passwd.stdout }}'\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | cyacarinic/demo-jenkins | f12242e2d866903aed4a3d457d4a9ac9bef8fce8 | 0 | provisioning/roles/jenkins | 8,148 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins/tasks/main.yml",
"content": "---\n- name: Installing Java\n yum: name=java state=present\n\n- name: Obtain Jenkins Repo\n get_url: url=http://pkg.jenkins-ci.org/redhat/jenkins.repo dest=/etc/yum.repos.d/jenkins.repo\n\n- name: Obtain Jenkins key\n rpm_key:\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | akolacz/Test-viadirect | 1fa6e3806b9c4463f61f066ce794e871c1fd0c1e | 0 | tomcat_deploy/roles/tomcat | 8,148 | [
"no_license"
] | [
{
"path": "tomcat_deploy/roles/tomcat/handlers/main.yml",
"content": "---\n# handlers file for tomcat\n- name: Restart Tomcat\n service:\n name: tomcat\n state: restarted\n\n- name: restart tomcat\n shell: \"{{ TOMCAT.HOME }}/bin/shutdown.sh && {{ TOMCAT.HOME }}/bin/startup.sh\"\n",
"license_typ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2920,
"all_permissive": false
} |
ansible_role | waynedovey/ansible-homework | 0b634285c435dec73e694c4043832060166cf11e | 0 | roles/aws-config-bastion | 8,148 | [
"no_license"
] | [
{
"path": "roles/aws-config-bastion/defaults/main.yml",
"content": "---\n# defaults file for aws-config-bastion",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/aws-config-bastion/vars/main.yml",
"content": "---\n# vars file for aws-config... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1926,
"all_permissive": false
} |
ansible_role | waynedovey/ansible-homework | 0b634285c435dec73e694c4043832060166cf11e | 0 | roles/aws-provision | 8,148 | [
"no_license"
] | [
{
"path": "roles/aws-provision/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - aws-provision",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/aws-provision/vars/main.yml",
"content": "---\n# vars ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1300,
"all_permissive": false
} |
ansible_role | waynedovey/ansible-homework | 0b634285c435dec73e694c4043832060166cf11e | 0 | roles/delete-osp-nodes | 8,148 | [
"no_license"
] | [
{
"path": "roles/delete-osp-nodes/defaults/main.yml",
"content": "---\n# defaults file for delete-osp-nodes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/delete-osp-nodes/vars/main.yml",
"content": "---\n# vars file for delete-osp-nodes... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | icl00ud/local-k8s-cluster | 1db176dd9a0fad82645d88d46f4865d5af1054e1 | 0 | ansible/playbooks/roles/kubernetes-master | 8,148 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/kubernetes-master/tasks/main.yml",
"content": "# roles/kubernetes-master/tasks/main.yml\n- name: Hold Kubernetes packages to prevent updates\n command: apt-mark hold kubelet kubeadm kubectl\n\n- name: Initialize Kubernetes cluster com SANs adicionais\n command: >\n ku... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1722,
"all_permissive": false
} |
ansible_role | icl00ud/local-k8s-cluster | 1db176dd9a0fad82645d88d46f4865d5af1054e1 | 0 | ansible/playbooks/roles/kubernetes-node | 8,148 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/kubernetes-node/tasks/main.yml",
"content": "- name: Define hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Add hostname to /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: ^127\\.0\\.1\\.1\n line: \"127.0.1.1 {{ inventory_hostname }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1687,
"all_permissive": false
} |
ansible_role | otus-devops-2019-05/sp3ber_infra | 7910ab18c7a031b50d6594c54eb1ca12afc9ccfe | 0 | ansible/roles/app | 8,148 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/ruby.yml",
"content": "---\n- name: Install ruby and rubygems and required packages\n apt: \"name={{ item }} state=present update_cache=true\"\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | myounis789/QA-DevOps-Practical-Project | a3398d3dfba1d212e61535395b5b34a8174630f9 | 0 | Ansible/roles/add-swarm-worker | 8,148 | [
"no_license"
] | [
{
"path": "Ansible/roles/add-swarm-worker/tasks/main.yml",
"content": "---\n# tasks file for add-swarm-worker\n- name: 'Install swarm module requirements'\n pip: \n name: docker-py\n\n- name: Add Workers to the Swarm\n docker_swarm:\n state: join\n advertise_addr: worker-vm1\n join_token: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | myounis789/QA-DevOps-Practical-Project | a3398d3dfba1d212e61535395b5b34a8174630f9 | 0 | Ansible/roles/docker | 8,148 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/defaults/main.yml",
"content": "---\n# defaults file for docker\nstdout_callback: debug\ninterpreter_python: /usr/bin/python3",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "Ansible/roles/docker/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | myounis789/QA-DevOps-Practical-Project | a3398d3dfba1d212e61535395b5b34a8174630f9 | 0 | Ansible/roles/docker-compose | 8,148 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-compose/tasks/main.yml",
"content": "---\n# tasks file for docker-compose\n- name: Install or upgrade docker-compose\n get_url: \n url : \"https://github.com/docker/compose/releases/download/v2.1.1/docker-compose-Linux-x86_64\"\n dest: /usr/local/bin/docker-compose\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | myounis789/QA-DevOps-Practical-Project | a3398d3dfba1d212e61535395b5b34a8174630f9 | 0 | Ansible/roles/initialise-swarm | 8,148 | [
"no_license"
] | [
{
"path": "Ansible/roles/initialise-swarm/tasks/main.yml",
"content": "---\n# tasks file for initialise-swarm\n- name: 'Check if swarm has already been initialised'\n shell: docker node ls\n register: swarm_status\n ignore_errors: true\n\n- name: 'Install swarm module requirements'\n pip: \n name: do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | myounis789/QA-DevOps-Practical-Project | a3398d3dfba1d212e61535395b5b34a8174630f9 | 0 | Ansible/roles/install-modules | 8,148 | [
"no_license"
] | [
{
"path": "Ansible/roles/install-modules/vars/main.yml",
"content": "---\n# vars file for install-modules",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "Ansible/roles/install-modules/handlers/main.yml",
"content": "---\n# handlers file for ins... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | myounis789/QA-DevOps-Practical-Project | a3398d3dfba1d212e61535395b5b34a8174630f9 | 0 | Ansible/roles/nginx | 8,148 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: 'Install NGINX'\n apt:\n name: nginx\n state: latest\n update_cache: true\n\n- name: 'Start NGINX Service'\n service:\n name: nginx\n state: started\n\n- name: 'Install the nginx.conf file on to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | afouladi7/RHEL8-STIG | 343e2f3bb1951858f5eaa6104608562fb49781d9 | 0 | roles/aws | 8,145 | [
"no_license"
] | [
{
"path": "roles/aws/vars/main.yml",
"content": "---\n# vars file for aws\nkeypair: newnew\ninstance_type: t2.small\nsecurity_group: default\nimage: ami-096fda3c22c1c990a\nregion: us-east-1\nansible_user: ec2-user\nansible_ssh_private_key_file: ~/.ssh/newnew.pem",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | afouladi7/RHEL8-STIG | 343e2f3bb1951858f5eaa6104608562fb49781d9 | 0 | roles/configure | 8,145 | [
"no_license"
] | [
{
"path": "roles/configure/tasks/main.yml",
"content": "---\n# tasks file for roles/configure\n- name: Subscribe to RH\n redhat_subscription:\n state: present\n username: \"{{ redhat_username }}\"\n password: \"{{ <PASSWORD> }}\"\n auto_attach: true\n\n- name: Install a list of packages\n yum:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3098,
"all_permissive": false
} |
ansible_role | shawkingly/facts | 84c7e8d3653c089d054f538f43c58d15af0387e5 | 0 | collections/ansible_collections/cs/facts/roles/fact_find | 8,145 | [
"no_license"
] | [
{
"path": "collections/ansible_collections/cs/facts/roles/fact_find/templates/template.system-report.json.j2",
"content": " {% if output_json_package_info -%}{%- include \"package_info.j2\" -%}{%- endif %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1727,
"all_permissive": false
} |
ansible_role | JavierGarAgu/tfg-dam-infra | 13d393a8f152da201c1829c7b8444312c10cd846 | 0 | ansible/playbooks/roles/copia | 8,145 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/copia/tasks/deploy.yaml",
"content": "---\r\n\r\n- name: Crear directorio para backups\r\n file:\r\n path: /var/backups\r\n state: directory\r\n owner: root\r\n group: root\r\n mode: '0755'\r\n\r\n- name: Instalar cliente de PostgreSQL y Azure CLI\r\n apt:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | JavierGarAgu/tfg-dam-infra | 13d393a8f152da201c1829c7b8444312c10cd846 | 0 | ansible/playbooks/roles/harbor | 8,145 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/harbor/tasks/deploy.yaml",
"content": "- name: Instalar Helm si no existe\r\n ansible.builtin.shell: |\r\n curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash\r\n args:\r\n creates: /usr/local/bin/helm\r\n\r\n- name: Generar contraseña... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7555,
"all_permissive": false
} |
ansible_role | JavierGarAgu/tfg-dam-infra | 13d393a8f152da201c1829c7b8444312c10cd846 | 0 | ansible/playbooks/roles/monitoring | 8,145 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/monitoring/tasks/logout.yaml",
"content": "- name: Logout de AKS (elimina credenciales locales del kubeconfig)\r\n ansible.builtin.shell: |\r\n kubectl config delete-context $(kubectl config current-context)\r\n ignore_errors: true\r\n\r\n- name: Logout de Azure\r\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6139,
"all_permissive": false
} |
ansible_role | JavierGarAgu/tfg-dam-infra | 13d393a8f152da201c1829c7b8444312c10cd846 | 0 | ansible/playbooks/roles/vm_privada | 8,145 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vm_privada/tasks/main.yaml",
"content": "- name: Obtener lista de paquetes .deb descargados\n find:\n paths: /tmp/postgresql_pkgs\n patterns: \"*.deb\"\n register: deb_files\n\n- name: Instalar paquetes .deb en VM privada (sin internet, usando dpkg)\n command: dpk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2272,
"all_permissive": false
} |
ansible_role | JavierGarAgu/tfg-dam-infra | 13d393a8f152da201c1829c7b8444312c10cd846 | 0 | ansible/playbooks/roles/vm_publica | 8,145 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vm_publica/tasks/deploy.yaml",
"content": "# roles/vm_publica/tasks/main.yml\r\n- name: Añadir VM privada a known_hosts para evitar prompt\r\n shell: ssh-keyscan -H {{ bbdd_host }} >> ~/.ssh/known_hosts\r\n args:\r\n creates: ~/.ssh/known_hosts\r\n delegate_to: local... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9870,
"all_permissive": false
} |
ansible_role | hmdkhkbz/k8s-tst | 5e2e19daeb5f5cd8b743002d031fabb75fc25851 | 0 | roles/crio-setup | 8,145 | [
"no_license"
] | [
{
"path": "roles/crio-setup/vars/main.yml",
"content": "---\ncrio_version: \"1.20\"\ndebian_version: \"Debian_11\"\ncrio_repo_url: \"https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/{{ debian_version }}/\"\ncrio_versioned_repo_url: \"https://download.opensuse.org/repositories/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | hmdkhkbz/k8s-tst | 5e2e19daeb5f5cd8b743002d031fabb75fc25851 | 0 | roles/k8s-setup | 8,145 | [
"no_license"
] | [
{
"path": "roles/k8s-setup/tasks/main.yml",
"content": "- name: Install required packages for the Kubernetes apt repository\n ansible.builtin.apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gpg\n state: present\n update_cache: yes\n\n- name: Ensure /etc/ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2014,
"all_permissive": false
} |
ansible_role | hmdkhkbz/k8s-tst | 5e2e19daeb5f5cd8b743002d031fabb75fc25851 | 0 | roles/prestage | 8,145 | [
"no_license"
] | [
{
"path": "roles/prestage/tasks/main.yaml",
"content": "---\n- name: remove resolv.conf\n file:\n path: /etc/resolv.conf\n state: absent\n\n- name: create resolv.conf with custom NS\n copy:\n dest: /etc/resolv.conf\n content: |\n nameserver 172.16.17.32\n nameserver 192.168.127.12\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | diakon2317/01-ansible | 86823c8a1da6b6aa1370711f894e34a355a91435 | 0 | playbooks/roles/mysql | 8,145 | [
"no_license"
] | [
{
"path": "playbooks/roles/mysql/tasks/main.yml",
"content": "---\n - name: Install MySQL\n apt: name=default-mysql-server\n\n - name: Check if Service mysqld Exists\n stat: path=/etc/init.d/mysqld\n register: service_status\n\n - name: Start Service mysqld\n service: name=mysqld state=starte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3173,
"all_permissive": false
} |
ansible_role | diakon2317/01-ansible | 86823c8a1da6b6aa1370711f894e34a355a91435 | 0 | playbooks/roles/nginx | 8,145 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/vars/main.yml",
"content": "---\n hostname_1: site1.lan\n root: /www/localhost",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "playbooks/roles/nginx/tasks/main.yml",
"content": "---\n - name: Install Ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | diakon2317/01-ansible | 86823c8a1da6b6aa1370711f894e34a355a91435 | 0 | playbooks/roles/php | 8,145 | [
"no_license"
] | [
{
"path": "playbooks/roles/php/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: debianOS\n dockerfile: Dockerfile.j2\n image: debian\n pre_build_image: false\nprovisioner:\n name: ansible\nverifier:\n name: ansible\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | dmytr/dotfiles | 64fe4339b07dc26555c8b39fc16e25f68b06722b | 2 | roles/extra | 8,145 | [
"no_license"
] | [
{
"path": "roles/extra/tasks/main.yaml",
"content": "- name: Install extra system packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ extra.system }}\"\n when: \"extra is defined and extra.system is defined\"\n become: true\n\n- name: Install extra flatpak packages\n fl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | palekseym/search_engine_infra | 7be82c2fb5af825aa359d7b23df3e748adcef934 | 0 | ansible/roles/geerlingguy.docker | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/geerlingguy.docker/tasks/main.yml",
"content": "---\n- include_tasks: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- include_tasks: setup-Debian.yml\n when: ansible_os_family == 'Debian'\n\n- name: Install Docker.\n package:\n name: \"{{ docker_package }}\"\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1005,
"all_permissive": false
} |
ansible_role | palekseym/search_engine_infra | 7be82c2fb5af825aa359d7b23df3e748adcef934 | 0 | ansible/roles/gitlab-ci | 8,145 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-ci/defaults/main.yml",
"content": "---\n# defaults file for gitlab-ci",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/gitlab-ci/templates/docker-compose.yml.j2",
"content": "\nversion: '3.3'\n\nserv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1328,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.