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 | anorum/capstone | a3ad2d523fd098baf4286f97e9a4d7861b817929 | 0 | ansible/roles/create-eks | 378 | [
"no_license"
] | [
{
"path": "ansible/roles/create-eks/files/cluster.yml",
"content": "apiVersion: eksctl.io/v1alpha5\nkind: ClusterConfig\nmetadata:\n name: udacitycapstone\n region: us-west-2\nmanagedNodeGroups:\n - name: workers\n instanceType: t2.micro\n privateNetworking: true\n minSize: 1\n maxSize: 3\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | indrapurnomo/ansible-roles-kubernetes-with-kops | 26a2e461cd8bb1e7210660994c593d04b6996018 | 0 | roles/delk8s | 384 | [
"no_license"
] | [
{
"path": "roles/delk8s/tasks/main.yml",
"content": "- name: delete k8s\n command: kops delete cluster --name {{ cluster_name }} --state {{ state_store }} --yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | indrapurnomo/ansible-roles-kubernetes-with-kops | 26a2e461cd8bb1e7210660994c593d04b6996018 | 0 | roles/genssh | 384 | [
"no_license"
] | [
{
"path": "roles/genssh/tasks/main.yml",
"content": "- name: generate ssh\n shell: ssh-keygen -t rsa -N \"\" -f ~/.ssh/id_rsa <<< y\n args:\n executable: /bin/bash\n#perintah tersebut akan masuk ke folder /root/.ssh/\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | indrapurnomo/ansible-roles-kubernetes-with-kops | 26a2e461cd8bb1e7210660994c593d04b6996018 | 0 | roles/k8s | 384 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/main.yml",
"content": "\n- name: create cluster k8s\n command: kops create cluster --zones=us-east-1a --node-count=3 --master-count=1 --node-size=t2.micro --master-size=t2.small --name={{ cluster_name }} --state={{ state_store }} --ssh-public-key=/root/.ssh/id_rsa.pub\n- name: up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | indrapurnomo/ansible-roles-kubernetes-with-kops | 26a2e461cd8bb1e7210660994c593d04b6996018 | 0 | roles/kubectl | 384 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "- name: install kubectl\n get_url:\n url: https://storage.googleapis.com/kubernetes-release/release/v1.19.3/bin/linux/amd64/kubectl\n dest: /usr/bin/\n mode: '0755'\n\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": 172,
"all_permissive": false
} |
ansible_role | indrapurnomo/ansible-roles-kubernetes-with-kops | 26a2e461cd8bb1e7210660994c593d04b6996018 | 0 | roles/valk8s | 384 | [
"no_license"
] | [
{
"path": "roles/valk8s/tasks/main.yml",
"content": "- name: validasi k8s\n command: kops validate cluster --state {{ state_store }} --yes \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 88,
"all_permissive": false
} |
ansible_role | oestrich/grapevine | 952beb06c04029198ae069b3fb38e8a45b173f08 | 159 | apps/telnet/deploy/roles/setup | 384 | [
"no_license"
] | [
{
"path": "apps/telnet/deploy/roles/setup/handlers/main.yml",
"content": "---\n- name: reload systemd\n command: systemctl daemon-reload\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "apps/telnet/deploy/roles/setup/tasks/user.ym... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | tristankenney/airwallex-ansible | 03fceb8644c5bbd5de404b5ee789c93dc44e8a74 | 0 | roles/ec2 | 384 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/launch_instance.yml",
"content": "---\n- name: Locate AMI\n ec2_ami_facts:\n aws_access_key: \"{{ air_aws_access_key }}\"\n aws_secret_key: \"{{ air_aws_secret_key }}\"\n region: \"{{ air_aws_region }}\"\n owners: 099720109477\n filters:\n name: \"ubuntu/image... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1807,
"all_permissive": false
} |
ansible_role | tristankenney/airwallex-ansible | 03fceb8644c5bbd5de404b5ee789c93dc44e8a74 | 0 | roles/iam | 384 | [
"no_license"
] | [
{
"path": "roles/iam/tasks/main.yml",
"content": "---\n- include: create_webserver_iam_role.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/iam/tasks/create_webserver_iam_role.yml",
"content": "- name: Create webserver IAM role\n iam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | tristankenney/airwallex-ansible | 03fceb8644c5bbd5de404b5ee789c93dc44e8a74 | 0 | roles/nginx | 384 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/log_nginx.yml",
"content": "---\n- name: Lookup instance\n ec2_instance_facts:\n aws_access_key: \"{{ air_aws_access_key }}\"\n aws_secret_key: \"{{ air_aws_secret_key }}\"\n region: \"{{ air_aws_region }}\"\n filters: \n \"tag:Group\" : \"{{ air_ec2_group }}\"... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 4989,
"all_permissive": false
} |
ansible_role | tristankenney/airwallex-ansible | 03fceb8644c5bbd5de404b5ee789c93dc44e8a74 | 0 | roles/vpc | 384 | [
"no_license"
] | [
{
"path": "roles/vpc/tasks/main.yml",
"content": "---\n- include: create_vpc.yml\n- include: create_subnet.yml\n- include: create_routes.yml\n- include: create_security_groups.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/vpc/tasks/cre... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3509,
"all_permissive": false
} |
ansible_role | learndevopsgit/Ansible | 543227c4fd5a170a1328df3422c5d195eec1ec0b | 0 | Tellform/roles/appserver | 384 | [
"no_license"
] | [
{
"path": "Tellform/roles/appserver/tasks/main.yml",
"content": "---\n# tasks file for appserver\n- name: \"Creating the nodesetup directory\"\n file:\n path: \"{{ folderpath }}\"\n state: directory\n- name: Download node js package setup\n command: \"curl -sL https://deb.nodesource.com/setup_{{ nod... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 927,
"all_permissive": false
} |
ansible_role | learndevopsgit/Ansible | 543227c4fd5a170a1328df3422c5d195eec1ec0b | 0 | Tellform/roles/common | 384 | [
"no_license"
] | [
{
"path": "Tellform/roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: \"update packages\"\n apt:\n update_cache: yes\n- name: Insall utilities\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - git\n - tree",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 181,
"all_permissive": false
} |
ansible_role | learndevopsgit/Ansible | 543227c4fd5a170a1328df3422c5d195eec1ec0b | 0 | Tellform/roles/webserver | 384 | [
"no_license"
] | [
{
"path": "Tellform/roles/webserver/defaults/main.yml",
"content": "---\n# defaults file for webserver\nwebserver_dns_name: \"ip-172-31-2-60.ap-south-1.compute.internal\"\nwebserver_ip: 172.31.2.60",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "T... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/artifactory/roles/enable-jmx | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/artifactory/roles/enable-jmx/tasks/main.yml",
"content": "#Enable JMX on the Artifactory instance\n#The updates must be done in /etc/opt/jfrog/artifactory/default,\n#Params:\n#artifactory_jmx_port (optional), default 8199\n---\n- name: Set artifactory_home\n set_fact: artif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/cn2/roles/repair-cn2 | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/cn2/roles/repair-cn2/tasks/main.yml",
"content": "---\n# Repair CN2 \n\n- name: \"stop netmaster\"\n become: true \n service: name=netmaster state=stopped\n when: inventory_hostname in groups['ncv']\n\n- name: \"stop netplugin\"\n become: true \n service:\n name: netp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 427,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/common/roles/manage-service | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/common/roles/manage-service/tasks/main.yml",
"content": "#start/stop/restart a service\n#Inputs: service_name, service_state (started,stopped,restarted)\n---\n- name: Set service running state to restart if none specified as that is the popular request\n set_fact: service_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/contiv/roles/upgrade-contiv | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/contiv/roles/upgrade-contiv/tasks/main.yml",
"content": "---\n# Upgrades Contiv\n\n- name: \"stop netmaster\"\n become: true\n service: name=netmaster state=stopped\n when: inventory_hostname in groups['ncv']\n\n- name: \"stop netplugin\"\n become: true\n service:\n n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3027,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/config-ddagent | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/config-ddagent/templates/process.app.yaml.j2",
"content": "init_config:\n # used to override the default procfs path, e.g. for docker\n # containers to see the processes of the host at /host/proc\n # procfs_path: /proc\ninstances:\n - name: consul\n sear... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3566,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/config-jenkins-integration | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/config-jenkins-integration/tasks/main.yml",
"content": "#Enables Jenkins integration\n---\n- name: Rename jenkins.yaml.example file to jenkins.yaml\n shell: cp /etc/dd-agent/conf.d/jenkins.yaml.example /etc/dd-agent/conf.d/jenkins.yaml\n\n- name: Set permissio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/config-jmx-aj | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/config-jmx-aj/tasks/main.yml",
"content": "#Installs config file for Artifactory and Jenkins JMX monitoring on A/J host where both apps run.\n---\n- name: Installs config file for Artifactory/JMX integration\n template: src=aj-jmx.yaml.j2 dest=/etc/dd-agent/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3424,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/config-jmx-artifactory | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/config-jmx-artifactory/tasks/main.yml",
"content": "#Installs config file for Artifactory/JMX monitoring\n---\n- name: Installs config file for Artifactory/JMX integration\n template: src=artifactory-jmx.yaml.j2 dest=/etc/dd-agent/conf.d/jmx.yaml owner=dd-agen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/config-jmx-jenkins | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/config-jmx-jenkins/tasks/main.yml",
"content": "#Installs config file for Jenkins/JMX monitoring\n---\n- name: Installs config file for Jenkins/JMX integration\n template: src=jenkins-jmx.yaml.j2 dest=/etc/dd-agent/conf.d/jmx.yaml owner=dd-agent group=dd-agent... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/enable-https-proxy | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/enable-https-proxy/tasks/main.yml",
"content": "#Enable https-proxy for Datadog in outbound https traffic\n---\n- name: Set https-proxy defaults\n set_fact:\n proxy_host: https-proxy.service\n proxy_port: 3128\n\n- name: Point https-proxy to corp setti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 631,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/enable-https-proxy-snmp | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/enable-https-proxy-snmp/templates/snmp.yaml.auto_conf.j2",
"content": "docker_images:\n - https-proxy\n - https-proxy-service\n# THIS IS JUST FOR REFERENCE - A KNOWN WORKING DATADOG YAML FOR SQUID\ninit_config:\n #You can specify an additional folder for you... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2425,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/install-api-key | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/install-api-key/tasks/main.yml",
"content": "#Updates the API KEY\n# Run playbook with extra-vars option api_key=API_KEY_VALUE\n---\n- name: Check if api_key is made available by the playbook\n fail: msg=\"api_key is not specified\"\n when: not api_key\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/install-auto-discover-configs | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/install-auto-discover-configs/templates/nginx.yaml.auto_conf.j2",
"content": "docker_images:\n - approval-nginx\n - form-nginx\n - nginx\n - openapi-mockbox-nginx\n - openapi-nginx\n - webserver-nginx\n - sellerapp-nginx\n\ninit_config:\n\ninstances:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5315,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/install-ddagent | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/install-ddagent/tasks/main.yml",
"content": "#Install the new agent from a deb file. Update api_key, set tags, enable JMX etc\n#Prereq role: datadog/roles/common\n#Params:\n#env_name (Required) - monsoon, aws, sc1-ms etc. used to define env tag\n#env_type (opti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3171,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/install-http-check | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/install-http-check/templates/http_check.yaml.conf.j2",
"content": " - name: Verify DataDog HQ Access via https-proxy\n url: https://5-14-0-app.datadoghq.com\n timeout: 5\n min_collection_interval: 60\n content_match: 'Log in wit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1200,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/mon-jenkins-slave | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/mon-jenkins-slave/tasks/main.yml",
"content": "---\n- name: Add check for process that runs slave.jar\n template: src=\"process.yaml.j2\" dest=/etc/dd-agent/conf.d/process.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/remove-ddagent-buddy | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/remove-ddagent-buddy/tasks/main.yml",
"content": "#Remove ddagent-buddy from a host\n---\n\n- name: Stop the ddagent-buddy service running\n shell: stop ddagent-buddy || echo Failed to stop ddagent-buddy. Ignoring...\n register: out\n- debug: var=out.stdout\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/datadog/roles/upgrade-ddagent | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/datadog/roles/upgrade-ddagent/tasks/main.yml",
"content": "#Installs datadog agent version using the deb file supplied\n---\n- name: Check artifactory,env and cluster info are available\n fail: msg=\"env_name, env_type (prod/qa/dev), env_name (monsoon,aws,bare-metal), clust... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2501,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/jenkins/roles/enable-jmx | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/jenkins/roles/enable-jmx/tasks/main.yml",
"content": "#Enable JMX on a Jenkins instance.\n---\n- name: Set JMX port number to 7199 if none specified\n set_fact: jenkins_jmx_port=7199\n when: jenkins_jmx_port is undefined\n\n- name: Add JAVA options to /etc/default/jenkins ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/jenkins/roles/manage-service | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/jenkins/roles/manage-service/tasks/main.yml",
"content": "#start/stop/restart Jenkins service\n---\n- name: Set service running state to restart if none specified as that is the popular request\n set_fact: service_state=restarted\n when: service_state is undefined\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/logs/roles/auditlogs | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/logs/roles/auditlogs/tasks/main.yml",
"content": "---\n - name: Deleting line\n lineinfile:\n path: /etc/audit/audit.rules\n regexp: '^-a never,\\s*exit\\s+-F\\s+path=/opt/datadog-agent/embedded/bin/python2.7'\n state: absent\n\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/logs/roles/logrotate | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/logs/roles/logrotate/tasks/main.yml",
"content": "\n---\n- name: Check if /etc/logrotate.d/cobalt exists\n stat: path=/etc/logrotate.d/cobalt\n register: cobalt_file\n\n- name: copy cobalt logrotate template to hosts if that doesn't exist yet.\n template: src=cobalt dest=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/mysql/roles/install-dd-integ | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/mysql/roles/install-dd-integ/files/mysql-dd-integ.sh",
"content": "#!/bin/bash\n\npass=$1\n\n#sudo mysql -e \"CREATE USER 'datadog'@'localhost' IDENTIFIED BY $pass ;\"\nsudo mysql -e \"GRANT REPLICATION CLIENT ON *.* TO 'datadog'@'localhost' WITH MAX_USER_CONNECTIONS 5;\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1960,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/nomadui/roles/nomad_ui_docker_template | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/nomadui/roles/nomad_ui_docker_template/tasks/main.yml",
"content": "---\n - name: Replacing line\n lineinfile:\n path: /var/cobalt/nomad_ui_docker_pull.sh.template\n regexp: 'docker pull'\n line: \"docker pull @@REPO@@/nomad-ui/nomad-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | AribaOpensource/NCVClusterSetup | 2fa33c0ee8a15ecdbad6b7eeab94140bcd79398f | 0 | ncv-ami/ansible-roles/nomadui/roles/nomad_ui_init_config | 384 | [
"no_license"
] | [
{
"path": "ncv-ami/ansible-roles/nomadui/roles/nomad_ui_init_config/tasks/main.yml",
"content": "---\n - name: Replacing line\n lineinfile:\n path: /etc/init/nomad_ui.conf\n regexp: 'IMAGEID='\n line: \"IMAGEID=$(docker images | grep '/nomad-ui' | head -1 | awk '{pri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/base | 384 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# Name: Install and configure some base packages\n\n- name: Apt - enable bookworm-backports\n deb822_repository:\n name: bookworm-backports\n types: deb\n uris: http://deb.debian.org/debian\n suites: bookworm-backports\n components:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1166,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/borgbackup | 384 | [
"no_license"
] | [
{
"path": "roles/borgbackup/tasks/main.yml",
"content": "- name: Install Borg backup utility and dependencies\n apt:\n name:\n - borgbackup\n - fuse\n state: latest\n\n- name: Ensure Borg log file directory exists\n file:\n path: /var/log/borgbackup/\n state: directory\n owner: ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8209,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/clamav | 384 | [
"no_license"
] | [
{
"path": "roles/clamav/templates/freshclam.conf.j2",
"content": "# Automatically created by the clamav-freshclam postinst\n# Comments will get lost when you reconfigure the clamav-freshclam package\n\nDatabaseOwner clamav\nUpdateLogFile /var/log/clamav/freshclam.log\nLogVerbose false\nLogSyslog false\nLogF... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2902,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/dns-server | 384 | [
"no_license"
] | [
{
"path": "roles/dns-server/tasks/main.yml",
"content": "- name: ensure /etc/systemd/resolved.conf.d exists\n file:\n path: /etc/systemd/resolved.conf.d\n state: directory\n owner: root\n group: root\n mode: '0755'\n\n- name: turn off systemd-resolved's TCP stub listener\n copy:\n src: n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5487,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/dovecot | 384 | [
"no_license"
] | [
{
"path": "roles/dovecot/handlers/main.yml",
"content": "---\n# Handlers for dovecot\n\n- name: restart Dovecot\n service: name=dovecot state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/dovecot/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1616,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/exim4 | 384 | [
"no_license"
] | [
{
"path": "roles/exim4/templates/exim4.conf.localmacros.j2",
"content": "# {{ ansible_managed }}\n# Place PLUG-specific overrides in this file as needed\n\n# Enable TLS\nMAIN_TLS_ENABLE = yes\n\n# Enable the more common submission ports\ndaemon_smtp_ports = 25 : 465 : 587\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/fail2ban | 384 | [
"no_license"
] | [
{
"path": "roles/fail2ban/tasks/main.yml",
"content": "#role:fail2ban\n- name: Install fail2ban and dependencies\n apt:\n name:\n - fail2ban\n - python3-pyinotify\n state: latest\n\n- name: Configure fail2ban\n template:\n src: jail.local.j2\n dest: /etc/fail2ban/jail.local\n notify... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/letsencrypt | 384 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/meta/main.yml",
"content": "dependencies:\n - dns-server\n - nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/letsencrypt/templates/dns-rfc2136.ini.j2",
"content": "# Target DNS server\ndns_rfc2136_se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/mail_testing | 384 | [
"no_license"
] | [
{
"path": "roles/mail_testing/tasks/main.yml",
"content": "---\n# Name: Install and configure some helpful packages for debugging mail servers.\n\n- name: Install mail testing utils\n apt: \n name:\n - mutt\n - swaks\n - curl\n - netcat\n state: latest\n",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/mailman2 | 384 | [
"no_license"
] | [
{
"path": "roles/mailman2/tasks/main.yml",
"content": "- name: Enable Debian Buster repo for Python 2 packages\n deb822_repository:\n name: buster\n types: deb\n uris: http://ftp.au.debian.org/debian\n suites: buster\n components:\n - main\n signed_by: /usr/share/keyrings/debian-arch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/nginx | 384 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.html.j2",
"content": "<html>\n<!-- {{ ansible_managed }} -->\n<head>\n<meta http-equiv=\"refresh\" content=\"0; url=https://www.plug.org.au/\">\n<title>Default server page, redirecting to main site</title>\n</head>\n<h1>Default server page, redirecting to main site</... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/opendkim | 384 | [
"no_license"
] | [
{
"path": "roles/opendkim/tasks/main.yml",
"content": "---\n# Name: Install and configure OpenDKIM\n\n- name: Install OpenDKIM + associated tools\n apt: \n name:\n - opendkim\n - opendkim-tools\n state: latest\n\n# TODO: Copy keys across and ensure correct permissions\n\n- name: Create sock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/pflogsumm | 384 | [
"no_license"
] | [
{
"path": "roles/pflogsumm/tasks/main.yml",
"content": "---\n# Name: Install and configure pflogsumm\n\n- name: Install pflogsumm\n apt: name=pflogsumm state=latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 106,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/plug-website | 384 | [
"no_license"
] | [
{
"path": "roles/plug-website/tasks/main.yml",
"content": "- name: Install Hugo\n apt: name=hugo state=latest\n\n- name: Use Git to checkout latest plug website\n git: version=\"master\" repo=\"https://github.com/plugorgau/plugorgau.github.io.git\" dest=\"/home/glass/plugorgau.github.io/\"\n become_user:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/postfix | 384 | [
"no_license"
] | [
{
"path": "roles/postfix/templates/aliases.j2",
"content": "# See man 5 aliases for format\npostmaster: root\nroot:\tadmin\n\n# chair, backup\nchair: <EMAIL>,<EMAIL>\nchairperson: chair\nchairman: chair\nchairwoman: chair\npresident: chair\nvicechair: <EMAIL>,<EMAIL>\nvc: vicechair\nvp: vicechair\nvicepr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9364,
"all_permissive": false
} |
ansible_role | plugorgau/plug-services | 39392ac6a5da9d3412ba9a0bed318b5f504d5645 | 3 | roles/spamassassin | 384 | [
"no_license"
] | [
{
"path": "roles/spamassassin/examples/spam-train.sh.j2",
"content": "#!/bin/sh\n\necho \"Learning Spam_true as spam...\"\nsa-learn --no-sync --spam /home/glass/Maildir/.spam-true/{cur,new}\necho \"Learning Spam_false as not spam...\"\nsa-learn --no-sync --ham /home/glass/Maildir/.spam-false/{cur,new}\nsa-l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 807,
"all_permissive": false
} |
ansible_role | kalyankalapala/ansible-roles | 861c047d04c9160303fda7462ddb83e7d59895a4 | 0 | roles/apache | 384 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install httpd Package\n yum: name=httpd state=latest\n- name: Create index.html file\n file: path=/var/www/html/index.html state=touch\n- name: copy index.html file\n copy: src=/etc/ansible/roles/apache/files/index.html dest=/var/www/html\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | kasper5/ansible-proxmox-vm-deploy | e4d7252fa6a2914a69aea5afdb753b9c0d98805f | 0 | roles/proxmox | 384 | [
"no_license"
] | [
{
"path": "roles/proxmox/tasks/vm_deploy.yml",
"content": "---\n\n- name: Deploy VM.\n hosts: localhost\n connection: local\n tasks:\n\n # Authentication Proxmox API.\n - name: Authentication Proxmox API.\n uri:\n url: \"https://{{ PVE_API }}:8006/api2/json/access/ticket\"\n vali... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7533,
"all_permissive": false
} |
ansible_role | zarr12steven/Learn_Ansible | cc5ed85d80eb366087954a526e5a390c98d3bbff | 3 | SUSE_Portus/roles/portus | 384 | [
"no_license"
] | [
{
"path": "SUSE_Portus/roles/portus/vars/main.yml",
"content": "---\n# vars file for portus\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "SUSE_Portus/roles/portus/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2805,
"all_permissive": false
} |
ansible_role | romedawg/aws_infra | 6e37904b4a482fb3dd4070bf746a041f4c3c8fad | 0 | ansible/roles/postgres | 384 | [
"no_license"
] | [
{
"path": "ansible/roles/postgres/tasks/main.yml",
"content": "---\n#- include: prepare_vars.yml\n#- include: setup_container_instances.yml\n- include: install.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/postgres/tasks/install... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3988,
"all_permissive": false
} |
ansible_role | romedawg/aws_infra | 6e37904b4a482fb3dd4070bf746a041f4c3c8fad | 0 | ansible/roles/terraform_workspace | 384 | [
"no_license"
] | [
{
"path": "ansible/roles/terraform_workspace/tasks/main.yml",
"content": "---\n- include: terraform_service.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/terraform_workspace/README.md",
"content": "# Generic terraform modu... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2436,
"all_permissive": false
} |
ansible_role | anekix/ansible-mongo-cluster | b0cd103864bd1717812c78cbb8eace717c325d56 | 0 | ansible-mongodb-cluster/roles/common | 377 | [
"no_license"
] | [
{
"path": "ansible-mongodb-cluster/roles/common/templates/mongodb.conf.j2",
"content": "systemLog:\n destination: file\n path: \"/var/log/mongodb/mongod.log\"\n quiet: true\n logAppend: true\n\nstorage:\n dbPath: \"/var/lib/mongodb\"\n journal:\n enabled: true\n\nnet:\n bindIp: 0.0.0.0\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3841,
"all_permissive": false
} |
ansible_role | anekix/ansible-mongo-cluster | b0cd103864bd1717812c78cbb8eace717c325d56 | 0 | ansible-mongodb-cluster/roles/mongod_primary | 377 | [
"no_license"
] | [
{
"path": "ansible-mongodb-cluster/roles/mongod_primary/spec/mongod_spec.rb",
"content": "require 'spec_helper'\n\ndescribe 'firewalld should be enabled and running' do\n\tdescribe service('firewalld') do\n\t it { should be_running }\n\t it { should be_enabled }\n\tend\nend\n\ndescribe 'mongod should be e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1392,
"all_permissive": false
} |
ansible_role | anekix/ansible-mongo-cluster | b0cd103864bd1717812c78cbb8eace717c325d56 | 0 | ansible-mongodb-cluster/roles/mongod_replicaset | 377 | [
"no_license"
] | [
{
"path": "ansible-mongodb-cluster/roles/mongod_replicaset/tasks/main.yml",
"content": "---\n# Secure replication using the secret\n- name: Copy the keyfile for replicated authentication\n become: yes\n copy: src=secret dest={{ keyfile_location_prefix }}secret owner=mongodb group=mongodb mode=0400\n noti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | alonsolucas/docker-joomla-ansible | 4de851bb084ae159731d3ddc1547d54188b58e30 | 0 | roles/joomla | 377 | [
"no_license"
] | [
{
"path": "roles/joomla/defaults/main.yml",
"content": "---\n# defaults file for joomla\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/joomla/tasks/main.yml",
"content": "---\n\n- name: \"Executa container Joomla!\"\n docker:\n nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | alonsolucas/docker-joomla-ansible | 4de851bb084ae159731d3ddc1547d54188b58e30 | 0 | roles/joomladb | 377 | [
"no_license"
] | [
{
"path": "roles/joomladb/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - joomladb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/joomladb/defaults/main.yml",
"content": "---\n# defaults file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | alonsolucas/docker-joomla-ansible | 4de851bb084ae159731d3ddc1547d54188b58e30 | 0 | roles/update | 377 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n\n- name: \"Atualiza repositórios\"\n apt:\n update_cache: yes\n\n# tasks file for update\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | nilsfs7/aws-eth-node | 05c0a75d12a963804bf1919f09da8ce47904a5e0 | 0 | ansible/roles/install_dependencies | 377 | [
"no_license"
] | [
{
"path": "ansible/roles/install_dependencies/tasks/main.yml",
"content": "---\n- name: Run the equivalent of \"apt-get update\"\n apt:\n update_cache: yes\n\n- name: Install unzip\n apt:\n pkg: unzip\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | nilsfs7/aws-eth-node | 05c0a75d12a963804bf1919f09da8ce47904a5e0 | 0 | ansible/roles/install_nethermind | 377 | [
"no_license"
] | [
{
"path": "ansible/roles/install_nethermind/tasks/main.yml",
"content": "- name: Check Nethermind version\n block:\n - name: \"Check for client version\"\n command: \"nethermind --version\"\n register: \"version_query\"\n failed_when: false\n changed_when: false\n\n - name: \"Extract Nethermi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3717,
"all_permissive": false
} |
ansible_role | nilsfs7/aws-eth-node | 05c0a75d12a963804bf1919f09da8ce47904a5e0 | 0 | ansible/roles/install_nimbus | 377 | [
"no_license"
] | [
{
"path": "ansible/roles/install_nimbus/tasks/main.yml",
"content": "- name: Check Nimbus version\n block:\n - name: \"Check for client version\"\n command: \"nimbus --version\"\n register: \"version_query\"\n failed_when: false\n changed_when: false\n\n - name: \"Extract Nimbus version\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3351,
"all_permissive": false
} |
ansible_role | nilsfs7/aws-eth-node | 05c0a75d12a963804bf1919f09da8ce47904a5e0 | 0 | ansible/roles/setup_jwt | 377 | [
"no_license"
] | [
{
"path": "ansible/roles/setup_jwt/tasks/main.yml",
"content": "---\n- name: \"Check if jwtsecret directory exists\"\n stat:\n path: \"{{ clients.general.jwt_directory_path }}\"\n register: \"jwt_dir\"\n\n- name: \"Create jwtsecret directory\"\n file:\n path: \"{{ clients.general.jwt_directory_path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | jordant-git/good-ansible | 430e6f5c985de59bc34158d3785d5eb77a40d811 | 0 | roles/roles-deploy-HAproxy | 377 | [
"no_license"
] | [
{
"path": "roles/roles-deploy-HAproxy/vars/main.yml",
"content": "---\n# vars file for roles-deploy-HAproxy\npackage: haproxy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/roles-deploy-HAproxy/defaults/main.yml",
"content": "---\n# de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | jordant-git/good-ansible | 430e6f5c985de59bc34158d3785d5eb77a40d811 | 0 | roles/roles-deploy-apache | 377 | [
"no_license"
] | [
{
"path": "roles/roles-deploy-apache/vars/main.yml",
"content": "---\n# vars file for roles-deploy-apache\npackage: httpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/roles-deploy-apache/handlers/main.yml",
"content": "---\n# handler... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | jordant-git/good-ansible | 430e6f5c985de59bc34158d3785d5eb77a40d811 | 0 | roles/roles-deploy-postgres | 377 | [
"no_license"
] | [
{
"path": "roles/roles-deploy-postgres/tasks/main.yml",
"content": "---\n# tasks file for roles-deploy-postgres\n- name: install postgres sql server\n yum:\n name: postgresql-server\n state: latest\n\n- name: enable postgres at boot\n service:\n name: postgresql.service\n enabled: yes\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | jordant-git/good-ansible | 430e6f5c985de59bc34158d3785d5eb77a40d811 | 0 | roles/roles-deploy-tomcat | 377 | [
"no_license"
] | [
{
"path": "roles/roles-deploy-tomcat/tasks/main.yml",
"content": "---\n# tasks file for roles-deploy-tomcat\n- name: install tomcat\n yum:\n name: tomcat\n state: latest\n\n- name: enable and start tomcat at boot\n service:\n name: tomcat\n state: started\n enabled: yes\n\n- name: Create an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | jordant-git/good-ansible | 430e6f5c985de59bc34158d3785d5eb77a40d811 | 0 | roles/roles-enable-repos | 377 | [
"no_license"
] | [
{
"path": "roles/roles-enable-repos/vars/main.yml",
"content": "---\n# vars file for roles-enable-repos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/roles-enable-repos/handlers/main.yml",
"content": "---\n# handlers file for roles-enab... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/asdf | 377 | [
"no_license"
] | [
{
"path": "roles/asdf/tasks/main.yml",
"content": "---\n- name: Ensure asdf is installed\n command: command -v asdf\n register: asdf_result\n\n- name: Get latest release of asdf\n community.general.github_release:\n user: asdf-vm\n repo: asdf\n action: latest_release\n register: asdf_latest_rel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1385,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/common | 377 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update timezone to '{{ timezone }}'\n community.general.timezone:\n name: \"{{ timezone }}\"\n become: true\n\n- include_tasks: ssh.yml\n when: configure_ssh",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 717,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/debian | 377 | [
"no_license"
] | [
{
"path": "roles/debian/tasks/main.yml",
"content": "---\n- include_tasks: programs.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n- include_tasks: docker.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n- include_tasks: jetbrains.yml\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3860,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/dotfiles | 377 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Ensure stow is installed\n command: command -v stow\n register: stow_result\n failed_when: stow_result == \"\"\n changed_when: false\n\n- name: Ensure dotfiles project exists\n file:\n path: \"{{ ansible_env.HOME }}/workspace/code/{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/git | 377 | [
"no_license"
] | [
{
"path": "roles/git/tasks/projects.yml",
"content": "---\n\n- name: Ensure developer directory exists\n file:\n path: \"{{ git_projects_dir }}\"\n state: directory\n follow: true\n\n- name: Clone project repos\n ansible.builtin.git:\n repo: \"{{ item.repo_https }}\"\n dest: \"{{ git_projec... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/macos | 377 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/main.yml",
"content": "---\n- include_tasks: hostname.yml\n when: ansible_distribution == 'MacOSX'\n- include_tasks: system.yml\n when: ansible_distribution == 'MacOSX'\n- include_tasks: dock.yml\n when: ansible_distribution == 'MacOSX'\n- include_tasks: trackpad_tap_to_click... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5405,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/teardown | 377 | [
"no_license"
] | [
{
"path": "roles/teardown/tasks/main.yml",
"content": "---\n\n- name: daemon_reload\n systemd:\n daemon_reload: yes\n\n- name: Unstow dotfiles from home directory\n ansible.builtin.shell:\n cmd: stow --delete --verbose --target={{ ansible_env.HOME }} .\n chdir: \"{{ ansible_env.HOME }}/workspace/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/vim | 377 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yml",
"content": "---\n- name: Ensure vim is installed\n command: command -v vim\n register: vim_result\n failed_when: vim_result == \"\"\n changed_when: false\n\n- name: Create vim directory if it does not exist\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | tjmaynes/config | d240347af99923a3de95fd53f28a8d2cb400bdcf | 1 | roles/zsh | 377 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/macos.yml",
"content": "---\n\n- name: Ensure homebrew-path is set\n ansible.builtin.lineinfile:\n state: present\n path: \"$HOME/.zsh_dynamic\"\n line: \"export PATH=$(brew --prefix)/bin:$PATH\"\n when: ansible_distribution == 'MacOSX'",
"license_type": "no_license... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6198,
"all_permissive": false
} |
ansible_role | sapslaj/k3s-ansible | b232b34e0c48e0aa2b046d153395e1ed38f0e90c | 4 | roles/sapslaj.k3s_master | 377 | [
"permissive"
] | [
{
"path": "roles/sapslaj.k3s_master/defaults/main.yml",
"content": "k3s_server_location: /var/lib/rancher/k3s\nk3s_systemd_dir: /etc/systemd/system\nk3s_env: {}\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 91
},
{
"path": "roles/sapslaj... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1570,
"all_permissive": true
} |
ansible_role | sapslaj/k3s-ansible | b232b34e0c48e0aa2b046d153395e1ed38f0e90c | 4 | roles/sapslaj.k3s_node | 377 | [
"permissive"
] | [
{
"path": "roles/sapslaj.k3s_node/vars/main.yml",
"content": "---\n# vars file for sapslaj.k3s_node\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 37
},
{
"path": "roles/sapslaj.k3s_node/tasks/configure.yml",
"content": "- name: Copy ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 822,
"all_permissive": true
} |
ansible_role | MagikHazard/Project-Virtu | 956ed4a30e0962d7fab63e1d92d940da2fdcd56d | 0 | ansible/roles/main-updates | 377 | [
"no_license"
] | [
{
"path": "ansible/roles/main-updates/vars/main.yml",
"content": "---\n# vars file for main-updates\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/main-updates/defaults/main.yml",
"content": "---\n# Default file for main-update... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1558,
"all_permissive": false
} |
ansible_role | yerriswamykonanki/demo_today | a3252c935d916240e53772144d04864fa21a77a0 | 0 | roles/test | 377 | [
"no_license"
] | [
{
"path": "roles/test/tasks/bkp_main.yml",
"content": "---\n- name: Check for Updates\n win_updates: state=searched\n register: update_count\n\n# Apply pending updates\n- name: Running Windows Update\n win_updates:\n category_names:\n - SecurityUpdates\n - CriticalUpdates\n - UpdateRoll... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4624,
"all_permissive": false
} |
ansible_role | yerriswamykonanki/demo_today | a3252c935d916240e53772144d04864fa21a77a0 | 0 | roles/web_server | 377 | [
"no_license"
] | [
{
"path": "roles/web_server/tasks/main.yml",
"content": "---\n- name: Set Minimum password age to 0 or more days | cis minimum-password-age 1.1.3\n win_command: net accounts /minpwage:0\n register: minPassAge\n args:\n creates: C:\\minPassAge.lock\n\n- name: Create maxPassAge.lock if password history ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/abs | 377 | [
"no_license"
] | [
{
"path": "roles/abs/README.md",
"content": "# ABS(Arch Build System)\n\n* absのインストール\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/abs/tasks/main.yml",
"content": "---\n- name: install abs\n pacman: name=abs\n become: yes\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/alsa-utils | 377 | [
"no_license"
] | [
{
"path": "roles/alsa-utils/tasks/main.yml",
"content": "---\n- name: install alsa-utils\n pacman: name=alsa-utils\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/alsa-utils/README.md",
"content": "# alsa-utils\n\n* alsa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/chromium | 377 | [
"no_license"
] | [
{
"path": "roles/chromium/README.md",
"content": "## chromium\n\n* chromiumのインストール\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/chromium/tasks/main.yml",
"content": "---\n- name: install chromium\n pacman: name=chromium\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/clock | 377 | [
"no_license"
] | [
{
"path": "roles/clock/tasks/main.yml",
"content": "---\n- name: set clock\n shell: timedatectl set-ntp true\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/clock/README.md",
"content": "## clock\n\n[Arch Wiki 時刻](https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/direnv | 377 | [
"no_license"
] | [
{
"path": "roles/direnv/README.md",
"content": "## direnv\n\n* [direnv](https://github.com/direnv/direnv)のインストール\n\ndirenvはGoに依存する\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/direnv/tasks/main.yml",
"content": "---\n- name: confir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/dkms | 377 | [
"no_license"
] | [
{
"path": "roles/dkms/README.md",
"content": "# DKMS(Dynamic Kernel Module Support)\n\n* dkmsのインストール\n\nカーネルのソースツリーの外にソースが存在する Linux カーネルモジュールの生成を可能にするプログラム/フレームワーク。\n新しいカーネルがインストールされたときに DKMS モジュールは自動的にリビルドされる。\n\nhttps://wiki.archlinuxjp.org/index.php/Dynamic_Kernel_Module_Support\n\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/dmenu | 377 | [
"no_license"
] | [
{
"path": "roles/dmenu/README.md",
"content": "## dmenu\n\n* dmenuのインストール\n\n[dmenu](https://wiki.archlinuxjp.org/index.php/Dmenu)\n\nアプリケーションランチャーとして利用\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/dmenu/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 162,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/docker | 377 | [
"no_license"
] | [
{
"path": "roles/docker/README.md",
"content": "## Docker\n\n* Docker Engineのインストール\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: install docker\n pacman: name=docker\n become: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/evince | 377 | [
"no_license"
] | [
{
"path": "roles/evince/tasks/main.yml",
"content": "---\n- name: install evince(PDF Viewer)\n pacman: name=evince\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/evince/README.md",
"content": "## evince\n\n* evinceのインスト... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/fcitx | 377 | [
"no_license"
] | [
{
"path": "roles/fcitx/README.md",
"content": "## fcitx\n\n* [fcitx](https://wiki.archlinuxjp.org/index.php/fcitx)のインストール\n* fcitx-configtoolのインストール\n\nfcitxの設定はGUIツールで行う。\n~/.config/fcitx が作られるが、これをgitで管理するのは良くなさそう。\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 165
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | suzuki-shunsuke/ansible.arch | 5f79702886364b3d7490026ecd862361f5e1144e | 1 | roles/fcitx-mozc | 377 | [
"no_license"
] | [
{
"path": "roles/fcitx-mozc/README.md",
"content": "## fcitx-mozc\n\n* fcitx-mozcのインストール\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/fcitx-mozc/tasks/main.yml",
"content": "---\n- name: install fcitx-mozc\n pacman: name=fcitx-mozc\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 106,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.