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 | manefesto/terraform | d0d43854d2b0c23c323aa665587625fb4109bf86 | 0 | roles/deploy | 7,611 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yaml",
"content": "- name: gather facts from servers\n setup:\n delegate_to: \"{{item}}\"\n delegate_facts: True\n loop: \"{{groups['serverDb']}}\"\n\n- name: install iptables-services\n yum:\n name: iptables-services\n state: present\n\n- name: enable iptables-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3894,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/dnsmasq | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/dnsmasq/tasks/main.yml",
"content": "---\n# tasks file for dnsmasq\n- name: install dnsmasq\n apt: name=dnsmasq state=present\n notify: ['Test and restart dnsmasq']\n- name: update hosts\n lineinfile: dest=/etc/hosts line=\"{{item}}\"\n with_items: \"{{hosts_entries|default([])}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-consul | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-consul/handlers/main.yml",
"content": "---\n# handlers file for docker-consul\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible/roles/docker-consul/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3016,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-images | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-images/vars/main.yml",
"content": "---\n# vars file for docker-images\ndocker_repository: \"master1.swarm:5000\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "ansible/roles/docker-images/tasks/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-influxdb | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-influxdb/vars/main.yml",
"content": "---\n# vars file for docker-influxdb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/docker-influxdb/tasks/main.yml",
"content": "---\n# tasks file for docker-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-registry | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-registry/vars/main.yml",
"content": "---\n# vars file for docker-registry\nregistry_data_dir: \"/data/registry\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "ansible/roles/docker-registry/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-swarm | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-swarm/tasks/main.yml",
"content": "---\n# tasks file for docker-swarm\n- name: create docker-swarm container\n docker_container:\n name: swarm\n image: \"swarm\"\n state: started\n recreate: yes\n restart_policy: always\n ports:\n - \"12375:2375\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-swarm-2 | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-swarm-2/tasks/main.yml",
"content": "---\n# tasks file for docker-swarm\n- name: create swarm\n uri:\n url: \"http://master1.swarm:2375/swarm/init\"\n method: POST\n return_content: true\n HEADER_Content_Type: \"application/json\"\n body: \"{{ lookup( 'file', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | rattermeyer/vagrant-swarm | 6976e6a9840a3c02b58678213575c650dbde6387 | 0 | ansible/roles/docker-vault | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-vault/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - docker-vault",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "ansible/roles/docker-vault/vars/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1777,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/control-deps | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/control-deps/tasks/main.yml",
"content": "- name: Install python3-devel [RedHat]\n become: yes\n ignore_errors: yes\n package:\n name: python3-devel\n when: ansible_facts['os_family'] == 'RedHat'\n\n- name: Install python3-dev [Debian]\n become: yes\n ignore_errors: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/firewall | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/firewall/tasks/main.yml",
"content": "- name: Install firewall\n become: yes\n yum:\n name: firewalld\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/influxdb | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/influxdb/tasks/main.yml",
"content": "- name: Install InfluxDB\n yum:\n name: https://dl.influxdata.com/influxdb/releases/influxdb-1.8.10.x86_64.rpm\n disable_gpg_check: yes\n\n- name: Open port 8086 on firewalld for InfluxDB's HTTP API\n firewalld:\n zone: public\n po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/redis | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "- name: install the latest version of redis from the cernonly\n yum:\n name: redis\n state: present\n\n- name: Copy redis config file\n copy:\n src: redis.conf\n dest: /etc/redis.conf\n\n- name: Check if redis-server is running\n tag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/supervisor | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisor/handlers/main.yml",
"content": "# supervisor Handlers\n\n- name: restart supervisord\n systemd:\n name: supervisord\n #daemon_reload: yes\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/supervisor-twiddler | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/supervisor-twiddler/tasks/main.yml",
"content": "- name: Install Twiddler\n pip:\n name: supervisor_twiddler\n executable: pip3\n\n- name: Copy twiddler gui configuration file\n copy:\n src: twiddler.conf\n dest: /etc/supervisor/conf.d/\n force: no\n notify:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | jmbenlloch/daqling | 15216f4947a6bbf4e94daa011acd8868920b7ade | 0 | ansible/roles/web-deps | 7,611 | [
"no_license"
] | [
{
"path": "ansible/roles/web-deps/meta/main.yml",
"content": "dependencies:\n - role: control-deps\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible/roles/web-deps/tasks/main.yml",
"content": "- name: Install web python deps\n pip:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | Code-Egg/collection | b4abb09755e0c38932e3c8c4959b40e562e33299 | 5 | openlitespeed_wordpress/roles/mysql | 7,611 | [
"no_license"
] | [
{
"path": "openlitespeed_wordpress/roles/mysql/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: Cold-Egg\n description: sql database\n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - all\n galaxy_tags:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2280,
"all_permissive": false
} |
ansible_role | Code-Egg/collection | b4abb09755e0c38932e3c8c4959b40e562e33299 | 5 | openlitespeed_wordpress/roles/openlitespeed | 7,611 | [
"no_license"
] | [
{
"path": "openlitespeed_wordpress/roles/openlitespeed/files/httpd-config.conf.j2",
"content": "#\n# PLAIN TEXT CONFIGURATION FILE\n#\n#It not set, will use host name as serverName\nserverName\nuser {{ owner }}\ngroup {{ group }}\npriority 0\ninMemBu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8638,
"all_permissive": false
} |
ansible_role | Code-Egg/collection | b4abb09755e0c38932e3c8c4959b40e562e33299 | 5 | openlitespeed_wordpress/roles/php | 7,611 | [
"no_license"
] | [
{
"path": "openlitespeed_wordpress/roles/php/meta/main.yml",
"content": "---\ndependencies: []\n\ngalaxy_info:\n author: Cold-Egg\n description: LSPHP\n license: \"license (BSD, MIT)\"\n min_ansible_version: 2.9\n platforms:\n - name: Ubuntu\n versions:\n - all\n galaxy_tags:\n - php... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2198,
"all_permissive": false
} |
ansible_role | Code-Egg/collection | b4abb09755e0c38932e3c8c4959b40e562e33299 | 5 | openlitespeed_wordpress/roles/wordpress | 7,611 | [
"no_license"
] | [
{
"path": "openlitespeed_wordpress/roles/wordpress/files/add-lscache.sh.j2",
"content": "#!/bin/bash\nDOCHM=\"{{ doc_root }}\"\n\nget_theme_name(){\n THEME_NAME=$(grep WP_DEFAULT_THEME ${DOCHM}/wp-includes/default-constants.php | grep -v '!' | awk -F \"'\" '{print $4}')\n echo \"${THEME_NAME}\" | grep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3252,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | deploy-app-v1/roles/deploy-app-v1 | 7,611 | [
"no_license"
] | [
{
"path": "deploy-app-v1/roles/deploy-app-v1/tasks/main.yml",
"content": "---\n# tasks file for deploy-app-v1\n- include_tasks: deploy-app-v1.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "deploy-app-v1/roles/deploy-app-v1/tasks/deploy-app-v... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1043,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | deploy-app-v2/roles/deploy-app-v2 | 7,611 | [
"no_license"
] | [
{
"path": "deploy-app-v2/roles/deploy-app-v2/tasks/deploy-app-v2.yml",
"content": "---\n- name: Installing pip\n apt:\n name:\n - python3-pip\n\n- name: Installing k8s module dependencies\n pip:\n name:\n - openshift\n - PyYAML\n\n- name: Copy deployment file from App-v1\n template: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 975,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/initial-config | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/initial-config/tasks/main.yml",
"content": "---\n# tasks file for initial-config\n- include_tasks: initial-config.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "install-k8s/roles/initial-config/tasks/install.yml"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3147,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/initial-config-nfs | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/initial-config-nfs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/initial-config-nfs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "install-k8s/roles/initial-config-n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/install-argocd | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/install-argocd/tasks/deploy-argocd.yml",
"content": "---\n- name: Add stable chart REPO for ArgoCD \n kubernetes.core.helm_repository:\n name: \"{{ repo_name }}\"\n repo_url: \"{{ url_repo_helm }}\"\n register: repo_argocd\n\n- name: Deploy latest version of ArgoCD chart... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4992,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/install-helm | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/install-helm/tasks/install-helm.yml",
"content": "---\n- name: Download Helm\n get_url:\n url: \"{{ helm_url }}\"\n dest: /tmp/get_helm.sh\n mode: '0755'\n ignore_errors: true\n register: download\n\n- name: Installing Helm\n shell:\n /tmp/get_helm.sh\n when: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/install-istio | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/install-istio/handlers/main.yml",
"content": "---\n# handlers file for roles/install-istio\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "install-k8s/roles/install-istio/tasks/deploy-istio.yml",
"content": "---\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2450,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/install-metallb | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/install-metallb/defaults/main.yml",
"content": "---\n# defaults file for roles/install-metallb\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "install-k8s/roles/install-metallb/handlers/main.yml",
"content": "---\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2042,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/install-monit-tools | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/install-monit-tools/handlers/main.yml",
"content": "---\n# handlers file for roles/install-monit-tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "install-k8s/roles/install-monit-tools/tests/test.yml",
"conten... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4284,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/install-nfs-provisioner | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/install-nfs-provisioner/handlers/main.yml",
"content": "---\n# handlers file for roles/install-nfs-provisioner\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "install-k8s/roles/install-nfs-provisioner/vars/main.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/join-workers | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/join-workers/tasks/join-cluster.yml",
"content": "---\n- name: Showing token\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - The token is {{ hostvars['K8S_TOKEN_HOLDER']['token'] }}\"\n\n- name: Showing hash\n debug:\n msg: \"[WORKER] K8S_TOKEN_HOLDER - The hash is {{ host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 816,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | install-k8s/roles/label-cluster | 7,611 | [
"no_license"
] | [
{
"path": "install-k8s/roles/label-cluster/tasks/main.yml",
"content": "---\n# tasks file for roles/label-cluster\n- include_tasks: label-cluster.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "install-k8s/roles/label-cluster/defaults/main.ym... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1421,
"all_permissive": false
} |
ansible_role | isnowheart/lab-ansible | f005bb1434ec2b5dd8841128a1f1470183329767 | 0 | provisioning/roles/provisioning_instances | 7,611 | [
"no_license"
] | [
{
"path": "provisioning/roles/provisioning_instances/tasks/main.yml",
"content": "---\n# tasks file for provisioningInstances\n- include_tasks: provisioning.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "provisioning/roles/provisioning_insta... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3455,
"all_permissive": false
} |
ansible_role | adsz/devops-lab-repo-k8s | 56de27b1c57cf9a6f4201e8d6c853e9d47c6df6d | 0 | ubuntu-22.04/roles/common | 7,611 | [
"no_license"
] | [
{
"path": "ubuntu-22.04/roles/common/tasks/main.yml",
"content": "---\n# Common setup tasks for all nodes\n- name: Update system packages\n include_tasks: packages.yml\n tags: packages\n\n- name: Remove vagrant user\n include_tasks: vagrant_removal.yml\n tags: vagrant_removal\n\n- name: Apply security h... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3710,
"all_permissive": false
} |
ansible_role | adsz/devops-lab-repo-k8s | 56de27b1c57cf9a6f4201e8d6c853e9d47c6df6d | 0 | ubuntu-22.04/roles/k8s-master | 7,611 | [
"no_license"
] | [
{
"path": "ubuntu-22.04/roles/k8s-master/templates/kubeadm-config.yaml.j2",
"content": "apiVersion: kubeadm.k8s.io/v1beta3\nkind: InitConfiguration\nlocalAPIEndpoint:\n advertiseAddress: \"{{ ansible_host }}\"\n bindPort: 6443\nnodeRegistration:\n criSocket: unix:///var/run/containerd/containerd.sock\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 13114,
"all_permissive": false
} |
ansible_role | adsz/devops-lab-repo-k8s | 56de27b1c57cf9a6f4201e8d6c853e9d47c6df6d | 0 | ubuntu-22.04/roles/k8s-node-tools | 7,611 | [
"no_license"
] | [
{
"path": "ubuntu-22.04/roles/k8s-node-tools/tasks/main.yml",
"content": "---\n- name: Install CLI tools\n apt:\n name:\n - curl\n - wget\n - jq\n - git\n - python3-pip\n - socat\n - netcat-openbsd\n - tcpdump\n - mtr\n - traceroute\n - iproute2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1725,
"all_permissive": false
} |
ansible_role | adsz/devops-lab-repo-k8s | 56de27b1c57cf9a6f4201e8d6c853e9d47c6df6d | 0 | ubuntu-22.04/roles/k8s-precheck | 7,611 | [
"no_license"
] | [
{
"path": "ubuntu-22.04/roles/k8s-precheck/tasks/main.yml",
"content": "---\n# *** TASKS TO CHECK FOR PREVIOUS K8S INSTALLATION (WITHOUT CLEANUP) ***\n- name: Test k8s-precheck role\n debug:\n msg: \"Running k8s-precheck role\"\n tags: k8s_precheck\n\n# Set status variables with default values\n- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6970,
"all_permissive": false
} |
ansible_role | adsz/devops-lab-repo-k8s | 56de27b1c57cf9a6f4201e8d6c853e9d47c6df6d | 0 | ubuntu-22.04/roles/k8s-worker | 7,611 | [
"no_license"
] | [
{
"path": "ubuntu-22.04/roles/k8s-worker/vars/main.yml",
"content": "---\nkubernetes_apt_key_url: \"https://pkgs.k8s.io/core:/stable:/v{{ kubernetes_repo_version }}/deb/Release.key\"\nkubernetes_apt_repo: \"deb https://pkgs.k8s.io/core:/stable:/v{{ kubernetes_repo_version }}/deb/ /\"",
"license_type": "... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6141,
"all_permissive": false
} |
ansible_role | adsz/devops-lab-repo-k8s | 56de27b1c57cf9a6f4201e8d6c853e9d47c6df6d | 0 | ubuntu-22.04/roles/loadbalancer | 7,611 | [
"no_license"
] | [
{
"path": "ubuntu-22.04/roles/loadbalancer/tasks/main.yml",
"content": "---\n- name: Configure Firewall for Load Balancer\n include_tasks: firewall.yml\n tags: [loadbalancer, firewall]\n\n- name: Fix system time (NTP sync)\n block:\n - name: Install NTP utilities\n apt:\n name:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4695,
"all_permissive": false
} |
ansible_role | higgsmass/notify | f93a0086d8af2ecb569f6dc7ff94fb703218f30d | 1 | roles/pyenv | 7,611 | [
"no_license"
] | [
{
"path": "roles/pyenv/handlers/main.yml",
"content": "---\n# handlers file for scsqc_sftp\n#- name: SFTP-Server | Restart sshd\n# service: name=sshd\n# state=restarted\n\n#- name: SFTP Server | Restart vsftpd\n# service: name=vsftpd\n# state=restarted\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10377,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/essentials | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/essentials/tasks/main.yml",
"content": "---\n- name: update apt-get\n apt: update_cache=yes\n\n- name: install basic packages\n apt: pkg={{item}} state=present\n with_items:\n - build-essential\n - git-core\n - curl\n - wget\n - vim\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 200,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/nginx | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/main.yml",
"content": "---\n- name: add apt-get repository for latest nginx\n action: apt_repository repo=ppa:nginx/stable\n\n- name: update apt-get\n apt: update_cache=yes\n\n- name: install nginx\n apt: pkg=nginx state=present\n\n- name: delete default vhost\n ac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/nodejs | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/nodejs/tasks/main.yml",
"content": "---\n- name: add apt-get repository for latest node\n action: apt_repository repo=ppa:chris-lea/node.js\n\n- name: update apt-get\n apt: update_cache=yes\n\n- name: install node.js\n apt: pkg=nodejs state=present\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/postgresql | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/postgresql/defaults/main.yml",
"content": "---\npostgres:\n version: 9.3\n\ndatabase:\n name: swift_platform_production\n user: \"{{ deploy_user }}\"\n password: \"{{ <PASSWORD> }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/ruby | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/ruby/defaults/main.yml",
"content": "---\nruby_version: 2.1.5\nrbenv_root: /usr/local/rbenv\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "playbooks/roles/ruby/tasks/rbenv.yml",
"content": "---\n- name: add keyscan... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/security | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/security/tasks/firewall.yml",
"content": "---\n- name: setup firewall\n shell: ufw allow 22; ufw allow 80; ufw allow 443\n\n- name: enable firewall\n shell: echo 'y' | ufw enable\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1400,
"all_permissive": false
} |
ansible_role | thomastran/mina | 8f04785436a184c6836f0ce7ae8117ddd0e7fbe4 | 0 | playbooks/roles/user | 7,609 | [
"no_license"
] | [
{
"path": "playbooks/roles/user/tasks/main.yml",
"content": "---\n- name: create deploy user\n user: name={{ deploy_user }} shell=/bin/bash\n\n- name: allow deploy user sudo commands without password\n action: lineinfile dest=/etc/sudoers regexp=\"^root\" line=\"root ALL=(ALL:ALL) ALL\\n{{ deploy_user }} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | LucasPinotti/ObligatorioTSL- | f422fd1c028e7ae7dfc71b725d559180d4ed8d5b | 0 | roles/common | 7,609 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n - name: Update Debian family servers to last version\n when: ansible_os_family == 'Debian'\n ansible.builtin.apt:\n name: \"*\"\n state: latest\n\n - name: Instalando paquetes Debian\n when: ansible_os_family == 'Debian'\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 603,
"all_permissive": false
} |
ansible_role | LucasPinotti/ObligatorioTSL- | f422fd1c028e7ae7dfc71b725d559180d4ed8d5b | 0 | roles/mariadb | 7,609 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n - name: Instalar MariaDB y complemento Python\n package:\n name: \"{{ packages }}\" \n state: latest\n changed_when: true\n\n - name: Iniciar mariadb\n systemd:\n name: mariadb\n enabled: yes\n state: started\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | LucasPinotti/ObligatorioTSL- | f422fd1c028e7ae7dfc71b725d559180d4ed8d5b | 0 | roles/tomcat9 | 7,609 | [
"no_license"
] | [
{
"path": "roles/tomcat9/templates/app.properties.j2",
"content": "tipoDB=mariadb\njdbcURL=jdbc:mariadb://192.168.190.129:3306/{{ db_name }}\njdbcUsername={{ db_user }}\njdbcPassword={{ db_password }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2525,
"all_permissive": false
} |
ansible_role | qrpesblaca-cpe/MidExam_Esblaca | 8bc693748396fb4d85319b1d4d6049cbad9df8d7 | 0 | roles/centos_firewall | 7,609 | [
"no_license"
] | [
{
"path": "roles/centos_firewall/tasks/main.yml",
"content": "---\n# tasks file for centos_firewall\n- name: Stop FirewallD\n service:\n name: firewalld\n state: stopped\n enabled: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 126,
"all_permissive": false
} |
ansible_role | k-popov/gd-schoolproject-ansible-sites | 2e28c337fa87faf186a2214af942408d9fa78c53 | 0 | roles/webserver | 7,609 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- include_role:\n name: webserver\n tasks_from: build_server\n loop: \"{{ greet_names.split(';') | unique}}\"\n vars:\n student_name: \"{{ item }}\"\n name_svc: \"{{ item | lower | regex_replace(' ', '-') }}\"\n loop_control:\n i... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2062,
"all_permissive": false
} |
ansible_role | risdenk/ansible-pull-testing | 0057d2c87b8f4ca8d4b7793f89bf13154218f0e1 | 0 | roles/common | 7,609 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- debug:\n msg: \"Hello Ansible.\"\n\n- name: just check if host is updated.\n command: echo \"Hello Ansible.\"\n\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 | mountine-orc/vagrantdjangorest | 56760baf8c1d108de4892fa46b345bb5f0565054 | 0 | deploy/ansible/roles/setup | 7,609 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/setup/templates/djangorest_ini.j2",
"content": "[uwsgi]\nproject = djangorest\nbase = /vagrant_data\n\nchdir = %(base)/%(project)\nhome = %(base)/Env/%(project)\nmodule = %(project).wsgi:application\nwsgi-file = currency35djproject/wsgi.py\n\nmaster = true\nprocesses = 5\n\ns... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2974,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/bgp | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/bgp/tasks/main.yml",
"content": "---\n- include_tasks: test_bgp.yml\n- include_tasks: cleanup.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "tests/ansible/roles/bgp/tasks/cleanup.yml",
"content": "---\n- na... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/bw_list | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/bw_list/tasks/main.yml",
"content": "---\n- include_tasks: test_bw_list.yml\n- include_tasks: cleanup.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "tests/ansible/roles/bw_list/tasks/cleanup.yml",
"content"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/check_mode | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/check_mode/tasks/main.yml",
"content": "---\n- include_tasks: test_check_mode.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "tests/ansible/roles/check_mode/tasks/test_check_mode.yml",
"content": "---\n- nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2069,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/class_list | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/class_list/tasks/test_class_list.yml",
"content": "---\n- name: Create class list for acos\n a10.acos_axapi.a10_class_list:\n name: a10_class_list\n ntype: ac\n ac_list:\n - ac_match_type: contains\n ac_key_string : apple.com\n - ac_match_type: equal... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/default_gateway | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/default_gateway/tasks/cleanup.yml",
"content": "---\n- name: Cleanup DFG\n a10.acos_axapi.a10_ip_route_rib:\n state: absent\n ip_dest_addr: \"0.0.0.0\"\n ip_mask: \"/0\"\n ip_nexthop_ipv4:\n - ip_next_hop: \"192.168.10.2\"",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/files | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/files/tasks/main.yml",
"content": "---\n- include_tasks: test_ssl_cert.yml\n- include_tasks: cleanup.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "tests/ansible/roles/files/tasks/test_ssl_cert.yml",
"conte... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1763,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/gslb | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/gslb/tasks/main.yml",
"content": "---\n- include_tasks: test_gslb.yml\n- include_tasks: cleanup.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "tests/ansible/roles/gslb/tasks/cleanup.yml",
"content": "---\n-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5680,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/health | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/health/tasks/test_health_monitor.yml",
"content": "---\n- name: Add health monitor\n a10.acos_axapi.a10_health_monitor:\n name: hm1\n register: hm_resp\n\n- assert:\n that:\n - \"hm_resp['modified_values']['monitor']['name'] == 'hm1'\"\n\n- name: Set health monito... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/network | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/network/tasks/test_network_vlan.yml",
"content": "---\n- name: Create a10_network_vlan instance\n a10.acos_axapi.a10_network_vlan:\n vlan_num: 2\n register: net_vlan\n\n- assert:\n that:\n - \"net_vlan['modified_values']['vlan']['vlan-num'] == 2\"\n",
"license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/slb | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/slb/tasks/test_vport_virt_server.yml",
"content": "---\n- name: Test creation of a virtual server w/ vport \n a10.acos_axapi.a10_slb_virtual_server:\n ip_address: 10.0.0.4\n netmask: 255.255.255.255\n name: vs1\n port_list:\n - port_number: 80\n proto... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2824,
"all_permissive": false
} |
ansible_role | a10networks/a10-acos-axapi | a9f6436f739b1af2f424edc3e8f5f338882ecd8d | 41 | tests/ansible/roles/slb_template | 7,609 | [
"no_license"
] | [
{
"path": "tests/ansible/roles/slb_template/tasks/main.yml",
"content": "---\n- include_tasks: test_slb_template_cipher.yml\n- include_tasks: test_slb_template_dns.yml\n- include_tasks: test_slb_template_http.yml\n- include_tasks: test_slb_template_tcp.yml\n- include_tasks: test_slb_template_udp.yml\n- incl... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8190,
"all_permissive": false
} |
ansible_role | meilaoliu/Autoware.universe_deploy | 4693e918eb6bce857db77f076aa80bc67de825f9 | 1 | autoware/ansible/roles/ros2 | 7,609 | [
"permissive"
] | [
{
"path": "autoware/ansible/roles/ros2/tasks/main.yaml",
"content": "- name: Install dependencies for setting up apt sources\n become: true\n ansible.builtin.apt:\n name:\n - curl\n - gnupg\n - lsb-release\n update_cache: true\n\n# sudo curl -sSL https://raw.githubusercontent.com/ros/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2412,
"all_permissive": true
} |
ansible_role | potgieterdl/ansible-playbooks | 7f36a91bb2cb0e3b034134d223a3374f0d34364e | 0 | secure/roles/admin | 7,609 | [
"no_license"
] | [
{
"path": "secure/roles/admin/tasks/main.yml",
"content": "- name: Creating user accounts\n user: name={{ item.name }} state=present generate_ssh_key=yes shell=/bin/bash\n with_items: users\n\n- name: Copying over ssh keys\n authorized_key: \"user={{ item.0.name }} key='{{ lookup('file', item.1) }}'\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 291,
"all_permissive": false
} |
ansible_role | potgieterdl/ansible-playbooks | 7f36a91bb2cb0e3b034134d223a3374f0d34364e | 0 | secure/roles/common | 7,609 | [
"no_license"
] | [
{
"path": "secure/roles/common/tasks/main.yml",
"content": "- name: set timezone to Africa/Johannesburg\n copy:\n src=etc/timezone\n dest=/etc/timezone\n\n- name: Update apt cache\n apt: update_cache=yes\n\n- name: Upgrade all safe packages\n apt: upgrade=safe\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | Gramirez23/tallerjulio2023 | 52658865805dc7adbcb917c9915f799d04147991 | 1 | roles/apache | 7,614 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n\n# Apache Installation\n - name: Install apache on Redhat\n yum:\n name: httpd\n state: present\n when: ansible_os_family == 'RedHat'\n\n - name: Install apache on Debian\n apt:\n name: apache2\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2945,
"all_permissive": false
} |
ansible_role | Gramirez23/tallerjulio2023 | 52658865805dc7adbcb917c9915f799d04147991 | 1 | roles/initialconf | 7,614 | [
"no_license"
] | [
{
"path": "roles/initialconf/vars/main.yml",
"content": "---\n# vars file for initialconf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/initialconf/README.md",
"content": "# Ansible Role: Server Updates and Configuration\n\nAn Ansible... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | Gramirez23/tallerjulio2023 | 52658865805dc7adbcb917c9915f799d04147991 | 1 | roles/mariadb | 7,614 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/main.yml",
"content": "---\n# vars file for mariadb\n include_vars: \n file: dbpassword.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n# tasks file for mar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2290,
"all_permissive": false
} |
ansible_role | Gramirez23/tallerjulio2023 | 52658865805dc7adbcb917c9915f799d04147991 | 1 | roles/podman | 7,614 | [
"no_license"
] | [
{
"path": "roles/podman/README.md",
"content": "# Ansible Role: Podman Installation and Configuration\n\nAn Ansible role that installs Podman and performs the following tasks on the target host:\n\n- Installs Podman package.\n- Copies the `todoapp` directory to the remote host.\n- Builds a Podman image name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2136,
"all_permissive": false
} |
ansible_role | dependencyInversion/ansible-playground | 3397913d4de5e85fcedf8a3fcba3ff643b63767f | 0 | src/roles/logitech_options+ | 7,614 | [
"no_license"
] | [
{
"path": "src/roles/logitech_options+/vars/main.yml",
"content": "---\nlogitech_zip_url: \"https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.zip\"\nlogitech_app_name: \"logioptionsplus_installer.app\"\nlogitech_app_name_custom: \"Logitech Options+ Installer.app\"\nlo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | maworsham/ansible_ceph_software_update | e24f8ca2053736195caf97c5b9ac180dcc97bbef | 0 | playbook/roles/ceph_software_update | 7,614 | [
"no_license"
] | [
{
"path": "playbook/roles/ceph_software_update/tasks/cluster_status_healthy.yml",
"content": "---\n\n- name: \"Set cephadm host\"\n ansible.builtin.set_fact:\n cephadm_host: \"{% if inventory_hostname == (groups.cephadm | sort)[0] %}{{ (groups.cephadm | reverse)[0] }}{% else %}{{ (groups.cephadm | sort)... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 9411,
"all_permissive": false
} |
ansible_role | unicef/unicef-innovation-fund | 93a2899fbe42b7e741ee0593ad59fc1d9ce8fc8c | 2 | provision/roles/node | 7,614 | [
"no_license"
] | [
{
"path": "provision/roles/node/tasks/main.yml",
"content": "---\n- name: install git\n become: yes\n apt: name=git state=latest\n\n- name: download new version of nodejs\n become: yes\n get_url:\n url: http://deb.nodesource.com/setup_6.x\n dest: /tmp/node_setup_6.x\n mode: 0755\n\n- name: add ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 700,
"all_permissive": false
} |
ansible_role | unicef/unicef-innovation-fund | 93a2899fbe42b7e741ee0593ad59fc1d9ce8fc8c | 2 | provision/roles/tmuxinator | 7,614 | [
"no_license"
] | [
{
"path": "provision/roles/tmuxinator/tasks/main.yml",
"content": "---\n- name: Install tmux and ruby\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - tmux\n - ruby\n - ruby-dev\n tags: packages\n\n- name: Install tmuxinator\n become: yes\n gem: name=tmuxinator user_instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | otus-devops-2019-02/mnsold-otus_microservices | d9f853f40afcd7363cf7cc4ab080884f2d440771 | 0 | docker/docker-monolith/infra/ansible/roles/docker-machine | 7,614 | [
"no_license"
] | [
{
"path": "docker/docker-monolith/infra/ansible/roles/docker-machine/tasks/main.yml",
"content": "---\n- include_tasks: uname_system_information.yml\n\n- include_tasks: docker-machine.yml\n when: docker_install_machine\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | otus-devops-2019-02/mnsold-otus_microservices | d9f853f40afcd7363cf7cc4ab080884f2d440771 | 0 | gitlab-infra/ansible/roles/docker-machine | 7,614 | [
"no_license"
] | [
{
"path": "gitlab-infra/ansible/roles/docker-machine/README.md",
"content": "# Ansible Role: Docker-machine\n\n## Переменные роли\n\nДоступные переменный и их умолчания указаны в `defaults/main.yml`\n\nDocker Machine опции установки:\n\n docker_install_machine: true\n docker_compose_version: \"v0.16.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | otus-devops-2019-02/mnsold-otus_microservices | d9f853f40afcd7363cf7cc4ab080884f2d440771 | 0 | gitlab-infra/ansible/roles/gitlab | 7,614 | [
"no_license"
] | [
{
"path": "gitlab-infra/ansible/roles/gitlab/tasks/main.yml",
"content": "---\n# tasks file for gitlab\n\n- name: Create gitlab config directory\n file:\n path: \"{{ gitlab_dir_config }}\"\n state: directory\n mode: 0775\n recurse: yes\n\n- name: Create gitlab logs directory\n file:\n path:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | timothyalvin/ansible-20241028 | 5c7662c8b693b7325e8735359fc3f334ea03eb6b | 0 | roles/web | 7,615 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- name: gather disk facts\n community.windows.win_disk_facts:\n\n- name: Install IIS feature\n ansible.windows.win_feature:\n name: >\n {{ web_feature }}\n state: present\n\n- name: Start the IIS service\n ansible.windows.win_service:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | pangff/ansible-es-deploy | a3e15d42ce5b2695112692e77b5645800df74c3f | 0 | roles/deploy | 7,615 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/deploy.yml",
"content": "- name: \"Generate env config file\"\n template:\n src: \".env.j2\"\n dest: \"{{elk_project_home}}/.env\"\n \n- name: \"start container\"\n command: docker-compose up -d\n args:\n chdir: '{{elk_project_home}}'",
"license_type": "no_li... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | pangff/ansible-es-deploy | a3e15d42ce5b2695112692e77b5645800df74c3f | 0 | roles/elk | 7,615 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/elk.yml",
"content": "- name: Install git\n become: yes\n apt:\n name: git\n state: present\n update_cache: yes\n\n- name: Ensure dir exist\n file:\n path: \"{{elk_project_home}}\"\n state: directory\n follow: yes\n\n- name: \"Git checkout\"\n git:\n repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 933,
"all_permissive": false
} |
ansible_role | pangff/ansible-es-deploy | a3e15d42ce5b2695112692e77b5645800df74c3f | 0 | roles/overssh | 7,615 | [
"no_license"
] | [
{
"path": "roles/overssh/tasks/overssh.yml",
"content": "- name: \"install sshuttle env\"\n become: yes\n apt:\n name: sshuttle\n state: present\n\n- name: \"over ssh\"\n command: \"sshuttle -vvvv --dns -r {{over_ssh_user}}@{{over_ssh_host}} 0/0 -x {{over_ssh_host}}\"\n register: ps\n\n\n- debug: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | Aapok0/homepage-webserver-ansible | 8d1dbd171a11e93270e851cdad1f38db6d8e6893 | 0 | roles/firewall | 7,615 | [
"no_license"
] | [
{
"path": "roles/firewall/README.md",
"content": "Firewall\n=========\n\nA role that adds firewall to a server, enables/disables ipv6 and adds firewall rules.\n- Doesn't remove rules yet -> need to do it manually in server\n\nRequirements\n------------\n\nFollowing collections are required:\n- community.gen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1834,
"all_permissive": false
} |
ansible_role | Aapok0/homepage-webserver-ansible | 8d1dbd171a11e93270e851cdad1f38db6d8e6893 | 0 | roles/nginx | 7,615 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/app.yml",
"content": "---\n- name: Make sure app git directories are present\n ansible.builtin.file:\n path: /opt/{{ item.name }}\n state: directory\n mode: '0755'\n loop: '{{ nginx_apps }}'\n\n- name: Make sure app nginx directories are present\n ansible.builtin.fil... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 13457,
"all_permissive": false
} |
ansible_role | Aapok0/homepage-webserver-ansible | 8d1dbd171a11e93270e851cdad1f38db6d8e6893 | 0 | roles/server_init | 7,615 | [
"no_license"
] | [
{
"path": "roles/server_init/tasks/main.yml",
"content": "---\n- name: Add admin user and secure login\n ansible.builtin.include_tasks: login.yml\n\n- name: Install required packages\n ansible.builtin.include_tasks: apt.yml\n\n- name: Add swap space\n ansible.builtin.include_tasks: swap.yml\n\n- name: Mi... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8091,
"all_permissive": false
} |
ansible_role | keco1249/Jenkins-Ansible-CI | 751a80952e78a7c39c58ca23ec0b1ace8e21460c | 0 | playbooks/roles/common | 7,615 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n \n- name: Pause\n pause: seconds=20\n \n- name: Install wget package\n command: apt-get install -y wget\n \n- name: Update apt cache\n command: apt-get update\n \n- name: Pause\n pause: seconds=5\n \n- name: Install unzip package\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | keco1249/Jenkins-Ansible-CI | 751a80952e78a7c39c58ca23ec0b1ace8e21460c | 0 | playbooks/roles/upstart | 7,615 | [
"no_license"
] | [
{
"path": "playbooks/roles/upstart/vars/main.yml",
"content": "upstart_files:\n - jenkins-ansible-ci.conf\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "playbooks/roles/upstart/tasks/main.yml",
"content": "---\n \n- name: Pause\n pause:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | CPE232-MarkAngelo/AQUINO | f09f336525aa24bf0732e8bf74c0ded4bda96f26 | 0 | roles/apache2 | 7,615 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "# Apache for Ubuntu\n\n- name: installing apache2 for ubuntu\n apt:\n name: apache2\n state: latest\n update_cache: yes\n\n- name: installing php for ubuntu\n apt:\n name: libapache2-mod-php\n state: latest\n update_cache: yes\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | CPE232-MarkAngelo/AQUINO | f09f336525aa24bf0732e8bf74c0ded4bda96f26 | 0 | roles/httpd | 7,615 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "# httpd fot Centos\n\n- name: installing httpd for centOS\n dnf:\n name: httpd\n state: latest\n\n- name: installing php for centOS\n dnf:\n name: php\n state: latest\n\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": 173,
"all_permissive": false
} |
ansible_role | CPE232-MarkAngelo/AQUINO | f09f336525aa24bf0732e8bf74c0ded4bda96f26 | 0 | roles/prometheus-centos | 7,615 | [
"no_license"
] | [
{
"path": "roles/prometheus-centos/tasks/main.yml",
"content": "- name: Install Apache and PHP\n tags: apache,centos,httpd\n dnf:\n name:\n - httpd\n - php\n state: latest\n\n- name: Install MariaDB package\n tags: centos,db,mariadb\n dnf:\n name: mariadb-server\n state: latest\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2364,
"all_permissive": false
} |
ansible_role | jreid4insight/mastery | bfae779c55786b03258e4dc876188041eabfd5ef | 0 | roles/initial_setup | 7,615 | [
"no_license"
] | [
{
"path": "roles/initial_setup/tasks/main.yml",
"content": "---\n- name: Set DNS and Hostname\n paloaltonetworks.panos.panos_mgtconfig:\n provider: \"{{ provider }}\"\n dns_server_primary: \"{{ dns_server_primary }}\"\n dns_server_secondary: \"{{ dns_server_secondary }}\"\n hostname: \"{{ hostn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | jreid4insight/mastery | bfae779c55786b03258e4dc876188041eabfd5ef | 0 | roles/reset | 7,615 | [
"no_license"
] | [
{
"path": "roles/reset/tasks/main.yml",
"content": "---\r\n- name: Reset configuration to factory defaults\r\n paloaltonetworks.panos.panos_op:\r\n provider: '{{ provider }}'\r\n cmd: 'request system private-data-reset'\r\n tags: reset\r\n...",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | jreid4insight/mastery | bfae779c55786b03258e4dc876188041eabfd5ef | 0 | roles/revert | 7,615 | [
"no_license"
] | [
{
"path": "roles/revert/tasks/main.yml",
"content": "---\r\n- name: Load named configuration snapshot\r\n paloaltonetworks.panos.panos_op:\r\n provider: '{{ provider }}'\r\n cmd: 'load config version 1'\r\n register: load_result\r\n tags: revert\r\n\r\n- name: Show system information (Optional veri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 655,
"all_permissive": false
} |
ansible_role | yana1205/kubestellar-tmp | aa05eeb127362f1e5dffd321ff182c69f23c4be9 | 0 | monitoring/roles/prometheus | 7,615 | [
"permissive"
] | [
{
"path": "monitoring/roles/prometheus/templates/prometheus-config.yaml.j2",
"content": "global:\n evaluation_interval: 5s\n external_labels:\n env: dev\n scrape_interval: 30s\nscrape_configs:\n- job_name: mailbox-controller\n scrape_interval: 15s\n metrics_path: /metrics\n static_configs:\n - tar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5262,
"all_permissive": true
} |
ansible_role | javali444/ansible | 8f93e56a1a2d7be01ddc33965f60b82146f56602 | 0 | roles/cart | 7,615 | [
"no_license"
] | [
{
"path": "roles/cart/vars/main.yml",
"content": "COMPONENT: b_cart",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 17
},
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: setup {{COMPONENT}} component\n include_role:\n name: common\n tasks_from... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | javali444/ansible | 8f93e56a1a2d7be01ddc33965f60b82146f56602 | 0 | roles/common | 7,615 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yml",
"content": "# **Note: Above command may fail with permission denied, So run as root user**\n#\n# 1. Update the roboshop user and group id in `payment.ini` file.\n\n\n- name: Install Python\n ansible.builtin.yum:\n name:\n - python36\n - gcc\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2948,
"all_permissive": false
} |
ansible_role | javali444/ansible | 8f93e56a1a2d7be01ddc33965f60b82146f56602 | 0 | roles/dispatch | 7,615 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yml",
"content": "\n#1. Add roboshop User\n#\n#```bash\n# # useradd roboshop\n#```\n#\n#1. Switch to roboshop user and perform the following commands.\n#\n#```bash\n#$ curl -L -s -o /tmp/dispatch.zip https://github.com/roboshop-devops-project/dispatch/archive/refs/heads... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 889,
"all_permissive": false
} |
ansible_role | javali444/ansible | 8f93e56a1a2d7be01ddc33965f60b82146f56602 | 0 | roles/frontend | 7,615 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: Download and Extract frontend\n include_role:\n name: common\n tasks_from: download\n\n- name: Cleanup old content\n ansible.builtin.file:\n path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | javali444/ansible | 8f93e56a1a2d7be01ddc33965f60b82146f56602 | 0 | roles/mongodb | 7,615 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Setup MongoDB repos\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n\n- name: Install MongoDB\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: Update Listen IP addre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.