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 | patricklam/ansible-config | a4945d65a33592c44f017fa69a52b607c488da6d | 0 | roles/nginx | 8,152 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx web server\n apt: pkg={{item}} state=installed update_cache=true\n with_items:\n - nginx\n notify:\n - start nginx\n\n- name: install subversion\n apt: pkg=subversion state=installed update_cache=true\n\n- name: svn che... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 527,
"all_permissive": false
} |
ansible_role | patricklam/ansible-config | a4945d65a33592c44f017fa69a52b607c488da6d | 0 | roles/php-fpm | 8,152 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n- name: Install php-fpm and deps \n yum: name={{ item }} state=present\n with_items:\n - php\n - php-fpm\n - php-enchant\n - php-IDNA_Convert\n - php-mbstring\n - php-mysql\n - php-PHPMailer\n - php-process\n - php-simpl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | markditsworth/playbooks | e3c0a0bd8e2aa28e5974e86abc7f1a100b03e3e1 | 0 | roles/args | 8,152 | [
"no_license"
] | [
{
"path": "roles/args/tasks/main.yml",
"content": "---\n- name: ensure variables are defined\n assert:\n that: \"{{ item }} is defined\"\n with_items: \"{{ variables }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | markditsworth/playbooks | e3c0a0bd8e2aa28e5974e86abc7f1a100b03e3e1 | 0 | roles/server | 8,152 | [
"no_license"
] | [
{
"path": "roles/server/tasks/deploy.yml",
"content": "---\n- name: create disk for {{ disk_name }}\n gcp_compute_disk:\n name: \"{{ disk_name }}\"\n size_gb: \"{{ disk_size }}\"\n source_image: \"{{ image }}\"\n zone: \"{{ zone }}\"\n project: \"{{ project }}\"\n auth_kind: serviceaccoun... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5380,
"all_permissive": false
} |
ansible_role | oatakan/azure-windows-mssql-example | 4e9c20a8aef5213f46d5a3666d3e7892aaeae922 | 0 | roles/sql-query-win-dsc | 8,152 | [
"no_license"
] | [
{
"path": "roles/sql-query-win-dsc/tasks/main.yml",
"content": "---\n\n- name: Setup the SqlServerDsc module\n win_psmodule:\n name: SqlServerDsc\n state: present\n\n- name: Run query\n win_dsc:\n resource_name: SqlScriptQuery\n ServerInstance: '{{ instance_name }}'\n GetQuery: SELECT Name ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | pedrogameiro/ist_lab_ansible | 5a0b0272661ec1b03dcce361990aca3893c18e54 | 0 | roles/me.gns3 | 8,152 | [
"no_license"
] | [
{
"path": "roles/me.gns3/tasks/main.yml",
"content": "---\n- name: install python-software-properties\n apt: pkg=python-software-properties state=present update_cache=yes cache_valid_time=300\n\n- name: add gns3 repo\n apt_repository: repo=ppa:gns3/ppa state=present update_cache=yes\n\n- name: install gns... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | pedrogameiro/ist_lab_ansible | 5a0b0272661ec1b03dcce361990aca3893c18e54 | 0 | roles/me.netifnames | 8,152 | [
"no_license"
] | [
{
"path": "roles/me.netifnames/tasks/main.yml",
"content": "---\n\n- copy:\n src: files/grub\n dest: /etc/default/grub\n owner: root\n group: root\n mode: 0644\n\n- name: Update grub\n shell: update-grub\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | pedrogameiro/ist_lab_ansible | 5a0b0272661ec1b03dcce361990aca3893c18e54 | 0 | roles/me.screensaver | 8,152 | [
"no_license"
] | [
{
"path": "roles/me.screensaver/tasks/main.yml",
"content": "---\n- name: disable screenlock\n become: true\n become_user: ist\n script: files/run.sh\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 | pedrogameiro/ist_lab_ansible | 5a0b0272661ec1b03dcce361990aca3893c18e54 | 0 | roles/me.virtualbox | 8,152 | [
"no_license"
] | [
{
"path": "roles/me.virtualbox/tasks/main.yml",
"content": "\n- name: install virtualbox\n apt: pkg=virtualbox state=present update_cache=yes cache_valid_time=300\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | EcoVoyage/lab-ecovoyage-org | d8cabf556bc1543d0d003251333563513f7fb89b | 0 | ansible/roles/demo | 8,160 | [
"permissive"
] | [
{
"path": "ansible/roles/demo/tasks/main.yml",
"content": "---\n# tasks file for demo\n- name: Ensure the /tmp/demo directory exists\n file:\n path: /tmp/demo\n state: directory\n\n- name: Create a file in /tmp/demo\n copy:\n content: \"Hello, Ansible running in Docker!\"\n dest: /tmp/demo/hel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 244,
"all_permissive": true
} |
ansible_role | EcoVoyage/lab-ecovoyage-org | d8cabf556bc1543d0d003251333563513f7fb89b | 0 | ansible/roles/docker | 8,160 | [
"permissive"
] | [
{
"path": "ansible/roles/docker/tasks/docker.yml",
"content": "- name: Install required packages\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 3600\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - gpg\n - software-properties-common\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1222,
"all_permissive": true
} |
ansible_role | spacedog/my-ansible | 07b0e7ebc0c5ae7b33877fa8e3ecfdffc8ba6997 | 0 | roles/dokuwiki | 8,160 | [
"no_license"
] | [
{
"path": "roles/dokuwiki/vars/main.yml",
"content": "---\n\nepel: 'http://fedora-epel.mirror.iweb.com/6/i386/epel-release-6-8.noarch.rpm'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/dokuwiki/tasks/main.yml",
"content": "---\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | czM1K3/web-server-config | 9a5c9ae892b700119463c16313db829c7dd8e939 | 0 | roles/deployments-signalling | 8,160 | [
"no_license"
] | [
{
"path": "roles/deployments-signalling/tasks/main.yml",
"content": "- name: Deploy WebRTC signalling server to Docker\n community.docker.docker_compose:\n project_name: signal\n definition:\n version: '2'\n services:\n web:\n image: ghcr.io/czm1k3/webrtc-signalling-server:9... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | czM1K3/web-server-config | 9a5c9ae892b700119463c16313db829c7dd8e939 | 0 | roles/deployments-weather | 8,160 | [
"no_license"
] | [
{
"path": "roles/deployments-weather/tasks/main.yml",
"content": "- name: Deploy Weather API to Docker\n community.docker.docker_compose:\n project_name: weather\n definition:\n version: '2'\n services:\n api:\n image: ghcr.io/czm1k3/weather-api:7862738\n environmen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | czM1K3/web-server-config | 9a5c9ae892b700119463c16313db829c7dd8e939 | 0 | roles/docker | 8,160 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- import_role: name=geerlingguy.docker\n- name: Install required system packages\n apt:\n name: \n - python3-docker\n - docker-compose\n state: present\n# - name: Login to GitHub container registry\n# docker_login:\n# username:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | czM1K3/web-server-config | 9a5c9ae892b700119463c16313db829c7dd8e939 | 0 | roles/firewall | 8,160 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "---\n- name: Allow connections on port 80 and 443\n iptables:\n chain: INPUT\n protocol: tcp\n destination_ports:\n - \"80\"\n - \"443\"\n jump: ACCEPT\n register: enable_http\n- name: Readd blocking of other ports\n iptables:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 504,
"all_permissive": false
} |
ansible_role | czM1K3/web-server-config | 9a5c9ae892b700119463c16313db829c7dd8e939 | 0 | roles/nginx | 8,160 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt:\n name: \n - nginx\n - certbot\n - python3-certbot-nginx\n state: present\n\n- name: Setup nginx\n import_role: name=hispanico.nginx_revproxy\n vars:\n nginx_revproxy_sites:\n default:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | czM1K3/web-server-config | 9a5c9ae892b700119463c16313db829c7dd8e939 | 0 | roles/swap | 8,160 | [
"no_license"
] | [
{
"path": "roles/swap/tasks/main.yml",
"content": "---\n- name: Create swap\n import_role: name=geerlingguy.swap\n vars:\n swap_file_size_mb: '1024'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 98,
"all_permissive": false
} |
ansible_role | koushikmandalika2411/learn-ansible | 9280c114d29535b8cf71b30942e1ae3dca090b4d | 0 | roles/sample | 8,160 | [
"no_license"
] | [
{
"path": "roles/sample/tasks/main.yml",
"content": "- name: Print Variable\n debug:\n msg: \"{{ example_var }}\"\n\n- name: Print URL Global\n ansible.builtin.debug:\n msg: Print URL - {{ URL }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 193,
"all_permissive": false
} |
ansible_role | andrelyandraf/Ansible-Template | 36dc50f25c534433b98cff7399df531f7357452f | 0 | Apps/Kubernetes/roles/docker | 8,160 | [
"no_license"
] | [
{
"path": "Apps/Kubernetes/roles/docker/tasks/main.yml",
"content": "---\n- name: Ensure old versions of Docker are not installed.\n become: true\n ansible.builtin.shell: \"for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | andrelyandraf/Ansible-Template | 36dc50f25c534433b98cff7399df531f7357452f | 0 | Apps/Kubernetes/roles/kubernetes | 8,160 | [
"no_license"
] | [
{
"path": "Apps/Kubernetes/roles/kubernetes/tasks/main.yml",
"content": "---\n# tasks file for kubernetes\n\n#-------------------------DISABLE SWAP-------------------------------#\n- name: Disable swaap\n become: true\n ansible.builtin.shell: swapoff -a\n- name: disable SWAP in fstab (Kubeadm requirement)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1504,
"all_permissive": false
} |
ansible_role | korvahannu/ansible-dump | aeba106ed800b95202d7a8b11d094ca08642e8f3 | 0 | example2/roles/custom_role_users | 8,159 | [
"no_license"
] | [
{
"path": "example2/roles/custom_role_users/tasks/main.yaml",
"content": "\n\n- name: Manage our user accounts\n user: # Loop this module via the users -variable, which is an array\n name: \"{{item.username}}\"\n state: \"{{item.state}}\"\n loop: \"{{users}}\"",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | chrislaskey/rail-trail-ansible | 8fbefbc7adab7d099aef20c0fe38d42e06621512 | 1 | roles/app | 8,159 | [
"no_license"
] | [
{
"path": "roles/app/templates/.env.j2",
"content": "DEVISE_SECRET_KEY=\"{{ devise_secret_key }}\"\nFACEBOOK_KEY=\"{{ facebook_key }}\"\nFACEBOOK_SECRET=\"{{ facebook_secret }}\"\nMAIL_SENDER=\"{{ mail_sender }}\"\nPOSTGRESQL_DATABASE=\"{{ postgresql_database }}\"\nPOSTGRESQL_PASSWORD=\"{{ postgresql_passwo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | chrislaskey/rail-trail-ansible | 8fbefbc7adab7d099aef20c0fe38d42e06621512 | 1 | roles/nginx | 8,159 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install packages\n apt:\n name: nginx\n state: present\n become: true\n\n- name: Install nginx config\n template:\n src: default.j2\n dest: /etc/nginx/sites-available/rail-trail\n become: true\n\n- name: Enable site\n file:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1744,
"all_permissive": false
} |
ansible_role | sullyvon/ocpv4-deployment-tam | 3dadb6e18a34a8e79bdd94a453ae61ea25dea620 | 4 | common/playbooks/roles/destroy-ocpv4 | 8,159 | [
"no_license"
] | [
{
"path": "common/playbooks/roles/destroy-ocpv4/tasks/main.yaml",
"content": "- name: copy destroy cluster script into place\n become: yes\n become_user: \"{{ privileged_user }}\"\n become_method: \"{{ becomemethod }}\"\n copy:\n src: \"../../../../../scripts/destroy_ocpv4.sh\"\n dest: \"/home/{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | sullyvon/ocpv4-deployment-tam | 3dadb6e18a34a8e79bdd94a453ae61ea25dea620 | 4 | common/playbooks/roles/install-ocpv4 | 8,159 | [
"no_license"
] | [
{
"path": "common/playbooks/roles/install-ocpv4/tasks/main.yaml",
"content": "- name: create directory cluster install\n become: yes\n become_user: \"{{ privileged_user }}\"\n become_method: \"{{ becomemethod }}\"\n file:\n path: \"/home/{{ privileged_user }}/{{ cluster_id }}/installocpv4\"\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2024,
"all_permissive": false
} |
ansible_role | sullyvon/ocpv4-deployment-tam | 3dadb6e18a34a8e79bdd94a453ae61ea25dea620 | 4 | common/playbooks/roles/post-hub-mirror-ocpv4-adhoc | 8,159 | [
"no_license"
] | [
{
"path": "common/playbooks/roles/post-hub-mirror-ocpv4-adhoc/tasks/main.yml",
"content": "- name: grab current timestamp\n shell: date +%Y%m%d%H%M%S\n register: timestamp\n\n- name: refresh git repo on build node\n shell: git pull\n args:\n chdir: /home/{{ privileged_user }}/git/ocpv4-deployment\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | sullyvon/ocpv4-deployment-tam | 3dadb6e18a34a8e79bdd94a453ae61ea25dea620 | 4 | common/playbooks/roles/post-hub-mirror-ocpv4-release | 8,159 | [
"no_license"
] | [
{
"path": "common/playbooks/roles/post-hub-mirror-ocpv4-release/tasks/main.yml",
"content": "- name: grab current timestamp\n shell: date +%Y%m%d%H%M%S\n register: timestamp\n\n- name: refresh git repo on build node\n shell: git pull\n args:\n chdir: /home/{{ privileged_user }}/git/ocpv4-deployment-t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1006,
"all_permissive": false
} |
ansible_role | sullyvon/ocpv4-deployment-tam | 3dadb6e18a34a8e79bdd94a453ae61ea25dea620 | 4 | common/playbooks/roles/ssh-keygen | 8,159 | [
"no_license"
] | [
{
"path": "common/playbooks/roles/ssh-keygen/tasks/main.yaml",
"content": "- name: check if ssh pub key exists already for this cluster\n shell: \"cat ~/.ssh/{{ cluster_id }}.pub\"\n register: test\n ignore_errors: true\n\n- name: generate a ssh key for a cluster\n shell: \"ssh-keygen -t rsa -b 4096 -N ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | sullyvon/ocpv4-deployment-tam | 3dadb6e18a34a8e79bdd94a453ae61ea25dea620 | 4 | common/playbooks/roles/stage-ocpv4-software | 8,159 | [
"no_license"
] | [
{
"path": "common/playbooks/roles/stage-ocpv4-software/tasks/main.yaml",
"content": "- name: create directory for ocpv4 software\n file:\n path: ~/{{ ocpv4_version }}\n state: directory\n\n- name: check if cli tgz exists\n shell: \"ls ~/{{ ocpv4_version }}/openshift-client-linux-{{ ocpv4_version }}.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1349,
"all_permissive": false
} |
ansible_role | kent-h/voltha-k8s-playground | 99e8f400649c6b5606a13956b83f86a917d665e8 | 0 | ansible/roles/config | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/config/tasks/main.yml",
"content": "- name: VOLT-HA Config | Add CNI bridge for PONSIM layer 2 support\n template:\n src: ponsim_bridge.j2\n dest: \"/etc/cni/net.d/20-pon0.conf\"\n\n- name: VOLT-HA Config | Add logging_volume directory under /var/log/voltha\n file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | kent-h/voltha-k8s-playground | 99e8f400649c6b5606a13956b83f86a917d665e8 | 0 | ansible/roles/config-masters | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/config-masters/tasks/main.yml",
"content": "- name: \"Configure kubectl\"\n shell: |\n mkdir -p /home/vagrant/.kube\n cp /etc/kubernetes/admin.conf /home/vagrant/.kube/config\n chown vagrant:vagrant /home/vagrant/.kube/config\n KUBECONFIG=/home/vagrant/.kube/config kube... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 377,
"all_permissive": false
} |
ansible_role | kent-h/voltha-k8s-playground | 99e8f400649c6b5606a13956b83f86a917d665e8 | 0 | ansible/roles/deploy | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "- name: \"VOLT-HA Deploy | Add Namespace\"\n command: kubectl apply -f /vagrant/k8s/namespace.yml\n run_once: true\n\n# Ingress\n- name: \"VOLT-HA Deploy | Start Ingress Controller\"\n command: kubectl apply -f /vagrant/k8s/ingress\n run_once:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3775,
"all_permissive": false
} |
ansible_role | kent-h/voltha-k8s-playground | 99e8f400649c6b5606a13956b83f86a917d665e8 | 0 | ansible/roles/ponsim | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/ponsim/tasks/main.yml",
"content": "# CNI Genie\n- name: \"VOLT-HA PONSIM | Start CNI Genie\"\n command: kubectl apply -f https://raw.githubusercontent.com/Huawei-PaaS/CNI-Genie/master/conf/1.8/genie-complete.yaml\n when: target == \"master\"\n run_once: true\n\n# FreeRADIUS Conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1650,
"all_permissive": false
} |
ansible_role | kent-h/voltha-k8s-playground | 99e8f400649c6b5606a13956b83f86a917d665e8 | 0 | ansible/roles/stats | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/stats/tasks/main.yml",
"content": "# Grafana\n- name: \"VOLT-HA Stats | Start Grafana\"\n command: kubectl apply -f /vagrant/k8s/grafana.yml\n run_once: true\n\n- name: \"VOLT-HA Stats | Wait for Grafana to be ready\"\n command: kubectl rollout status deployment/grafana -w -n vol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | kent-h/voltha-k8s-playground | 99e8f400649c6b5606a13956b83f86a917d665e8 | 0 | ansible/roles/teardown | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/teardown/tasks/main.yml",
"content": "# RG \n- name: \"VOLT-HA Teardown | Stop RG\"\n command: kubectl delete --ignore-not-found=true -f /vagrant/k8s/rg.yml\n run_once: true\n\n# ONU\n- name: \"VOLT-HA Teardown | Stop ONU\"\n command: kubectl delete --ignore-not-found=true -f /va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3917,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/alacritty | 8,159 | [
"no_license"
] | [
{
"path": "roles/alacritty/files/alacritty.toml",
"content": "\n[env]\nTERM = \"xterm-256color\"\n\n[window]\ndecorations = \"Full\"\npadding.x = 10\npadding.y = 10\n\n[font]\nsize = 14.5\n\n[font.bold]\nfamily = \"JetBrainsMono Nerd Font\"\nstyle = \"Heavy\"\n\n[font.bold_italic]\nfamily = \"JetBrainsMono ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2524,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/bat | 8,159 | [
"no_license"
] | [
{
"path": "roles/bat/tasks/MacOSX.yml",
"content": "---\n- name: \"Bat | MacOSX | Install\"\n community.general.homebrew:\n name: bat\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/browser | 8,159 | [
"no_license"
] | [
{
"path": "roles/browser/tasks/MacOSX.yml",
"content": "---\n- name: \"Arc | MacOSX | Install\"\n community.general.homebrew_cask:\n name: arc\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/dagger | 8,159 | [
"no_license"
] | [
{
"path": "roles/dagger/tasks/MacOSX.yml",
"content": "---\n- name: \"Dagger | MacOSX | Install\"\n community.general.homebrew:\n name: dagger\n state: present\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 | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/direnv | 8,159 | [
"no_license"
] | [
{
"path": "roles/direnv/tasks/MacOSX.yml",
"content": "---\n- name: \"direnv | MacOSX | Install\"\n community.general.homebrew:\n name: direnv\n state: present\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 | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/docker | 8,159 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/MacOSX.yml",
"content": "---\n- name: \"Docker | MacOSX | Install\"\n community.general.homebrew:\n name: docker\n state: present\n- name: \"Colima | MacOSX | Install\"\n community.general.homebrew:\n name: colima\n state: present\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/fonts | 8,159 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/MacOSX.yml",
"content": "---\n- name: \"Jetbrains Mono Nerd Font | MacOSX | Install\"\n community.general.homebrew_cask:\n name: font-jetbrains-mono-nerd-font\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/fzf | 8,159 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/MacOSX.yml",
"content": "---\n- name: \"fzf | MacOSX | Install\"\n community.general.homebrew:\n name: fzf\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 100,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/git | 8,159 | [
"no_license"
] | [
{
"path": "roles/git/files/.gitignore",
"content": ".DS_Store\n.idea\nmise.local.toml\n.envrc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/git/files/.gitconfig",
"content": "[user]\n\temail = <EMAIL>\n\tname = <NAME>\n\tsigningkey = ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/k9s | 8,159 | [
"no_license"
] | [
{
"path": "roles/k9s/tasks/MacOSX.yml",
"content": "---\n- name: \"K9S | MacOSX | Install\"\n community.general.homebrew:\n name: k9s\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/k9s/tasks/main.yml",
"content... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/karabiner | 8,159 | [
"no_license"
] | [
{
"path": "roles/karabiner/tasks/main.yml",
"content": "- name: \"Checking for Distribution Config for distribution: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"Running tasks for distr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/lazygit | 8,159 | [
"no_license"
] | [
{
"path": "roles/lazygit/tasks/MacOSX.yml",
"content": "---\n- name: \"Lazygit | MacOSX | Install\"\n community.general.homebrew:\n name: lazygit\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/lazygit/files/config.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4346,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/mise | 8,159 | [
"no_license"
] | [
{
"path": "roles/mise/tasks/MacOSX.yml",
"content": "- name: Check if mise is installed\n ansible.builtin.command: which mise\n register: mise_check\n changed_when: false\n ignore_errors: true\n\n- name: Install mise\n ansible.builtin.shell: |\n curl https://mise.run | sh\n when: mise_check.rc != 0... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1167,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/neovim | 8,159 | [
"no_license",
"permissive"
] | [
{
"path": "roles/neovim/files/lua/plugins/pkl.lua",
"content": "return {\n {\n \"apple/pkl-neovim\",\n lazy = true,\n ft = \"pkl\",\n dependencies = {\n {\n \"nvim-treesitter/nvim-treesitter\",\n build = function(_)\n vim.cmd(\"TSUpdate\")\n end,\n },\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7565,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/spotify | 8,159 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/MacOSX.yml",
"content": "---\n- name: \"Spotify | MacOSX | Install\"\n community.general.homebrew_cask:\n name: spotify\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/starship | 8,159 | [
"no_license"
] | [
{
"path": "roles/starship/tasks/main.yml",
"content": "- name: \"Checking for Distribution Config for distribution: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"Running tasks for distri... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2151,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/tmux | 8,159 | [
"no_license"
] | [
{
"path": "roles/tmux/files/.tmux.conf",
"content": "set -g default-terminal \"screen-256color\"\nset -ag terminal-overrides \",xterm-256color:RGB\"\n\nset -g prefix C-a\nunbind C-b\nbind-key C-a send-prefix\n\nunbind %\nbind _ split-window -h \n\nunbind '\"'\nbind - split-window -v\n\nunbind r\nbind r sour... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5117,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/zoxide | 8,159 | [
"no_license"
] | [
{
"path": "roles/zoxide/tasks/main.yml",
"content": "- name: \"Checking for Distribution Config for distribution: {{ ansible_distribution }}\"\n ansible.builtin.stat:\n path: \"{{ role_path }}/tasks/{{ ansible_distribution }}.yml\"\n register: distribution_config\n\n- name: \"Running tasks for distribu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | Jonas-Beck/dotfiles | 3a7851c0246a1ff43aa5ecf825db6f09c9b4d811 | 0 | roles/zsh | 8,159 | [
"no_license"
] | [
{
"path": "roles/zsh/files/MacOSX/zsh/aliases.zsh",
"content": "# ~/.config/zsh/aliases.zsh (All my aliases)\n\nalias cat='bat'\nalias ll='ls -la'\nalias vim='nvim'\nalias tsr='tmux-source-all'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path": "r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3106,
"all_permissive": false
} |
ansible_role | yagami-escobar/ansibleLab | fff207501bac24de5261c996e422c0125fd9d868 | 0 | template/ansible-project/roles/backend | 8,159 | [
"no_license"
] | [
{
"path": "template/ansible-project/roles/backend/tasks/main.yml",
"content": "---\n# tasks file for roles\n- name: Instalar Node.js y npm\n apt:\n name:\n - nodejs\n - npm\n state: present\n update_cache: yes\n\n- name: Clonar json-server desde GitHub\n git:\n repo: \"https://github... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1407,
"all_permissive": false
} |
ansible_role | yagami-escobar/ansibleLab | fff207501bac24de5261c996e422c0125fd9d868 | 0 | template/ansible-project/roles/database | 8,159 | [
"no_license"
] | [
{
"path": "template/ansible-project/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles\n- name: Instalar MySQL Server\n apt:\n name: mysql-server\n state: present\n update_cache: true\n\n- name: Asegurar que MySQL está activo\n service:\n name: mysql\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1830,
"all_permissive": false
} |
ansible_role | yagami-escobar/ansibleLab | fff207501bac24de5261c996e422c0125fd9d868 | 0 | template/ansible-project/roles/inventory_setup | 8,159 | [
"no_license"
] | [
{
"path": "template/ansible-project/roles/inventory_setup/tasks/main.yml",
"content": "---\n# tasks file for roles\n- name: Crear inventario dinámico\n add_host:\n name: \"{{ item.name }}\"\n groups: \"{{ item.group }}\"\n ansible_host: \"{{ item.ip }}\"\n ansible_user: \"{{ ssh_user }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | napramirez/generic-rails-infra | 1de3340745e6edcd8de3a75768e7aa68b6938aae | 0 | roles/mysql-createdb | 8,159 | [
"no_license"
] | [
{
"path": "roles/mysql-createdb/tasks/main.yml",
"content": "---\n - name: Create the database\n mysql_db:\n name: \"{{db_name}}\"\n state: present\n\n - name: Create the database user\n mysql_user:\n name: \"{{db_user}}\"\n password: \"{{<PASSWORD>}}\"\n host: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | napramirez/generic-rails-infra | 1de3340745e6edcd8de3a75768e7aa68b6938aae | 0 | roles/mysql-server | 8,159 | [
"no_license"
] | [
{
"path": "roles/mysql-server/tasks/main.yml",
"content": "---\n - name: Install MySQL Server and its Python module for Ansible communication\n apt: pkg=\"{{item}}\" update_cache=yes\n with_items:\n - mysql-server\n - python-mysqldb\n\n - name: Bind MySQL to 0.0.0.0\n lineinfile: 'dest=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | napramirez/generic-rails-infra | 1de3340745e6edcd8de3a75768e7aa68b6938aae | 0 | roles/nginx-lb | 8,159 | [
"no_license"
] | [
{
"path": "roles/nginx-lb/tasks/main.yml",
"content": "---\n - name: Install Nginx\n apt: pkg=nginx-full\n\n - name: Disable the default Nginx context\n file:\n path: /etc/nginx/sites-enabled/default\n state: absent\n notify:\n - Restart Nginx\n\n - name: Configure the load balan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | napramirez/generic-rails-infra | 1de3340745e6edcd8de3a75768e7aa68b6938aae | 0 | roles/passenger-nginx | 8,159 | [
"no_license"
] | [
{
"path": "roles/passenger-nginx/tasks/main.yml",
"content": "---\n - name: Install the Phusion Passenger PGP key\n shell: \"gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys <KEY> && touch .passenger_pgp_key\"\n args:\n creates: \".passenger_pgp_key\"\n\n - name: Install HTTPS support ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | napramirez/generic-rails-infra | 1de3340745e6edcd8de3a75768e7aa68b6938aae | 0 | roles/rails-app | 8,159 | [
"no_license"
] | [
{
"path": "roles/rails-app/defaults/main.yml",
"content": "---\n native_deps: []\n\n app_root_path: /var/www/rails-app\n\n git_branch: master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/rails-app/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1864,
"all_permissive": false
} |
ansible_role | napramirez/generic-rails-infra | 1de3340745e6edcd8de3a75768e7aa68b6938aae | 0 | roles/ruby-ng | 8,159 | [
"no_license"
] | [
{
"path": "roles/ruby-ng/tasks/main.yml",
"content": "---\n - name: Add the PPA for Ruby NG\n apt_repository: repo=\"ppa:brightbox/ruby-ng\"\n\n - name: Install Ruby NG\n apt: pkg=\"{{item}}\" update_cache=yes\n with_items: \"{{ruby_ng_packages}}\"\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | pochka15/hexlet | 38188d51fe33bce91f26f83afb5091004ec7bbf6 | 0 | ansible/some-roles/roles/common | 8,159 | [
"no_license"
] | [
{
"path": "ansible/some-roles/roles/common/tasks/main.yml",
"content": "- name: Say hello\n ansible.builtin.debug:\n msg: 'Hello'\n\n- name: Create users\n ansible.builtin.user:\n name: \"{{ item }}\"\n loop:\n - arya\n - sansa\n - tirion\n become: yes\n\n\n ",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | DenisTuzNetframe/DevOps_Task_June | e129d2f7715a97ff1bd8f6e6d1e313430d58473a | 0 | ansible/roles/vens_test | 8,159 | [
"no_license"
] | [
{
"path": "ansible/roles/vens_test/vars/main.yml",
"content": "---\n# Vars file\n\nvenv_python_executable: \"python3\"\ndestination_path: /opt/python_venvs\nmode: 0666\nvirtualenv_default_os_packages:\n - python3-venv\n - python3-setuptools\n\n...\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1180,
"all_permissive": false
} |
ansible_role | morty0014/codeby-devops | fe1b5311910f9e6b8412c02be3132822d88848e9 | 0 | lesson13/roles/apache | 8,159 | [
"no_license"
] | [
{
"path": "lesson13/roles/apache/templates/apache.conf.j2",
"content": "<VirtualHost *:{{ http_port }}>\n ServerAdmin webmaster@localhost\n ServerName {{ http_host }}\n DocumentRoot /srv/wordpress/\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n\n <Dire... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2170,
"all_permissive": false
} |
ansible_role | morty0014/codeby-devops | fe1b5311910f9e6b8412c02be3132822d88848e9 | 0 | lesson13/roles/mysql | 8,159 | [
"no_license"
] | [
{
"path": "lesson13/roles/mysql/tasks/ubuntu.yml",
"content": "- name: Install Ubuntu DB\n ansible.builtin.apt:\n name: \"{{ item }}\"\n update_cache: True\n state: present\n with_items:\n - mysql-server\n - mysql-client\n - python3-mysqldb\n - python3-pymysql\n\n- name: Start Mysql S... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1956,
"all_permissive": false
} |
ansible_role | morty0014/codeby-devops | fe1b5311910f9e6b8412c02be3132822d88848e9 | 0 | lesson13/roles/php-fpm | 8,159 | [
"no_license"
] | [
{
"path": "lesson13/roles/php-fpm/tasks/main.yml",
"content": "- name: Install the correct PHP-FPM for Centos\n import_tasks: centos.yml\n when: ansible_facts['distribution']|lower == 'centos'\n- name: Install the correct PHP-FPM for Ubuntu\n import_tasks: ubuntu.yml\n when: ansible_facts['distribution'... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | morty0014/codeby-devops | fe1b5311910f9e6b8412c02be3132822d88848e9 | 0 | lesson13/roles/wordpress | 8,159 | [
"no_license"
] | [
{
"path": "lesson13/roles/wordpress/tasks/centos.yml",
"content": "\n- name: Disable default pool\n ansible.builtin.command: mv /etc/php-fpm.d/www.conf /etc/php-fpm.d/www.disabled creates=/etc/php-fpm.d/www.disabled\n when: ansible_facts['os_family']|lower == 'centos'\n\n- name: Copy php-fpm configuration... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2885,
"all_permissive": false
} |
ansible_role | arestarh/ansible_learning | 4b5bac1f2a3db87aef4d626f21dbc8f349808a7c | 0 | ansible/roles/reverse-proxy-on-iis | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/reverse-proxy-on-iis/templates/web.config.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<configuration>\n <system.webServer>\n <rewrite>\n <rules>\n <rule name=\"ReverseProxyInboundRule1\" stopProcessing=\"true\">\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2257,
"all_permissive": false
} |
ansible_role | arestarh/ansible_learning | 4b5bac1f2a3db87aef4d626f21dbc8f349808a7c | 0 | ansible/roles/reverse-proxy-on-nginx | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/reverse-proxy-on-nginx/templates/redirect.j2",
"content": "\nhttp {\n\n server {\n listen 80;\n server_name {{ reverse_proxy_listened_hostheader }};\n\n return 301 {{ reverse_proxy_proxied_hostheader }}$request_uri;\n }\n}",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1605,
"all_permissive": false
} |
ansible_role | alex27riva/ansible-home-selfhosting | 9281d44b2221bd99bc9a1f3b50ae54702857a3db | 1 | roles/docker | 8,162 | [
"no_license"
] | [
{
"path": "roles/docker/vars/Debian.yml",
"content": "---\ndocker_deps:\n - 'apt-transport-https'\n - 'ca-certificates'\n - 'curl'\n - 'gnupg-agent'\n - 'software-properties-common'\n - 'python3-pip'\n - 'docker-compose'\n\ndocker_packages:\n - 'docker-ce'\n - 'docker-ce-cli'\n - 'containerd.io'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1556,
"all_permissive": false
} |
ansible_role | alex27riva/ansible-home-selfhosting | 9281d44b2221bd99bc9a1f3b50ae54702857a3db | 1 | roles/homer | 8,162 | [
"no_license"
] | [
{
"path": "roles/homer/defaults/main.yml",
"content": "---\ncontainer_name: homer\nhomer_title: \"I don't know if they let cowboys in\"\nhomer_subtitle: \"When I die, I may not go to heaven\"\n\nconnectivity_check: false\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6074,
"all_permissive": false
} |
ansible_role | alex27riva/ansible-home-selfhosting | 9281d44b2221bd99bc9a1f3b50ae54702857a3db | 1 | roles/system | 8,162 | [
"no_license"
] | [
{
"path": "roles/system/tasks/essential.yml",
"content": "---\n- name: Install extra packages\n ansible.builtin.apt:\n name: \"{{ extra_packages }}\"\n state: present\n\n- name: Ensure /etc/sudoers.d/ folder exists\n ansible.builtin.file:\n path: /etc/sudoers.d/\n state: directory\n mode: '... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2129,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/composer | 8,162 | [
"no_license"
] | [
{
"path": "roles/composer/tasks/main.yml",
"content": "---\n- name: Install Composer into the current directory.\n shell: >\n curl -sS https://getcomposer.org/installer | php\n creates={{ composer_path }}\n\n- name: Move Composer into globally-accessible location.\n shell: >\n mv composer.phar {{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/filesystem | 8,162 | [
"no_license"
] | [
{
"path": "roles/filesystem/defaults/main.yml",
"content": "---\ndotfiles: \"/Users/{{ ansible_user_id }}/.dotfiles\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/filesystem/tasks/main.yml",
"content": "---\n- name: Symlink regular pat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/homebrew | 8,162 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/cask.yml",
"content": "---\n- name: assert cask presence\n stat: path={{ install_dir }}/bin/brew-cask.rb\n register: cask_installed\n\n- name: tap the cask repository\n homebrew_tap: tap=caskroom/cask state=present\n when: cask_installed.stat.exists == false\n\n- name: in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/node | 8,162 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Install Node.JS packages globally\n npm: name={{ item }} state=latest global=yes\n with_items: nodejs_packages",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/packages | 8,162 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n- name: Tap the repositories\n homebrew_tap: \"tap={{ item }}\"\n with_items: brew_taps\n\n- name: Install the homebrew packages\n homebrew: name={{ item.pkg|default(item) }} state={{ item.state|default(\"latest\") }}\n with_items: brew_package... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 837,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/repository | 8,162 | [
"no_license"
] | [
{
"path": "roles/repository/tasks/main.yml",
"content": "---\n- name: Clone the git repository\n git: \"repo={{ item.value.clone_url }} dest={{ item.value.dest }} version=master accept_hostkey=yes\"\n with_dict: git_repos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/ruby | 8,162 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: Install ruby gems\n gem: name={{ item }} state=latest user_install=no\n sudo: yes\n sudo_user: mateusrevoredo\n with_items: ruby_gems",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/shell | 8,162 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "---\n- name: Load Fuzzy finder terminal extensions\n shell: ./install chdir=/usr/local/Cellar/fzf/HEAD\n\n- name: Install Powerline Fonts\n shell: ./install.sh chdir=\"{{ tempdir.stdout }}/powerline\"\n\n- name: Install Meteor\n shell: curl https://inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/temporary-folder | 8,162 | [
"no_license"
] | [
{
"path": "roles/temporary-folder/tasks/main.yml",
"content": "---\n- name: Create Temporary Directory\n command: mktemp -d -t 'ansible'\n register: tempdir\n when: create_temp_dir\n\n- name: Remove Temporary Directory\n file: path={{ tempdir.stdout }} state=absent\n when: delete_temp_dir",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | mateusrevoredo/osx-playbook | 929824788bf53a1485a954b0899c9c43b88edde1 | 1 | roles/zsh | 8,162 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/defaultshell.yml",
"content": "---\n- shell: grep '^{{ osx_login_shell }}$' /etc/shells\n register: osx_login_shell_exists_in_etc_shells\n changed_when: false\n failed_when: osx_login_shell_exists_in_etc_shells.rc not in [0, 1]\n\n- lineinfile: dest=/etc/shells line={{ osx_logi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | fanf2/doh101 | e2961737850815acb6ce4fbee9de59a325e786b1 | 22 | roles/basics | 8,162 | [
"no_license"
] | [
{
"path": "roles/basics/tasks/main.yml",
"content": "---\n- name: nginx directories\n file:\n state: directory\n path: /usr/local/openresty/nginx/{{item}}\n with_items:\n - conf\n - html\n- name: default DoH 400 page\n copy:\n src: doh_no_dns.html\n dest: /usr/local/openresty/nginx/html... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2615,
"all_permissive": false
} |
ansible_role | fanf2/doh101 | e2961737850815acb6ce4fbee9de59a325e786b1 | 22 | roles/doh101 | 8,162 | [
"no_license"
] | [
{
"path": "roles/doh101/tasks/openresty.yml",
"content": "---\n- name: apt openresty key\n apt_key:\n id: 97DB7443D5EDEB74\n url: http://openresty.org/package/pubkey.gpg\n- name: apt openresty repo\n template:\n src: apt-openresty.j2\n dest: /etc/apt/sources.list.d/openresty.list\n- name: ins... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 9775,
"all_permissive": false
} |
ansible_role | Luis-0929/ansible-playbook | e872c2d0599ca5f7b0fcb4d8ccfe53a23291250b | 0 | roles/config_user | 8,162 | [
"no_license"
] | [
{
"path": "roles/config_user/tasks/config_user.yaml",
"content": "- name: Ensuring user group exists\n group:\n name: \"{{ user_map[item].user_group }}\"\n state: present\n gid: \"{{ user_map[item].group_id }}\"\n with_items: \"{{ users }}\"\n\n- name: Create user\n user:\n name: \"{{ item }}... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | Luis-0929/ansible-playbook | e872c2d0599ca5f7b0fcb4d8ccfe53a23291250b | 0 | roles/config_user_podman | 8,162 | [
"no_license"
] | [
{
"path": "roles/config_user_podman/tasks/config_user_podman.yaml",
"content": "---\n- name: Run commands to enable {{ podman_user }} auto login\n shell: |\n loginctl enable-linger {{ podman_user }}\n\n- name: Ensure local systemd user conf exists\n become_user: \"{{ podman_user }}\"\n shell: |\n m... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 740,
"all_permissive": false
} |
ansible_role | Luis-0929/ansible-playbook | e872c2d0599ca5f7b0fcb4d8ccfe53a23291250b | 0 | roles/install_listed | 8,162 | [
"no_license"
] | [
{
"path": "roles/install_listed/tasks/install_listed.yaml",
"content": "---\n- name: Install the listed packages {{ listed_packages }}\n dnf:\n name: \"{{ listed_packages }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
{
"path": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | kazunori-kurata-private/Kazunori_CircleCI | b0ea86d473d9a9cb8ea9dbac81d6d3ef70840f32 | 0 | ansible/roles/app | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n- name: Change user permission\n become: yes\n ansible.builtin.file:\n path: /home/ec2-user\n state: directory\n mode: 0755\n\n- name: Check database.yml.sample\n stat:\n path: /home/ec2-user/raisetech-live8-sample-app/config/data... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3975,
"all_permissive": false
} |
ansible_role | kazunori-kurata-private/Kazunori_CircleCI | b0ea86d473d9a9cb8ea9dbac81d6d3ef70840f32 | 0 | ansible/roles/clone | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/clone/tasks/main.yml",
"content": "---\n- name: Check sample repo\n stat:\n path: /home/ec2-user/raisetech-live8-sample-app\n register: repo_stat\n\n- name: Git clone sample repo\n become_user: ec2-user\n ansible.builtin.git:\n repo: https://github.com/yuta-ushijima/raiset... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | kazunori-kurata-private/Kazunori_CircleCI | b0ea86d473d9a9cb8ea9dbac81d6d3ef70840f32 | 0 | ansible/roles/mysql | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: remove the MariaDB\n become: yes\n yum:\n name: mariadb-server\n state: absent\n\n- name: install the mysql rpm from a remote repo\n become: yes\n yum:\n name: 'https://repo.mysql.com//mysql80-community-release-el7-7.noarc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 500,
"all_permissive": false
} |
ansible_role | kazunori-kurata-private/Kazunori_CircleCI | b0ea86d473d9a9cb8ea9dbac81d6d3ef70840f32 | 0 | ansible/roles/nginx | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/nginx.conf.j2",
"content": "# For more information on configuration, see:\n# * Official English Documentation: http://nginx.org/en/docs/\n# * Official Russian Documentation: http://nginx.org/ru/docs/\n\nuser ec2-user;\nworker_processes auto;\npid /run/nginx.pid;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3745,
"all_permissive": false
} |
ansible_role | kazunori-kurata-private/Kazunori_CircleCI | b0ea86d473d9a9cb8ea9dbac81d6d3ef70840f32 | 0 | ansible/roles/ruby | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby/tasks/main.yml",
"content": "---\n- name: Check rbenv install\n stat:\n path: \"{{ rbenv_path }}\"\n register: rbenv_exists\n\n- name: Download rbenv_ruby-build\n become_user: ec2-user\n uri:\n url: https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1387,
"all_permissive": false
} |
ansible_role | kazunori-kurata-private/Kazunori_CircleCI | b0ea86d473d9a9cb8ea9dbac81d6d3ef70840f32 | 0 | ansible/roles/webpack | 8,162 | [
"no_license"
] | [
{
"path": "ansible/roles/webpack/tasks/main.yml",
"content": "---\n- name: check if nodejs already installed\n stat:\n path: /usr/bin/node\n register: nodejs_bin\n\n- name: cache clean\n ansible.builtin.command:\n cmd: yum clean all\n args:\n warn: no\n when: not nodejs_bin.stat.exists\n\n- fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1700,
"all_permissive": false
} |
ansible_role | eli-tech-guy/CodeStash | 5f6ac7615aed00f33f63f96a6c0236deaba76203 | 0 | Interviewtf/eli-secops-tf-ansible-docker/ansible/roles/common | 8,162 | [
"no_license"
] | [
{
"path": "Interviewtf/eli-secops-tf-ansible-docker/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Deploy proxy before all else\n copy:\n src: proxy.sh\n dest: /etc/profile.d/\n mode: u+rwx,g-w,o-w\n tags: proxy_client\n\n- name: Ensure hostname set\n hostname: name={{ inventory_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | eli-tech-guy/CodeStash | 5f6ac7615aed00f33f63f96a6c0236deaba76203 | 0 | Interviewtf/eli-secops-tf-ansible-docker/ansible/roles/docker | 8,162 | [
"no_license"
] | [
{
"path": "Interviewtf/eli-secops-tf-ansible-docker/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install required system packages\n yum:\n name:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n state: present\n\n- name: Add Docker repo\n get_url:\n url: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | eli-tech-guy/CodeStash | 5f6ac7615aed00f33f63f96a6c0236deaba76203 | 0 | Interviewtf/eli-secops-tf-ansible-docker/ansible/roles/proxy | 8,162 | [
"no_license"
] | [
{
"path": "Interviewtf/eli-secops-tf-ansible-docker/ansible/roles/proxy/templates/squid.conf.j2",
"content": "acl allowed_destinations dstdomain secopsdn-incoming.s3.eu-west-2.amazonaws.com secops\n\nacl allowed_clients src 10.0.0.0/22\n\nacl SSL_ports port 443\nacl Safe_ports port 80 # http\nacl S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | liu454639377/playbook | 1a49ffcd0afc5bb074215e9793b7057d8af641c7 | 0 | k8s-dep-ansible/roles/init | 8,162 | [
"no_license"
] | [
{
"path": "k8s-dep-ansible/roles/init/tasks/hosts",
"content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n192.168.122.3 k8s-master\n192.168.122.4 k8s-node1\n192.168.122.5 k8s-node2\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3796,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.