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 | hkraehenbuehl/ansible | 8a5964e7fbb968f3df22b419e88e1aa9223040c9 | 0 | roles/dbserver | 2,478 | [
"no_license"
] | [
{
"path": "roles/dbserver/tasks/main.yml",
"content": "---\n- name: Add the OS specific variables\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install the mysql packages in Redhat derivatives\n yum: name={{ item }} state=installed\n with_items: \"{{mysql_pkgs}}\"\n when: ansible_os_family ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3721,
"all_permissive": false
} |
ansible_role | hkraehenbuehl/ansible | 8a5964e7fbb968f3df22b419e88e1aa9223040c9 | 0 | roles/webserver | 2,478 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": " - name: Only run \"update_cache=yes\" if the last one is more than 3600 seconds ago\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n - name: Install nginx\n apt: name=nginx\n state=latest\n force=yes\n update_cache=y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 967,
"all_permissive": false
} |
ansible_role | Nagamanidevops/roboshop-jenkinsnexus | aa8fd4d5ba744734f447356d85c14fb09fb68085 | 0 | roles/jenkins | 2,478 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/sbranch-pipeline.yml",
"content": "- name: Create Config file\n ansible.builtin.template:\n src: s-jobb.xml\n dest: /tmp/s-jobb.xml\n\n- name: Create Job\n community.general.jenkins_job:\n config: \"{{ lookup('file', '/tmp/s-jobb.xml') }}\"\n name: \"{{item.dir}}... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1835,
"all_permissive": false
} |
ansible_role | artak116/postscripts | 28c2f61698f2e2cd66b7cb753f1b96f5fbfedf8e | 0 | roles/tinc-vpn | 2,478 | [
"no_license"
] | [
{
"path": "roles/tinc-vpn/templates/tinc.conf.j2",
"content": "Name = {{tinc_node_id}}\nAddressFamily = ipv4\nInterface = tun0\nProcessPriority = high\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "roles/tinc-vpn/templates/scripts/vpn-manager.py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10250,
"all_permissive": false
} |
ansible_role | Dwalker0357/Ansible-Windows-Java-7zip-Playbook | d8adc95edaea4be1943b95de1ca3043d6389a9e1 | 0 | roles/7zip | 2,478 | [
"no_license"
] | [
{
"path": "roles/7zip/defaults/main.yml",
"content": "---\n# defaults file for 7zip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/7zip/tasks/main.yml",
"content": "- name: Create 7zip_Update Directory on Windows Host\n ansible.legacy.w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 903,
"all_permissive": false
} |
ansible_role | Dwalker0357/Ansible-Windows-Java-7zip-Playbook | d8adc95edaea4be1943b95de1ca3043d6389a9e1 | 0 | roles/Java | 2,478 | [
"no_license"
] | [
{
"path": "roles/Java/tasks/main.yml",
"content": "- name: Create Java_Update Directory on Windows Host\n ansible.legacy.win_shell: New-Item -Path \"C:\\Users\\ansible\" -Name \"Java_Update\" -ItemType \"directory\"\n args:\n executable: powershell\n\n\n- name: Copy Latest Java.exe from Localhost To Wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | lirlia/Ansible | 4cc7abd847c0cc15d9607e8bdd79e12ad8cd3887 | 0 | weblogic/roles/install | 2,478 | [
"no_license"
] | [
{
"path": "weblogic/roles/install/tasks/main.yml",
"content": "---\n# tasks file for roles\n#\n\n- name: test\n command: date\n register: result\n\n- debug: result\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": false
} |
ansible_role | thegusmao-automation/ansible-ocp4-common | 03532260af075cc5cacbb51998d30721acce2222 | 0 | roles/ocp4_common | 2,478 | [
"no_license"
] | [
{
"path": "roles/ocp4_common/handlers/main.yml",
"content": "---\n# handlers file for ocp4_common",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/ocp4_common/templates/install-operator-subscription.j2",
"content": "apiVersion: operators.c... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7457,
"all_permissive": false
} |
ansible_role | PrymalInstynct/ansible_cribl_edge | 9c950b60a3d11d824a1d06c6804af212a3845d1e | 1 | roles/ansible_cribl_edge | 2,478 | [
"no_license"
] | [
{
"path": "roles/ansible_cribl_edge/tasks/uninstall_cribl_linux.yml",
"content": "---\n- name: Stop Cribl Edge service\n ansible.builtin.systemd:\n name: cribl-edge\n state: stopped\n enabled: no\n ignore_errors: true # If the service is not present, this will fail\n\n- name: Uninstall Cribl Edge... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4475,
"all_permissive": false
} |
ansible_role | jlk1975/backend-dad-jokes | 01c83b6d0afa7d42d56abcf0d979ae317874d898 | 0 | ansible/roles/dadjokes | 2,578 | [
"permissive"
] | [
{
"path": "ansible/roles/dadjokes/vars/main.yml",
"content": "---\n# vars file for dadjokes",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 28
},
{
"path": "ansible/roles/dadjokes/tasks/main.yml",
"content": "# Tasks file for dad jokes\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2300,
"all_permissive": true
} |
ansible_role | anejolazaro70/ansible-curso | 27dccfccffdf4242b0a047a4820b9293f8b7bc51 | 0 | week_6/roles/arista | 2,578 | [
"permissive"
] | [
{
"path": "week_6/roles/arista/tasks/main.yml",
"content": "---\n- name: EOS CONFIG\n eos_config:\n provider: \"{{ creds_eapi }}\"\n lines: \"{{ global_config }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": true
} |
ansible_role | anejolazaro70/ansible-curso | 27dccfccffdf4242b0a047a4820b9293f8b7bc51 | 0 | week_6/roles/cisco_ios | 2,578 | [
"permissive"
] | [
{
"path": "week_6/roles/cisco_ios/tasks/main.yml",
"content": "---\n- name: IOS CONFIG\n ios_config:\n provider: \"{{ creds_ssh }}\"\n lines: \"{{ global_config }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": true
} |
ansible_role | anejolazaro70/ansible-curso | 27dccfccffdf4242b0a047a4820b9293f8b7bc51 | 0 | week_6/roles/cisco_nxos | 2,578 | [
"permissive"
] | [
{
"path": "week_6/roles/cisco_nxos/tasks/main.yml",
"content": "---\n- name: NXOS CONFIG\n nxos_config:\n provider: \"{{ creds_nxapi }}\"\n lines: \"{{ global_config }}\"\n tags: nxos\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 119
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": true
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/ensure-default-dns | 2,578 | [
"no_license"
] | [
{
"path": "roles/ensure-default-dns/tasks/main.yml",
"content": "---\n# DNS will fail if cluster is down and default DNS is in place\n- name: See if the cluster is up, in order to default the DNS nameserver\n shell: >\n oc projects\n ignore_errors: yes\n register: oc_projects\n\n- name: Default resolv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/get-ipaddress | 2,578 | [
"no_license"
] | [
{
"path": "roles/get-ipaddress/tasks/main.yml",
"content": "---\n- name: Install epel\n yum:\n name: epel-release\n state: present\n\n- name: Install facter\n yum:\n name: facter\n state: present\n\n- name: Get IP address with facter\n shell: >\n facter {{ facter_ipaddress }}\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/install-openstack-clients | 2,578 | [
"no_license"
] | [
{
"path": "roles/install-openstack-clients/tasks/main.yml",
"content": "--- \n# install-openstack-clients\n# installs openstack clients.\n\n- name: Make sure pip is installed\n yum:\n name: python-pip\n state: present\n\n- name: pip install openstack clients\n pip:\n name: \"{{ item }}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/kpm-registry | 2,578 | [
"no_license"
] | [
{
"path": "roles/kpm-registry/tasks/bootstrap.yml",
"content": "---\n# This bootstraps a kpm registry by running a kpm registry.\n# And then allows you \n\n- name: Make sure gunicorn is available\n yum:\n name: python-gunicorn\n state: present\n\n- name: Template systemd unit for local kpm registry\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5689,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/openshift-aio-dns-hack | 2,578 | [
"no_license"
] | [
{
"path": "roles/openshift-aio-dns-hack/tasks/main.yml",
"content": "# DNS is flux0red with `oc cluster up` you can't resolve cluster IP addresses.\n---\n\n- name: Get projects\n shell: >\n oc projects -q\n register: oc_projects\n\n- name: Fail when there's no kpm registry project\n fail:\n msg: Th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/openshift-install | 2,578 | [
"no_license"
] | [
{
"path": "roles/openshift-install/tasks/main.yml",
"content": "---\n- name: Enable openshift origin repos\n yum:\n name: centos-release-openshift-origin\n state: present\n\n- name: Install deps\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - wget \n - git \n - net-t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/openshift-up | 2,578 | [
"no_license"
] | [
{
"path": "roles/openshift-up/tasks/main.yml",
"content": "---\n- name: Determine if cluster is up\n shell: >\n docker ps --format \"table {{ '{{' }}.Image{{ '}}' }}\"\n register: docker_ps\n\n# - debug: \"msg={{ docker_ps }}\"\n\n- name: Bring cluster up\n shell: >\n oc cluster up\n when: \"'open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/stackanetes-configure | 2,578 | [
"no_license"
] | [
{
"path": "roles/stackanetes-configure/tasks/teardown.yml",
"content": "---\n- name: echo quux\n shell: echo quux",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/stackanetes-configure/tasks/namespace.yml",
"content": "---\n# Configure ev... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5576,
"all_permissive": false
} |
ansible_role | dougbtv/openshift-stackanetes | 5b8d696e7ec3fedcfdd1582689cae7655b0e248f | 2 | roles/stackanetes-routing | 2,578 | [
"no_license"
] | [
{
"path": "roles/stackanetes-routing/tasks/main.yml",
"content": "---\n# Create routes for stackanetes & configure /etc/hosts\n\n- name: Switch to openstack project every time.\n shell: >\n oc project {{ stackanetes_namespace }}\n\n- name: Look for a router pod\n shell: > \n kubectl get pods --all-n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1368,
"all_permissive": false
} |
ansible_role | ObseumEU/APIGateway.Heimstaden.SessionView | fa7c84a40dfe299d4c599552938620e79a2f70f6 | 0 | DeployAnsible/roles/docker | 2,578 | [
"no_license"
] | [
{
"path": "DeployAnsible/roles/docker/templates/docker-compose.yml",
"content": "version: '3'\r\n\r\nservices:\r\n {{ NAME }}:\r\n image: {{ IMAGE }}\r\n restart: always\r\n ports:\r\n - 5300:80\r\n environment:\r\n 'MluviiApp:Name': '{{ MLUVII_CLIENT_ID }}'\r\n 'MluviiApp:Secret... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | betrcode/ansible-k8s-on-rpi | dd440c6d790c28ca5ed409ff6b2498a4b41b568a | 0 | roles/betrcode.kubernetes | 2,578 | [
"no_license"
] | [
{
"path": "roles/betrcode.kubernetes/vars/main.yml",
"content": "---\n# vars file for betrcode.kubernetes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/betrcode.kubernetes/README.md",
"content": "Role Name\n=========\n\nInstalls a Kub... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3301,
"all_permissive": false
} |
ansible_role | betrcode/ansible-k8s-on-rpi | dd440c6d790c28ca5ed409ff6b2498a4b41b568a | 0 | roles/betrcode.kubernetes-master | 2,578 | [
"no_license"
] | [
{
"path": "roles/betrcode.kubernetes-master/vars/main.yml",
"content": "---\n# vars file for betrcode.kubernetes-master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/betrcode.kubernetes-master/handlers/main.yml",
"content": "---\n# ha... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1728,
"all_permissive": false
} |
ansible_role | betrcode/ansible-k8s-on-rpi | dd440c6d790c28ca5ed409ff6b2498a4b41b568a | 0 | roles/betrcode.rpi.docker | 2,578 | [
"no_license"
] | [
{
"path": "roles/betrcode.rpi.docker/handlers/main.yml",
"content": "---\n# handlers file for betrcode.rpi.docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/betrcode.rpi.docker/tasks/main.yml",
"content": "---\n\n- name: Check if Doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | omarelsheekh/Udacity-DevOps-Capstone | cf47edec612524c60ecf658e49f482d7ea0e9abf | 0 | .circleci/ansible/roles/deploy-app | 2,578 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy-app/tasks/main.yml",
"content": "---\n\n- name: copy helm files\n copy:\n src: ../../helm-chart\n dest: /home/ubuntu\n\n- name: deploy helm chart\n shell: helm install --set tag={{ tag }} --set image={{ image }} capstone-{{ tag }} /home/ubuntu/helm-chart\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 780,
"all_permissive": false
} |
ansible_role | omarelsheekh/Udacity-DevOps-Capstone | cf47edec612524c60ecf658e49f482d7ea0e9abf | 0 | .circleci/ansible/roles/install-docker | 2,578 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/install-docker/tasks/main.yml",
"content": "---\n\n- name: update cash\n apt:\n update_cache: yes\n\n- name: Install some packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https \n - ca-certificates \n - curl \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | omarelsheekh/Udacity-DevOps-Capstone | cf47edec612524c60ecf658e49f482d7ea0e9abf | 0 | .circleci/ansible/roles/install-kubectl | 2,578 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/install-kubectl/tasks/main.yml",
"content": "---\n\n- name: update cash\n apt:\n update_cache: yes\n\n- name: Install some packages\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https \n - ca-certificates \n - curl \n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | omarelsheekh/Udacity-DevOps-Capstone | cf47edec612524c60ecf658e49f482d7ea0e9abf | 0 | .circleci/ansible/roles/install-minikube | 2,578 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/install-minikube/tasks/main.yml",
"content": "---\n\n- name: install minikube\n shell: |\n curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb\n dpkg -i minikube_latest_amd64.deb\n\n- name: start minikube cluster\n become: Fal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | omarelsheekh/Udacity-DevOps-Capstone | cf47edec612524c60ecf658e49f482d7ea0e9abf | 0 | .circleci/ansible/roles/say-hi | 2,578 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/say-hi/tasks/main.yml",
"content": "---\n\n- name: say hi\n shell: echo hi",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 36,
"all_permissive": false
} |
ansible_role | miwashi/testStatus | e7daa8c60f0d69ee4d8b96e459f1c1e485916102 | 1 | src/main/ansible/roles/build | 2,578 | [
"no_license"
] | [
{
"path": "src/main/ansible/roles/build/tasks/main.yml",
"content": "---\n#Build task\n- name: Check if server is alive.\n ping:\n \n- name: Add home directory for jar\n file: path={{jar_home}} state=directory owner={{service_owner}} group={{service_group}} mode=0755\n \n- name: Ensure daemon {{service... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | miwashi/testStatus | e7daa8c60f0d69ee4d8b96e459f1c1e485916102 | 1 | src/main/ansible/roles/deploy | 2,578 | [
"no_license"
] | [
{
"path": "src/main/ansible/roles/deploy/vars/main.yml",
"content": "---\n#Deploy Vars\nservice_name: selenium\nservice_home: /opt/{{service_name}}\nservice_file_mode: \"0777\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "src/main/ansible/roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/git-flow | 2,578 | [
"no_license"
] | [
{
"path": "roles/git-flow/tasks/main.yml",
"content": "- name: Install git-flow with Apt\n apt: name=\"git-flow\" state=latest\n when: ansible_os_family == \"Debian\"\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 | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/jrnl | 2,578 | [
"no_license"
] | [
{
"path": "roles/jrnl/tasks/main.yml",
"content": "- name: Install jrnl with pip\n pip: name=jrnl state=latest\n when: ansible_os_family != \"Darwin\"\n\n- name: Symlink jrnl config file\n file:\n src: \"{{ dotfiles_home }}/roles/jrnl/files/jrnl_config\"\n dest: \"{{ dotfiles_user_home}}/.jrnl_conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 265,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/mutt | 2,578 | [
"no_license"
] | [
{
"path": "roles/mutt/tasks/main.yml",
"content": "# INSTALL\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n# [TODO] INSTALL PLUGIN MANAGER\n\n# CONFIG\n- name: Check if muttrc exists\n stat: path=\"{{dotfiles_user_home}}/.muttrc\"\n register: muttrc_stat\n failed_when: False\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 618,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/mycli | 2,578 | [
"no_license"
] | [
{
"path": "roles/mycli/tasks/debian.yml",
"content": "- name: Install mycli with pip\n pip: \n name: mycli\n become_method: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/node | 2,578 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "- name: Install nvm\n script: install_nvm.sh\n\n# - name: Install common npm utilities\n# npm: name={{item}} state=present global=yes\n# with_items: '{{npm_global_packages}}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/python | 2,578 | [
"no_license"
] | [
{
"path": "roles/python/defaults/main.yml",
"content": "pip_package: python3-pip\npip_install_packages: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/python/aliases.zsh",
"content": "alias py=\"python\"\nalias py3=\"python3\"\nalia... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/tmux | 2,578 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Install tmuxp\n pip: name=tmuxp state=latest\n when: tmux_install_tmuxp\n\n- name: Install tpm\n git:\n repo: https://github.com/tmux-plugins/tpm\n dest: \"{{dotfiles_us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | loushiano/ubuntu | a605ec7b18c43ae3abd13e8b70aef40ff7420989 | 0 | roles/zsh | 2,578 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/debian.yml",
"content": "- name: Ensure zsh is installed\n apt: name=zsh state=present\n become_method: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/zsh/defaults/main.yml",
"content": "zsh_prezto: no... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1285,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/back_config | 2,578 | [
"no_license"
] | [
{
"path": "roles/back_config/tasks/piepline.yml",
"content": "- name: Add gitlab-runner repository\n shell: curl -L \"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh\" | sudo bash\n\n- name: Install gitlab-runner repository\n apt:\n name:\n - gitlab-runner\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 6859,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/back_config/files/playbooks/roles/back_build | 2,578 | [
"no_license"
] | [
{
"path": "roles/back_config/files/playbooks/roles/back_build/tasks/main.yml",
"content": "- name: Get environment\n shell: cp /opt/back/.env {{ sources_directory }}/back\n\n- name: Install PHP dependencies\n command: chdir={{ sources_directory }}/back composer install --optimize-autoloader --no-dev\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/back_config/files/playbooks/roles/back_deploy | 2,578 | [
"no_license"
] | [
{
"path": "roles/back_config/files/playbooks/roles/back_deploy/tasks/main.yml",
"content": "- name: Get environment\n shell: cp /opt/back/.env {{ sources_directory }}/back\n\n- name: Copy packages to deploy directory\n shell: sudo cp -rp {{ sources_directory }}/back /var/www\n\n- name: Set acl to storage ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/back_config/files/playbooks/roles/back_test | 2,578 | [
"no_license"
] | [
{
"path": "roles/back_config/files/playbooks/roles/back_test/tasks/main.yml",
"content": "- name: Get environment\n shell: cp /opt/back/.env {{ sources_directory }}/back\n\n- name: Install dependencies\n command: chdir={{ sources_directory }}/back composer install\n\n- name: Test Laravel app\n command: c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/db | 2,578 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "- name: Install packages\n apt:\n name:\n - mariadb-server\n - python3-pymysql\n state: latest\n\n- name: Create PID directory\n file:\n path=/var/run/mysqld\n state=directory\n owner=mysql\n group=mysql\n mode=0775\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/front_config | 2,578 | [
"no_license"
] | [
{
"path": "roles/front_config/tasks/setup.yml",
"content": "- name: Configure apt\n shell: apt-get -f install -y && dpkg --configure -a\n\n- name: Install dependencies\n apt:\n name:\n - curl\n - nodejs\n - npm\n - unzip\n - git\n - nginx\n - fonts-liberation\n -... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4758,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/front_config/files/playbooks/roles/front_build | 2,578 | [
"no_license"
] | [
{
"path": "roles/front_config/files/playbooks/roles/front_build/tasks/main.yml",
"content": "- name: Install dependencies\n command: chdir={{ sources_directory }}/front npm install\n\n- name: Build Angular app\n command: chdir={{ sources_directory }}/front ng build --prod",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 177,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/front_config/files/playbooks/roles/front_deploy | 2,578 | [
"no_license"
] | [
{
"path": "roles/front_config/files/playbooks/roles/front_deploy/tasks/main.yml",
"content": "- name: Copy artifact to nginx sources endpoint\n shell: cp {{ sources_directory }}/front/dist/front/* /var/www/html/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/front_config/files/playbooks/roles/front_test | 2,578 | [
"no_license"
] | [
{
"path": "roles/front_config/files/playbooks/roles/front_test/tasks/main.yml",
"content": "- name: Test Angular app\n command: chdir={{ sources_directory }}/front npm run test\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 85,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/genesis | 2,578 | [
"no_license"
] | [
{
"path": "roles/genesis/files/debian-clones.json",
"content": "{\n \"variables\": {\n \"vm_name\": \"\",\n \"vm_host\": \"\",\n \"numvcpus\": \"1\",\n \"memsize\": \"2048\",\n \"disk_size\": \"20960\",\n \"iso_url\": \"https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.7... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6890,
"all_permissive": false
} |
ansible_role | iry47/virtual_machine_devops | 97370d9e11d222ab05a75eb134ab524f3e21a1ff | 0 | roles/gitlab | 2,578 | [
"no_license"
] | [
{
"path": "roles/gitlab/tasks/main.yml",
"content": "- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Check if GitLab configuration file already exists.\n stat: path=/etc/gitlab/gitlab.rb\n register: gitlab_config_file\n\n- name: Check if GitLab is already... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4487,
"all_permissive": false
} |
ansible_role | SlapDrone/ansible-book-exercises-jeff-geerling | 82ecc21d59ec1eda06dce73512c6e7af573cf456 | 0 | ch6/node-v2-roles-intro/provisioning/roles/nodejs | 2,578 | [
"no_license"
] | [
{
"path": "ch6/node-v2-roles-intro/provisioning/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install node.js (npm + deps)\n dnf: name=npm state=present enablerepo=epel\n\n- name: Install forever to run node app\n npm: name=forever global=yes state=present\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | xalgorithm/ansible_work | a37110d372a7ba6cf42975b0f09aa4015b166d4c | 0 | myPlaybooks/drupal_setup/roles/drupal | 2,578 | [
"no_license"
] | [
{
"path": "myPlaybooks/drupal_setup/roles/drupal/tasks/drush-aliases.yml",
"content": "---\n- name: Check if local Drush configuration folder exists.\n stat:\n path: ~/.drush\n register: local_drush_config_folder\n delegate_to: 127.0.0.1\n sudo: no\n when: configure_local_drush_aliases\n\n- name: Cr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | timrourke/footprints-ansible | d7bf8bb8edb29149e639d512a98034fd3a658d27 | 0 | roles/footprints | 2,578 | [
"no_license"
] | [
{
"path": "roles/footprints/tasks/main.yml",
"content": "---\n# Install and run the Footprints Rails application\n\n- name: Check out source from GitHub\n git:\n repo: 'https://github.com/mongeeses/footprints-public.git'\n dest: /var/www/html/footprints-public\n\n- name: Create group for running Foot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1149,
"all_permissive": false
} |
ansible_role | timrourke/footprints-ansible | d7bf8bb8edb29149e639d512a98034fd3a658d27 | 0 | roles/mysql | 2,578 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# Installs the MySQL client\n\n- name: Install the MySQL client\n apt: name=mysql-client state=present\n\n- name: Install MySQL libraries\n apt: name=libmysqlclient-dev state=present",
"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 | timrourke/footprints-ansible | d7bf8bb8edb29149e639d512a98034fd3a658d27 | 0 | roles/nginx | 2,578 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/mongoose-footprints.j2",
"content": "upstream footprints { server 127.0.0.1:3000; }\n\nserver {\n server_name {{ footprints_host }};\n rewrite ^(.*) http://www.{{ footprints_host }}$1 permanent;\n}\n\nserver {\n listen *:80;\n server_name www.{{ footprints_host }};\n ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1060,
"all_permissive": false
} |
ansible_role | timrourke/footprints-ansible | d7bf8bb8edb29149e639d512a98034fd3a658d27 | 0 | roles/vim | 2,578 | [
"no_license"
] | [
{
"path": "roles/vim/templates/vimrc.local.j2",
"content": "set nocompatible\nset directory=~/.vim/tmp\nset backupdir=~/.vim/backup\nset showcmd \" Show incomplete commands\nset laststatus=2\nset bs=2\nset encoding=utf8\nset termencoding=utf8 \" Set terminal encoding to UTF8\nset synmaxcol=200 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1877,
"all_permissive": false
} |
ansible_role | rhpds/user-rhat-worker-id-labeler | 589bbe7d30dc75a894d18339c6707f21c226c537 | 0 | test/roles/test_basic | 2,578 | [
"no_license"
] | [
{
"path": "test/roles/test_basic/tasks/test.yml",
"content": "---\n- name: Create User <EMAIL>\n kubernetes.core.k8s:\n definition:\n apiVersion: user.openshift.io/v1\n fullName: <NAME> [123]\n kind: User\n metadata:\n name: <EMAIL>\n identities:\n - sso-internal:<EM... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 808,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_address_group | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_address_group/vars/main.yml",
"content": "---\n# vars file for panos_address_group\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "Ansible-Palo/roles/panos_address_group/handlers/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_address_object | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_address_object/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - panos_address_object\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "Ansible-Palo/roles/panos_address_ob... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 858,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_nat_rule | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_nat_rule/tasks/main.yml",
"content": "---\n# tasks file for panos_nat_rule\n- name: Create Nat Rule for {{ group }}\n paloaltonetworks.panos.panos_nat_rule:\n provider: \"{{ provider }}\"\n rule_name: \"{{ item.value.rule_name | default(omit) }}\"\n source_zone:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1371,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_security_rule | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_security_rule/handlers/main.yml",
"content": "---\n# handlers file for panos_security_rule\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "Ansible-Palo/roles/panos_security_rule/vars/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1548,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_service_object | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_service_object/tasks/main.yml",
"content": "---\n# tasks file for panos_service_object\n- name: Create Service Object for {{ group }}\n paloaltonetworks.panos.panos_service_object:\n provider: \"{{ provider }}\"\n name: \"{{ item.value.name }}\"\n protocol: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_tag_object | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_tag_object/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - panos_tag_object\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "Ansible-Palo/roles/panos_tag_object/default... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 733,
"all_permissive": false
} |
ansible_role | mggoodlander/Ansible-PANOS | 498ee18a49d60bf845392939243c036b7549ae77 | 0 | Ansible-Palo/roles/panos_url_categories | 2,578 | [
"no_license"
] | [
{
"path": "Ansible-Palo/roles/panos_url_categories/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - panos_url_categories\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "Ansible-Palo/roles/panos_url_catego... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | Pickachu1812/ansible | 5edd63cdb28eaa0ef42719c2170121fb66a16f17 | 0 | roles/common | 2,578 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: Install vim RHEL # имя задачи может быть любым и поддерживает переменные\n import_tasks: redhat.yml # в task можно подключить другой файл с тасками\n when: ansible_facts['os_family']|lower == 'redhat' # проверка усл... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | stevenjack/laptop-osx | 0d42717f8d970329a912f5d473c7505dce5b06b6 | 1 | ansible/roles/brew | 2,578 | [
"permissive"
] | [
{
"path": "ansible/roles/brew/tasks/main.yml",
"content": "---\n# brew playbook\n\n- include: install_homebrew.yml\n\n- name: \"update Homebrew\"\n homebrew: update_homebrew=yes\n\n- name: \"update Homebrew\"\n homebrew: update_homebrew=yes\n\n- name: \"Install Homebrew packages\"\n homebrew: name={{item... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1350,
"all_permissive": true
} |
ansible_role | stevenjack/laptop-osx | 0d42717f8d970329a912f5d473c7505dce5b06b6 | 1 | ansible/roles/casks | 2,578 | [
"permissive"
] | [
{
"path": "ansible/roles/casks/defaults/main.yml",
"content": "---\n# properties\n\ncasks:\n taps:\n - \"caskroom/cask\"\n - \"caskroom/versions\"\n\n packages:\n - \"divvy\"\n - \"1password\"\n - \"dropbox\"\n - \"google-chrome\"\n - \"google-hangouts\"\n - \"iterm2-beta\"\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": true
} |
ansible_role | stevenjack/laptop-osx | 0d42717f8d970329a912f5d473c7505dce5b06b6 | 1 | ansible/roles/dotfiles | 2,578 | [
"permissive"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n# dotfiles playbook\n\n- name: \"Clone dotfiles\"\n git: repo=https://github.com/stevenjack/dotfiles.git dest=/Users/{{install_user}}/.dotfiles recursive=yes\n\n- name: \"Link files\"\n file: src=/Users/{{install_user}}/.dotfiles/{{ item.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 837,
"all_permissive": true
} |
ansible_role | stevenjack/laptop-osx | 0d42717f8d970329a912f5d473c7505dce5b06b6 | 1 | ansible/roles/vimfiles | 2,578 | [
"permissive"
] | [
{
"path": "ansible/roles/vimfiles/tasks/main.yml",
"content": "---\n# vimfiles playbook\n\n- name: \"Clone vimfiles\"\n git: repo=https://github.com/stevenjack/vimfiles.git dest=/Users/{{install_user}}/.vimfiles recursive=yes\n\n- name: \"Link files\"\n file: src=/Users/{{install_user}}/.vimfiles/{{ item.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": true
} |
ansible_role | goldentechnology10/API_POSTGRES_OLD | 0a5fdec5e017f3902b8cc3222a3d8b78baa71fd7 | 0 | roles/install_db | 2,598 | [
"no_license"
] | [
{
"path": "roles/install_db/vars/main.yml",
"content": "---\nORACLE_BASE: \"{{ oracle_base }}\"\nORACLE_SID: \"{{ oracle_db_name }}\"\nORACLE_HOME: \"{{ oracle_home }}\"\nLISTENER_PORT: 1521\nEM_EXPRESS_PORT: 5500\nORACLE_PDB: \"PROD\"",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3939,
"all_permissive": false
} |
ansible_role | guillaumearm/cluster-debian-playground | f02e9cb1dda03c3528b70978fc42c05adeb961b4 | 0 | roles/debian_docker_installer | 2,598 | [
"no_license"
] | [
{
"path": "roles/debian_docker_installer/handlers/main.yml",
"content": "---\n# handlers file for debian_docker_installer\n\n- name: Reboot machine\n become: true\n ansible.builtin.reboot:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3509,
"all_permissive": false
} |
ansible_role | HassanHbar/pynet_ansible | a0cc9cd696bf1e9d0448876d39022da1140a55be | 0 | classe5/RTR/roles/router | 2,598 | [
"no_license"
] | [
{
"path": "classe5/RTR/roles/router/templates/router2.j2",
"content": "\nservice timestamps debug datetime msec localtime show-timezone\nservice timestamps log datetime msec localtime show-timezone\n!\nhostname {{item.hostname}}\n!\nlogging buffered 32000\nno logging console\n!\n{% if item.DHCP %}\nno ip dh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1286,
"all_permissive": false
} |
ansible_role | HassanHbar/pynet_ansible | a0cc9cd696bf1e9d0448876d39022da1140a55be | 0 | classe5/SWITCH/roles/switch | 2,598 | [
"no_license"
] | [
{
"path": "classe5/SWITCH/roles/switch/tasks/exercice1_main.yml",
"content": "---\n - name: Generate Configuration file\n template: src=switch.j2\n dest=/home/hhbar/ANSIBLE/CFGS/classe5_exercice1/{{item.hostname}}.txt\n with_items: test_switchs\n",
"license_type": "no_licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | byson2562/ansible-tutorial | 89b67bd0117fa516685abadf377471dfeef1a30c | 0 | roles/wordpress | 2,598 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/mysql.yml",
"content": "---\n- name: remove mariadb-libs\n yum:\n state: absent\n name: mariadb-libs\n\n- name: install mysql repository\n yum:\n name: http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm\n state: installed\n validate_certs: y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/adder | 2,598 | [
"no_license"
] | [
{
"path": "roles/adder/tasks/main.yml",
"content": "---\n- name: Echo Adder\n command: echo \"hello adder\"\n\n- name: Check install method\n vars:\n _allowed_install_methods: ['docker']\n ansible.builtin.assert:\n that:\n - adder_install_method in _allowed_install_methods\n fail_msg: 'The ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2538,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/cardano_db_sync | 2,598 | [
"no_license"
] | [
{
"path": "roles/cardano_db_sync/meta/main.yml",
"content": "galaxy_info: {}\n\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/cardano_db_sync/tasks/docker.yml",
"content": "---\n- name: Create container\n community.d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2480,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/cardano_node | 2,598 | [
"no_license"
] | [
{
"path": "roles/cardano_node/tasks/docker.yml",
"content": "---\n- name: Create cardano-cli wrapper for Docker\n ansible.builtin.template:\n src: cardano-cli.sh.j2\n dest: '{{ cardano_node_docker_cli_script }}'\n owner: '{{ cardano_node_user }}'\n group: '{{ cardano_node_group }}'\n mode: '... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 8999,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/cardano_node_api | 2,598 | [
"no_license"
] | [
{
"path": "roles/cardano_node_api/tasks/main.yml",
"content": "---\n- name: Check install method\n vars:\n _allowed_install_methods: ['docker']\n ansible.builtin.assert:\n that:\n - cardano_node_api_install_method in _allowed_install_methods\n fail_msg: 'The specified install method ({{ card... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3846,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/cdnsd | 2,598 | [
"no_license"
] | [
{
"path": "roles/cdnsd/tasks/main.yml",
"content": "---\n- name: Check install method\n vars:\n _allowed_install_methods: ['docker']\n ansible.builtin.assert:\n that:\n - cdnsd_install_method in _allowed_install_methods\n fail_msg: 'The specified install method ({{ cdnsd_install_method }}) i... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2318,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/dingo | 2,598 | [
"no_license"
] | [
{
"path": "roles/dingo/defaults/main.yml",
"content": "---\n# Install method\ndingo_install_method: 'docker'\n\n# Dingo version\ndingo_version: '0.13.0'\n\n# Cardano network\ndingo_network: mainnet\n\n# Base host directory for node data\ndingo_dir: /opt/cardano\n\n# Config directory for host/container\nding... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7184,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/dolos | 2,598 | [
"no_license"
] | [
{
"path": "roles/dolos/tasks/docker.yml",
"content": "---\n- name: Initialize dolos_docker_volumes fact\n set_fact:\n dolos_docker_volumes: '{{ dolos_docker_volumes | default([]) + [item] }}'\n loop:\n - '{{ cardano_node_ipc_dir }}:{{ dolos_ipc_container_dir }}'\n - '{{ dolos_db_dir }}:{{ dolos_d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6374,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/kupo | 2,598 | [
"no_license"
] | [
{
"path": "roles/kupo/tasks/main.yml",
"content": "---\n- name: Check install method\n vars:\n _allowed_install_methods: ['docker']\n ansible.builtin.assert:\n that:\n - kupo_install_method in _allowed_install_methods\n fail_msg: 'The specified install method ({{ kupo_install_method }}) is n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3083,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/ogmios | 2,598 | [
"no_license"
] | [
{
"path": "roles/ogmios/defaults/main.yml",
"content": "---\n# Install method\nogmios_install_method: 'docker'\n\n# Ogmios version\nogmios_version: '6.13.0'\n\n# Base host directory for node data\ncardano_node_dir: /opt/cardano\n\n# Config directory for host/container\ncardano_node_config_dir: '{{ cardano_n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2771,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/tx_submit_api | 2,598 | [
"no_license"
] | [
{
"path": "roles/tx_submit_api/tasks/main.yml",
"content": "---\n- name: Check install method\n vars:\n _allowed_install_methods: ['docker']\n ansible.builtin.assert:\n that:\n - tx_submit_api_install_method in _allowed_install_methods\n fail_msg: 'The specified install method ({{ tx_submit_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3362,
"all_permissive": false
} |
ansible_role | blinklabs-io/ansible-cardano | fa7cb8a9c02ad832312f70399e77a126a9eb89f2 | 5 | roles/tx_submit_api_mirror | 2,598 | [
"no_license"
] | [
{
"path": "roles/tx_submit_api_mirror/tasks/docker.yml",
"content": "---\n- name: Initialize tx_submit_api_mirror_docker_volumes fact\n set_fact:\n tx_submit_api_mirror_docker_volumes: []\n\n- name: Add tls certificate to tx_submit_api_mirror_docker_volumes fact\n set_fact:\n tx_submit_api_mirror_do... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3009,
"all_permissive": false
} |
ansible_role | hatemosphere/terraform-packer-helloworld-bastion | 76459703fc876d37d1fc5f4ee6b8a750f259a7aa | 2 | packer/ansible/roles/ubuntu-18.04-ssh-bastion-role | 2,598 | [
"no_license"
] | [
{
"path": "packer/ansible/roles/ubuntu-18.04-ssh-bastion-role/defaults/main.yml",
"content": "---\nbase_packages:\n - python3\n - openssh-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "packer/ansible/roles/ubuntu-18.04-ssh-bastion-role/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2266,
"all_permissive": false
} |
ansible_role | sketchdev-developer/team2-webapp | 331ea65f9346a1ae87c6ca9013c041c5d7f33078 | 0 | ansible/roles/nginx | 2,598 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n\n#- name: Set hostname to {{ webapp_hostname }}\n #hostname: name={{ webapp_hostname }}\n\n- name: NGINX | Starting NGINX\n service:\n name: nginx\n state: started\n\n- name: Copy nginx configuration\n template: src=nginx.conf dest=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1254,
"all_permissive": false
} |
ansible_role | sketchdev-developer/team2-webapp | 331ea65f9346a1ae87c6ca9013c041c5d7f33078 | 0 | ansible/roles/packages | 2,598 | [
"no_license"
] | [
{
"path": "ansible/roles/packages/tasks/main.yml",
"content": "---\n- name: NGINX | Adding NGINX signing key\n apt_key: url=http://nginx.org/keys/nginx_signing.key state=present\n\n- name: NGINX | Adding sources.list deb url for NGINX\n lineinfile: dest=/etc/apt/sources.list line=\"deb http://nginx.org/pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1086,
"all_permissive": false
} |
ansible_role | sketchdev-developer/team2-webapp | 331ea65f9346a1ae87c6ca9013c041c5d7f33078 | 0 | ansible/roles/setup_deploy_user | 2,598 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_deploy_user/tasks/main.yml",
"content": "---\n- name: Create deploy user\n user: name=deploy\n\n- name: Add authorized key for deploy user\n authorized_key: user=deploy key=\"{{ lookup('file', deploy_user_authorized_key) }}\"\n\n- name: Add authorized key for CI server\n au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 818,
"all_permissive": false
} |
ansible_role | idrigo/clickhouse_ansible | 122d36bbd63accc73a2e322bb889085273055afb | 0 | roles/clickhouse | 2,598 | [
"no_license"
] | [
{
"path": "roles/clickhouse/defaults/main.yml",
"content": "---\nclickhouse_version: \"*\"\nclickhouse_supported: yes\nclickhouse_repo: \"deb http://repo.yandex.ru/clickhouse/deb/stable/ main/\"\nclickhouse_repo_old: \"deb http://repo.yandex.ru/clickhouse/xenial stable main\"\nclickhouse_repo_keyserver: key... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4924,
"all_permissive": false
} |
ansible_role | arsalanator/appointment-system | 81bb6b56efe00bad833e776fcf06b569cd585e0b | 0 | deployments/ansible/roles/mongodb | 2,598 | [
"no_license"
] | [
{
"path": "deployments/ansible/roles/mongodb/templates/mongodb.service.j2",
"content": "[Unit]\nDescription=MongoDB Database Server\nAfter=network.target\n\n[Service]\nUser=mongodb\nGroup=mongodb\nExecStart=/usr/bin/mongod --config /etc/mongod.conf\nExecReload=/bin/kill -HUP $MAINPID\nRestart=always\nRestar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | arsalanator/appointment-system | 81bb6b56efe00bad833e776fcf06b569cd585e0b | 0 | deployments/ansible/roles/mysql | 2,598 | [
"no_license"
] | [
{
"path": "deployments/ansible/roles/mysql/templates/mysql.service.j2",
"content": "[Unit]\nDescription=MySQL Database Service\nAfter=network.target\nDocumentation=man:mysqld(8)\n\n[Service]\nType=notify\nUser=mysql\nGroup=mysql\nExecStart=/usr/sbin/mysqld --defaults-file=/etc/mysql/my.cnf\nExecReload=/bin/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2082,
"all_permissive": false
} |
ansible_role | arsalanator/appointment-system | 81bb6b56efe00bad833e776fcf06b569cd585e0b | 0 | deployments/ansible/roles/nginx | 2,598 | [
"no_license"
] | [
{
"path": "deployments/ansible/roles/nginx/tasks/main.yml",
"content": "---\n# roles/nginx/tasks/main.yml\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Create Nginx server configuration\n template:\n src: nginx.conf.j2\n dest: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3006,
"all_permissive": false
} |
ansible_role | arsalanator/appointment-system | 81bb6b56efe00bad833e776fcf06b569cd585e0b | 0 | deployments/ansible/roles/pm2 | 2,598 | [
"no_license"
] | [
{
"path": "deployments/ansible/roles/pm2/tasks/main.yml",
"content": "---\n- name: Install PM2 globally\n npm:\n name: pm2\n global: yes\n state: present\n \n- name: Install PM2 logrotate module\n command: pm2 install pm2-logrotate\n args:\n creates: \"{{ ansible_env.HOME }}/.pm2/module_conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1949,
"all_permissive": false
} |
ansible_role | arsalanator/appointment-system | 81bb6b56efe00bad833e776fcf06b569cd585e0b | 0 | deployments/ansible/roles/redis | 2,598 | [
"no_license"
] | [
{
"path": "deployments/ansible/roles/redis/templates/redis.conf.j2",
"content": "# Network\nbind {{ redis_bind_address | default('127.0.0.1') }}\nport {{ redis_port | default(6379) }}\nprotected-mode {{ redis_protected_mode | default('yes') }}\n\n# General\ndaemonize no\nsupervised systemd\npidfile /var/run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1853,
"all_permissive": false
} |
ansible_role | lasdapharm/AutomatedConfiguration_and_Deployment_with_Ansible | 1a5db4d811048c461d2b52d8beb0f331b7c46689 | 0 | roles/app | 2,598 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yaml",
"content": "- name: Clone the repository\n git:\n repo: \"https://github.com/hngprojects/hng_boilerplate_php_laravel_web.git\"\n dest: /opt/stage_5b\n version: devops\n force: yes\n update: yes\n\n- name: Install Composer\n get_url:\n url: https://g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | lasdapharm/AutomatedConfiguration_and_Deployment_with_Ansible | 1a5db4d811048c461d2b52d8beb0f331b7c46689 | 0 | roles/common | 2,598 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: Update apt and upgrade system\n apt:\n update_cache: yes\n upgrade: dist\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | lasdapharm/AutomatedConfiguration_and_Deployment_with_Ansible | 1a5db4d811048c461d2b52d8beb0f331b7c46689 | 0 | roles/logging | 2,598 | [
"no_license"
] | [
{
"path": "roles/logging/tasks/main.yaml",
"content": "---\n- name: Configure log directory\n file:\n path: /var/log/stage_5b\n state: directory\n owner: hng\n group: hng\n mode: '0755'\n\n- name: Create error log file\n file:\n path: /var/log/stage_5b/error.log\n state: touch\n ow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.