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 | danieloliveira079/ansible-playbook | 0ace5c00fee1f659173f09ee0d818f098b6e73f5 | 0 | roles/nginx | 91 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: Directories are present\n file:\n dest: \"{{ item }}\"\n state: directory\n owner: vagrant\n with_items: directories\n tags: [nginx]\n\n- name: Container is running\n docker:\n image: jwilder/nginx-proxy\n name: nginx\n state:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | danieloliveira079/ansible-playbook | 0ace5c00fee1f659173f09ee0d818f098b6e73f5 | 0 | roles/node | 91 | [
"no_license"
] | [
{
"path": "roles/node/defaults/main.yml",
"content": "--- \ndirectories:\n - /truckin/src/\n\nfiles: [\n {src: 'server.js', dest: '/truckin/src/server.js'},\n {src: 'package.json', dest: '/truckin/src/package.json'}\n]\n\nvolumes:\n - /truckin/src:/usr/src/app\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1047,
"all_permissive": false
} |
ansible_role | jharmison-redhat/old-openshift-setup | af740e0dfe1c0b96618bb98f2eb36787b7fb2b8b | 2 | roles/cluster-adjuster | 91 | [
"no_license"
] | [
{
"path": "roles/cluster-adjuster/defaults/main.yml",
"content": "---\ncreate_users: true\nautoscale: true\nadd_metrics_storage: true\nmetrics_storage_class: gp3-csi\n\n# A list of manually created users:\nmanual_users: []\n\nsetup_admin:\n - username: openshift-admin\n password: <PASSWORD>\n admin: ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 6645,
"all_permissive": false
} |
ansible_role | jharmison-redhat/old-openshift-setup | af740e0dfe1c0b96618bb98f2eb36787b7fb2b8b | 2 | roles/openshift-installer | 91 | [
"no_license"
] | [
{
"path": "roles/openshift-installer/tasks/prep.yml",
"content": "---\n- name: Generate an SSH key for use with the cluster\n community.crypto.openssh_keypair:\n path: '{{ key_pair_path }}'\n size: 4096\n mode: 0600\n comment: 'openshift-setup@{{ full_cluster_name }}'\n register: cluster_key\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9395,
"all_permissive": false
} |
ansible_role | jharmison-redhat/old-openshift-setup | af740e0dfe1c0b96618bb98f2eb36787b7fb2b8b | 2 | roles/pull-secret | 91 | [
"no_license"
] | [
{
"path": "roles/pull-secret/templates/pull-secret.yml.j2",
"content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: {{ terms_based_registry_pull_secret_name }}\n namespace: openshift-config\ndata:\n .dockerconfigjson: {{ terms_based_registry_pull_secret|default(\"\") }}\ntype: kubernetes.io/dockercon... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | jharmison-redhat/old-openshift-setup | af740e0dfe1c0b96618bb98f2eb36787b7fb2b8b | 2 | roles/redhatgov-catalog | 91 | [
"no_license"
] | [
{
"path": "roles/redhatgov-catalog/defaults/main.yml",
"content": "---\nnaps_operator_index_image: quay.io/redhatgov/operator-catalog:latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/redhatgov-catalog/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | vfitsyk/dev-pro_ansible | 882fdc0ae6a22547c37fb05a6904e8869848f571 | 0 | task2/roles/devops_user | 91 | [
"no_license"
] | [
{
"path": "task2/roles/devops_user/tasks/main.yml",
"content": "- name: Create \"devops\" group on both VMs\n group:\n name: devops\n- name: Create \"devops:devops\" user on both VMs and Grant \"devops\" user all necessary system’s privileges (configure sudoers)\n user:\n name: devops\n group: de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 406,
"all_permissive": false
} |
ansible_role | vfitsyk/dev-pro_ansible | 882fdc0ae6a22547c37fb05a6904e8869848f571 | 0 | task2/roles/java | 91 | [
"no_license"
] | [
{
"path": "task2/roles/java/tasks/main.yml",
"content": "- name: Install Java\n apt:\n name: openjdk-8-jdk\n state: latest\n install_recommends: no\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | vfitsyk/dev-pro_ansible | 882fdc0ae6a22547c37fb05a6904e8869848f571 | 0 | task2/roles/jenkins | 91 | [
"no_license"
] | [
{
"path": "task2/roles/jenkins/tasks/main.yml",
"content": "- name: Import the GPG keys of the Jenkins repository\n shell: wget -q -O - {{ jenkins_key }} | apt-key add -\n args:\n warn: false\n- name: Add the Jenkins Debian repository\n apt_repository:\n repo: deb {{ jenkins_url }} binary/\n fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | vfitsyk/dev-pro_ansible | 882fdc0ae6a22547c37fb05a6904e8869848f571 | 0 | task2/roles/nginx | 91 | [
"no_license"
] | [
{
"path": "task2/roles/nginx/tasks/main.yml",
"content": "- name: Install nginx\n apt: name=nginx state=latest\n- name: Copy nginx additional config\n copy:\n src: jenkins\n dest: /etc/nginx/sites-enabled/jenkins\n owner: root\n group: root\n mode: 0644\n notify:\n - restart nginx\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | oamosu14/ansible-insight | e6b2a6ff2b89b593b451c678b12029f16da371ce | 0 | roles/lamp | 91 | [
"no_license"
] | [
{
"path": "roles/lamp/tasks/lamp-centos.yml",
"content": "---\n# - name: Update yum cache\n# yum: update_cache=yes\n - name: Install apache\n yum: name=httpd state=present\n# - name: Edit the configuration files\n# replace:\n# dest=/etc/httpd/conf.d/welcome.conf\n# regexp='Directory ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | Seravo/wp-vagrant | 9a969f5a5627d3d296b36a0f0be1a025b9a97edd | 18 | roles/cleanup | 91 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "- name: Stop Docker image as it should not be running in packaged box\n shell: /usr/sbin/sc stop || true\n\n- name: Remove Docker image so a new one is created on next startup\n shell: /usr/sbin/sc remove || true\n\n- name: Remove non-essential package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2699,
"all_permissive": false
} |
ansible_role | Seravo/wp-vagrant | 9a969f5a5627d3d296b36a0f0be1a025b9a97edd | 18 | roles/docker | 91 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# Update basebox, we don't known when it was build\n- name: Upgrade the base system\n apt:\n upgrade: safe\n update_cache: yes\n\n- name: Install dependencies\n apt:\n pkg: \"{{ item }}\"\n state: present\n update_cache: yes\n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 17954,
"all_permissive": false
} |
ansible_role | thepont/spotifyd-current-track | d4d677dafd4eca355ad26e74211a2aaadf38bf29 | 0 | ansible/roles/user_setup | 91 | [
"no_license"
] | [
{
"path": "ansible/roles/user_setup/tasks/main.yml",
"content": "\n# Creates the user that will handle daily operations.\n---\n- name: Create admin user\n user: name={{ admin_user }} shell=/bin/bash\n\n- name: Ensure admin user can log in with their key\n authorized_key: user={{ admin_user }} key={{ admin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | akky0122/Ansible | 2262de514d37b847c051f00c606d35a8eb7f4724 | 0 | Roles/abc | 91 | [
"no_license"
] | [
{
"path": "Roles/abc/tasks/main.yml",
"content": "---\n - name: install docker\n shell: \"{{ docker }}\" #amazon-linux-extras install nginx1\n - name: copy to server jinja template\n template: \n src: tems.j2\n dest: /var/opt\n - name: copy filer\n ansible.builtin.copy:\n src: /hom... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 594,
"all_permissive": false
} |
ansible_role | akky0122/Ansible | 2262de514d37b847c051f00c606d35a8eb7f4724 | 0 | Roles/deploy-container | 91 | [
"no_license"
] | [
{
"path": "Roles/deploy-container/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - deploy-container",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "Roles/deploy-container/defaults/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | akky0122/Ansible | 2262de514d37b847c051f00c606d35a8eb7f4724 | 0 | Roles/docker_image | 91 | [
"no_license"
] | [
{
"path": "Roles/docker_image/defaults/main.yml",
"content": "---\n# defaults file for docker_image",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "Roles/docker_image/templates/Dockerfile.j2",
"content": "FROM tomcat:latest\ncmd systemctl star... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | akky0122/Ansible | 2262de514d37b847c051f00c606d35a8eb7f4724 | 0 | Roles/jdk8-install | 91 | [
"no_license"
] | [
{
"path": "Roles/jdk8-install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - jdk8-install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "Roles/jdk8-install/defaults/main.yml",
"content": "---\n# defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1760,
"all_permissive": false
} |
ansible_role | Princemachiavelli/archlinux-bootstrap | c4897d5a0c2d5bb73bf770347e8200a36380a49d | 1 | roles/common | 91 | [
"no_license"
] | [
{
"path": "roles/common/files/users.yml",
"content": "---\n- name: set root user password\n hosts: localhost\n connection: local\n vars:\n rootpassword: <PASSWORD> \n tasks:\n - name: set root pass\n user:\n name: root\n password: \"{{<PASSWORD>}}\"\n update_password: al... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5756,
"all_permissive": false
} |
ansible_role | Princemachiavelli/archlinux-bootstrap | c4897d5a0c2d5bb73bf770347e8200a36380a49d | 1 | roles/post | 91 | [
"no_license"
] | [
{
"path": "roles/post/tasks/main.yml",
"content": "---\n- import_tasks: packages.yml\n tags: [postpac]\n- import_tasks: locale.yml\n tags: [locale]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/post/tasks/locale.yml",
"content": "- ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1760,
"all_permissive": false
} |
ansible_role | Princemachiavelli/archlinux-bootstrap | c4897d5a0c2d5bb73bf770347e8200a36380a49d | 1 | roles/secureboot | 91 | [
"no_license"
] | [
{
"path": "roles/secureboot/tasks/main.yml",
"content": "---\n- import_tasks: secureboot.yml\n tags: [secureboot]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/secureboot/tasks/secureboot.yml",
"content": "---\n- name: Copy Secure Bo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 771,
"all_permissive": false
} |
ansible_role | Princemachiavelli/archlinux-bootstrap | c4897d5a0c2d5bb73bf770347e8200a36380a49d | 1 | roles/uefi | 91 | [
"no_license"
] | [
{
"path": "roles/uefi/templates/sbupdate.j2",
"content": "KEY_DIR=\"/etc/secureboot\"\nKEYFILE=\"DB.key\"\nCRTFILE=\"DB.crt\"\nESP_DIR=\"/boot\"\nOUT_DIR=\"EFI/Arch\"\nSPLASH=\"/usr/share/systemd/bootctl/splash-arch.bmp\"\nBACKUP=1\nEXTRA_SIGN=('/boot/EFI/systemd/systemd-bootx64.efi' '/usr/lib/fwupd/efi/fwu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2831,
"all_permissive": false
} |
ansible_role | guy-matz-mfp/ansible-swarm | e5f4b67352c98f2acc067a702ca286bfa80f2044 | 0 | roles/docker | 93 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "Docker Engine Role\n===================\n\nInstall Docker Engine (recipe for EC3)\n\nRole Variables\n--------------\n\nThe variables that can be passed to this role and a brief description about them are as follows.\n\n\tdocker_mirror_protocol: \"http\"\n\tdoc... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2784,
"all_permissive": false
} |
ansible_role | guy-matz-mfp/ansible-swarm | e5f4b67352c98f2acc067a702ca286bfa80f2044 | 0 | roles/swarm | 93 | [
"no_license"
] | [
{
"path": "roles/swarm/tasks/main.yml",
"content": "- name: force docker handlers\n meta: flush_handlers\n\n- name: Check docker info\n shell: docker info\n changed_when: False\n register: docker_info\n\n- name: What type of node?\n debug: var=swarm_type_of_node\n\n- name: Include \"{{swarm_type_of_nod... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2663,
"all_permissive": false
} |
ansible_role | jjs-dev/jjs | bf00423f70f8a6ed508bbcb8b38840225e43cc73 | 12 | ansible/roles/db | 93 | [
"no_license"
] | [
{
"path": "ansible/roles/db/tasks/main.yaml",
"content": "- name: Install APT packages\n apt:\n name:\n - \"libpq-dev\"\n - \"python3-setuptools\"\n - \"python3-pip\"\n update_cache: true\n- block:\n - name: Install PG 11 APT packages\n apt:\n name:\n - \"postgr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | jjs-dev/jjs | bf00423f70f8a6ed508bbcb8b38840225e43cc73 | 12 | ansible/roles/jjs_common | 93 | [
"no_license"
] | [
{
"path": "ansible/roles/jjs_common/tasks/main.yaml",
"content": "- name: Install APT packages\n apt:\n name: libpq-dev\n- name: Copy JJS package\n copy:\n dest: /tmp/\n src: \"{{ pkg_path }}\"\n- name: \"TODO: hack\"\n apt:\n name: jjs\n state: absent\n- name: Install JJS package\n apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 334,
"all_permissive": false
} |
ansible_role | vladimirblanven/task3-weather-py | 53d203611a28259ab25491159c9d94da18446c28 | 0 | ansible/roles/rsyslog_configuration | 93 | [
"no_license"
] | [
{
"path": "ansible/roles/rsyslog_configuration/tasks/main.yml",
"content": "---\n- name: Copy rsyslog configuraion file\n template:\n src=rsyslog.conf\n dest={{ dest_folder }}\n mode=0644",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 140,
"all_permissive": false
} |
ansible_role | stevenringo/ansiblefuza | 646d60017630f7aeb0f1695e024988c6f00ca350 | 1 | roles/account | 93 | [
"no_license"
] | [
{
"path": "roles/account/vars/main.yml",
"content": "---\n# vars file for account\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/account/handlers/main.yml",
"content": "---\n# handlers file for account\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 254,
"all_permissive": false
} |
ansible_role | stevenringo/ansiblefuza | 646d60017630f7aeb0f1695e024988c6f00ca350 | 1 | roles/nginx | 93 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: install nginx\n apt: name=nginx state=present\n notify: start nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | WhaleJ84/com615_awx_project | 1a7937935ee880d381c9db6c4ec120ffc0f84045 | 0 | roles/whalej84_firewall_rules | 93 | [
"no_license"
] | [
{
"path": "roles/whalej84_firewall_rules/tasks/main.yml",
"content": "---\n- name: INSTALL | Ensure GUFW is installed\n ansible.builtin.apt:\n name: gufw\n state: latest\n become: true\n \n- name: CONFIGURE | Allow SSH traffic\n community.general.ufw:\n rule: limit\n proto: tcp\n port: ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | WhaleJ84/com615_awx_project | 1a7937935ee880d381c9db6c4ec120ffc0f84045 | 0 | roles/whalej84_gnome_settings | 93 | [
"no_license"
] | [
{
"path": "roles/whalej84_gnome_settings/handlers/main.yml",
"content": "---\n- name: Update dconf\n ansible.builtin.command:\n cmd: dconf update\n become: true\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/whalej84_gnome_settin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2274,
"all_permissive": false
} |
ansible_role | WhaleJ84/com615_awx_project | 1a7937935ee880d381c9db6c4ec120ffc0f84045 | 0 | roles/whalej84_snmp_client | 93 | [
"no_license"
] | [
{
"path": "roles/whalej84_snmp_client/handlers/main.yml",
"content": "---\n- name: Stop SNMP service\n ansible.builtin.systemd:\n name: snmpd\n state: stop\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/whalej84_snmp_client/tas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | WhaleJ84/com615_awx_project | 1a7937935ee880d381c9db6c4ec120ffc0f84045 | 0 | roles/whalej84_thunderbird | 93 | [
"no_license"
] | [
{
"path": "roles/whalej84_thunderbird/tasks/main.yml",
"content": "---\n- name: INSTALL | Ensure Thunderbird is installed\n ansible.builtin.apt:\n name: thunderbird\n state: latest\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/addpcierootport | 93 | [
"no_license"
] | [
{
"path": "roles/addpcierootport/README.md",
"content": "# Introduction to addpcierootport\n\nThe *addpcierootport* role determines if KVM uses the new\nmachine type pc-q35. If so, an extra pcie-root-port is added\nto the list of controllers of the VM.\n\nThe task is delegated to **localhost** and must be r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5039,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/attachtemplatedisk | 93 | [
"no_license"
] | [
{
"path": "roles/attachtemplatedisk/tasks/main.yml",
"content": "---\n\n- name: Verify if a VG is given\n debug:\n msg: 'VG given: {{ attachtemplatedisk_vg }}'\n failed_when: attachtemplatedisk_vg == \"\"\n\n- name: Attach template disk to domain if not attached\n block:\n - name: Verify if template ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2765,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/createdatadisk | 93 | [
"no_license"
] | [
{
"path": "roles/createdatadisk/defaults/main.yml",
"content": "---\n\n# AB: the name of the VG used as the pool for KVM volumes.\ncreatedatadisk_vg: '{% if preparekvm_vg_info is defined %}{{ preparekvm_vg_info.stdout|default(\"\")}}{% elif create_tpl_vm_vg is defined %}{{ create_tpl_vm_vg|default(\"\") }}{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3994,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/definedvar | 93 | [
"no_license"
] | [
{
"path": "roles/definedvar/tests/README.sh",
"content": "#!/bin/bash\n\nexport ANSIBLE_ROLES_PATH=\"../../../roles\"\nexport ANSIBLE_RETRY_FILES_ENABLED=\"false\"\nTESTDOMAIN=localhost\n\n# To run the test, use:\nansible-playbook --inventory=$TESTDOMAIN, --limit=$TESTDOMAIN --extra-vars 'ansible_become_pas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/endplay | 93 | [
"no_license"
] | [
{
"path": "roles/endplay/tasks/main.yml",
"content": "---\n\n- name: Stop the play\n meta: end_play\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 44,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/kickstartinstall | 93 | [
"no_license"
] | [
{
"path": "roles/kickstartinstall/tasks/main.yml",
"content": "---\n\n- name: Verify if a VG is given\n debug:\n msg: 'VG given: {{ kickstartinstall_vg }}'\n failed_when: kickstartinstall_vg == \"\"\n\n- block:\n - name: Obtain path of Minimal ISO\n shell: ls -1 {{ kickstartinstall_clone_vm_dir }}/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5588,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/makekickstart | 93 | [
"no_license"
] | [
{
"path": "roles/makekickstart/tests/ansible_env.sh",
"content": "#!/bin/bash\n\nexport ANSIBLE_RETRY_FILES_ENABLED=\"false\"\n# AB: note that all tasks are delegated to localhost, so\n# tpl003 is not used.\nansible-playbook --inventory tpl003, --extra-vars 'ansible_become_pass=<PASSWORD>' user.yml\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4880,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/makevolume | 93 | [
"no_license"
] | [
{
"path": "roles/makevolume/tasks/main.yml",
"content": "---\n\n- name: Verify if a VG is given\n debug:\n msg: 'VG given: {{ makevolume_vg }}'\n failed_when: makevolume_vg == \"\"\n\n # AB: we use the naming convention that the system disk\n # belonging to domain x is called x. Hence it comes up on\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3451,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/preparekvm | 93 | [
"no_license"
] | [
{
"path": "roles/preparekvm/README.md",
"content": "# Introduction to preparekvm\n\nThe *preparekvm* role makes sure that the right software is\navailable and determines if we can find suitable VG on the\nhost to create the template VM on.\n\nThe tasks are delegated to **localhost** and are be run\nunder a ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10210,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/pubkeylogin | 93 | [
"no_license"
] | [
{
"path": "roles/pubkeylogin/tests/README.sh",
"content": "#!/bin/bash\n\nexport ANSIBLE_HOST_KEY_CHECKING=\"false\"\nexport ANSIBLE_RETRY_FILES_ENABLED=\"false\"\nexport ANSIBLE_ROLES_PATH=\"../../../roles\"\nTESTDOMAIN=tpl003\n\nansible-playbook --user root --inventory=$TESTDOMAIN, --extra-vars 'ansible_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3213,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/testssh | 93 | [
"no_license"
] | [
{
"path": "roles/testssh/tests/README.sh",
"content": "#!/bin/bash\n\nexport ANSIBLE_ROLES_PATH=\"../../../roles\"\nexport ANSIBLE_RETRY_FILES_ENABLED=\"false\"\nTESTDOMAIN=tpl003\n\n# To run the test, use:\nansible-playbook --inventory=$TESTDOMAIN, test.yml\n\n# Test to verify that the VM has SSH connectio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2376,
"all_permissive": false
} |
ansible_role | aberends/clone_vm | 02da50dedd1b2673885f6baf1aeb687cd698a565 | 0 | roles/waitshutoff | 93 | [
"no_license"
] | [
{
"path": "roles/waitshutoff/tests/README.sh",
"content": "#!/bin/bash\n\nexport ANSIBLE_ROLES_PATH=\"../../../roles\"\nexport ANSIBLE_RETRY_FILES_ENABLED=\"false\"\nTESTDOMAIN=tpl003\n\n# AB: make sure tpl003 is running.\n[ \"$(sudo virsh domstate $TESTDOMAIN)\" == \"running\" ] || { echo \"ERROR: $TESTDOM... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3196,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/deploy | 93 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n - name: Delete former backup\n file:\n path=/home/{{user}}/{{app}}_backup\n state=absent\n\n - name: Stat app directory\n stat: path=/home/{{user}}/{{app}}\n register: folder_stat\n\n - name: Backup current app if any\n comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/disable_maintenance | 93 | [
"no_license"
] | [
{
"path": "roles/disable_maintenance/tasks/main.yml",
"content": "---\n - name: Set available\n command: mv /home/{{user}}/site/maintenance.html /home/{{user}}/site/maintenance_disabled.html\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/enable_maintenance | 93 | [
"no_license"
] | [
{
"path": "roles/enable_maintenance/tasks/main.yml",
"content": "---\n - name: Create site directory\n file:\n path=/home/{{user}}/site\n state=directory\n\n - name: Create maintenance HTML file\n template:\n src=templates/maintenance.j2\n dest=/home/{{user}}/site/maintenance_dis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/init | 93 | [
"no_license"
] | [
{
"path": "roles/init/tasks/main.yml",
"content": "---\n - name: Update packages\n become: yes\n apt:\n update_cache=yes\n upgrade=dist\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/restart_app | 93 | [
"no_license"
] | [
{
"path": "roles/restart_app/tasks/main.yml",
"content": "---\n - name: Restart app\n become: yes\n supervisorctl:\n name={{app}}\n state=restarted\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/stop_app | 93 | [
"no_license"
] | [
{
"path": "roles/stop_app/tasks/main.yml",
"content": "---\n - name: Create app if necessary\n become: yes\n supervisorctl:\n name={{app}}\n state=present\n\n - name: Stop app\n become: yes\n supervisorctl:\n name={{app}}\n state=stopped\n...\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | agoodfriendalwayspayshisdebts/api-deployment-playbook | fd539696ae0af5c348d8526ef8904bc303602fcb | 0 | roles/supervisor | 93 | [
"no_license"
] | [
{
"path": "roles/supervisor/templates/app_config.j2",
"content": "[program:{{app}}]\nuser={{user}}\ndirectory=/home/{{user}}/{{app}}\nstdout_logfile=/home/{{user}}/out.log\nstderr_logfile=/home/{{user}}/error.log\nenvironment={{app_environment | mandatory | replace('\\n', ',')}}\ncommand=bash bin/server_run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | lossyrob/learning-spark | fdf0d7ce5f1dbeaadc7ddac227a9a0aa892c8a45 | 4 | deploy/roles/java | 93 | [
"no_license"
] | [
{
"path": "deploy/roles/java/tasks/main.yml",
"content": "---\n- name: Install Java\n apt: pkg={{ item }} state=latest update_cache=yes\n with_items:\n - openjdk-7-jre\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | lossyrob/learning-spark | fdf0d7ce5f1dbeaadc7ddac227a9a0aa892c8a45 | 4 | deploy/roles/spark | 93 | [
"no_license"
] | [
{
"path": "deploy/roles/spark/tasks/main.yml",
"content": "---\n\n# Taken from https://github.com/azavea/ansible-spark. Thanks, Hector!\n\n- name: Download Spark distribution\n get_url: url=\"{{ spark_mirror }}/spark-{{ spark_version }}.tgz\"\n dest=\"/usr/local/src/spark-{{ spark_version }}.tgz\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | antonnifo/UdaPipo | 433bdebbd6673469f3409b2dfb186bbe79ca6d33 | 0 | .circleci/ansible/roles/deploy | 93 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n - name: Update\n become: true\n apt:\n update_cache: yes\n cache_valid_time: 86400\n - name: remove unneeded deps\n become: true\n apt:\n autoremove: yes\n\n - name: \"upgrade packages\"\n become: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | stevenjackson/devour-the-cloud | aaa931c27a0f9658a90f5d2912f903baae3d6f97 | 5 | ansible/roles/easySSH | 96 | [
"no_license"
] | [
{
"path": "ansible/roles/easySSH/tasks/sshd_enable_password.yml",
"content": "- name: set ubuntu user password\n become: True\n template:\n src: sshd_config_with_password\n dest: /etc/ssh/sshd_config\n owner: root\n group: root\n mode: 0644\n\n- name: restart ssh daemon\n become: True\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | stevenjackson/devour-the-cloud | aaa931c27a0f9658a90f5d2912f903baae3d6f97 | 5 | ansible/roles/locust | 96 | [
"no_license"
] | [
{
"path": "ansible/roles/locust/vars/main.yml",
"content": "---\n# vars file for locust\n\n# allow apt to cache updates so we don't update more than we need\ncache_update_valid_secs: 900\n\n# loadtest git repo\nloadtest_git_repo_url: https://github.com/stevenjackson/devour-the-cloud.git\nloadtest_git_versio... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | stevenjackson/devour-the-cloud | aaa931c27a0f9658a90f5d2912f903baae3d6f97 | 5 | ansible/roles/saleor | 96 | [
"no_license"
] | [
{
"path": "ansible/roles/saleor/tasks/install_saleor.yml",
"content": "---\n- name: Update apt packages\n become: true\n apt:\n update_cache: yes\n\n# make sure git is installed\n- name: install git\n become: True\n apt:\n name: git\n cache_valid_time: \"{{ cache_update_valid_secs }}\"\n\n\n# c... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9914,
"all_permissive": false
} |
ansible_role | IgorTkachuk/ansible_docker | 5a2865ba63a156220aa4828b2db5eb660ea3f9af | 0 | roles/docker | 96 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - gnupg\n - python3-pip\n state: latest\n update_cache: true\n\n- name: Add Docker registry GPG key\n apt_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1336,
"all_permissive": false
} |
ansible_role | bingtangxie/ansible_learning | 9e2c0a8847cea243dd04d58e4450834c478fb795 | 0 | roles/minio | 96 | [
"no_license"
] | [
{
"path": "roles/minio/tasks/main.yaml",
"content": "- name: create user\n user:\n name: minio\n state: present\n- name: copy env file\n template:\n src: minio.conf\n dest: /etc/default/minio\n owner: minio\n group: minio\n mode: 644\n- name: copy minio package\n copy:\n src: mini... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | madorn/hostpath-csi-operator | 633ade1549e8fc5cf86017e48f27cc0046c665c7 | 3 | roles/hostpath | 96 | [
"no_license"
] | [
{
"path": "roles/hostpath/templates/hostpath_daemonset.yaml.j2",
"content": "apiVersion: apps/v1\nkind: DaemonSet\nmetadata:\n name: hostpath-csi-node-driver\n namespace: '{{ meta.namespace }}'\nspec:\n selector:\n matchLabels:\n app: hostpath-csi\n template:\n metadata:\n labels:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 11195,
"all_permissive": false
} |
ansible_role | dicktangdev/ansible | bb5d9fd15f5bbca14ba379d91a159f510c5a90db | 0 | roles/aws_cred | 96 | [
"no_license"
] | [
{
"path": "roles/aws_cred/tasks/main.yml",
"content": "\n# - name: print to stdout\n# command: echo \"{{ testvar }}\"\n# register: hello\n\n# - debug: msg=\"{{ hello.stdout }}\"\n\n- name: Creating a file with content\n copy:\n dest: \"/home/ec2-user/.aws/testfile\"\n content: |\n [default]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | dicktangdev/ansible | bb5d9fd15f5bbca14ba379d91a159f510c5a90db | 0 | roles/ecr | 96 | [
"no_license"
] | [
{
"path": "roles/ecr/tasks/main.yml",
"content": "\n# - name: print to stdout\n# command: echo \"{{ testvar }}\"\n# register: hello\n\n# - debug: msg=\"{{ hello.stdout }}\"\n\n- debug: msg=\" Please check the parameter in /home/ec2-user/terraform/aws-cicd-iac/ecr/terraform.tfvar file before creating the... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | dicktangdev/ansible | bb5d9fd15f5bbca14ba379d91a159f510c5a90db | 0 | roles/ecs-task | 96 | [
"no_license"
] | [
{
"path": "roles/ecs-task/tasks/main.yml",
"content": "\n# - name: print to stdout\n# command: echo \"{{ testvar }}\"\n# register: hello\n\n# - debug: msg=\"{{ hello.stdout }}\"\n\n- debug: msg=\" Please check the parameter in /home/ec2-user/terraform/aws-cicd-iac/ecs-task/terraform.tfvar file before ru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | dicktangdev/ansible | bb5d9fd15f5bbca14ba379d91a159f510c5a90db | 0 | roles/prod-cross-account | 96 | [
"no_license"
] | [
{
"path": "roles/prod-cross-account/tasks/main.yml",
"content": "\n# - name: print to stdout\n# command: echo \"{{ testvar }}\"\n# register: hello\n\n# - debug: msg=\"{{ hello.stdout }}\"\n\n- debug: msg=\" Please check the parameter in /home/ec2-user/terraform/aws-cicd-iac/qa-cross-account/terraform.tf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | dicktangdev/ansible | bb5d9fd15f5bbca14ba379d91a159f510c5a90db | 0 | roles/qa-cross-account | 96 | [
"no_license"
] | [
{
"path": "roles/qa-cross-account/tasks/main.yml",
"content": "\n# - name: print to stdout\n# command: echo \"{{ testvar }}\"\n# register: hello\n\n# - debug: msg=\"{{ hello.stdout }}\"\n\n- debug: msg=\" Please check the parameter in /home/ec2-user/terraform/aws-cicd-iac/qa-cross-account/terraform.tfva... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 812,
"all_permissive": false
} |
ansible_role | dicktangdev/ansible | bb5d9fd15f5bbca14ba379d91a159f510c5a90db | 0 | roles/test | 96 | [
"no_license"
] | [
{
"path": "roles/test/tasks/main.yml",
"content": "- name: print to stdout\n command: echo \"{{ testvar }}\"\n register: hello\n\n- debug: msg=\"{{ hello.stdout }}\"\n\n- name: print to pwd\n command: pwd\n register: pwd\n\n- debug: msg=\"{{ pwd.stdout }}\"\n",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | MindPhaser34/my-portfolio | 129978c96a1de6ed892c38844cdd0d58ec23fd9b | 1 | ansible/roles/docker | 96 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/templates/docker.service.j2",
"content": "[Service]\nEnvironmentFile=-/etc/default/docker\nExecStart=\nExecStart=/usr/bin/dockerd -H fd:// $DOCKER_OPTS\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "ansible/rol... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2424,
"all_permissive": false
} |
ansible_role | MindPhaser34/my-portfolio | 129978c96a1de6ed892c38844cdd0d58ec23fd9b | 1 | ansible/roles/gitlab-runner | 96 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-runner/tasks/main.yml",
"content": "- name: Determine available groups\n getent:\n database: group\n\n- import_tasks: debian.yml\n when: ansible_os_family == 'Debian'\n\n- import_tasks: centos.yml\n when: ansible_os_family == \"RedHat\"\n\n- name: Allow sudo for runner\... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2254,
"all_permissive": false
} |
ansible_role | majellatech/sbsc-ansible | 49f05fa636839f2b7eec637b952180edf01f4a72 | 0 | roles/setup | 96 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\n- name: Set authorized key taken from file\n ansible.posix.authorized_key:\n user: pi\n state: present\n key: \"{{ lookup('file', lookup('env', 'HOME') + '/.ssh/id_rsa.pub') }}\"\n\n- name: Set keyboard layout\n ansible.builtin.copy:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1739,
"all_permissive": false
} |
ansible_role | dradetsky/local-ansible-template | a8e7a635a1db476ec2bbd0871e4812a90249bf21 | 0 | roles/k8s | 96 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/main.yaml",
"content": "- name: pkgs \n package:\n name:\n - kubectl\n - minikube\n state: present\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | dradetsky/local-ansible-template | a8e7a635a1db476ec2bbd0871e4812a90249bf21 | 0 | roles/local-repo-testability | 96 | [
"no_license"
] | [
{
"path": "roles/local-repo-testability/tasks/main.yaml",
"content": "- name: create homedir\n file:\n path: \"{{ home }}\"\n state: directory\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | dradetsky/local-ansible-template | a8e7a635a1db476ec2bbd0871e4812a90249bf21 | 0 | roles/nodejs | 96 | [
"no_license"
] | [
{
"path": "roles/nodejs/files/dot.yarnrc.yml",
"content": "initFields:\n version: 0.0.0\nenableTelemetry: false\n\nplugins:\n - .yarn/berry/plugins/xinit.js\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/nodejs/tasks/main.yaml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | Scarnee/Portfolio-jordane-brosset | 83a41e3db89f03c3d788386992816501aa039874 | 0 | infra/ansible/roles/setup | 96 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/setup/tasks/setup.yml",
"content": "- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install required packages\n apt:\n name:\n - docker.io\n - docker-compose\n - git\n state: present\n\n- name: Enable and start docker service\n systemd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/base | 96 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n- name: Install Colima, Docker, and ripgrep on Mac\n block:\n - name: Install required packages\n community.general.homebrew:\n name: [colima, docker, ripgrep, docker-compose]\n state: present\n - name: Start Colima\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/golang | 96 | [
"no_license"
] | [
{
"path": "roles/golang/vars/main.yml",
"content": "---\ngo_version: 1.22.1\ngo_install_dir: ~/.local\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/golang/tasks/main.yml",
"content": "---\n- name: Detect architecture and operating sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/neovim | 96 | [
"no_license"
] | [
{
"path": "roles/neovim/files/nvim/lua/plugins/telescope.lua",
"content": "return {\n {\n 'nvim-telescope/telescope.nvim',\n tag = '0.1.5',\n dependencies = { 'nvim-lua/plenary.nvim' },\n config = function()\n local builtin = require 'telescope.builtin'\n vim.keymap.set('n', '<leader>... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 10176,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/node | 96 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Download NVM install script\n get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh\n dest: /tmp/install.sh\n mode: '0755'\n- name: Install NVM\n shell: /tmp/install.sh\n args:\n creates: '{{ ansible_env... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1695,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/rust | 96 | [
"no_license"
] | [
{
"path": "roles/rust/tasks/main.yml",
"content": "---\n- name: Install Rust\n ansible.builtin.shell: |\n curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\n args:\n creates: ~/.cargo/bin/rustc\n- name: Add ~/.cargo/bin to PATH\n ansible.builtin.lineinfile:\n path: ~/.zprof... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/secrets | 96 | [
"no_license"
] | [
{
"path": "roles/secrets/secrets.yml",
"content": "---\n- name: Run secrets role\n hosts: localhost\n roles: [secrets]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/secrets/tasks/main.yml",
"content": "---\n- name: Ensure the .ssh d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/shell | 96 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "---\n- name: Install Zsh\n apt:\n name: zsh\n state: latest\n become: true\n when: ansible_facts['os_family'] == 'Debian'\n- name: Change default shell to zsh\n user:\n name: \"{{ lookup('env', 'USER') }}\"\n shell: /bin/zsh\n become: true... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2221,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/tmux | 96 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: Install Tmux\n package:\n name: tmux\n state: present\n become: \"{{ 'yes' if ansible_system == 'Linux' else 'no' }}\"\n vars:\n ansible_become_method: sudo\n when: ansible_system == 'Linux'\n- name: Install Tmux (macOS)\n homebre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3666,
"all_permissive": false
} |
ansible_role | anmolsingh95/ansible | 1918f6ea5606c4a954f3139199dc08bcef1624dd | 0 | roles/wezterm | 96 | [
"no_license"
] | [
{
"path": "roles/wezterm/wezterm.yml",
"content": "---\n- name: Run wezterm role\n hosts: localhost\n roles: [wezterm]\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/wezterm/tasks/main.yml",
"content": "---\n- name: Remove existing d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1636,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/amd_graphics | 96 | [
"no_license"
] | [
{
"path": "roles/amd_graphics/tasks/main.yml",
"content": "---\n\n- name: Install graphics drivers\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - mesa\n - lib32-mesa\n - xf86-video-amdgpu\n - vulkan-radeon\n - lib32... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 811,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/apps_cli | 96 | [
"no_license"
] | [
{
"path": "roles/apps_cli/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install base cli apps\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n # core\n - ansible\n - python-passlib # python crypt module is ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7093,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/apps_gui | 96 | [
"no_license"
] | [
{
"path": "roles/apps_gui/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install base gui apps\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n # ui toolkits\n - tk # gitk\n - python-pyqt5\n\n # compati... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3856,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/archconfig_user | 96 | [
"no_license"
] | [
{
"path": "roles/archconfig_user/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Archconfig user\n become: true\n ansible.builtin.user:\n name: '{{ archconfig_user.name | default(\"archconfig\") }}'\n system: true\n shell: /usr/bin/nologin\n home: '{{ archconfig_user.home |... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/audio | 96 | [
"no_license"
] | [
{
"path": "roles/audio/templates/audio/playerctld.service.j2",
"content": "[Unit]\nDescription=Playerctl daemon\nPartOf=default.target\nAfter=default.target\n\n[Service]\nType=simple\nExecStart=/usr/bin/bash -c 'playerctld'\nRestart=on-failure\n\n[Install]\nWantedBy=default.target\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2216,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/bluetooth | 96 | [
"no_license"
] | [
{
"path": "roles/bluetooth/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install bluetooth packages\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - bluez\n - bluez-utils\n - bluez-hid2hci\n - bluez-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/bootloader | 96 | [
"no_license"
] | [
{
"path": "roles/bootloader/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install grub and breeze theme\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - '{{ bootloader.grub_package | default(\"grub\") }}'\n - e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4041,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/ddcutil | 96 | [
"no_license"
] | [
{
"path": "roles/ddcutil/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install ddcutil\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - ddcutil\n - i2c-tools\n - read-edid\n\n- name: Add user to i2c and vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/devtools | 96 | [
"no_license"
] | [
{
"path": "roles/devtools/templates/devtools/50-java.sh.j2",
"content": "export JAVA_HOME=/usr/lib/jvm/default\nexport IDEA_JDK=/usr/lib/jvm/jre-jetbrains\nexport RUSTROVER_JDK=/usr/lib/jvm/jre-jetbrains\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7830,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/disk | 96 | [
"no_license"
] | [
{
"path": "roles/disk/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Enable periodic trim\n become: true\n ansible.builtin.systemd:\n name: fstrim.timer\n enabled: true\n when: (disk.ssd | default(true)) is truthy\n\n# TODO: try IOReadBandwidthMax if disk will overheat\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/docker | 96 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install docker\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - docker\n - docker-buildx\n - docker-compose\n - skopeo\n - di... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/drawing_tablet | 96 | [
"no_license"
] | [
{
"path": "roles/drawing_tablet/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install drawing tablet drivers\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - xp-pen-tablet\n - opentabletdriver\n\n# - name: Enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/firefox | 96 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install firefox and dependencies\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - firefox\n - firefox-i18n-en-us\n - firefox-i18n-kk\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/firewalld | 96 | [
"no_license"
] | [
{
"path": "roles/firewalld/templates/firewalld/50-org.fedoraproject.FirewallD1.rules.j2",
"content": "polkit.addRule(function(action, subject) {\n if (action.id.indexOf(\"org.fedoraproject.FirewallD1.\") == 0 && subject.isInGroup(\"firewall\")) {\n return polkit.Result.YES;\n }\n});\n",
"license_ty... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2108,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/flatpak | 96 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install flatpak\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - flatpak\n - xdg-desktop-portal\n - flatpak-xdg-utils\n\n- name: Add f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/fonts | 96 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install noto, fira-code, nerd and twemoji fonts\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages:\n - ttf-fira-code\n - ttf-jetbrains-mono\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | liljaylj/ansible-arch-config | 2a0323c726748564ba244d6782db7d8272f59d4b | 0 | roles/fwupd | 96 | [
"no_license"
] | [
{
"path": "roles/fwupd/tasks/main.yml",
"content": "# vim: ft=yaml.ansible\n---\n\n- name: Install fwupd\n ansible.builtin.include_role:\n name: pacman\n tasks_from: install_pkg\n vars:\n pacman_packages: fwupd\n\n- name: Enable lvfs remote\n become: true\n ansible.builtin.command:\n argv: [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 547,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.