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 | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/vagrant | 7,970 | [
"no_license"
] | [
{
"path": "roles/vagrant/tasks/main.yml",
"content": "---\n- name: Install Vagrant\n dnf:\n name: vagrant\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 | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/virtualbox | 7,970 | [
"no_license"
] | [
{
"path": "roles/virtualbox/tasks/main.yml",
"content": "---\n- name: Configure VirtualBox repository\n get_url:\n url: https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo\n dest: /etc/yum.repos.d/virtualbox.repo\n\n- name: Import GPG key\n rpm_key:\n key: https://www.virtualbox... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1894,
"all_permissive": false
} |
ansible_role | jkramarz/recovery | 1f902a5ac24852e0363a6f5f1a2b84f1b08a6aea | 1 | roles/yubikey | 7,970 | [
"no_license"
] | [
{
"path": "roles/yubikey/tasks/main.yml",
"content": "---\n# enables smartcard use with gpg2\n- name: Install pcscd\n dnf:\n name: pcsc-lite\n state: present\n\n- name: Enable pcscd\n service:\n name: pcscd\n state: started\n enabled: yes\n\n# provides udev configuration\n- name: Install yk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | hse-perm-sandbox/sandbox-configurator | d035ed5a7afbed532724af873a1f949033138809 | 0 | roles/pg_project | 7,970 | [
"no_license"
] | [
{
"path": "roles/pg_project/tasks/main.yml",
"content": "---\n- name: \"Terminate all connections to the database\"\n community.postgresql.postgresql_query:\n db: postgres\n login_host: \"127.0.0.1\"\n login_user: postgres\n login_password: \"{{ <PASSWORD>_admin_pass | default(omit) }}\"\n q... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | hse-perm-sandbox/sandbox-configurator | d035ed5a7afbed532724af873a1f949033138809 | 0 | roles/pg_server | 7,970 | [
"no_license"
] | [
{
"path": "roles/pg_server/defaults/main.yml",
"content": "---\n\npostgresql_version: 16\n\npostgresql_user: postgres\npostgresql_group: postgres\n\npostgresql_data_dir: \"/var/lib/postgresql/{{ postgresql_version }}/main\"\npostgresql_config_dir: \"/etc/postgresql/{{ postgresql_version }}/main\"\n\npostgre... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3459,
"all_permissive": false
} |
ansible_role | hse-perm-sandbox/sandbox-configurator | d035ed5a7afbed532724af873a1f949033138809 | 0 | roles/python_packages | 7,970 | [
"no_license"
] | [
{
"path": "roles/python_packages/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: python packages for the project\n company:\n license: license MIT\n min_ansible_version: 2.1\n galaxy_tags: []\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | akasdevopsdaw1/expense-ansible-pre-roles-ex | 11d34ec8770c49ea0622cced92b7a9c17e442ab1 | 0 | roles/backend | 7,970 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yml",
"content": "- name: Disable default NodeJS Version Module\n ansible.builtin.shell: dnf module disable nodejs -y\n \n- name: Enable NodeJS module for V20\n ansible.builtin.shell: dnf module enable nodejs:20 -y\n\n- name: Install NodeJS\n ansible.builtin.dnf:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | akasdevopsdaw1/expense-ansible-pre-roles-ex | 11d34ec8770c49ea0622cced92b7a9c17e442ab1 | 0 | roles/frontend | 7,970 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: latest\n\n- name: Copy Expense Nginx Configuration\n ansible.builtin.copy:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Import App Pre Requisit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | spohnan/dcos-cluster | 3491c94ed395f2cc9e0bb492fcd079e1467e001b | 0 | roles/gluster-client | 7,970 | [
"no_license"
] | [
{
"path": "roles/gluster-client/tasks/main.yml",
"content": "\n- name: Add EPEL repo\n when: ansible_os_family == \"RedHat\"\n yum: name=\"https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm\" state=present\n\n- name: Add Gluster EPEL repository\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | spohnan/dcos-cluster | 3491c94ed395f2cc9e0bb492fcd079e1467e001b | 0 | roles/python-modules | 7,970 | [
"no_license"
] | [
{
"path": "roles/python-modules/tasks/main.yml",
"content": "\n- name: Install boto for use with ec2\n pip: name=boto state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 69,
"all_permissive": false
} |
ansible_role | kkolk/jenkins-test-lab | 699216a72b14312e945e50401ad08ef78d46c09b | 1 | roles/jenkins | 7,970 | [
"no_license"
] | [
{
"path": "roles/jenkins/templates/create-windows-worker.groovy",
"content": "import hudson.model.*\nimport jenkins.model.*\nimport hudson.slaves.*\nimport hudson.slaves.EnvironmentVariablesNodeProperty.Entry\nimport hudson.tools.*\n\n\n/**\n * INSERT \"Launch Method\" SNIPPET HERE\n */\nWORKER_NAME = \"win... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10640,
"all_permissive": false
} |
ansible_role | qictbello/CPE232Prometheus | 41ed37cbe81782f270278854d2d0b08c6902e759 | 0 | roles/prometheus | 7,970 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n - name: Installation Prometheus Ubuntu\n tags: ubuntu, prometheus\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Pre-req install CentOS\n tags: centos,snapd\n yum:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | zac90/terraform-ansible-webserver | 56fec2dbbe37a53cd3bb1a7ad228804314f0b2c6 | 0 | ansible/roles/apache-httpd | 7,970 | [
"no_license"
] | [
{
"path": "ansible/roles/apache-httpd/defaults/main.yml",
"content": "---\n\napache_user: www-data\napache_group: www-data\n\napache_website_dir: /var/www/html\napache_local_port: 8080\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "ansible... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2269,
"all_permissive": false
} |
ansible_role | zac90/terraform-ansible-webserver | 56fec2dbbe37a53cd3bb1a7ad228804314f0b2c6 | 0 | ansible/roles/nginx | 7,970 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/firewall.yml",
"content": "---\n\n- name: Allow SSH connections\n community.general.ufw:\n rule: allow\n port: '22'\n proto: tcp\n notify: reload firewall\n\n- name: Allow additonal ports\n community.general.ufw:\n rule: allow\n port: \"{{ item.port }}\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3958,
"all_permissive": false
} |
ansible_role | cheguei-tcc/students-pickup-service | 5b176b94706b9f3dd27fcdc37c8ab76722020d52 | 0 | ansible/roles/deploy-stack | 7,970 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy-stack/files/docker-compose.yaml",
"content": "version: '3.3'\n\nservices: \n students-pickup:\n image: christianseki/students-pickup:latest\n ports:\n - \"3000:3000\"\n deploy:\n mode: replicated\n replicas: 1\n restart_policy: \n conditio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2042,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/app | 7,970 | [
"no_license"
] | [
{
"path": "roles/app/templates/nginx.conf.j2",
"content": "map $sent_http_content_type $expires {\n \"text/html\" epoch;\n \"text/html; charset=utf-8\" epoch;\n default off;\n}\n\n# Redirect 80 -> 443\nserver {\n listen 80;\n server_name {{ http_domain }};\n return 301 https://{{ http_domain }}$reques... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2971,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/certificate | 7,970 | [
"no_license"
] | [
{
"path": "roles/certificate/tasks/main.yml",
"content": "---\n# roles/certbot/tasks/main.yml\n- name: Add certbot repo\n apt_repository:\n repo: ppa:certbot/certbot\n state: present\n\n- name: Install certbot\n apt:\n pkg:\n - certbot\n - python-certbot-nginx\n state: present\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/common | 7,970 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# roles/common/tasks/main.yml\n- name: Install git\n apt:\n name: git\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/firewall | 7,970 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n# roles/firewall/tasks/main.yml\n- name: Allow SSH & HTTP/HTTPS\n ufw:\n rule: allow\n name: \"{{ item }}\"\n state: enabled\n with_items:\n - OpenSSH\n - Nginx Full",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/nginx | 7,970 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# roles/nginx/tasks/main.yml\n- name: Install Nginx repository\n apt_repository:\n repo: ppa:ondrej/nginx\n state: present\n\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n update_cache: true\n\n- name: Remove Nginx def... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 351,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/nodejs | 7,970 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n# roles/nodejs/tasks/main.yml\n\n- name: Fetch nodejs setup\n get_url:\n url: \"https://deb.nodesource.com/setup_{{ nodejs_version }}.x\"\n dest: \"/tmp/setup_{{ nodejs_version }}.x\"\n \n- name: Run nodejs setup\n command: \"bash /tmp/setup... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | geidelguerra/nuxtjs-ansible | 41b34dcef2b44b364d53dcd8a6fcbcaab444a3d0 | 0 | roles/pm2 | 7,970 | [
"no_license"
] | [
{
"path": "roles/pm2/handlers/main.yml",
"content": "---\n# roles/pm2/handlers/main.yml\n- name: Reload PM2\n command: \"pm2 reload {{ http_domain }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/pm2/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | djw4/homelab-playbooks | b18f190a84369f039b403739e39ee4de3c7780bc | 0 | roles/backup | 7,970 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yaml",
"content": "---\n\n- name: Set variables for tasks\n set_fact:\n output_file: awx-config.yaml\n\n- name: Write the bash export script\n ansible.builtin.copy:\n dest: export.sh\n mode: \"0700\"\n content: |\n #!/usr/bin/env bash\n\n set -eu\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | djw4/homelab-playbooks | b18f190a84369f039b403739e39ee4de3c7780bc | 0 | roles/maintenance | 7,970 | [
"no_license"
] | [
{
"path": "roles/maintenance/tasks/install_packages.yaml",
"content": "---\n\n- name: Update all packages using apt\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n update_cache: yes\n when: ansible_os_family == \"Debian\"\n become: yes\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | NaidaDV/ansible | 191f839dbff03006dca7e94ca94a243c8a9fb5e4 | 0 | project_ansible/roles/apache_php | 7,970 | [
"no_license"
] | [
{
"path": "project_ansible/roles/apache_php/tasks/main.yml",
"content": "---\n - name: installing apache2\n package:\n name: apache2\n state: latest\n\n - name: add php repo\n apt_repository: repo='ppa:ondrej/php'\n\n - name: install php\n package:\n name=php5 state=latest\n\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | NaidaDV/ansible | 191f839dbff03006dca7e94ca94a243c8a9fb5e4 | 0 | project_ansible/roles/db_test | 7,970 | [
"no_license"
] | [
{
"path": "project_ansible/roles/db_test/tasks/main.yml",
"content": "---\n - name: copying database dump\n copy:\n src: test.sql\n dest: /var/lib/mysql/\n\n - name: ensure that db 'test' don't exist\n mysql_db:\n name: test\n state: absent\n \n - name: creating database 'tes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | NaidaDV/ansible | 191f839dbff03006dca7e94ca94a243c8a9fb5e4 | 0 | project_ansible/roles/loadbalancer | 7,970 | [
"no_license"
] | [
{
"path": "project_ansible/roles/loadbalancer/templates/loadbalancer.j2",
"content": " upstream webapp {\n server {{ hostvars[groups['webapps'][0]].ansible_ssh_host }};\n }\n \t\n server {\n listen 80;\n listen [::]:80;\n\n location / {\n proxy_set_header X-Real-IP $remote_addr;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | NaidaDV/ansible | 191f839dbff03006dca7e94ca94a243c8a9fb5e4 | 0 | project_ansible/roles/mysql | 7,970 | [
"no_license"
] | [
{
"path": "project_ansible/roles/mysql/tasks/main.yml",
"content": "---\n - name: installing mysql\n package:\n name: \n - mysql-server\n - python-mysqldb\n state: latest\n notify:\n - restart mysql \n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | NaidaDV/ansible | 191f839dbff03006dca7e94ca94a243c8a9fb5e4 | 0 | project_ansible/roles/nginx | 7,970 | [
"no_license"
] | [
{
"path": "project_ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: installing nginx\n package:\n name: nginx\n state: latest\n notify:\n - restart nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | NaidaDV/ansible | 191f839dbff03006dca7e94ca94a243c8a9fb5e4 | 0 | project_ansible/roles/web_app | 7,970 | [
"no_license"
] | [
{
"path": "project_ansible/roles/web_app/files/conf/application.j2",
"content": "<VirtualHost {{ hostvars[groups['webapps'][0]].ansible_ssh_host }}:80>\n\tServerName examplemyapp.com\n ServerAlias www.examplemyapp.com\n DocumentRoot /var/www/html\n\n <Directory /var/www/html>\n\t\tOptio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1215,
"all_permissive": false
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/ansible_version | 7,970 | [
"permissive"
] | [
{
"path": "roles/ansible_version/defaults/main.yml",
"content": "---\nansible_core_version: \"2.16.0\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 35
},
{
"path": "roles/ansible_version/tasks/main.yml",
"content": "---\n- name: \"F... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 350,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/container_status | 7,970 | [
"permissive"
] | [
{
"path": "roles/container_status/tasks/main.yml",
"content": "---\n# source: https://github.com/openstack/tripleo-validations/blob/master/roles/container_status/tasks/main.yaml\n\n- name: Set container_cli fact from the inventory\n ansible.builtin.set_fact:\n container_cli: \"{{ hostvars[inventory_host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/docker_version | 7,970 | [
"permissive"
] | [
{
"path": "roles/docker_version/tasks/assert-version-RedHat.yml",
"content": "---\n- name: Assertions not implemented for RPM versioning\n ansible.builtin.fail:\n msg: \"Assertions not implemented for RPM versioning\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4504,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/kernel_version | 7,970 | [
"permissive"
] | [
{
"path": "roles/kernel_version/defaults/main.yml",
"content": "---\nkernel_version_expected: \"6.2\"\nkernel_version_comparison_operator: \">=\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 76
},
{
"path": "roles/kernel_version/README.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1272,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/mysql_open_files_limit | 7,970 | [
"permissive"
] | [
{
"path": "roles/mysql_open_files_limit/defaults/main.yml",
"content": "---\nmysql_open_files_limit_min: 16384\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 38
},
{
"path": "roles/mysql_open_files_limit/tasks/main.yml",
"content": "-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 979,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/network_connectivity | 7,970 | [
"permissive"
] | [
{
"path": "roles/network_connectivity/tasks/main.yml",
"content": "---\n- name: Assert provided group contains multiple hosts\n ansible.builtin.assert:\n that: network_connectivity_group | length > 1\n\n- name: Assert provided network is valid\n ansible.builtin.assert:\n that: network_connectivity_n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3358,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/prometheus_alert_status | 7,970 | [
"permissive"
] | [
{
"path": "roles/prometheus_alert_status/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Role osism.validations.prometheus_alert_status\n company: OSISM GmbH\n license: Apache License 2.0\n min_ansible_version: 2.13.0\n platforms:\n - name: Ubuntu\n versions:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2446,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/python_version | 7,970 | [
"permissive"
] | [
{
"path": "roles/python_version/tasks/main.yml",
"content": "---\n- name: \"Get Python version\"\n ansible.builtin.command: python3 --version\n register: result\n changed_when: true\n\n- name: \"Fail if python version is lower than {{ python_version_expected }}\"\n ansible.builtin.fail:\n msg: \"Pyth... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 419,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/stress | 7,970 | [
"permissive"
] | [
{
"path": "roles/stress/tasks/install-Debian-family.yml",
"content": "---\n- name: Install required packages\n become: true\n ansible.builtin.apt:\n name:\n - screen\n - stress-ng\n state: present\n lock_timeout: \"{{ apt_lock_timeout | default(300) }}\"\n",
"license_type": "permiss... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1266,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/system_encoding | 7,970 | [
"permissive"
] | [
{
"path": "roles/system_encoding/defaults/main.yml",
"content": "---\nsystem_encoding_expected:\n - utf8\n - utf-8\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 49
},
{
"path": "roles/system_encoding/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 825,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/tempest | 7,970 | [
"permissive"
] | [
{
"path": "roles/tempest/defaults/main.yml",
"content": "---\noperator_user: dragon\noperator_group: \"{{ operator_user }}\"\n\nconfiguration_directory: /opt/configuration\n\ndocker_registry_tempest: registry.osism.tech\n\ntempest_manager: testbed-manager\n\ntempest_runtime_group: manager\ntempest_workdir: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 20736,
"all_permissive": true
} |
ansible_role | osism/ansible-collection-validations | 7260a4661519c55957953a4df4a7e92eb93b0b58 | 1 | roles/ulimits | 7,970 | [
"permissive"
] | [
{
"path": "roles/ulimits/defaults/main.yml",
"content": "---\nulimits_nofiles_min: 1024\nulimits_nproc_min: 2048\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 54
},
{
"path": "roles/ulimits/tasks/main.yml",
"content": "---\n# source:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1115,
"all_permissive": true
} |
ansible_role | xy-Zee/laravel_ansible | d9ffdae3dcd426c9e51e0aa81f856b7506efc936 | 0 | roles/chmod_for_file | 7,970 | [
"no_license"
] | [
{
"path": "roles/chmod_for_file/tasks/main.yaml",
"content": "---\n\n- name: Modify ownership of folders\n shell: |\n chown -R www-data:www-data laravelapp\n chmod -R 755 laravelapp\n mv laravelapp /var/www/html\n\n- name: Configure Virtual Host of the application in Apache\n blockinfile: \n c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1071,
"all_permissive": false
} |
ansible_role | xy-Zee/laravel_ansible | d9ffdae3dcd426c9e51e0aa81f856b7506efc936 | 0 | roles/migratedb | 7,970 | [
"no_license"
] | [
{
"path": "roles/migratedb/tasks/main.yaml",
"content": "---\n\n- name: replace values of .env file\n lineinfile:\n path: /var/www/html/laravelapp/.env\n regexp: '^{{item.key}}='\n line: \"{{item.key}}={{item.value}}\"\n with_dict: {DB_CONNECTION: mysql, DB_HOST: 127.0.0.1, DB_PORT: 3306, DB_DATA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | xy-Zee/laravel_ansible | d9ffdae3dcd426c9e51e0aa81f856b7506efc936 | 0 | roles/php | 7,970 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n \n - name: Install package dependencies\n apt: name=software-properties-common\n\n - name: \"Updating the repo\"\n apt: update_cache=yes\n\n - name: Install PHP\n apt: name=php8.1 state=present\n\n - name: install lamp stack\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | habbis/hf_server_setup | 21b5f4f211922f76e52c95ecb2fd27b20c22bb6d | 0 | roles/apt | 7,970 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "---\n\n - name: apt proxy config\n ansible.builtin.template:\n src: templates/proxy.conf.j2\n dest: /etc/apt/apt.conf.d/proxy.conf\n owner: root\n group: root\n mode: '0644'\n #when: (ansible_distribution == \"RedHat\") or (ansible_di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | habbis/hf_server_setup | 21b5f4f211922f76e52c95ecb2fd27b20c22bb6d | 0 | roles/chronyd_client | 7,970 | [
"no_license"
] | [
{
"path": "roles/chronyd_client/tasks/main.yml",
"content": "---\n\n - name: Install chrony\n package:\n name:\n - chrony\n state: present\n\n - name: setup client ntp chronyd config \n ansible.builtin.template:\n src: templates/chrony.conf.j2\n dest: /etc/chrony.conf\n owner: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | habbis/hf_server_setup | 21b5f4f211922f76e52c95ecb2fd27b20c22bb6d | 0 | roles/rsyslog_client | 7,970 | [
"no_license"
] | [
{
"path": "roles/rsyslog_client/tasks/main.yml",
"content": "---\n\n - name: Install packages centos7 and RHEL7\n package:\n name:\n - rsyslog\n state: present\n\n - name: setup client ntp chronyd config \n ansible.builtin.template:\n src: templates/rhel8_client_rsyslog.conf.j2\n d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | habbis/hf_server_setup | 21b5f4f211922f76e52c95ecb2fd27b20c22bb6d | 0 | roles/selinux | 7,970 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n\n - name: selinux config \n ansible.builtin.template:\n src: templates/config.j2\n dest: /etc/selinux/config\n owner: root\n group: root\n mode: '0644'\n when: (ansible_pkg_mgr == \"yum\") or (ansible_pkg_mgr == \"dnf\")\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | habbis/hf_server_setup | 21b5f4f211922f76e52c95ecb2fd27b20c22bb6d | 0 | roles/server-lite | 7,970 | [
"no_license"
] | [
{
"path": "roles/server-lite/tasks/main.yml",
"content": "---\n - name: Install packages ubuntu and debian\n package:\n name:\n #- cockpit\n - curl\n - wget\n - python\n - python3\n - python3-pip\n - git\n - vim\n - apt-utils\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3305,
"all_permissive": false
} |
ansible_role | habbis/hf_server_setup | 21b5f4f211922f76e52c95ecb2fd27b20c22bb6d | 0 | roles/yum_dnf | 7,970 | [
"no_license"
] | [
{
"path": "roles/yum_dnf/tasks/main.yml",
"content": "---\n\n - name: yum config rhel 8\n ansible.builtin.template:\n src: templates/yum.conf.j2\n #dest: /etc/dnf/dnf.conf\n dest: /etc/yum.conf\n owner: root\n group: root\n mode: '0644'\n #when: (ansible_distribution == \"RedHat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 697,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/calendar | 7,972 | [
"no_license"
] | [
{
"path": "roles/calendar/tasks/main.yml",
"content": "- name: install basic packages\n become: yes\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - davical\n\n- name: find pg_hba.conf\n find:\n paths: /etc/postgresql\n pattern: pg_hba.conf\n recurse: yes\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/common | 7,972 | [
"no_license"
] | [
{
"path": "roles/common/tasks/Debian.yml",
"content": "- name: install lshw\n package:\n name:\n - lshw\n become: yes\n\n- name: check if raspbian\n shell: lshw | grep \"Raspberry Pi\"\n register: os_raspbian\n failed_when: no\n changed_when: no\n\n- name: perform Raspbian tasks\n block:\n\n ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5249,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/conbee | 7,972 | [
"no_license"
] | [
{
"path": "roles/conbee/tasks/main.yml",
"content": "#- include_tasks: \"{{ ansible_distribution }}.yml\"\n#- include_tasks: \"{{ ansible_pkg_mgr }}.yml\"\n\n# https://phoscon.de/de/conbee/install#raspbian\n# https://github.com/dresden-elektronik/deconz-rest-plugin#headless-support-for-linux\n\n- name: add ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1395,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/devtools | 7,972 | [
"no_license"
] | [
{
"path": "roles/devtools/tasks/apt.yml",
"content": "- name: add microsoft apt key\n become: yes\n apt_key:\n state: present\n url: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: add repository\n become: yes\n apt_repository:\n repo: \"deb [arch=amd64] https://packages.microsoft.... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3567,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/docker | 7,972 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/Debian.yml",
"content": "- name: install prerequisites\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n\n- name: add docker apt... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3775,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/insomnia | 7,972 | [
"no_license"
] | [
{
"path": "roles/insomnia/tasks/main.yml",
"content": "- name: install snap\n become: yes\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - snapd\n\n- name: install \n become: yes\n snap:\n name: insomnia\n state: present\n\n# - name: install insomnia\n# become: yes\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/iobroker | 7,972 | [
"no_license"
] | [
{
"path": "roles/iobroker/tasks/main.yml",
"content": "#- include_tasks: \"{{ ansible_distribution }}.yml\"\n#- include_tasks: \"{{ ansible_pkg_mgr }}.yml\"\n\n# - name: install NodeSource\n# become: yes\n# shell: curl -sL https://deb.nodesource.com/setup_10.x | bash -\n# delegate_to: \"{{ inventory_h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/kde | 7,972 | [
"no_license"
] | [
{
"path": "roles/kde/tasks/Debian.yml",
"content": "- name: install KDE on Debian\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kde-standard\n - gparted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
"pa... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/keepassxc | 7,972 | [
"no_license"
] | [
{
"path": "roles/keepassxc/tasks/main.yml",
"content": "- name: install software\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - keepassxc\n\n- name: mkdir ~/.config/keepassxc/\n file:\n path: /home/{{ ansible_user }}/.config/keepassxc\n state: directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 622,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/latex | 7,972 | [
"no_license"
] | [
{
"path": "roles/latex/tasks/main.yml",
"content": "- name: install software\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kile\n - kbibtex\n\n- name: install software\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 520,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/media | 7,972 | [
"no_license"
] | [
{
"path": "roles/media/tasks/main.yml",
"content": "- include_tasks: \"{{ ansible_distribution }}.yml\"\n\n- name: install software\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gimp\n - vlc\n - youtube-dl\n - kdenlive\n - inkscape\n - avidemux... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1264,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/samba | 7,972 | [
"no_license"
] | [
{
"path": "roles/samba/tasks/main.yml",
"content": "- name: install basic packages\n become: yes\n package:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - samba\n - samba-common\n - tdb-tools\n\n# - name: set selinux to permissive\n# become: yes\n# lineinfile:\n# path: /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1159,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/signal | 7,972 | [
"no_license"
] | [
{
"path": "roles/signal/tasks/main.yml",
"content": "- include_tasks: \"{{ ansible_pkg_mgr }}.yml\"\n\n- name: install signal\n become: yes\n package:\n name: signal-desktop\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/skype | 7,972 | [
"no_license"
] | [
{
"path": "roles/skype/tasks/apt.yml",
"content": "- name: \"perform apt tasks\"\n block:\n\n - name: add skype apt key\n become: yes\n apt_key:\n state: present\n url: https://repo.skype.com/data/SKYPE-GPG-KEY\n\n - name: add skype repository\n become: yes\n apt_repository:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 805,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/spotify | 7,972 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "- include_tasks: \"{{ ansible_distribution }}.yml\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
},
{
"path": "roles/spotify/tasks/Ubuntu.yml",
"content": "- name: Install spotify snap\n become: y... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/sshd | 7,972 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "- name: install software\n become: yes\n package:\n name: [ 'openssh-server' ]\n state: present\n\n- name: generate ssh keys\n openssh_keypair:\n path: ~/.ssh/id_rsa\n state: present\n size: 4096\n type: rsa\n force: no\n\n- name: Se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1024,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/syncthing | 7,972 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/apt.yml",
"content": "- name: add syncthing apt key\n become: yes\n apt_key:\n state: present\n url: https://syncthing.net/release-key.txt\n\n- name: add repo\n become: yes\n apt_repository:\n repo: deb https://apt.syncthing.net/ syncthing stable\n state: pre... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2931,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/torbrowser | 7,972 | [
"no_license"
] | [
{
"path": "roles/torbrowser/files/torbrowser",
"content": "#!/bin/bash\n$(cd /opt/tor-browser_en-US/Browser && ./firefox)",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/torbrowser/tasks/main.yml",
"content": "- name: find '/opt/tor-brows... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1807,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/vbox-host | 7,972 | [
"no_license"
] | [
{
"path": "roles/vbox-host/tasks/Fedora.yml",
"content": "- name: install virtualbox dependencies\n become: yes\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - binutils\n - gcc\n - make\n - patch\n - libgomp\n - glibc-headers\n - glibc-devel\n - kernel-h... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2002,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/versioned_folders | 7,972 | [
"no_license"
] | [
{
"path": "roles/versioned_folders/defaults/main.yml",
"content": "---\nrepos:\n - path: /home/{{ ansible_user }}\n user: \"{{ ansible_user }}\"\n files:\n - .ssh\n - .config\n - .bashrc\n - .gnupg\n - .kde/share\n - .pki\n - .gitconfig\n - .profile\n - .z... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/x735 | 7,972 | [
"no_license"
] | [
{
"path": "roles/x735/tasks/main.yml",
"content": "# https://wiki.geekworm.com/X735_Software\n\n# sudo apt-get install -y python-smbus python\n# sudo apt-get install -y pigpio python-pigpio python3-pigpio git\n# git clone https://github.com/geekworm-com/x735-v2.5\n# cd x735-v2.5\n# sudo chmod +x *.sh\n# sud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1560,
"all_permissive": false
} |
ansible_role | ptschack/ansible-tasks | 3bccfe9c87d16bef05d875ff4aa0ef3f42f8f664 | 0 | roles/zsh | 7,972 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "- name: install software\n become: yes\n package:\n name: [\"git\", \"zsh\"]\n state: present\n\n- name: zsh resource configuration test\n stat:\n path: \"/home/{{ ansible_user }}/.oh-my-zsh\"\n register: zshrc\n changed_when: false\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3391,
"all_permissive": false
} |
ansible_role | antoniel/communities | 0793c9431353fc99159c8532687efaba52f156ed | 0 | ops/ansible/playbooks/roles/zion | 7,972 | [
"no_license"
] | [
{
"path": "ops/ansible/playbooks/roles/zion/vars/main.yml",
"content": "---\nzion_path: \"/communities\"\ngit_branch: \"main\"\ngit_branch_staging: \"staging\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "ops/ansible/playbooks/roles/zion/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6907,
"all_permissive": false
} |
ansible_role | SSMarch/ansible_learning | 01494d34b2007874ffafaff7f77085b5055ab81c | 0 | vprofile/exercise14/roles/post-install | 7,972 | [
"no_license"
] | [
{
"path": "vprofile/exercise14/roles/post-install/handlers/main.yml",
"content": "---\n# handlers file for post-install\n- name: reStart service on centos\n service:\n name: chronyd\n state: restarted\n enabled: yes\n when: ansible_distribution == \"CentOS\"\n\n\n- name: reStart service on ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1939,
"all_permissive": false
} |
ansible_role | IshwarChincholkar/OpenLDAP | 0f2be47b8607d34a83916d41cd8e6daaf1c622e5 | 0 | roles/openldap-server | 7,972 | [
"no_license"
] | [
{
"path": "roles/openldap-server/tests/test.yml",
"content": "---\n- hosts: all\n remote_user: root\n pre_tasks:\n - name: Update apt cache.\n apt: update_cache=yes cache_valid_time=600\n when: ansible_os_family == 'Debian'\n\n - name: Install test dependencies.\n package: name=curl s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2368,
"all_permissive": false
} |
ansible_role | mahmoudnouri07/app | f0b1fdd54ca18e7e276777f448af9f54db1e4ce9 | 0 | Ansible/roles/docker | 7,972 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: projet1\n build:\n path: /var/lib/jenkins/workspace/projet1\n pull: no\n source: build\n state: present\n force_source: true\n- name: run con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | mahmoudnouri07/app | f0b1fdd54ca18e7e276777f448af9f54db1e4ce9 | 0 | Ansible/roles/docker-registry | 7,972 | [
"no_license"
] | [
{
"path": "Ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# tasks file for docker-registry.\n- name: Log into DockerHub\n docker_login:\n username: mahmoudnouri\n password: <PASSWORD>\n\n- name: Tag and push to docker hub\n docker_image:\n name: mahmoudnouri/projet1:latest\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | stuckdevops/ansible | 4d33f1d7db8b4f4033600de9a1f1d8a7892d6706 | 1 | roles/digitalocean | 7,972 | [
"no_license"
] | [
{
"path": "roles/digitalocean/tasks/main.yml",
"content": "---\n# tasks file for digitalocean\n- import_tasks: launch.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/digitalocean/tasks/launch.yml",
"content": "---\n- name: SSH Key t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | stuckdevops/ansible | 4d33f1d7db8b4f4033600de9a1f1d8a7892d6706 | 1 | roles/docker | 7,972 | [
"no_license"
] | [
{
"path": "roles/docker/handlers/main.yml",
"content": "---\n# handlers file for docker\n- name: Start Docker CE Service\n service:\n name: docker\n state: restarted\n listen: docker restart\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3710,
"all_permissive": false
} |
ansible_role | stuckdevops/ansible | 4d33f1d7db8b4f4033600de9a1f1d8a7892d6706 | 1 | roles/docker-compose | 7,972 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "---\n# tasks file for docker-compose\n- import_tasks: deploy-compose-file.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/docker-compose/tasks/deploy-compose-file.yml",
"c... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | stuckdevops/ansible | 4d33f1d7db8b4f4033600de9a1f1d8a7892d6706 | 1 | roles/timezone | 7,972 | [
"no_license"
] | [
{
"path": "roles/timezone/tasks/main.yml",
"content": "---\n# tasks file for timezone\n- name: Set Timezone\n timezone:\n name: \"{{ timezone | default('Asia/Jakarta') }}\"\n tags: timezone \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 134,
"all_permissive": false
} |
ansible_role | stuckdevops/ansible | 4d33f1d7db8b4f4033600de9a1f1d8a7892d6706 | 1 | roles/ulimit | 7,972 | [
"no_license"
] | [
{
"path": "roles/ulimit/tasks/main.yml",
"content": "---\n# tasks file for ulimit\n- name: Change Comment /etc/security/limits.conf\n lineinfile:\n dest=/etc/security/limits.conf\n regexp=\"^# Ansible changes.\"\n line=\"# Ansible changes.\"\n tags: [ulimit]\n\n- name: Change Soft Limit /etc/secu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 632,
"all_permissive": false
} |
ansible_role | ma-yousef/Udacity-DevOps-FinalProject | fb101996c114736944dabc9a17e6b29d7e14a006 | 0 | .circleci/ansible/roles/configure-server | 7,972 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "- name: \"Configure backend server\"\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: \"Install Node.js 13\"\n shell: |\n curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -\n su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | ma-yousef/Udacity-DevOps-FinalProject | fb101996c114736944dabc9a17e6b29d7e14a006 | 0 | .circleci/ansible/roles/deploy | 7,972 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"Creates backend app directory\"\n file:\n path: ~/backend-app\n state: directory\n\n- name: \"Unarchive backend files\"\n unarchive:\n src: artifact.tar.gz\n dest: ~/backend-app\n\n- name: \"Set environment v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1489,
"all_permissive": false
} |
ansible_role | ahmed216/k8s-deployment | 52f4a57d94f8ae87adee288ee98da3e78b976bfd | 0 | roles/keycloak | 7,972 | [
"no_license"
] | [
{
"path": "roles/keycloak/templates/keycloak.yaml.j2",
"content": "# The secrets should be base64 encoded\napiVersion: v1\nkind: Secret\nmetadata:\n name: keycloak\n namespace: {{ namespace }}\n labels:\n app: keycloak\n layer: auth\n project: oidcprovider\ndata:\n admin_password: \"{{ '<PASSWO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5628,
"all_permissive": false
} |
ansible_role | yutougegeyangzhuchang/yt | 97ab520f124970eb7ec605f2c5fa607bd5ff62df | 0 | pacth/roles/nginxcheck | 7,972 | [
"no_license"
] | [
{
"path": "pacth/roles/nginxcheck/tasks/main.yml",
"content": "---\n - name: Ensure nginx packages are present\n yum:\n name: nginx, python-pip, python-devel\n state: present\n notify: restart-nginx-service\n\n - name: Ensure uwsgi package is present\n pip:\n name: uwsgi\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1091,
"all_permissive": false
} |
ansible_role | mpryc/docker-registry-ansible | d7e2ea664ea731efea100d2f90903cf9feae8659 | 0 | roles/common | 7,972 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd-service.yml",
"content": "---\n- name: Install {{ service_name }} service\n sudo: True\n template: >\n src={{ service_name }}-service.j2\n dest=/etc/systemd/system/{{ service_name }}.service\n register: installed_service\n\n- name: Reload systemctl after provis... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2963,
"all_permissive": false
} |
ansible_role | furtber/packer-build-base-ami | 7c271c6139e58f0f698494cb6c936bf0a00e73e9 | 0 | playbooks/roles/amazon-ssm-agent | 7,972 | [
"no_license"
] | [
{
"path": "playbooks/roles/amazon-ssm-agent/tasks/main.yml",
"content": "---\n\n- name: Install Amazon SSM Agent\n yum:\n name: https://s3.eu-central-1.amazonaws.com/amazon-ssm-eu-central-1/latest/linux_amd64/amazon-ssm-agent.rpm\n state: present\n\n- name: Enable Amazon SSM Agent\n systemd:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | furtber/packer-build-base-ami | 7c271c6139e58f0f698494cb6c936bf0a00e73e9 | 0 | playbooks/roles/common | 7,972 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n\n- name: Set timezone to UTC\n command: timedatectl set-timezone UTC\n\n- name: Disable firewalld since we use EC2 security groups\n systemd:\n name: firewalld\n state: stopped\n enabled: no\n ignore_errors: yes\n\n- name: Disa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | furtber/packer-build-base-ami | 7c271c6139e58f0f698494cb6c936bf0a00e73e9 | 0 | playbooks/roles/sshd | 7,972 | [
"no_license"
] | [
{
"path": "playbooks/roles/sshd/tasks/main.yml",
"content": "---\n\n- name: Set default value for PASS_MAX_DAYS\n replace:\n dest: /etc/login.defs\n regexp: \"^PASS_MAX_DAYS.*$\"\n replace: \"PASS_MAX_DAYS 99999\"\n\n- name: Set default value for PASS_MIN_DAYS\n replace:\n dest: /etc/login.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | furtber/packer-build-base-ami | 7c271c6139e58f0f698494cb6c936bf0a00e73e9 | 0 | playbooks/roles/users-and-keys | 7,972 | [
"no_license"
] | [
{
"path": "playbooks/roles/users-and-keys/tasks/main.yml",
"content": "---\n\n- name: Load users_and_keys.yml\n include_vars: 'users_and_keys.yml'\n\n- name: Create user accounts to {{ account_alias.stdout }}\n user:\n name: \"{{ item.key }}\"\n comment: \"{ item.value.email}\"\n shell: /bin/bash... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | BrianCobianS/ojjo | 5f1adeec613bef3557badddf25d9dd7dd2a3d8e4 | 0 | playbooks/os4690/roles/installation | 7,972 | [
"no_license"
] | [
{
"path": "playbooks/os4690/roles/installation/tasks/main.yml",
"content": "- name: Create RML ZONE\n include_role:\n name: installation\n tasks_from: Create_RML_Zone.yml\n\n- name: Copy Files In RML Zone\n copy:\n src: \"{{item}}\"\n dest: \"{{RML_zone}}\"\n with_fileglob: \"{{config_dir}}/*... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3160,
"all_permissive": false
} |
ansible_role | malachiarts/monitoring-prometheus | 8e5f5d346bf85fccf1c8cd59a25e90df811f604c | 0 | ansible/roles/prometheus | 7,972 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/templates/alerts-by-env.j2",
"content": "groups:\n- name: kubernetes-apps\n rules:\n - alert: {{ cluster }} KubePodCrashLooping\n annotations:\n message: {% raw %}Pod {{ $labels.kubernetes_namespace }}/{{ $labels.pod }} ({{ $labels.container }}) is restarting {{... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 112266,
"all_permissive": false
} |
ansible_role | malachiarts/monitoring-prometheus | 8e5f5d346bf85fccf1c8cd59a25e90df811f604c | 0 | ansible/roles/prometheus-etcd-cert | 7,972 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus-etcd-cert/tasks/main.yml",
"content": "---\n- name: Create cert directory\n file:\n path: \"{{ cert_path }}\"\n state: directory\n mode: 0750\n\n- name: Upload openssl.conf file\n copy:\n src: files/openssl.conf\n dest: \"{{ cert_path }}\"\n owner: roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2491,
"all_permissive": false
} |
ansible_role | malachiarts/monitoring-prometheus | 8e5f5d346bf85fccf1c8cd59a25e90df811f604c | 0 | ansible/roles/prometheus-k8s-cert | 7,972 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus-k8s-cert/vars/main.yml",
"content": "---\ninstance: tycho\nk8s_user: /CN=system:serviceaccount:default:api-prometheus/O=monitoring\nk8s_cert_path: /etc/kubernetes/ssl\ncert_path: /root/certs\ncert_length_days: 365\n\nkey_file: \"k8s.{{ instance }}.prometheus.key\"\ncsr_fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2688,
"all_permissive": false
} |
ansible_role | inderpal2406/ansible | 92c7fdec9ade2809f7251ee1e273cbf946da7513 | 0 | tomcat_using_roles/roles/tomcat_java | 7,972 | [
"no_license"
] | [
{
"path": "tomcat_using_roles/roles/tomcat_java/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - tomcat_java",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "tomcat_using_roles/roles/tomcat_java/defaults/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | inderpal2406/ansible | 92c7fdec9ade2809f7251ee1e273cbf946da7513 | 0 | tomcat_using_roles/roles/tomcat_tomcat | 7,972 | [
"no_license"
] | [
{
"path": "tomcat_using_roles/roles/tomcat_tomcat/vars/main.yml",
"content": "---\n# vars file for tomcat_tomcat\n\ntomcat_port: 6060\ntomcat_version: \"9.0.37\"\ntomcat_url: \"https://mirrors.estointernet.in/apache/tomcat/tomcat-{{ tomcat_version.split('.')[0] }}/v{{ tomcat_version }}/bin/apache-tomcat-{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1129,
"all_permissive": false
} |
ansible_role | Relativity11/Ansible_demo | 5bb9e21dcee6bbd36bc52652a9bd0d9afd71e3f4 | 0 | roles/base | 7,972 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": " - name: add ssh key for Testuser\n tags: always\n authorized_key:\n user: testuser\n key: \"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHU0/hMwyLJF+pemGu/llid9hSUkhWsrzbIXAwl1ImdS Ansible Demo Key\"\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | Relativity11/Ansible_demo | 5bb9e21dcee6bbd36bc52652a9bd0d9afd71e3f4 | 0 | roles/web_servers | 7,972 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": " - name: install httpd package (Fedora)\n tags: apache,fedora,httpd\n dnf:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution == \"Fedora\"\n \n - name: start and enable httpd (Fedora)\n tags: apache,fe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1139,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.