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 | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/pxe_server_deployment/roles/podman | 360 | [
"permissive"
] | [
{
"path": "blueprints/pxe_server_deployment/roles/podman/tasks/main.yml",
"content": "---\n\n- name: Install Podman\n dnf:\n name: \"podman{{ podman_version | default('') }}\"\n state: present\n tags: podman\n\n- name: Verify Podman Installation\n command: podman --version\n register: podman_versi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": true
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/rke2-cloudify/resources/ansible/roles/common | 360 | [
"permissive"
] | [
{
"path": "blueprints/rke2-cloudify/resources/ansible/roles/common/tasks/main.yaml",
"content": "- name: Update all packages\n ansible.builtin.yum:\n name: '*'\n state: latest\n become: true\n\n- name: Install basic tools\n ansible.builtin.yum:\n name:\n - curl\n - tar\n state: pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 757,
"all_permissive": true
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/rke2-cloudify/resources/ansible/roles/dnsmasq | 360 | [
"permissive"
] | [
{
"path": "blueprints/rke2-cloudify/resources/ansible/roles/dnsmasq/tasks/dnsmasq.yaml",
"content": "- name: Ensure hostname matches inventory\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n become: true\n\n#- name: Update /etc/hosts with inventory hostname\n# ansible.builtin.linein... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2489,
"all_permissive": true
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/rke2-cloudify/resources/ansible/roles/docker | 360 | [
"permissive"
] | [
{
"path": "blueprints/rke2-cloudify/resources/ansible/roles/docker/tasks/main.yaml",
"content": "- name: Remove Podman and compatibility packages\n ansible.builtin.yum:\n name:\n - podman\n - podman-docker\n state: absent\n\n- name: Remove conflicting Docker and Podman packages\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1299,
"all_permissive": true
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/rke2-cloudify/resources/ansible/roles/firewall | 360 | [
"permissive"
] | [
{
"path": "blueprints/rke2-cloudify/resources/ansible/roles/firewall/tasks/main.yaml",
"content": "- name: Allow RKE2 ports in the firewall\n firewalld:\n port: \"{{ item }}\"\n zone: public\n permanent: yes\n state: enabled\n with_items:\n - 22/tcp # SSH\n - 443/tcp # HTTPS\n - 64... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": true
} |
ansible_role | dell/dtias | 2882e5525c557f5b4201196d0113271996436328 | 1 | blueprints/rke2-cloudify/resources/ansible/roles/rke2 | 360 | [
"permissive"
] | [
{
"path": "blueprints/rke2-cloudify/resources/ansible/roles/rke2/templates/rke2-server-config.yaml.j2",
"content": "# RKE2 server (control plane) configuration\nwrite-kubeconfig-mode: \"0644\"\nnode-name: \"{{ inventory_hostname }}\"\ntoken: \"{{ token }}\"\ntls-san:\n - \"{{ ansible_host }}\"\n - \"{{ in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2409,
"all_permissive": true
} |
ansible_role | clamm/marry_vagrant_and_ansible | 0da06c5fbfe99122f598d292c51c00f25b70c39a | 0 | provisioning/roles/knowledgerepo | 360 | [
"no_license"
] | [
{
"path": "provisioning/roles/knowledgerepo/tasks/main.yml",
"content": "---\n- name: Download file to install pip\n get_url: \n url: https://bootstrap.pypa.io/get-pip.py\n dest: /tmp/get-pip.py\n\n- name: Check if pip is installed\n shell: which pip\n register: which_pip\n ignore_errors: true\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | clamm/marry_vagrant_and_ansible | 0da06c5fbfe99122f598d292c51c00f25b70c39a | 0 | provisioning/roles/spark | 360 | [
"no_license"
] | [
{
"path": "provisioning/roles/spark/tasks/main.yml",
"content": "---\n # install java to test Spark on vagrant\n - name: Install java\n yum: name=java state=present\n become: true\n\n - name: Set JAVA_HOME\n shell: echo JAVA_HOME is $JAVA_HOME\n environment:\n JAVA_HOME: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2073,
"all_permissive": false
} |
ansible_role | mamurai/Ansible_Demos | d910b6b4a89ec22759306f15118e462bffb0a415 | 0 | bigip_maintenance_demo/roles/bigip_config_add | 355 | [
"no_license"
] | [
{
"path": "bigip_maintenance_demo/roles/bigip_config_add/tasks/add_node.yml",
"content": "---\n- name: CREATE NODES\n bigip_node:\n host: \"{{hostvars[item].ansible_host}}\"\n name: \"{{hostvars[item].inventory_hostname}}\"\n provider:\n server: \"{{private_ip}}\"\n user: \"{{ansible_use... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 862,
"all_permissive": false
} |
ansible_role | mamurai/Ansible_Demos | d910b6b4a89ec22759306f15118e462bffb0a415 | 0 | bigip_maintenance_demo/roles/bigip_config_delete | 355 | [
"no_license"
] | [
{
"path": "bigip_maintenance_demo/roles/bigip_config_delete/tasks/set_provider.yml",
"content": "- name: Setup provider\n set_fact:\n provider:\n server: \"{{private_ip}}\"\n user: \"{{ansible_user}}\"\n password: \"{{<PASSWORD>}}\"\n server_port: \"8443\"\n validate_certs: \"no... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 817,
"all_permissive": false
} |
ansible_role | mamurai/Ansible_Demos | d910b6b4a89ec22759306f15118e462bffb0a415 | 0 | bigip_maintenance_demo/roles/bigip_modify_pool-member | 355 | [
"no_license"
] | [
{
"path": "bigip_maintenance_demo/roles/bigip_modify_pool-member/tasks/mod_pool-member.yml",
"content": "---\n- name: ADD POOL MEMBERS\n bigip_pool_member:\n provider:\n server: \"{{private_ip}}\"\n user: \"{{ansible_user}}\"\n password: \"{{<PASSWORD>}}\"\n server_port: \"8443\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | mamurai/Ansible_Demos | d910b6b4a89ec22759306f15118e462bffb0a415 | 0 | bigip_maintenance_demo/roles/web-server_modify | 355 | [
"no_license"
] | [
{
"path": "bigip_maintenance_demo/roles/web-server_modify/tasks/modify_index_html.yml",
"content": "# Set Timezone JST\n- name: Set timezone to Asia/Tokyo\n timezone:\n name: Asia/Tokyo\n\n# GET hostname\n- name: Get Hostname\n shell: hostname\n register: hostname\n\n# GET Date\n- name: Get Date\n sh... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | mamurai/Ansible_Demos | d910b6b4a89ec22759306f15118e462bffb0a415 | 0 | rhel7_prov_demo/roles/rhel7 | 355 | [
"no_license"
] | [
{
"path": "rhel7_prov_demo/roles/rhel7/tasks/firewalld.yml",
"content": "---\n- name: Install firewalld packages\n yum: \n name: firewalld\n state: present\n\n- name: Enable firewalld\n service: \n name: firewalld.service\n state: started\n enabled: yes \n\n- name: Open nginx port\n firewa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | mamurai/Ansible_Demos | d910b6b4a89ec22759306f15118e462bffb0a415 | 0 | rhel7_prov_demo/roles/vm_fusion_host | 355 | [
"no_license"
] | [
{
"path": "rhel7_prov_demo/roles/vm_fusion_host/tasks/vm_fusion_start.yml",
"content": "- name: start all guests\n shell: /Applications/VMware\\ Fusion.app/Contents/Public/vmrun -T ws start {{ item.vmx }} nogui\n with_items: \"{{ vm_guests }}\"\n\n- name: sleep {{ sleep_sec }}\n shell: sleep \"{{ sleep_s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | saireddyavs/Ansible-mysql-flask-EC2-nagios | 82ad81e9192dbba81d13eb7a2fe9cc82bbc4761d | 0 | roles/ec2_create | 355 | [
"no_license"
] | [
{
"path": "roles/ec2_create/vars/webserver.yml",
"content": "---\n# vars file for ec2_create\n\n\nkeypair: jenkins_ubuntu\n\nsecurity_group : flask_servers\n\nregion: ap-south-1\n\ninstance_type: t2.micro\n\nimage: ami-02d55cb47e83a99a0\n\ncount: 1\n\nvolume_size: 14\n\ntag_name: flask_web_server\n\nvolume_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5160,
"all_permissive": false
} |
ansible_role | saireddyavs/Ansible-mysql-flask-EC2-nagios | 82ad81e9192dbba81d13eb7a2fe9cc82bbc4761d | 0 | roles/flask_setup | 355 | [
"no_license"
] | [
{
"path": "roles/flask_setup/tasks/main.yml",
"content": "---\n# tasks file for flask_setup\n\n\n - name: Update and upgrade apt packages\n become: true\n apt:\n update_cache: yes\n upgrade: 'yes'\n when: ansible_os_family == 'Debian'\n\n \n - name: upgrade all packages\n yum: \n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1491,
"all_permissive": false
} |
ansible_role | saireddyavs/Ansible-mysql-flask-EC2-nagios | 82ad81e9192dbba81d13eb7a2fe9cc82bbc4761d | 0 | roles/mysql_create | 355 | [
"no_license"
] | [
{
"path": "roles/mysql_create/handlers/main.yml",
"content": "---\n# handlers file for mysql_create",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/mysql_create/vars/main.yml",
"content": "---\n# vars file for mysql_create\n\nmysql_root_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2209,
"all_permissive": false
} |
ansible_role | sofiateixeiraa/ansible-rpi-cluster | 8e6ff202041b11abb69fb6440998d273683833c3 | 0 | roles/docker-installation | 355 | [
"no_license"
] | [
{
"path": "roles/docker-installation/tasks/main.yml",
"content": "- name: Install Docker\n shell: curl -sSL https://get.docker.com | sh\n args:\n executable: /bin/bash\n\n- name: Add user 'pi' to Docker group\n user:\n name: pi\n group: docker\n append: yes\n",
"license_type": "no_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | sofiateixeiraa/ansible-rpi-cluster | 8e6ff202041b11abb69fb6440998d273683833c3 | 0 | roles/kubernetes-setup | 355 | [
"no_license"
] | [
{
"path": "roles/kubernetes-setup/tasks/main.yml",
"content": "- name: Install K3s on Master\n shell: curl -sfL https://get.k3s.io | sh -\n args:\n executable: /bin/bash\n when: \"'master' in group_names\"\n\n- name: Get K3s Token\n command: cat /var/lib/rancher/k3s/server/node-token\n register: k3s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | sofiateixeiraa/ansible-rpi-cluster | 8e6ff202041b11abb69fb6440998d273683833c3 | 0 | roles/prometheus-deployment | 355 | [
"no_license"
] | [
{
"path": "roles/prometheus-deployment/tasks/main.yml",
"content": "- name: Install Helm\n shell: |\n curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n chmod 700 get_helm.sh\n ./get_helm.sh\n\n- name: Add Prometheus Helm Repo and Install\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | rpldpaul/CPE_MIDEXAM_Baltazar | d56ebc0601c888e99262ef4f11a6b9c703f67f6c | 0 | roles/elasticsearch | 355 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "- name: Installing Java\n tags: elasticsearch\n yum:\n name: java-11-openjdk\n state: present\n when: ansible_distribution == \"CentOS\"\n\n- name: Installing EPEL repository\n tags: elasticsearch\n yum:\n name: epel-release\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1380,
"all_permissive": false
} |
ansible_role | rpldpaul/CPE_MIDEXAM_Baltazar | d56ebc0601c888e99262ef4f11a6b9c703f67f6c | 0 | roles/elasticsearchubuntu | 355 | [
"no_license"
] | [
{
"path": "roles/elasticsearchubuntu/tasks/main.yml",
"content": "- name: Installing Java\n tags: elasticsearch\n apt:\n name: default-jre\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n#- name: Installing Elastic Search repository\n# tags: elasticsearch\n# apt:\n# name: elasti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 992,
"all_permissive": false
} |
ansible_role | rpldpaul/CPE_MIDEXAM_Baltazar | d56ebc0601c888e99262ef4f11a6b9c703f67f6c | 0 | roles/kibana | 355 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "- name: Adding GPG key for Elastic APT repository\n tags: kibana\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Adding Kibana APT repository\n tags: kib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1998,
"all_permissive": false
} |
ansible_role | rpldpaul/CPE_MIDEXAM_Baltazar | d56ebc0601c888e99262ef4f11a6b9c703f67f6c | 0 | roles/logstash | 355 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "- name: Installing dependencies\n tags: logstash\n apt:\n name: gnupg\n state: present\n update_cache: yes\n become: yes\n\n- name: Adding Elastic APT repository key\n tags: logstash\n apt_key:\n url: https://artifacts.elastic.co/GPG-KE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | soufiane-ezzemany/DevOps-IMT-FIL | e18f6b2a874f670d3a74e412d13bed5be4e136d2 | 0 | ansible/roles/pg_install | 355 | [
"no_license"
] | [
{
"path": "ansible/roles/pg_install/defaults/main.yaml",
"content": "# PostgreSQL database configuration\npg_version: \"15\"\npg_service_name: \"postgresql@{{ pg_version }}-main\"\npg_db_name: \"postgres\"\npg_user: \"postgres\"\npg_password: \"<PASSWORD>\"\npg_listen_address: \"0.0.0.0\"\n",
"license_t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2125,
"all_permissive": false
} |
ansible_role | AnnaBogdanovich91/ansible-test | 3ddcbcecbbb62e710cd1308bd29ccf6fa30dfc17 | 0 | control_home/playbook/roles/apache2 | 355 | [
"no_license"
] | [
{
"path": "control_home/playbook/roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n- name: install apache\n apt: \n pkg:\n - apache2\n - libapache2-mod-wsgi\n state: present\n tags: [ 'packages']\n\n- name: enable mod_wsgi\n apache2_module: name=wsgi state=present\n n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 521,
"all_permissive": false
} |
ansible_role | AnnaBogdanovich91/ansible-test | 3ddcbcecbbb62e710cd1308bd29ccf6fa30dfc17 | 0 | control_home/playbook/roles/control | 355 | [
"no_license"
] | [
{
"path": "control_home/playbook/roles/control/tasks/main.yml",
"content": "---\n# tasks file for control\n - name: install tools\n apt:\n pkg:\n - python-httplib2\n - curl\n state: present\n tags: [ 'packages']\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | AnnaBogdanovich91/ansible-test | 3ddcbcecbbb62e710cd1308bd29ccf6fa30dfc17 | 0 | control_home/playbook/roles/demoapp | 355 | [
"no_license"
] | [
{
"path": "control_home/playbook/roles/demoapp/tasks/main.yml",
"content": "---\n# tasks file for demoapp\n- name: install apache\n apt: \n pkg:\n - python-pip\n - python-virtualenv\n - python-mysqldb\n state: present\n tags: [ 'packages']\n\n \n- name: copy app source\n copy: src=demo/app... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1044,
"all_permissive": false
} |
ansible_role | AnnaBogdanovich91/ansible-test | 3ddcbcecbbb62e710cd1308bd29ccf6fa30dfc17 | 0 | control_home/playbook/roles/mysql | 355 | [
"no_license"
] | [
{
"path": "control_home/playbook/roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n - name: install tools\n apt: \n pkg: \n - python-mysqldb\n state: present\n tags: [ 'packages']\n\n\n - name: install mysql\n apt: name=mysql-server state=present\n tags: [ 'p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 938,
"all_permissive": false
} |
ansible_role | AnnaBogdanovich91/ansible-test | 3ddcbcecbbb62e710cd1308bd29ccf6fa30dfc17 | 0 | control_home/playbook/roles/nginx | 355 | [
"no_license"
] | [
{
"path": "control_home/playbook/roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n - name: install tools\n apt:\n pkg:\n - python-httplib2\n state: present\n tags: [ 'packages']\n\n \n - name: install nginx\n apt: name=nginx state=present\n tags: [ 'package... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1409,
"all_permissive": false
} |
ansible_role | Fogo002/ASCN | 22d66129e15a36c4207bf459c93ccf9a3b3e90a3 | 0 | roles/ghost_app | 355 | [
"no_license"
] | [
{
"path": "roles/ghost_app/tasks/main.yml",
"content": "- name: Service Ghost\n kubernetes.core.k8s:\n state: present\n src: Kubernets/ghost-service.yml\n\n- name: Wait for Ghost Service External IP\n shell: \"kubectl get services ghost-service -o wide | awk '{ print $4}' | grep -v EXT\"\n registe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | Fogo002/ASCN | 22d66129e15a36c4207bf459c93ccf9a3b3e90a3 | 0 | roles/ghost_db | 355 | [
"no_license"
] | [
{
"path": "roles/ghost_db/tasks/main.yml",
"content": "---\n- name: Create MySQL\n kubernetes.core.k8s:\n state: present\n src: Kubernets/mysql/mysql-deployment.yml\n\n- name: PVC MySQL\n kubernetes.core.k8s:\n state: present\n src: Kubernets/mysql/mysql-pvc.yml\n\n- name: Service MySQL\n kub... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | Fogo002/ASCN | 22d66129e15a36c4207bf459c93ccf9a3b3e90a3 | 0 | roles/init | 355 | [
"no_license"
] | [
{
"path": "roles/init/tasks/main.yml",
"content": "---\n- name : Pastas Mem\n shell: mkdir /mnt/data\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 49,
"all_permissive": false
} |
ansible_role | Fogo002/ASCN | 22d66129e15a36c4207bf459c93ccf9a3b3e90a3 | 0 | roles/test_ghost | 355 | [
"no_license"
] | [
{
"path": "roles/test_ghost/tasks/main.yml",
"content": "---\n\n- name: Refresh inventory\n meta: refresh_inventory\n\n- name: Check that you can connect (GET) to Ghost and it returns a status 200\n ansible.builtin.uri:\n url: \"http://{{ ghost_ip }}:{{ghost_port}}/\"\n method: GET\n status_code:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1466,
"all_permissive": false
} |
ansible_role | Fogo002/ASCN | 22d66129e15a36c4207bf459c93ccf9a3b3e90a3 | 0 | roles/undeploy_data | 355 | [
"no_license"
] | [
{
"path": "roles/undeploy_data/tasks/main.yml",
"content": "- name: Delete MySQL PVC\n shell: kubectl delete pvc mysql-pv-claim",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | Fogo002/ASCN | 22d66129e15a36c4207bf459c93ccf9a3b3e90a3 | 0 | roles/undeploy_ghost | 355 | [
"no_license"
] | [
{
"path": "roles/undeploy_ghost/tasks/main.yml",
"content": "- name: Delete Ghost Deployment\n shell: kubectl delete deployment ghost-deployment\n\n- name: Delete Ghost Service\n shell: kubectl delete service ghost-service\n\n- name: Delete MySQL Deployment\n shell: kubectl delete deployment mysql-deploy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | ArtemSoftware2006/KataAnsible_front_back | ac0030443744937bd48b060dcbe34b3654191da7 | 0 | ansible/roles/webserver | 355 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: Install EPEL repository\n ansible.builtin.yum:\n name: epel-release\n state: present\n become: true\n\n- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n become: true\n\n- name: Configure ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-04-role/playbook/roles/logstash | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-04-role/playbook/roles/logstash/tasks/main.yml",
"content": "---\n- name: \"Download Logstash's rpm\"\n get_url:\n url: \"https://artifacts.elastic.co/downloads/logstash/logstash-{{ logstash_version }}-x86_64.rpm\"\n dest: \"/tmp/logstash-{{ logstash_version }}-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1760,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/elastic-role | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/elastic-role/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - elastic-role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path":... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8201,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/filebeat-role | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/filebeat-role/molecule/alternative/INSTALL.rst",
"content": "************\nЧто нужно сделать, чтобы роль запустилась\n************\n\nЗапустить докер-контейнер с ролью\n============\n\nНапример:\n\n.. code-block:: bash\n\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8063,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/kibana-role | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/kibana-role/tasks/rpm.yml",
"content": "---\n- name: \"Download Kibana's rpm\"\n get_url:\n # url: \"https://artifacts.elastic.co/downloads/kibana/kibana-{{ kibana_version }}-x86_64.rpm\"\n url: \"https://ntl.run0ut.ru... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5173,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/logstash-role | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/logstash-role/molecule/alternative/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Include logstash-role\"\n include_role:\n name: \"logstash-role\"\n",
"license_type": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7564,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/netology86-role | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/netology86-role/defaults/main.yml",
"content": "---\n# defaults file for netology86-role\nfile_path: \"~/my_file.txt\"\nfile_content: \"Testing role content\"",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 923,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/yc-create-instance-role | 355 | [
"no_license"
] | [
{
"path": "03-mnt-homeworks/08-ansible-06-module/netology86/yandex_cloud_elk/roles/yc-create-instance-role/defaults/main.yml",
"content": "---\n# defaults file for netology86-yc-role\nname: \"netology86-instance\"\nnetwork_interface: \"net-ru-central1-a\"\nzone: \"ru-central1-a\"\nssh_key: \"~/.ssh/id_rsa.p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/create-vm | 355 | [
"no_license"
] | [
{
"path": "04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/create-vm/tasks/main.yml",
"content": "- name: \"Create {{ homework }}-vm1\"\n netology86.yandex_cloud_elk.yc_create_instance:\n network_interface: \"net-ru-central1-a\"\n name: \"{{ homework }}-vm1\"\n # image_family: \"centos-st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/destroy-vm | 355 | [
"no_license"
] | [
{
"path": "04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/destroy-vm/tasks/main.yml",
"content": "- name: \"Destroy {{ homework }}-vm1\"\n netology86.yandex_cloud_elk.yc_create_instance:\n network_interface: \"net-ru-central1-a\"\n name: \"{{ homework }}-vm1\"\n status: \"absence\"",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/install-kuber | 355 | [
"no_license"
] | [
{
"path": "04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/install-kuber/tasks/main.yml",
"content": "- name: Installing necessary packages\n apt: >\n name={{ item }}\n state=present\n update_cache=yes\n with_items:\n - conntrack\n - docker.io\n - iproute2\n - s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2169,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/run-hello-node | 355 | [
"no_license"
] | [
{
"path": "04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/run-hello-node/tasks/main.yml",
"content": "- name: Check if hello-node is deployed\n shell: kubectl get deployments | grep -w ^hello-node\n register: check_hello_node\n changed_when: False\n failed_when: False\n- name: Deploy hello-nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2501,
"all_permissive": false
} |
ansible_role | run0ut/devops-netology | a54fcee63333e82520a0b7e969755df4b2317488 | 0 | 04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/wait-vm | 355 | [
"no_license"
] | [
{
"path": "04-devkub-homeworks/12-kubernetes-01-intro/ansible/roles/wait-vm/tasks/main.yml",
"content": "- name: Wait for system to become reachable\n wait_for_connection:\n timeout: 100",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | Nosikov-studio/r042k-ansible | f7b1f04cedb70a15fc609f1ab9045332f3548e19 | 0 | roles/pm2 | 355 | [
"no_license"
] | [
{
"path": "roles/pm2/tasks/main.yml",
"content": "---\n#---------------------------------------------------------2\n - name: Install pm2 globally\n ansible.builtin.npm:\n name: pm2\n global: yes\n\n # - name: Setup pm2 startup script for ubuntu user\n # command: sudo env PATH=$... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1593,
"all_permissive": false
} |
ansible_role | contentdiv/ansible-role-manifoldcf | f6e2b65e6dec52aae7d37e2ec716a4b2b5e73c10 | 0 | roles/common | 355 | [
"permissive"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\n# file: roles/common/defaults/main.yml\ninstall_owner_name: itadmin\ninstall_owner_password: <PASSWORD>\ninstall_os_group: itadmin\ninstall_software_tempdir: /home/itadmin/software\nmcf_install_dir: /opt/manifoldcf/\nmcf_apache_download_base_url: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3012,
"all_permissive": true
} |
ansible_role | contentdiv/ansible-role-manifoldcf | f6e2b65e6dec52aae7d37e2ec716a4b2b5e73c10 | 0 | roles/mcf-agent-server | 355 | [
"permissive"
] | [
{
"path": "roles/mcf-agent-server/meta/main.yml",
"content": "---\n# file: roles/mcf-agent-server/meta/main.yml\n\ndependencies:\n - { role: ANXS.postgresql, when: installation_database == 'postgres', postgresql_version: 9.5 }\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 6860,
"all_permissive": true
} |
ansible_role | HenrikPuls/yocto-dev-vm | e705f3dea604646ef977a9f3774418bddd28b395 | 1 | provision/roles/developer | 355 | [
"no_license"
] | [
{
"path": "provision/roles/developer/tasks/main.yml",
"content": "---\r\n# tasks file for provision/roles/developer\r\n\r\n- import_tasks: devtools.yml\r\n- import_tasks: yocto.yml\r\n- import_tasks: misc.yml\r\n- import_tasks: user.yml\r\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4729,
"all_permissive": false
} |
ansible_role | msaqibhashmi/weblate-iac | 2104e54f499b099dbb5dd6384461b8001aa29a54 | 0 | build/ansible/roles/app-repo | 355 | [
"no_license"
] | [
{
"path": "build/ansible/roles/app-repo/templates/docker-compose.j2",
"content": "version: \"3\"\nservices:\n weblate:\n image: weblate/weblate\n volumes:\n - weblate-data:/app/data\n env_file:\n - ./environment\n restart: always\n\nvolumes:\n weblate-data: {}\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3027,
"all_permissive": false
} |
ansible_role | msaqibhashmi/weblate-iac | 2104e54f499b099dbb5dd6384461b8001aa29a54 | 0 | build/ansible/roles/install-docker-centos | 355 | [
"no_license"
] | [
{
"path": "build/ansible/roles/install-docker-centos/tasks/main.yml",
"content": "---\n\n- name: Installing docker pre-requisite\n yum:\n state: present\n pkg:\n - yum-utils\n - device-mapper-persistent-data\n - lvm2\n\n- name: Adding docker repository\n get_url:\n url: https://dow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 765,
"all_permissive": false
} |
ansible_role | ygalblum/ansible-bash-shrink-lv | 85593c59d76ebe0e24b3b4eab61f19bca60c1491 | 0 | infra.lvm_tools/shrink_lv/roles/shrink_lv | 355 | [
"permissive"
] | [
{
"path": "infra.lvm_tools/shrink_lv/roles/shrink_lv/tasks/check_kernel.yaml",
"content": "- name: Get default kernel\n ansible.builtin.command:\n cmd: /sbin/grubby --default-kernel\n register: _grubby_rc\n changed_when: false\n\n- name: Parse default kernel version\n ansible.builtin.set_fact:\n _... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4685,
"all_permissive": true
} |
ansible_role | nimishchandra32908/NSXT_Automation | 1a49a3f1738c977423bf7e9e9b79b4eb8348f1f8 | 1 | roles/nsxt_deploy_ova | 355 | [
"no_license"
] | [
{
"path": "roles/nsxt_deploy_ova/vars/main.yml",
"content": "---\r\n# vars file for nsxt_deploy_ova\r\n{\r\n # NSX-T OVF/OVA Variables\r\n nsxt_ovftool_path: \"/usr/bin\",\r\n nsxt_ova_path: \"/mnt/iso/VMware/NSX/NSX-T/v-3.x/\",\r\n nsxt_ova_filename: \"nsx-unified-appliance-3.0.2.0.0.16887203.ova\",\r\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3643,
"all_permissive": false
} |
ansible_role | sachan007/ansible-pull | 9f5725ca536d146ed07130cdbc4234d1d8ffe96f | 0 | roles/nginx-aws | 355 | [
"no_license"
] | [
{
"path": "roles/nginx-aws/defaults/main.yml",
"content": "---\n_package_nginx: nginx\n_package_tomcat: tomcat\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/nginx-aws/tasks/main.yml",
"content": "---\n- name: be sure nginx is installe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 451,
"all_permissive": false
} |
ansible_role | ChristopherSargent/swc_rsnapshot | 41b87704b2f45d990b50d4a90d9f88e292d7756d | 0 | roles/swc_rsnapshot_install | 355 | [
"no_license"
] | [
{
"path": "roles/swc_rsnapshot_install/tasks/main.yml",
"content": "---\n- include_tasks: redhat8.yml\n when:\n - (ansible_distribution == \"RedHat\" or ansible_distribution == \"CentOS\")\n - ansible_distribution_major_version == \"8\"\n\n- include_tasks: ubuntu.yml\n when:\n - (ansible_distribu... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1080,
"all_permissive": false
} |
ansible_role | ChristopherSargent/swc_rsnapshot | 41b87704b2f45d990b50d4a90d9f88e292d7756d | 0 | roles/swc_rsnapshot_restore | 355 | [
"no_license"
] | [
{
"path": "roles/swc_rsnapshot_restore/tasks/main.yml",
"content": "---\n- name: Find modified files in /etc\n shell: |\n mkdir -p /tmp/changed_files\n diff -qr /etc /.snapshots/alpha.0/localhost/etc | grep -E \"Only in /etc|Files\" | awk '{if ($1 == \"Only\") print $4 \"/\" $5; else if ($1 == \"File... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | adityakhowala/ansible | 32816108e0022b98546b5df0d13e3344696b22d4 | 0 | roles/apache2 | 355 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for apache2\n\n- name: Install apache2\n become: yes\n apt:\n name: apache2\n state: present\n\n- name: start apache2\n become: yes\n service:\n name: apache2\n state: started\n enabled: yes\n\n- name: Check if docume... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1605,
"all_permissive": false
} |
ansible_role | adityakhowala/ansible | 32816108e0022b98546b5df0d13e3344696b22d4 | 0 | roles/copyfile | 355 | [
"no_license"
] | [
{
"path": "roles/copyfile/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - copyfile",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/copyfile/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": 296,
"all_permissive": false
} |
ansible_role | adityakhowala/ansible | 32816108e0022b98546b5df0d13e3344696b22d4 | 0 | roles/nagios_slave | 355 | [
"no_license"
] | [
{
"path": "roles/nagios_slave/defaults/main.yml",
"content": "---\n# defaults file for running_script",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/nagios_slave/tasks/main.yml",
"content": "---\n# tasks file for copyfile\n\n- name: Inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 758,
"all_permissive": false
} |
ansible_role | adityakhowala/ansible | 32816108e0022b98546b5df0d13e3344696b22d4 | 0 | roles/testing | 355 | [
"no_license"
] | [
{
"path": "roles/testing/tasks/main.yml",
"content": "---\n# tasks file for apache2\n\n- name: create file on ubuntu16\n file:\n path: \"/tmp/uxxxx\"\n state: touch\n# when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '16.04'\n\n- name: create file on ubuntu18\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | adityakhowala/ansible | 32816108e0022b98546b5df0d13e3344696b22d4 | 0 | roles/users | 355 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n# tasks file for users\n\n- name: Create New Login user\n become: yes \n user:\n name: \"{{ username3 }}\"\n password: \"{{ <PASSWORD> }}\"\n groups: sudo\n state: present\n shell: /bin/sh\n",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 197,
"all_permissive": false
} |
ansible_role | shuoy/logging-for-openstack | 3388d0d5d97afd88a40e7540cbc6c4af6270b5bc | 1 | roles/broker | 355 | [
"no_license"
] | [
{
"path": "roles/broker/tasks/Debian.yml",
"content": "---\n\n- name: \"Install Redis server\"\n apt: name={{redis.deb.package}} state=present\n\n- name: \"Bind Redis server to all interfaces\"\n lineinfile: dest=/etc/redis/redis.conf state=present regexp=\"^#?bind\" line=\"bind 0.0.0.0\"\n notify:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3517,
"all_permissive": false
} |
ansible_role | shuoy/logging-for-openstack | 3388d0d5d97afd88a40e7540cbc6c4af6270b5bc | 1 | roles/kibana | 355 | [
"no_license"
] | [
{
"path": "roles/kibana/templates/htaccess.j2",
"content": "# {{ ansible_managed }}\nOrder deny,allow\nDeny from all\nAuthType Basic\nAuthUserFile /etc/apache2/kibana-htpasswd\nAuthName \"Protected Area\"\nrequire valid-user\nSatisfy Any\n# {{ ansible_managed }}\n",
"license_type": "no_license",
"de... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4470,
"all_permissive": false
} |
ansible_role | shuoy/logging-for-openstack | 3388d0d5d97afd88a40e7540cbc6c4af6270b5bc | 1 | roles/logstash | 355 | [
"no_license"
] | [
{
"path": "roles/logstash/tasks/RedHat.yml",
"content": "---\n\n- name: Ensure elasticsearch rpm signing key is installed\n rpm_key: key={{ url_es_gpg_key }} state=present\n\n- name: Ensure logstash repository is installed\n copy: src=Logstash-yum.repo dest=/etc/yum.repos.d/Logstash-yum.repo owner=root gr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2108,
"all_permissive": false
} |
ansible_role | shuoy/logging-for-openstack | 3388d0d5d97afd88a40e7540cbc6c4af6270b5bc | 1 | roles/searchengine | 355 | [
"no_license"
] | [
{
"path": "roles/searchengine/tasks/main.yml",
"content": "---\n- include: RedHat.yml\n when: ansible_os_family == 'RedHat'\n- include: Debian.yml\n when: ansible_os_family == 'Debian'\n\n#- name: Ensure elasticsearch config is in place\n# template: src={{ elasticsearch_conf.template }}\n# des... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1892,
"all_permissive": false
} |
ansible_role | shuoy/logging-for-openstack | 3388d0d5d97afd88a40e7540cbc6c4af6270b5bc | 1 | roles/shipper | 355 | [
"no_license"
] | [
{
"path": "roles/shipper/tasks/Debian.yml",
"content": "---\n\n- name: Install pycurl module\n apt: name=python-pycurl state=present\n\n- name: Ensure elasticsearch apt signing key is installed\n apt_key: url={{ url_es_gpg_key }} state=present\n\n- name: Ensure logstash repository is installed\n apt_repo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | AlexM566/Technical_Tasks | 1b5dabfc71415a782ea1e3d710027891f657fd3b | 0 | ansible_win/roles/pack_filezila | 357 | [
"no_license"
] | [
{
"path": "ansible_win/roles/pack_filezila/tasks/main.yaml",
"content": "---\n- name: Download filezila\n win_get_url:\n url: \"{{ filezilla_url }}\"\n dest: \"{{ filezila_dest_download }}\\\\filezilla.msi\"\n\n- name: Install filezilla\n win_package:\n path: \"{{ filezila_dest_download }}\\\\fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 563,
"all_permissive": false
} |
ansible_role | AlexM566/Technical_Tasks | 1b5dabfc71415a782ea1e3d710027891f657fd3b | 0 | ansible_win/roles/pack_prometheus_node_exporter | 357 | [
"no_license"
] | [
{
"path": "ansible_win/roles/pack_prometheus_node_exporter/defaults/main.yaml",
"content": "---\npack_prometheus_node_exporter_enabled: false\n\nprometheus_exporter_url: \"https://url.com\" # defining the url to download the prometheus node exporter / can be also an intranet location like artifactory\n# Ser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2281,
"all_permissive": false
} |
ansible_role | AlexM566/Technical_Tasks | 1b5dabfc71415a782ea1e3d710027891f657fd3b | 0 | ansible_win/roles/pack_webapp | 357 | [
"no_license"
] | [
{
"path": "ansible_win/roles/pack_webapp/templates/appsettings.json.j2",
"content": "{\n \"Logging\": {\n \"LogLevel\": {\n \"Default\": \"{{ webapp_log_level }}\"\n }\n },\n \"AllowedHosts\": \"*\",\n \"ConnectionStrings\": {\n \"DefaultConnection\": \"{{ webapp_connection_string }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1898,
"all_permissive": false
} |
ansible_role | AlexM566/Technical_Tasks | 1b5dabfc71415a782ea1e3d710027891f657fd3b | 0 | vmware_task/roles/config_vm | 357 | [
"no_license"
] | [
{
"path": "vmware_task/roles/config_vm/defaults/main.yaml",
"content": "---\nconfig_vm_enabled: true\n\n# VM Hardware Configuration\nvm_memory_mb: 32768 # 32 GB in MB\nvm_num_cpus: 6\n\n# VM Disk Configuration\nvm_disk_c_size_gb: 300\nvm_disk_d_size_gb: 200\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1532,
"all_permissive": false
} |
ansible_role | fadi1707/demo-perso | f3d10b187b35e2c395e61d414b1a7ff933c6d4fc | 0 | deployment/roles/deploy_compose | 357 | [
"no_license"
] | [
{
"path": "deployment/roles/deploy_compose/tasks/main.yml",
"content": "---\n- name:\n template:\n src: docker-compose.yaml\n dest: \"{{ project_path }}/docker-compose.yaml\"\n mode: '0744'\n\n- name:\n copy:\n src: docker-compose-start.sh\n dest: \"{{ project_path }}/docker-compose-start.s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 483,
"all_permissive": false
} |
ansible_role | fadi1707/demo-perso | f3d10b187b35e2c395e61d414b1a7ff933c6d4fc | 0 | deployment/roles/setup_docker_compose | 357 | [
"no_license"
] | [
{
"path": "deployment/roles/setup_docker_compose/tasks/main.yml",
"content": "---\n- name: Update all packages\n yum:\n name: '*'\n state: latest\n update_only: yes\n\n- name: Ensure a list of yum packages are installed\n yum:\n name: \"{{ packages }}\"\n state: latest\n update_cache: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | craig-m/ansible-anywhere | 81439dba5deff06b1b5ed30a5c0da2743b6bbace | 4 | vm-code-admin/ansible/roles/cockpit | 357 | [
"no_license"
] | [
{
"path": "vm-code-admin/ansible/roles/cockpit/handlers/main.yml",
"content": "---\n# handlers file for cockpit",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "vm-code-admin/ansible/roles/cockpit/molecule/default/converge.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1869,
"all_permissive": false
} |
ansible_role | craig-m/ansible-anywhere | 81439dba5deff06b1b5ed30a5c0da2743b6bbace | 4 | vm-code-admin/ansible/roles/ms-linux-repo | 357 | [
"no_license"
] | [
{
"path": "vm-code-admin/ansible/roles/ms-linux-repo/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - ms-linux-repo",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "vm-code-admin/ansible/roles/ms-linux-repo/... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3492,
"all_permissive": false
} |
ansible_role | craig-m/ansible-anywhere | 81439dba5deff06b1b5ed30a5c0da2743b6bbace | 4 | vm-code-admin/ansible/roles/podman | 357 | [
"no_license"
] | [
{
"path": "vm-code-admin/ansible/roles/podman/defaults/main.yml",
"content": "---\n# defaults file for podman",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "vm-code-admin/ansible/roles/podman/README.md",
"content": "Podman\n======\n\nPodman co... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2532,
"all_permissive": false
} |
ansible_role | craig-m/ansible-anywhere | 81439dba5deff06b1b5ed30a5c0da2743b6bbace | 4 | vm-code-admin/ansible/roles/redis | 357 | [
"no_license"
] | [
{
"path": "vm-code-admin/ansible/roles/redis/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nplatforms:\n - name: instance\n image: docker.io/pycontribs/centos:7\n pre_build_image: true\nprovisioner:\n name: ansible\nverifier:\n name: ansible\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1587,
"all_permissive": false
} |
ansible_role | craig-m/ansible-anywhere | 81439dba5deff06b1b5ed30a5c0da2743b6bbace | 4 | vm-code-admin/ansible/roles/test-role | 357 | [
"no_license"
] | [
{
"path": "vm-code-admin/ansible/roles/test-role/README.md",
"content": "test role\n=========\n\nAn ansible test-role. For testing ansible is working, that we can connect to the host and priv esc (create a temp file as root), and that we can use molecule.\n\nCreated by: `molecule init role test-role`\n\n\nR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/apt-upgrade | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/apt-upgrade/tasks/main.yml",
"content": "- name: Safe Upgrade apt\n apt:\n upgrade: safe\n update_cache: yes\n become: yes\n- name: Reboot the node after the upgrade\n reboot:\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/cert-manager | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/cert-manager/tasks/main.yml",
"content": "- name: Install Cert Manager CRDs\n shell: \"kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.9/deploy/manifests/00-crds.yaml\"\n\n- name: \"Setup Cert Manager helm repo\"\n shell: \"helm repo add je... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 843,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/clean | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/clean/tasks/main.yml",
"content": "---\n- name: Reset nodes\n shell: kubeadm reset -f\n register: kubeadm_reset\n become: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/common | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/common/tasks/main.yml",
"content": "---\n- name: Configure Router for DNS resolving\n copy:\n src: ../files/resolv.conf\n dest: /etc/resolv.conf\n backup: yes\n become: yes\n- name: Trust Kubernetes APT key\n apt_key:\n url: https://packages.cloud.google.com/apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 593,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/dashboard | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/dashboard/files/values.yml",
"content": "image:\n repository: k8s.gcr.io/kubernetes-dashboard-arm\ningress:\n enabled: true\n tls: \n - hosts:\n - dashboard.nimbus.ddns.me\n secretName: dashboard-tls\n annotations:\n certmanager.k8s.io/cluster-issuer: \"let... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/dns | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/dns/tasks/main.yml",
"content": "- name: Setup host file\n blockinfile:\n path: /etc/cloud/templates/hosts.debian.tmpl\n block: |\n 10.64.91.35 vegeta\n 10.64.91.34 piccolo\n 10.64.91.33 goku\n 10.64.91.32 gohan\n become: yes\n regi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/forwarding | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/forwarding/tasks/main.yml",
"content": "- name: Enable IP forwarding\n replace:\n path: /etc/sysctl.conf\n regexp: '^#.*net.ipv4.ip_forward=.*$'\n replace: 'net.ipv4.ip_forward=1'\n become: yes\n register: forwarding\n- name: Configure iptables to use Masquerade fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5344,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/foundations | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/foundations/tasks/main.yml",
"content": "---\n- name: Configure RBAC for Tiller\n k8s:\n state: present\n definition: \"{{ lookup('file', 'tiller-rbac.yml') }}\"\n\n- name: Install helm\n shell: helm init --service-account tiller --tiller-image=jessestuart/tiller\n ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/helm | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/helm/tasks/main.yml",
"content": "---\n- name: Check current installed version of Chart\n shell: helm list --output json {{ name }} | jq \".Releases[0].Chart\" | sed -E \"s/^\\\"[^0-9]+(.+)\\\"$/\\1/g\"\n register: current_version\n changed_when: False\n\n- name: Deploy to ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 615,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/master | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/master/tasks/main.yml",
"content": "---\n- name: Init Kubernetes Master\n shell: kubeadm init --token {{ kubeadm_token }} --apiserver-cert-extra-sans {{ groups['router'][0] }}\n register: kubeadm_init\n\n- name: Create Kubernetes config directory\n file:\n path: /root/.k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/metallb | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/metallb/tasks/main.yml",
"content": "---\n- name: Deploy Metallb to cluster\n include_role:\n name: helm\n vars:\n name: \"metallb\"\n chart: \"stable/metallb\"\n version: \"0.11.1\"\n values: \"roles/metallb/files/values.yml\"\n namespace: \"metallb\"\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 333,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/traefik | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/traefik/files/values.yml",
"content": "deploymentStrategy:\n type: RollingUpdate\nssl:\n enabled: true\n enforced: true\ndashboard:\n enabled: true\n domain: traefik.nimbus.ddns.me\n ingress:\n tls: \n - hosts:\n - traefik.nimbus.ddns.me\n secretNam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | nlamot/nimbus | d3c7e5377d7dec1cc451a23319c1e93aa57c35e3 | 0 | cluster-setup/roles/worker | 357 | [
"no_license"
] | [
{
"path": "cluster-setup/roles/worker/tasks/main.yml",
"content": "---\n- name: Join the Kubernetes Cluster\n shell: kubeadm join --token {{ kubeadm_token }} {{ groups['master'][0] }}:6443 --discovery-token-unsafe-skip-ca-verification --ignore-preflight-errors=all\n register: kubeadm_join",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | jwronquillo/activity13 | a142a0618bfe26f8133a6b197ee26cbe45f93c41 | 0 | roles/compute | 357 | [
"no_license"
] | [
{
"path": "roles/compute/tasks/main.yml",
"content": "---\n\n- name: openstack packages\n command: snap install --edge microstack --classic\n\n- name: install etcd\n apt:\n name:\n - etcd\n state: latest\n\n- name: install ntp, msql\n apt:\n name:\n - ntp\n - mysql-server\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 371,
"all_permissive": false
} |
ansible_role | jwronquillo/activity13 | a142a0618bfe26f8133a6b197ee26cbe45f93c41 | 0 | roles/controller | 357 | [
"no_license"
] | [
{
"path": "roles/controller/tasks/main.yml",
"content": "---\n\n- name: install ntp, msql, message queue, memecached\n apt:\n name:\n - ntp\n - mysql-server\n state: latest\n\n- name: install open stack packages\n command: snap install --edge microstack --classic\n\n- name: install etcd\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | AaronTraas/localhost | 78a34d10c0bfa241b2d69fe9daff85d16052fabe | 0 | ansible/roles/apache | 357 | [
"no_license"
] | [
{
"path": "ansible/roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache\n apt: \n pkg: apache2 \n state: latest\n\n- name: Install Apache Modules\n apache2_module: \n state: present \n name: \"{{ item }}\"\n notify: restart apache\n with_items:\n - rewrite\n - vhost_al... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | AaronTraas/localhost | 78a34d10c0bfa241b2d69fe9daff85d16052fabe | 0 | ansible/roles/php | 357 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "- name: Install PHP Packages\n apt: \n pkg: \"{{ php.packages }}\"\n state: latest\n\n- name: enable php5-mcrypt config\n shell: phpenmod mcrypt;\n notify:\n - restart apache\n\n- name: Ensure timezone is set in php.ini\n ini_file: \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1083,
"all_permissive": false
} |
ansible_role | AaronTraas/localhost | 78a34d10c0bfa241b2d69fe9daff85d16052fabe | 0 | ansible/roles/server | 357 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n- name: Install System Packages\n apt: \n pkg: \"{{ server.packages }}\"\n state: latest \n update_cache: yes\n\n- name: Configure the timezone\n template: \n src: timezone.tpl \n dest: /etc/timezone\n\n- name: More Configure... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | AaronTraas/localhost | 78a34d10c0bfa241b2d69fe9daff85d16052fabe | 0 | ansible/roles/xdebug | 357 | [
"no_license"
] | [
{
"path": "ansible/roles/xdebug/tasks/main.yml",
"content": "---\n- name: Install xDebug\n apt: \n pkg: php-xdebug \n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 74,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.