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 | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/codeDeploy | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/codeDeploy/tasks/RedHat.yml",
"content": "---\n- name: \"Check if CodeDeploy is already installed\"\n command: rpm -q 'codedeploy-agent'\n register: is_codedeploy_installed\n changed_when: false\n ignore_errors: true",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/common | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/common/tasks/RedHat.yml",
"content": "---\n- name: \"Ensure the epel repo is installed\"\n package:\n name: epel-release\n state: present\n when: ansible_distribution != 'Amazon' and ansible_os_family == 'RedHat'\n\n- name: \"Install Packages | package manager\"\n package:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/gitlab | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/gitlab/templates/gitlab.rb.j2",
"content": "# gitlab.yml configuration\ngitlab_rails['time_zone'] = \"{{ gitlab_time_zone }}\"\ngitlab_rails['backup_keep_time'] = {{ gitlab_backup_keep_time }}\ngitlab_rails['gitlab_email_enabled'] = {{ gitlab_email_enabled }}\n{% if gitlab_email_en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6383,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/gradle | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/gradle/tasks/main.yml",
"content": "---\n- name: Install gradle\n hosts: all\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: Install unzip\n package:\n name: unzip\n state: latest\n\n - name: Download gradl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/grafana | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/grafana/tasks/main.yml",
"content": "---\n- name: Install\n hosts: all\n gather_facts: true\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: debug\n debug:\n msg: \"{{ ansible_distribution }}\"\n\n - include_tasks... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1254,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/java | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/java/tasks/redhat.yml",
"content": "---\n- name: Ensure Java is installed.\n package:\n name: \"{{ __java_packages }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "playbook/roles/java/vars/Fedo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2775,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/jenkins | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/jenkins/vars/main.yml",
"content": "---\n# Change this to `latest` to update Jenkins if a newer version is available.\njenkins_package_state: present\n\njenkins_prefer_lts: false\n\njenkins_connection_delay: 50\njenkins_connection_retries: 60\njenkins_home: /var/lib/jenkins\njenkin... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6477,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/maven | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/maven/tasks/main.yml",
"content": "---\n- name: Install Maven\n hosts: all\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: Install Maven\n become: yes\n unarchive:\n src: \"https://mirror.apache-kr.org/maven/mav... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/nginx | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/nginx/tasks/redhat.yml",
"content": "---\n- name: Ensure nginx is installed.\n package:\n name: \"{{ nginx.version }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "playbook/roles/nginx/tasks/am... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/nodejs | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install node\n hosts: all\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n # RedHat\n - name: Redhat pkage download\n shell: \"curl -sL https://rpm.nodesource.com/setup_{{ node.ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 832,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/packer | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/packer/tasks/main.yml",
"content": "---\n- name: Install Packer\n hosts: all\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: Create a packer directory\n file:\n path: \"{{ packer.dir }}\"\n state: directory\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | sangukKang/ami-toolchain | 3dee7f9303b2829c7e99fd1b64970cda03d3fb07 | 2 | playbook/roles/terraform | 8,062 | [
"no_license"
] | [
{
"path": "playbook/roles/terraform/tasks/main.yml",
"content": "---\n- name: Install terraform\n hosts: all\n become: yes\n pre_tasks:\n - include_vars: \"../../env_vars/vars.yml\"\n tasks:\n - name: Download terraform\n get_url:\n url: \"https://releases.hashicorp.com/terraform/{{ te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | openminted/omtd-standalone-setup | 6ba9e7eb869d21703c0ffa73dfdd94658885cb0d | 1 | roles/apache2 | 8,062 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yaml",
"content": "- name: Install apache2\n apt:\n name: apache2\n state: present\n\n- name: Enable apache2 modules for reverse proxy\n apache2_module:\n state: present\n name: \"{{ item }}\"\n with_items:\n - proxy_http\n - proxy\n - rewrite\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1014,
"all_permissive": false
} |
ansible_role | openminted/omtd-standalone-setup | 6ba9e7eb869d21703c0ffa73dfdd94658885cb0d | 1 | roles/editor | 8,062 | [
"no_license"
] | [
{
"path": "roles/editor/handlers/main.yaml",
"content": "- name: restart editor\n service:\n name: editor\n enabled: yes\n state: restarted\n\n- name: start editor\n service:\n name: editor\n enabled: yes\n state: started\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3361,
"all_permissive": false
} |
ansible_role | openminted/omtd-standalone-setup | 6ba9e7eb869d21703c0ffa73dfdd94658885cb0d | 1 | roles/executor | 8,062 | [
"no_license"
] | [
{
"path": "roles/executor/defaults/main.yaml",
"content": "# Directory to host galaxy galaxy code.\nexecutor_directory: /srv/executor\ngalaxy_prefix: /executor\ngalaxy_admin: <EMAIL>\n\ndata_share: '{{executor_directory}}/database'\ntools_share: '{{executor_directory}}/tools'\n\n# Directory which holds obje... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4191,
"all_permissive": false
} |
ansible_role | premiumnope13/ansible_tutorial | 36802c8b4176c579207de27bb2722f7aa776e479 | 0 | roles/base | 8,062 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: COPY IPERF TO REMOTE SERVER\n tags: iperf\n copy:\n src: iperf_2.0.5+dfsg1-2_amd64.deb\n dest: /home/aulian/sources\n owner: root\n group: root\n mode: 0644 \n\n- name: COPY IPERF TO REMOTE SERVER\n tags: iperf\n copy:\n src: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | premiumnope13/ansible_tutorial | 36802c8b4176c579207de27bb2722f7aa776e479 | 0 | roles/db_servers | 8,062 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "\n - name: ISNTALL MARIADB FOR DATABASE SERVER\n package:\n name:\n - mariadb-server\n state: latest\n update-cache: yes\n when: ansible_distribution == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | premiumnope13/ansible_tutorial | 36802c8b4176c579207de27bb2722f7aa776e479 | 0 | roles/file_servers | 8,062 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "\n - name: ISNTALL SAMBA FOR FILESERVER SERVER\n package:\n name:\n - samba\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | premiumnope13/ansible_tutorial | 36802c8b4176c579207de27bb2722f7aa776e479 | 0 | roles/web_servers | 8,062 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "\n - name: INSTALL APACHE AND PHP FOR WEBSERVER\n tags: webserver\n apt:\n name: \n - apache2\n - libapache2-mod-php\n state: latest\n update-cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n - name: CO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 614,
"all_permissive": false
} |
ansible_role | zuesmajor/SoftLayer-Image-Template-Flashing | b0543abd9391eadf93da3ee47afb164941b7e08b | 0 | Db2C Ansible/roles/db2ToAnsible | 8,062 | [
"no_license"
] | [
{
"path": "Db2C Ansible/roles/db2ToAnsible/tasks/main.yml",
"content": "---\n- name: User / API Setup then flash\n ImageModule:\n SLUsername: ChangeMe\n SLApiKey: ChangeMe\n imageTemplate: ChangeMe\n customerInstance: ChangeMe\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | yellowmegaman/good-old-ansible-days | 0541f10d1878787cd8db10544a02c599d55f0e20 | 0 | cli_deploy/roles/concoct | 8,062 | [
"no_license"
] | [
{
"path": "cli_deploy/roles/concoct/tasks/telegraf.yml",
"content": "---\n- name: add influxdata apt key\n apt_key: url=\"https://repos.influxdata.com/influxdb.key\" state=present\n tags: ['concoct_telegraf']\n\n- name: add influxdata repo\n apt_repository: repo='deb https://repos.influxdata.com/{{ansibl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4296,
"all_permissive": false
} |
ansible_role | yellowmegaman/good-old-ansible-days | 0541f10d1878787cd8db10544a02c599d55f0e20 | 0 | cli_deploy/roles/consul | 8,062 | [
"no_license"
] | [
{
"path": "cli_deploy/roles/consul/templates/config.hcl",
"content": "{%- if servers is undefined or servers == '*' or servers == '' -%}\n {% set servers = groups.all|list %}\n{%- else -%}\n {% set servers = groups.all|list|intersect(servers.split(',')|list) %}\n{%- endif -%}\n\n{\n {% if consul_bo... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 13120,
"all_permissive": false
} |
ansible_role | yellowmegaman/good-old-ansible-days | 0541f10d1878787cd8db10544a02c599d55f0e20 | 0 | cli_deploy/roles/docker_swarm | 8,062 | [
"no_license"
] | [
{
"path": "cli_deploy/roles/docker_swarm/tasks/login.yml",
"content": "---\n- name: login to registry\n command: \"docker login -u {{registry_user}} -p {{registry_pass}} registry.titanium.im\"\n tags: ['login_docker_swarm']\n register: login\n become_user: \"{{ansible_user}}\"\n\n- name: get result\n d... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5295,
"all_permissive": false
} |
ansible_role | yellowmegaman/good-old-ansible-days | 0541f10d1878787cd8db10544a02c599d55f0e20 | 0 | cli_deploy/roles/etcd | 8,062 | [
"no_license"
] | [
{
"path": "cli_deploy/roles/etcd/tasks/main.yml",
"content": "---\n- include: deploy.yml\n- include: undeploy.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "cli_deploy/roles/etcd/tasks/deploy.yml",
"content": "---\n- name: define app nam... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2490,
"all_permissive": false
} |
ansible_role | yellowmegaman/good-old-ansible-days | 0541f10d1878787cd8db10544a02c599d55f0e20 | 0 | cli_deploy/roles/flannel | 8,062 | [
"no_license"
] | [
{
"path": "cli_deploy/roles/flannel/tasks/main.yml",
"content": "---\n- name: define app name\n set_fact: app_name=\"flannel\"\n tags: ['deploy_flannel']\n\n- name: define version\n set_fact: app_conf=\"/etc/{{app_name}}\"\n tags: ['deploy_flannel']\n\n- name: prepare directories\n file: path=\"{{app_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1289,
"all_permissive": false
} |
ansible_role | yellowmegaman/good-old-ansible-days | 0541f10d1878787cd8db10544a02c599d55f0e20 | 0 | cli_deploy/roles/nomad | 8,062 | [
"no_license"
] | [
{
"path": "cli_deploy/roles/nomad/tasks/job.yml",
"content": "---\n- name: template {{job_name}} job\n template: src=\"jobs/{{job_name}}.nomad\" dest=\"/opt/\"\n tags: ['nomad_job']\n\n- name: launch {{job_name}} job\n command: \"nomad run /opt/{{job_name}}.nomad\"\n tags: ['nomad_job']\n",
"license... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5885,
"all_permissive": false
} |
ansible_role | DMW007/ansible-poc-collection | 564192829a7dd5f95b85a19b6b2ecbf22db62773 | 1 | test/ansible_poc_collection/roles/testrole | 8,062 | [
"no_license"
] | [
{
"path": "test/ansible_poc_collection/roles/testrole/tasks/main.yml",
"content": "- name: Test\n shell: \"echo Hi from collection\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 47,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | ci/roles/openshift-osdk | 8,062 | [
"no_license"
] | [
{
"path": "ci/roles/openshift-osdk/tasks/operator-sdk.yml",
"content": "---\n- name: Install Operator SDK system dependencies\n dnf:\n name: [\n ansible,\n ansible-lint,\n docker,\n kubernetes,\n kubernetes-client,\n python-flake8,\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3390,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | mbox-operator/roles/koji-builder | 8,062 | [
"no_license"
] | [
{
"path": "mbox-operator/roles/koji-builder/templates/deployment.yml.j2",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: koji-builder\n labels:\n app: koji-builder\nspec:\n replicas: {{ koji_builder_replicas|int }}\n selector:\n matchLabels:\n app: koji-builder\n templa... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8895,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | mbox-operator/roles/koji-hub | 8,062 | [
"no_license"
] | [
{
"path": "mbox-operator/roles/koji-hub/templates/openshift-route.yml.j2",
"content": "apiVersion: route.openshift.io/v1\nkind: Route\nmetadata:\n name: \"{{ koji_hub_route_name }}\"\n labels:\n app: koji-hub\n service: koji-hub\nspec:\n to:\n kind: Service\n name: \"{{ koji_hub_route_svc }}\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 24758,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | mbox-operator/roles/kojira | 8,062 | [
"no_license"
] | [
{
"path": "mbox-operator/roles/kojira/tasks/main.yml",
"content": "---\n- name: create temporary kojira directory\n tempfile:\n state: directory\n prefix: kojira\n suffix: deploy\n register: kojira_dir\n\n- block:\n - name: retrieve mbox resource\n k8s_info:\n api_version: apps.fed... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8467,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | mbox-operator/roles/mbox | 8,062 | [
"no_license"
] | [
{
"path": "mbox-operator/roles/mbox/tasks/cert.yml",
"content": "- block:\n - name: create temporary cert directory\n set_fact:\n mbox_cert_dir: \"{{ mbox_dir.path }}/certs\"\n - file:\n path: \"{{ mbox_cert_dir }}\"\n state: directory\n\n- k8s_info:\n api_version: v1\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 13376,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | mbox-operator/roles/mbs-backend | 8,062 | [
"no_license"
] | [
{
"path": "mbox-operator/roles/mbs-backend/tasks/main.yml",
"content": "---\n- block:\n - name: retrieve mbox resource\n k8s_info:\n api_version: apps.fedoraproject.org/v1alpha1\n kind: Mbox\n namespace: \"{{ meta.namespace }}\"\n name: \"{{ mbs_backend_mbox }}\"\n r... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8365,
"all_permissive": false
} |
ansible_role | fedora-infra/mbbox | bc7cbdb74fd9ec0071617bbcf15f32f0e44935ac | 18 | mbox-operator/roles/mbs-frontend | 8,062 | [
"no_license"
] | [
{
"path": "mbox-operator/roles/mbs-frontend/templates/ingress.yml.j2",
"content": "apiVersion: networking.k8s.io/v1beta1\nkind: Ingress\nmetadata:\n name: {{ mbs_frontend_ingress_name }}\n labels:\n app: mbs-frontend\n{% if mbs_frontend_ingress_backend == 'nginx' %}\n annotations:\n kubernetes.io/i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 15414,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/configs | 8,060 | [
"no_license"
] | [
{
"path": "roles/configs/tasks/main.yml",
"content": "- name: Add zsh-autosuggestion\n become: no\n shell: |\n if [ ! -d \"$HOME/dotfiles\" ]; then\n git clone https://github.com/rutwikhdev/dotfiles ${HOME}/dotfiles\n fi\n args:\n creates: \"{{ ansible_user_dir }}/dotfiles\"\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/dotfiles | 8,060 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "# TODO: Copy config/- nvim, hyprland, rofi, kitty, ghostty, waybar, zathura to .config/\n- name: Ensure ~/.config exists\n file:\n path: \"{{ ansible_env.HOME }}/.config\"\n state: directory\n mode: \"0755\"\n\n- name: Create symlinks for sele... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/essentials | 8,060 | [
"no_license"
] | [
{
"path": "roles/essentials/tasks/main.yml",
"content": "# ubuntu\n- name: Install packages with apt if not installed\n become: yes\n ansible.builtin.apt:\n name:\n - git\n - tmux\n - neovim\n - ansible\n - kitty\n - fastfetch\n - unzip\n - curl\n - wget\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2192,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/flathub | 8,060 | [
"no_license"
] | [
{
"path": "roles/flathub/tasks/main.yml",
"content": "- name: Install flatpak and apps from flathub\n shell: |\n flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Install Obsidian from flatpak\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/git | 8,060 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Setup github user.name\n shell: git config --global user.name \"rutwikhdev\"\n become: no\n\n- name: Setup github user.email\n shell: git config --global user.email \"<EMAIL>\"\n become: no\n\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/keyd | 8,060 | [
"no_license"
] | [
{
"path": "roles/keyd/tasks/main.yml",
"content": "- name: Check if /etc/keyd exists\n ansible.builtin.stat:\n path: /etc/keyd\n register: key_dir\n\n- name: Install keyd keyboard mapper from source\n become: yes\n shell: |\n cd /tmp\n git clone https://github.com/rvaiya/keyd\n cd keyd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 566,
"all_permissive": false
} |
ansible_role | rutwikhdev/dotfiles | 3e622bbc03c5e1084a59231187930e757e7a1fe9 | 0 | roles/zsh | 8,060 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "# Arch deps\n- name: Ensure zsh and git is installed on Arch\n community.general.pacman:\n name: \n - zsh\n - git\n state: present\n when: ansible_distribution == \"Archlinux\"\n\n# Ubuntu deps\n- name: Ensure zsh and git is installed on Ub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1704,
"all_permissive": false
} |
ansible_role | sheeshkebab/tower_demo | 139c51d16d99e61191e9999e8bc343638d7e784a | 0 | demo/roles/dns | 8,060 | [
"no_license"
] | [
{
"path": "demo/roles/dns/templates/resolv.conf.j2",
"content": "search {{ ad_domain }} ec2.internal\"\nnameserver 172.31.20.182\n\n\n#{% if resolv_search is defined and resolv_search | length > 0 %}\n#search {{ resolv_search|join(' ') }}\n#{% endif %}\n#{% if resolv_domain is defined and resolv_domain != \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4484,
"all_permissive": false
} |
ansible_role | sheeshkebab/tower_demo | 139c51d16d99e61191e9999e8bc343638d7e784a | 0 | demo/roles/realm_join | 8,060 | [
"no_license"
] | [
{
"path": "demo/roles/realm_join/tasks/main.yaml",
"content": "---\n - name: Install packages\n yum:\n name:\n - adcli\n - samba-common\n - sssd\n - realmd\n - oddjob\n - oddjob-mkhomedir\n - samba-common-tools\n state: present\n\n - n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4292,
"all_permissive": false
} |
ansible_role | sheeshkebab/tower_demo | 139c51d16d99e61191e9999e8bc343638d7e784a | 0 | elk/roles/geerlingguy.kibana | 8,060 | [
"no_license"
] | [
{
"path": "elk/roles/geerlingguy.kibana/defaults/main.yml",
"content": "---\n#kibana_version: \"4.6\"\nkibana_version: \"6.3.2\"\n\nkibana_server_port: 5601\nkibana_server_host: \"127.0.0.1\"\n\nkibana_elasticsearch_url: \"http://localhost:9200\"\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | sheeshkebab/tower_demo | 139c51d16d99e61191e9999e8bc343638d7e784a | 0 | rolling_aws/roles/web | 8,060 | [
"no_license"
] | [
{
"path": "rolling_aws/roles/web/tasks/main.yml",
"content": "---\n- name: Copy the code from repository\n git: repo={{ repository }} version={{ webapp_version }} dest=/var/www/html/ force=yes\n\n\n- name: Pause for effect\n pause:\n seconds: 30\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | Strategit-in-fortress/ans-playbook | bee3a81cdb4ab1c297c43d2376ec431a71561739 | 0 | roles/tz.postgresql | 8,060 | [
"no_license"
] | [
{
"path": "roles/tz.postgresql/vars/Debian.yml",
"content": "# PostgreSQL vars for Debian based distributions\n\n# Names\npostgresql_service_name: \"postgresql@{{ postgresql_version }}-{{ postgresql_cluster_name }}\"\n\n# Location of postgres files\npostgresql_conf_directory: \"/etc/postgresql/{{ postgresql... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4843,
"all_permissive": false
} |
ansible_role | chandralekhasingasani/roboshop-ansible | 6fcfe35308a9daac536d5b586ace13ae2b627b15 | 0 | roles/frontend | 8,060 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: latest\n\n- name: Download and unarchive file\n ansible.builtin.unarchive:\n src: https://github.com/roboshop-devops-project/frontend/archive/main.zip\n dest: /tmp/fronten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": false
} |
ansible_role | djw4/xen-orchestra | 7d09aa9abb6f63335c6260d04a52093ee9f01cdc | 0 | roles/install_xo | 8,060 | [
"no_license"
] | [
{
"path": "roles/install_xo/tasks/setup.yaml",
"content": "---\n- name: Install dependencies\n ansible.builtin.apt:\n pkg:\n - build-essential\n - cifs-utils\n - git\n - libpng-dev\n - libvhdi-utils\n - lvm2\n - python3-minimal\n - redis-server\n - sudo\n ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5981,
"all_permissive": false
} |
ansible_role | KudesnikRaph/Ansible-Learning-1 | 730e5ecbb77379fe7d4b379ba91f8760e26f2432 | 0 | roles/nginx_edit | 8,060 | [
"no_license"
] | [
{
"path": "roles/nginx_edit/tasks/main.yml",
"content": "- name: nginx_install\n ansible.builtin.apt:\n name: nginx\n state: present\n tags: nginx_edit\n\n- name: copy_index.html\n ansible.builtin.copy:\n src: \"./roles/nginx_edit/templates/index.html\"\n dest: \"/home/ansible-worker/www/stud... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1035,
"all_permissive": false
} |
ansible_role | georgemihalcea/ansible-zookeeper | 41c0f64430f4944419484450a2e5b9b770605bcc | 0 | roles/zookeeper | 8,060 | [
"no_license"
] | [
{
"path": "roles/zookeeper/handlers/main.yml",
"content": "---\n- name: Restart zookeeper\n service:\n name: \"{{ zookeeper_service }}\"\n state: restarted\n\n- name: Reload systemctl\n command: systemctl daemon-reload\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4695,
"all_permissive": false
} |
ansible_role | nouman72884/terraform-ansible-lambda | 7b07a1fec396ac7ba6397f1216d69b49fefbaeda | 0 | ansible-jenkins/roles/docker | 8,060 | [
"no_license"
] | [
{
"path": "ansible-jenkins/roles/docker/tasks/main.yml",
"content": "---\n - name: Install aptitude using apt\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n - name: Install required system packages\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'curl', 's... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 836,
"all_permissive": false
} |
ansible_role | nouman72884/terraform-ansible-lambda | 7b07a1fec396ac7ba6397f1216d69b49fefbaeda | 0 | ansible-jenkins/roles/jenkins | 8,060 | [
"no_license"
] | [
{
"path": "ansible-jenkins/roles/jenkins/tasks/main.yml",
"content": "---\n - name: Ensure jenkins directory on docker host\n file:\n state: directory\n owner: '1000'\n group: '1000'\n path: /var/jenkins_home\n\n - name: copy Dockerfile\n template: src=Dockerfile dest=./Dockerfil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1875,
"all_permissive": false
} |
ansible_role | nouman72884/terraform-ansible-lambda | 7b07a1fec396ac7ba6397f1216d69b49fefbaeda | 0 | ansible-jenkins/roles/slaves | 8,060 | [
"no_license"
] | [
{
"path": "ansible-jenkins/roles/slaves/defaults/main.yml",
"content": "---\n jenkins_slave_user: ubuntu\n jenkins_slave_group: ubuntu\n jenkins_slave_name: \"{{ inventory_hostname }}\"\n jenkins_slave_java: /usr/bin/java\n jenkins_master_user: \"admin\"\n jenkins_slave_home: /var/jenkins_home\n jenk... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3335,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/aws_ec2 | 8,060 | [
"no_license"
] | [
{
"path": "roles/aws_ec2/tasks/main.yml",
"content": "---\n\n- name: set random subnet\n set_fact:\n prv_subnet=\"{{ aws_vpc.subnets | random }}\"\n\n- name: provision node\n ec2:\n profile: hubot\n region: \"{{ aws_region }}\"\n key_name: \"{{ project_name }}\"\n groups:\n - ssh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/aws_ec2_key_pairs | 8,060 | [
"no_license"
] | [
{
"path": "roles/aws_ec2_key_pairs/tasks/main.yml",
"content": "---\n\n- name: key pair\n ec2_key:\n profile: hubot\n region: \"{{ aws_region }}\"\n state: present\n name: \"{{ project_name }}\"\n key_material: \"{{ item }}\"\n with_file: hubot_rsa.pub\n register: aws_key_pairs\n \n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/aws_iam_roles | 8,060 | [
"no_license"
] | [
{
"path": "roles/aws_iam_roles/tasks/main.yml",
"content": "---\n\n- name: Create IAM role with custom trust relationship\n iam:\n profile: hubot\n name: \"{{ project_name }}\"\n iam_type: role\n state: present\n register: aws_iam_roles\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/aws_security_groups | 8,060 | [
"no_license"
] | [
{
"path": "roles/aws_security_groups/tasks/main.yml",
"content": "---\n\n- name: create basic AWS security groups\n ec2_group:\n profile: hubot\n region: \"{{ aws_region }}\"\n state: present\n name: \"{{ item.name }}\"\n description: \"{{ item.description }}\"\n vpc_id: \"{{ aws_vpc.vpc_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 926,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/aws_vpc | 8,060 | [
"no_license"
] | [
{
"path": "roles/aws_vpc/tasks/main.yml",
"content": "---\n\n- name: creating vpc\n ec2_vpc:\n profile: hubot\n region: \"{{ aws_region }}\"\n state: present\n cidr_block: 10.10.0.0/16\n resource_tags:\n Name: \"{{ project_name }}\"\n subnets:\n - cidr: 10.10.1.0/24\n az:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/bot | 8,060 | [
"no_license"
] | [
{
"path": "roles/bot/tasks/main.yml",
"content": "---\n\n- name: rsync scripts\n synchronize: >\n src=\"{{ playbook_dir }}/roles/bot/files/scripts/\"\n dest=/opt/hubot/scripts/\n checksum=yes\n recursive=yes\n delete=yes\n owner=no\n group=no\n times=no\n rsync_opts=\"--exclude .... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4191,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/bot_web_api | 8,060 | [
"no_license"
] | [
{
"path": "roles/bot_web_api/tasks/main.yml",
"content": "---\n\n- name: make sure /opt/web2py/applications/bot exists\n file: >\n path=/opt/web2py/applications/bot\n state=directory\n mode=0755\n\n- name: rsync web api\n synchronize: >\n src=\"{{ playbook_dir }}/roles/bot_web_api/files/applic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/hubot | 8,060 | [
"no_license"
] | [
{
"path": "roles/hubot/templates/initd_hubot",
"content": "#!/bin/bash\n# hubot\n# chkconfig: 345 20 80\n# description: hubot\n# processname: hubot\n\n# {{ cfg_managed }}\n\n# This script assumes you have a user called \"hubot\" on your system and that hubot is installed in /opt/hubot\n\n# Save Environement... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3168,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/mysql_server | 8,060 | [
"no_license"
] | [
{
"path": "roles/mysql_server/templates/dot_my.cnf",
"content": "# {{ cfg_managed }}\n\n[client]\nuser=root\npassword={{ <PASSWORD> }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/mysql_server/tasks/main.yml",
"content": "---\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/nodejs_4 | 8,060 | [
"no_license"
] | [
{
"path": "roles/nodejs_4/tasks/main.yml",
"content": "---\n \n- name: add node repository for Node.js 4.0\n yum: >\n name=https://rpm.nodesource.com/pub_4.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm\n state=present\n\n- name: install needed yum packages\n yum: >\n name={{ item }}\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | gkspranger/ansible-aws-hubot-slack | 06e429a44f6730b0e7bbca58a9dcd01216219311 | 0 | roles/web2py | 8,060 | [
"no_license"
] | [
{
"path": "roles/web2py/tasks/main.yml",
"content": "---\n \n- name: unarchive it so we can use it\n unarchive: >\n src=\"{{ playbook_dir }}/roles/web2py/files/web2py_src.zip\"\n dest=/opt/\n creates=/opt/web2py/web2py.py\n\n- name: remove extraneous default apps\n file: >\n path=\"{{ item }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | KvazyModa00/ansible_project | 3e00a0db34e0755944aa306307999b015c4562b5 | 0 | roles/app_django | 8,060 | [
"no_license"
] | [
{
"path": "roles/app_django/templates/django.env.j2",
"content": "DEBUG=False\r\nDATABASE_URL=postgres://leha:mypassword@172.29.71.233:5432/mydatabase\r\nALLOWED_HOSTS=['*']\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "roles/app_django/task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1389,
"all_permissive": false
} |
ansible_role | KvazyModa00/ansible_project | 3e00a0db34e0755944aa306307999b015c4562b5 | 0 | roles/base | 8,060 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\r\n - name: Проверка серверов\r\n block:\r\n - name: Проверка свободного места\r\n ansible.builtin.command: df -h /\r\n register: disk\r\n failed_when: \"'90%' in disk.stdout\"\r\n rescue:\r\n - name: Очистка мест... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4117,
"all_permissive": false
} |
ansible_role | KvazyModa00/ansible_project | 3e00a0db34e0755944aa306307999b015c4562b5 | 0 | roles/nginx | 8,060 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\r\n - name: Копирование конфигурации нджинкс\r\n template:\r\n src: templates/nginx.conf.j2\r\n dest: /home/aleksey/deploy_ansible/nginx.conf\r\n\r\n - name: Копирование докер файла нджинкс\r\n copy:\r\n src: ../../... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | KvazyModa00/ansible_project | 3e00a0db34e0755944aa306307999b015c4562b5 | 0 | roles/postgres | 8,060 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yaml",
"content": "---\r\n - name: Копирование докер файла постгрус\r\n copy:\r\n src: ../../files/Dockerfile.db\r\n dest: /home/aleksey/deploy_ansible/Dockerfile.db\r\n\r\n - name: Копирование файла переменных серды постгрес\r\n template:\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1610,
"all_permissive": false
} |
ansible_role | oss-laboratries/OpenPIE | 97ac7d67756b10735d50b1650446237d80e9520d | 8 | sfj/etc/ansible/roles/MySQL | 8,060 | [
"permissive"
] | [
{
"path": "sfj/etc/ansible/roles/MySQL/tasks/main.yml",
"content": "# Install MySQL\n- name: Download and install MySQL Repo\n yum: name=http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm state=present\n\n- name: Install MySQL\n yum: name={{ item }} state=present\n with_items:\n - mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 768,
"all_permissive": true
} |
ansible_role | oss-laboratries/OpenPIE | 97ac7d67756b10735d50b1650446237d80e9520d | 8 | sfj/etc/ansible/roles/PHP | 8,060 | [
"permissive"
] | [
{
"path": "sfj/etc/ansible/roles/PHP/tasks/main.yml",
"content": "# Install PHP\n- name: Install php\n yum: name={{ item }} state=present\n with_items:\n - php\n\n- name: set timezone php.ini\n replace: >\n dest=/etc/php.ini\n regexp='{{ item.regexp }}'\n replace='{{ item.replace }}'\n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": true
} |
ansible_role | oss-laboratries/OpenPIE | 97ac7d67756b10735d50b1650446237d80e9520d | 8 | sfj/etc/ansible/roles/RgistAgent | 8,060 | [
"permissive"
] | [
{
"path": "sfj/etc/ansible/roles/RgistAgent/tasks/main.yml",
"content": "# Zabbix Agentのホスト登録\n- name: Create host groups\n local_action:\n module: zabbix_group\n server_url: \"{{ lookup('env', 'ZBXURL') }}\"\n login_user: \"{{ lookup('env', 'ZBXUSER') }}\"\n login_password: \"{{ lookup('env', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 968,
"all_permissive": true
} |
ansible_role | oss-laboratries/OpenPIE | 97ac7d67756b10735d50b1650446237d80e9520d | 8 | sfj/etc/ansible/roles/ZabbixAgent | 8,060 | [
"permissive"
] | [
{
"path": "sfj/etc/ansible/roles/ZabbixAgent/tasks/main.yml",
"content": "# Install Zabbix-agent\n- name: Download and install Zabbix-agent Repo version 6\n yum: name=http://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpm\n when: \"ansible_os_family == 'RedHat' and ansible_dis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1177,
"all_permissive": true
} |
ansible_role | oss-laboratries/OpenPIE | 97ac7d67756b10735d50b1650446237d80e9520d | 8 | sfj/etc/ansible/roles/httpd | 8,060 | [
"permissive"
] | [
{
"path": "sfj/etc/ansible/roles/httpd/tasks/main.yml",
"content": "# Install apache\n- name: Install apache,perl-CGI,perl-JSON\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - perl-CGI\n - perl-JSON\n\n- name: Execute permission granted\n file: path=/var/log/httpd mode=655\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": true
} |
ansible_role | Arithorn/ansible-pimonitoring | 5a83f3e012beb69415f6fbecbad448c2d4f1db56 | 0 | roles/pi | 8,060 | [
"no_license"
] | [
{
"path": "roles/pi/templates/docker-compose.j2",
"content": "version: '3'\n\nservices:\n\n https-portal:\n image: steveltn/https-portal\n container_name: https\n volumes:\n - ./logs/nginx:/var/log/nginx\n ports:\n - '80:80'\n - '443:443'\n environment:\n CLIENT_MAX_BODY_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4709,
"all_permissive": false
} |
ansible_role | BrianCobianS/Regressn | cd055641ac40592f1c557710b5a3568ea5593c59 | 0 | ansible/playbooks/os4690/roles/installation | 8,060 | [
"no_license"
] | [
{
"path": "ansible/playbooks/os4690/roles/installation/tasks/Restore_Node.yml",
"content": "##########################################\n## Create Directory If It Does Not Exist.\n## Required variables:\n## - landing_zone\n##########################################\n\n---\n- name: Check Landing Zone Exist\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | sanchezcloud/k8s-cluster-automation | 07be837a2bb08a2d372a265f92a897aaa4624ad5 | 0 | ansible-k8s/roles/base | 8,060 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/base/tasks/main.yml",
"content": "---\n- name: Get OS release\n ansible.builtin.debug:\n var: ansible_distribution_release\n\n- name: Upgrade cache\n ansible.builtin.apt:\n cache_valid_time: 3600\n update_cache: true\n tags: update_packages\n\n## TIME \n- name: Enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1495,
"all_permissive": false
} |
ansible_role | sanchezcloud/k8s-cluster-automation | 07be837a2bb08a2d372a265f92a897aaa4624ad5 | 0 | ansible-k8s/roles/containerd | 8,060 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/containerd/tasks/main.yml",
"content": "---\n- name: Download containerd\n get_url:\n url: \"https://github.com/containerd/containerd/releases/download/v{{ containerd_version }}/containerd-{{ containerd_version }}-linux-amd64.tar.gz\"\n dest: /tmp/containerd.tar.gz\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1559,
"all_permissive": false
} |
ansible_role | sanchezcloud/k8s-cluster-automation | 07be837a2bb08a2d372a265f92a897aaa4624ad5 | 0 | ansible-k8s/roles/k8s-requirements | 8,060 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/k8s-requirements/tasks/main.yml",
"content": "---\n- name: Disable swap\n shell: |\n swapoff -a\n sed -i '/swap/d' /etc/fstab\n\n- name: Disable UFW\n service:\n name: ufw\n state: stopped\n enabled: no\n\n- name: Remove unnecessary packages\n apt:\n name: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 940,
"all_permissive": false
} |
ansible_role | sanchezcloud/k8s-cluster-automation | 07be837a2bb08a2d372a265f92a897aaa4624ad5 | 0 | ansible-k8s/roles/kubernetes | 8,060 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/kubernetes/tasks/main.yml",
"content": "---\n- name: Check if Kubernetes apt key exists\n stat:\n path: /etc/apt/keyrings/kubernetes-apt-keyring.gpg\n register: kubernetes_key\n\n- name: Add Kubernetes apt key\n shell: |\n curl -fsSL https://pkgs.k8s.io/core:/stable:/v{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1147,
"all_permissive": false
} |
ansible_role | robyoung/http2play | 16b38ac68324a895ce4e76ea4860436bc3335063 | 0 | provisioning/roles/desktop | 8,063 | [
"no_license"
] | [
{
"path": "provisioning/roles/desktop/files/hosts",
"content": " 172.16.58.3 http1-server-small\n172.16.31.10 http2-server-small\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "provisioning/roles/desktop/tasks/main.yml",
"content": "---\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1051,
"all_permissive": false
} |
ansible_role | robyoung/http2play | 16b38ac68324a895ce4e76ea4860436bc3335063 | 0 | provisioning/roles/nginx-server | 8,063 | [
"no_license"
] | [
{
"path": "provisioning/roles/nginx-server/tasks/main.yml",
"content": "---\n- name: add apt key for nginx repository\n apt_key: url=http://nginx.org/keys/nginx_signing.key\n\n- name: add nginx apt repository\n apt_repository: repo='deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx'\n\n- name: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 974,
"all_permissive": false
} |
ansible_role | robyoung/http2play | 16b38ac68324a895ce4e76ea4860436bc3335063 | 0 | provisioning/roles/static-site | 8,063 | [
"no_license"
] | [
{
"path": "provisioning/roles/static-site/files/govuk-with-assets/getit.py",
"content": "from pyquery import PyQuery as pq\nimport requests\nimport os\nfrom urlparse import urlparse\nfrom itertools import chain\n\nd = pq(filename='index.html')\n\n\ndef fetch_for(document, tag, attribute):\n for element i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1758,
"all_permissive": false
} |
ansible_role | parthyadav3105/url-hunt | f928670937abfb205b3e748db20c4e2cb8bb501f | 0 | roles/build_images | 8,063 | [
"no_license"
] | [
{
"path": "roles/build_images/files/.dockerignore",
"content": "Dockerfile\nconf\n*.cpp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/build_images/tasks/main.yaml",
"content": "---\n\n# Ensure target directory exists\n\n# - name: cat ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | creatif-studio/ansible-mongodb | a28dd7d65c4849c10d53bb2df939972d60328789 | 5 | ansible/roles/mongodb | 8,063 | [
"no_license"
] | [
{
"path": "ansible/roles/mongodb/tasks/main.yml",
"content": "---\n# tasks file for ansible/roles/mongodb\n- name: install mongodb\n apt: \n name: mongodb\n state: present\n update_cache: yes\n notify:\n - start mongodb\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | hostadelic/mariadb-operator | 39ce2dc0ce5c75f04fe87f1642f1dbc8043ffd88 | 0 | roles/mariadb | 8,063 | [
"no_license"
] | [
{
"path": "roles/mariadb/handlers/main.yml",
"content": "---\n# handlers file for Mariadb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/mariadb/vars/main.yml",
"content": "---\n# vars file for Mariadb\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4065,
"all_permissive": false
} |
ansible_role | kevorojas/ansible | 1272101e4f6a381b8a5fd0e7ea15ca95e5911f6c | 4 | playbooks/roles/install | 8,063 | [
"no_license"
] | [
{
"path": "playbooks/roles/install/tasks/main.yml",
"content": "---\n- name: Install Software\n win_chocolatey:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - firefox\n - lightshot\n - 7zip \n - zoom\n - skype\n \n- name: Touch a file (creates if not present, updates mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/abrt | 8,063 | [
"no_license"
] | [
{
"path": "roles/abrt/tasks/main.yml",
"content": "- name: Abrt\n tags:\n - abrt\n when: ansible_distribution == 'Fedora'\n block:\n - name: Uninstall abrt\n ansible.builtin.dnf:\n name:\n - abrt\n - abrt-addon-ccpp\n - abrt-addon-kerneloops\n - abrt-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/alacritty | 8,063 | [
"no_license"
] | [
{
"path": "roles/alacritty/files/alacritty.toml",
"content": "[general]\nlive_config_reload = false\nworking_directory = \"None\"\n\n[colors]\ndraw_bold_text_with_bright_colors = false\n\n[[colors.indexed_colors]]\ncolor = \"0xb65611\"\nindex = 16\n\n[[colors.indexed_colors]]\ncolor = \"0xd43552\"\nindex = ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1456,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/alsa | 8,063 | [
"no_license"
] | [
{
"path": "roles/alsa/tasks/main.yml",
"content": "---\n- name: Alsa\n tags:\n - alsa\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - alsa-utils\n - pipewire-alsa\n state: present\n become: true\n\n - name: Create config dirs\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/anaconda3 | 8,063 | [
"no_license"
] | [
{
"path": "roles/anaconda3/files/activate.d/env_vars.sh",
"content": "#!/usr/bin/env bash\n# -*- coding: utf-8 -*-\n\nexport PYTHONNOUSERSITE=True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/anaconda3/tasks/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/apache_ldap_studio | 8,063 | [
"no_license"
] | [
{
"path": "roles/apache_ldap_studio/vars/main.yml",
"content": "---\nversion: 2.0.0.v20210717-M17\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/apache_ldap_studio/tasks/main.yml",
"content": "---\n- name: Apache LDAP Studio\n tags:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/audacity | 8,063 | [
"no_license"
] | [
{
"path": "roles/audacity/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.dnf:\n name:\n - audacity\n state: present\n become: true\n tags:\n - never\n - audacity\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/awesomewm | 8,063 | [
"no_license"
] | [
{
"path": "roles/awesomewm/tasks/main.yml",
"content": "---\n- name: Install\n ansible.builtin.apt:\n name:\n - awesome\n - awesome-extra\n state: present\n become: true\n tags:\n - awesomewm\n\n- name: Symlink config\n ansible.builtin.file:\n src: \"{{ role_path }}/files\"\n de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/awscli | 8,063 | [
"no_license"
] | [
{
"path": "roles/awscli/tasks/main.yml",
"content": "---\n- name: Download aws-cli\n ansible.builtin.unarchive:\n src: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip\n dest: /opt\n remote_src: true\n include:\n - aws/dist/*\n become: true\n tags:\n - never\n - aws\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/base_desktop | 8,063 | [
"no_license"
] | [
{
"path": "roles/base_desktop/tasks/main.yml",
"content": "---\n- name: Base Desktop\n tags:\n - base-desktop\n - base_desktop\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - feh\n - nitrogen\n - sxiv\n - imv\n - nomacs\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/base_os_deps | 8,063 | [
"no_license"
] | [
{
"path": "roles/base_os_deps/tasks/main.yml",
"content": "---\n- name: base-os-deps\n tags:\n - base-os-deps\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - python3\n - python3-pip\n state: present\n become: true\n\n\n\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/bash | 8,063 | [
"no_license"
] | [
{
"path": "roles/bash/files/bashrc",
"content": "#!/bin/bash\n\n# If not running interactively, don't do anything\ncase $- in\n*i*) ;;\n*) return ;;\nesac\n\n# Source global definitions\nif [ -f /etc/bashrc ]; then\n\tsource /etc/bashrc\nfi\n# .bashrc\n\n# User specific environment\nif ! [[ \"$PATH\" =~ \"$... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1896,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/beekeeper_studio | 8,063 | [
"no_license"
] | [
{
"path": "roles/beekeeper_studio/tasks/main.yml",
"content": "---\n- name: Beekeper Studio\n tags:\n - never\n - beekeeper-studio\n block:\n - name: Install beekeeper-studio\n community.general.flatpak:\n name: io.beekeeperstudio.Studio\n state: present\n remote: flathu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/bitwarden | 8,063 | [
"no_license"
] | [
{
"path": "roles/bitwarden/tasks/main.yml",
"content": "---\n- name: Install bitwarden desktop\n community.general.flatpak:\n name: com.bitwarden.desktop\n state: present\n remote: flathub\n tags:\n - bitwarden\n - bitwarden-cli\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | dparo/dotfiles | f75b591d54e8f1fc069840e53a1dfa0b25d273e1 | 2 | roles/bluetooth_manager | 8,063 | [
"no_license"
] | [
{
"path": "roles/bluetooth_manager/tasks/main.yml",
"content": "---\n- name: bluetooth\n tags:\n - bluetooth\n - blueman\n - bluez\n block:\n - name: Install\n ansible.builtin.dnf:\n name:\n - blueman # A full featured Graphical Bluetooth Manager\n - bluez-tools #... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 438,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.