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 | tmcdo1/to | e26d14a21372843e5e5c529b10fcc8a001418d65 | 1 | ansible/roles/common | 7,939 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Install Python, Node.js and tools\n apt: name={{ item }} state=latest update_cache=yes\n loop: [ 'python3-pip', 'python-pip', 'virtualenv', 'python3-setuptools', 'python3-dev', 'build-essential', 'libssl-dev', 'nodejs', 'npm' ]\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 929,
"all_permissive": false
} |
ansible_role | tmcdo1/to | e26d14a21372843e5e5c529b10fcc8a001418d65 | 1 | ansible/roles/mysql | 7,939 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: Create directory for MySQL volume storage\n file:\n path: \"{{ db_volume_loc }}\"\n state: directory\n\n- name: Start MySQL server\n docker_container:\n name: to-mysql-server\n image: mysql\n env:\n MYSQL_DATABASE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | tmcdo1/to | e26d14a21372843e5e5c529b10fcc8a001418d65 | 1 | ansible/roles/nginx | 7,939 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install NGINX\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Copy NGINX configuration for the site\n template:\n src: default.conf\n dest: /etc/nginx/sites-available/to.tmcd.me\n notify: restart ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": false
} |
ansible_role | tmcdo1/to | e26d14a21372843e5e5c529b10fcc8a001418d65 | 1 | ansible/roles/to-api | 7,939 | [
"no_license"
] | [
{
"path": "ansible/roles/to-api/tasks/main.yml",
"content": "---\n# - name: Install dependencies\n# pip:\n# requirements: /home/{{ username }}/to/to-server-api/requirements.txt\n\n# - name: Copy service config for the API\n# template:\n# src: to-server-api.service\n# dest: /home/{{ username ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | tmcdo1/to | e26d14a21372843e5e5c529b10fcc8a001418d65 | 1 | ansible/roles/to-frontend | 7,939 | [
"no_license"
] | [
{
"path": "ansible/roles/to-frontend/tasks/main.yml",
"content": "---\n- name: Install packages based on package.json\n npm:\n path: \"/home/{{ username }}/to/to-tmcd-me\"\n ignore_errors: True\n\n- name: build application\n shell: npm run build\n args:\n chdir: \"/home/{{ username }}/to/to-tmcd-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 232,
"all_permissive": false
} |
ansible_role | andrelohmann/ansible-role-minio | 39eb4ea303e9ef883bb0d1a36946bff1368c7b5b | 0 | vagrant/roles/mc_test_setup | 7,939 | [
"no_license"
] | [
{
"path": "vagrant/roles/mc_test_setup/tasks/main.yml",
"content": "---\n\n- name: Flush the minio handler\n ansible.builtin.meta: flush_handlers\n\n# Pause for 60 seconds to let unicorn restart\n- name: Pause | Wait for 60 seconds\n ansible.builtin.pause:\n seconds: 60\n\n- name: Minio | Copy the buck... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2619,
"all_permissive": false
} |
ansible_role | Aybaann/CPE243_HOA13.1 | 022d45c8d47518507f6636fa2919982081b5ae5f | 0 | roles/acl_manager | 7,939 | [
"no_license"
] | [
{
"path": "roles/acl_manager/tasks/block_ip.yaml",
"content": "---\n- name: Allow all access from RFC1918 networks to this host\n ufw:\n rule: deny\n src: 192.168.56.104\n loop:\n - 192.168.56.106/24\n when: ansible_distribution == \"Ubuntu\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/apache | 7,939 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install Apache webserver on CentOS machine \n## Refer the below URL to add more parameters to the below ansible role\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/filebeat | 7,939 | [
"no_license"
] | [
{
"path": "roles/filebeat/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install nginx webserver on CentOS machine\n## Refer the below URL to add more parameters to the below ansible role\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1279,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/mysqld | 7,939 | [
"no_license"
] | [
{
"path": "roles/mysqld/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install mysql database on CentOS machine\n## Refer the below URL to add more parameters to the below ansible role\n##... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1593,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/nginx | 7,939 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install nginx webserver on CentOS machine \n## Refer the below URL to add more parameters to the below ansible role\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1469,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/nodejs | 7,939 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install nodejs on CentOS machine \n## Refer the below URL to add more parameters to the below ansible role\n## https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/rabbitmq | 7,939 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install Apache webserver on CentOS machine\n## Refer the below URL to add more parameters to the below ansible role... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3492,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/redis | 7,939 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n##Install redis dependencies by using yum module\n- name: install redis deps\n yum: name={{item}} state=present\n with_items:\n - make\n - gcc\n - wget\n tags: redis\n\n\n##Download redis source code by using wget module\n- name: download redis ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1245,
"all_permissive": false
} |
ansible_role | phanidev19/ansible | bf4222523c0d2eb2a9fd7a09d179dd333bcad90d | 0 | roles/zabbix-agent | 7,939 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/tasks/main.yml",
"content": "---\n\n- include_vars: vars/defaults.yml\n\n#########################################################################################\n## Install nginx webserver on CentOS machine\n## Refer the below URL to add more parameters to the below ansible r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1448,
"all_permissive": false
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/common/playbook/roles/ecr | 7,942 | [
"permissive"
] | [
{
"path": "cf/common/playbook/roles/ecr/tasks/main.yml",
"content": "---\n- name: get login info\n command: |\n aws ecr get-login --registry-ids 938859087688 --no-include-email --region ap-northeast-1\n register: login_command\n\n- name: login\n command: \"{{ login_command.stdout }}\"\n\n- name: build... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/ecs/roles/deploy | 7,942 | [
"permissive"
] | [
{
"path": "cf/ecs/roles/deploy/tasks/main.yml",
"content": "---\n- name: run migrate task\n command: |\n aws ecs run-task \\\n --task-definition db-migrate \\\n --cluster esm-lounge-test\n register: migrate_task\n\n- name: wait for stop\n command: |\n aws ecs wait tasks-stopped \\\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 596,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/ecs/roles/ecs | 7,942 | [
"permissive"
] | [
{
"path": "cf/ecs/roles/ecs/tasks/main.yml",
"content": "- name: create ECR\n cloudformation:\n stack_name: \"esm-lounge-test-ecr\"\n state: present\n template: cfs/ecr.yml\n template_parameters:\n RepositoryName: \"esm-lounge-test\"\n\n- name: create ALB\n cloudformation:\n stack_name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/ecs/roles/ecs_service | 7,942 | [
"permissive"
] | [
{
"path": "cf/ecs/roles/ecs_service/tasks/main.yml",
"content": "---\n- name: Create service and migrate task\n cloudformation:\n stack_name: \"esm-lounge-test-ecs-service\"\n state: present\n template: cfs/ecs_service.yml\n template_parameters:\n VPCStackName: \"esm-lounge-test-vpc\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/ecs/roles/network | 7,942 | [
"permissive"
] | [
{
"path": "cf/ecs/roles/network/tasks/main.yml",
"content": "- name: create vpc and subnets\n cloudformation:\n stack_name: \"esm-lounge-test-vpc\"\n state: present\n template: cfs/vpc_and_subnet.yml\n template_parameters:\n VPCName: \"esm-lounge-test\"\n",
"license_type": "permissive"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/ecs/roles/rds | 7,942 | [
"permissive"
] | [
{
"path": "cf/ecs/roles/rds/tasks/main.yml",
"content": "---\n- name: create RDS\n cloudformation:\n stack_name: \"esm-lounge-test-rds\"\n state: present\n template: cfs/rds.yml\n template_parameters:\n DBIdentifier: lounge\n DBName: lounge_production\n DBUser: lounge\n DBPa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/eks/playbook/roles/nodegroup | 7,942 | [
"permissive"
] | [
{
"path": "cf/eks/playbook/roles/nodegroup/tasks/main.yml",
"content": "---\n- name: create stack\n cloudformation:\n stack_name: \"eks-nodegroup\"\n state: present\n template: cfs/amazon-eks-nodegroup.yaml\n template_parameters:\n KeyName: \"{{ nodegroup.KeyName }}\"\n NodeImageId: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 951,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/eks/playbook/roles/rds | 7,942 | [
"permissive"
] | [
{
"path": "cf/eks/playbook/roles/rds/tasks/main.yml",
"content": "---\n- name: create RDS\n cloudformation:\n stack_name: \"test-eks-rds\"\n state: present\n template: cfs/rds.yml\n template_parameters:\n DBIdentifier: lounge\n DBName: lounge_production\n DBUser: lounge\n DB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 509,
"all_permissive": true
} |
ansible_role | muryoimpl/ecs-eks-sample | 737356db2a5ee3f7ee34819fc0988197e2438852 | 0 | cf/eks/playbook/roles/vpc | 7,942 | [
"permissive"
] | [
{
"path": "cf/eks/playbook/roles/vpc/tasks/main.yml",
"content": "---\n- name: create stack\n cloudformation:\n stack_name: \"eks-vpc\"\n state: present\n template: cfs/amazon-eks-vpc-private-subnets.yml\n template_parameters:\n VpcBlock: 192.168.0.0/16\n PublicSubnet01Block: 192.168.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": true
} |
ansible_role | jpuskar/jrp_rpi_docker | f607d8e684cf8bc978fd52e082b6eb194eefd602 | 0 | roles/common | 7,942 | [
"no_license"
] | [
{
"path": "roles/common/tasks/unifi.yml",
"content": "- name: unifi group\n become: true\n group:\n name: docker_unifi\n gid: 2000\n state: present\n\n- name: unifi user\n become: true\n user:\n name: docker_unifi\n uid: 2000\n groups: docker_unifi,docker\n\n- name: docker folder for u... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5360,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/blog | 7,942 | [
"no_license"
] | [
{
"path": "roles/blog/tasks/main.yml",
"content": "---\n\n- name: Clone React app from GitHub\n ansible.builtin.git:\n repo: \"{{ blog_repo_url }}\"\n dest: \"{{ blog_clone_path }}\"\n version: \"{{ blog_branch }}\"\n clone: yes\n update: yes\n force: yes\n\n- name: Install nvm\n ansible... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/cloudflare | 7,942 | [
"no_license"
] | [
{
"path": "roles/cloudflare/defaults/main.yml",
"content": "---\r\n\r\n# cloudflare_tunnel_token: \"\"\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/cloudflare/tasks/main.yml",
"content": "---\r\n\r\n- name: Download cloudflared deb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/nginx | 7,942 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.conf.j2",
"content": "server {\r\n listen 80;\r\n server_name {{ domain }} www.{{ domain }};\r\n\r\n root /var/www/html;\r\n index index.html index.htm index.nginx-debian.html;\r\n\r\n location / {\r\n try_files $uri $uri/ =404;\r\n }\r\n}\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2574,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/nginx_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/nginx_exporter/handlers/main.yml",
"content": "---\n\n- name: Restart nginx_exporter\n systemd:\n name: \"nginx_exporter_{{ item.name }}\"\n state: restarted\n loop: \"{{ nginx_exporters }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1955,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/node_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n\n- name: Create Node Exporter user\n ansible.builtin.user:\n name: node_exporter\n system: true\n shell: /bin/false\n\n- name: Create directories for Node Exporter\n ansible.builtin.file:\n path: \"/etc/node_exporter\"\n stat... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1410,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/portfolio | 7,942 | [
"no_license"
] | [
{
"path": "roles/portfolio/templates/.env.j2",
"content": "VITE_EMAILJS_SERVICE_ID=\"{{ portfolio_emailjs_service_id }}\"\r\nVITE_EMAILJS_TEMPLATE_ID=\"{{ portfolio_emailjs_template_id }}\"\r\nVITE_EMAILJS_PUBLIC_KEY=\"{{ portfolio_emailjs_public_key }}\"\r\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | bingops-com/bingops.com-provisioning | f60ced06faaaa4e2d78feae812228bb719901df1 | 2 | roles/ssh | 7,942 | [
"no_license"
] | [
{
"path": "roles/ssh/handlers/main.yml",
"content": "---\n\n- name: Restart SSH\n ansible.builtin.systemd:\n name: sshd\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path": "roles/ssh/templates/sshd_config.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4913,
"all_permissive": false
} |
ansible_role | taekang1618/invisible_ai_ct | 70d5feeaeda540578aeef002f22a4badd42e2867 | 0 | roles/github | 7,942 | [
"no_license"
] | [
{
"path": "roles/github/tasks/main.yml",
"content": "---\n- name: Clone a repo\n git:\n repo: https://github.com/taekang1618/invisible_ai_ct.git\n dest: /home/ubuntu/git/\n clone: yes\n update: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | taekang1618/invisible_ai_ct | 70d5feeaeda540578aeef002f22a4badd42e2867 | 0 | roles/grafana | 7,942 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- name: Download adduser libfontconfig\n apt:\n pkg:\n - adduser\n - libfontconfig\n- name: Download grafana\n apt:\n deb: https://dl.grafana.com/enterprise/release/grafana-enterprise_9.2.3_amd64.deb\n- name: Start grafana\n systemd:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 327,
"all_permissive": false
} |
ansible_role | taekang1618/invisible_ai_ct | 70d5feeaeda540578aeef002f22a4badd42e2867 | 0 | roles/node_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n- name: Create node_exporter user\n user:\n name: node_exporter\n state: present\n shell: /bin/false\n system: no\n createhome: no\n become_user: root\n\n- name: Unarchive a file that needs to be downloaded\n unarchive:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1441,
"all_permissive": false
} |
ansible_role | taekang1618/invisible_ai_ct | 70d5feeaeda540578aeef002f22a4badd42e2867 | 0 | roles/prometheus | 7,942 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Create prometheus user\n user:\n name: prometheus\n state: present\n shell: /bin/false\n system: no\n createhome: no\n become_user: root\n\n- name: Create directory\n file:\n path: \"{{ item }}\"\n state: directory... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2438,
"all_permissive": false
} |
ansible_role | hayari/k8s_cluster | a664dcf04174e9d5de0e84595e39d56b06748775 | 0 | provisioners/roles/ipabackup | 7,942 | [
"no_license"
] | [
{
"path": "provisioners/roles/ipabackup/tasks/backup.yml",
"content": "---\n# tasks file for ipabackup\n\n- name: Create backup\n shell: >\n ipa-backup\n {{ \"--gpg\" if ipabackup_gpg | bool else \"\" }}\n {{ \"--gpg-keyring=\"+ipabackup_gpg_keyring if ipabackup_gpg_keyring is defined else \"\" }}... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 14749,
"all_permissive": false
} |
ansible_role | hayari/k8s_cluster | a664dcf04174e9d5de0e84595e39d56b06748775 | 0 | provisioners/roles/ipaserver | 7,942 | [
"no_license"
] | [
{
"path": "provisioners/roles/ipaserver/tasks/copy_external_cert.yml",
"content": "- name: Install - Initialize ipaserver_external_cert_files\n set_fact:\n ipaserver_external_cert_files: []\n when: ipaserver_external_cert_files is undefined\n- name: Install - Copy \"{{ item }}\" \"{{ inventory_hostnam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 550,
"all_permissive": false
} |
ansible_role | sploadie/modular-ansible-test | cb273961b263d819442c048c23b8c9aa19cc6f7b | 0 | best_practices/roles/apache_static | 7,942 | [
"no_license"
] | [
{
"path": "best_practices/roles/apache_static/vars/main.yml",
"content": "---\napache_static:\n git_url: https://github.com/aurelienmaury/cw-bundle-lamp.git\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
},
{
"path": "best_practices/roles/apache_static/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 524,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/agama | 7,942 | [
"no_license"
] | [
{
"path": "roles/agama/tasks/main.yaml",
"content": "- name: /opt/agama\n file:\n state: directory\n path: /opt/agama\n\n- name: Install the agama application\n get_url:\n url: \"https://raw.githubusercontent.com/hudolejev/agama/master/{{ item }}\"\n dest: /opt/agama\n loop:\n - agama.py\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1292,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/backup | 7,942 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yaml",
"content": "- name: Add user backup and generate ssh keys for\n user:\n name: backup\n home: /home/backup\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: /home/backup/.ssh/id_rsa\n shell: /bin/bash\n\n- name: Add ssh key to knows_host... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/bind | 7,942 | [
"no_license"
] | [
{
"path": "roles/bind/templates/named.conf.local.j2",
"content": "zone \"{{ startup }}\" {\n {% if inventory_hostname in groups['dns_masters'] %}\n type master;\n allow-update { key nsupdate.key; 127.0.0.1; };\n allow-transfer { key transfer.key; 127.0.0.1; };\n {% else %}\n type s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3615,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/bind_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/bind_exporter/tasks/main.yaml",
"content": "- name: Install bind_exporters\n apt:\n name: prometheus-bind-exporter\n\n- name: Bind exporter service\n service:\n name: prometheus-bind-exporter\n state: started\n enabled: yes",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/dns_records | 7,942 | [
"no_license"
] | [
{
"path": "roles/dns_records/tasks/main.yaml",
"content": "- name: Set A records\n nsupdate:\n key_name: \"nsupdate.key\"\n key_algorithm: \"hmac-sha256\"\n key_secret: \"{{ nsupdate_key }}\"\n server: \"localhost\"\n zone: \"{{ startup }}\"\n type: \"A\"\n record: \"{{ item.key }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/docker | 7,942 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: Docker installation\n apt:\n name: \n - docker.io\n - python3-docker\n\n- name: Docker service\n service:\n name: docker\n state: started\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/grafana | 7,942 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "- name: Grafana directory\n ansible.builtin.file:\n name: /opt/grafana\n state: directory\n\n- name: Grafana configuration\n ansible.builtin.template:\n src: grafana.ini.j2\n dest: /opt/grafana/grafana.ini\n no_log: true\n notify: Restar... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3047,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/haproxy | 7,942 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yaml",
"content": "- name: Install HAProxy\n apt:\n name: haproxy\n\n- name: HAProxy configuration\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: \n - Restart haproxy\n\n- name: HAProxy service\n service:\n name: haproxy\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/haproxy_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/haproxy_exporter/tasks/main.yaml",
"content": "- name: HAProxy exporter installation\n apt: \n name: prometheus-haproxy-exporter\n\n- name: HAProxy exporter configuration file\n template:\n src: prometheus-haproxy-exporter.j2\n dest: /etc/default/prometheus-haproxy-exporter\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/influxdb | 7,942 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yaml",
"content": "- name: Repo key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n state: present\n\n- name: Add influxdb repository\n apt_repository:\n repo: deb https://repos.influxdata.com/debian stable main\n update_cache: yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/influxdb_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/influxdb_exporter/tasks/main.yaml",
"content": "- name: Copy influxdb-exporter binary\n copy:\n src: influx_stats_exporter_linux_amd64\n dest: /usr/local/bin/prometheus-influxdb-stats-exporter\n owner: prometheus\n mode: a+x\n\n- name: Copy prometheus-influxdb-exporter\n copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 529,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/keepalived | 7,942 | [
"no_license"
] | [
{
"path": "roles/keepalived/templates/keepalived.conf.j2",
"content": "vrrp_script check_haproxy { \n script \"/usr/local/bin/check_haproxy.sh\" \n weight 20 \n}\n\nvrrp_instance agama { \n\n interface ens3\n virtual_router_id 1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/keepalived_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/keepalived_exporter/tasks/main.yaml",
"content": "- name: Upload keepalived exporter file\n ansible.builtin.unarchive:\n src: http://backup/keepalived-exporter-1.2.0.linux-amd64.tar.gz\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n notify: Restart keepalived-exporter\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/mysql | 7,942 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yaml",
"content": "- name: Install MySQL\n ansible.builtin.apt:\n name: \n - mysql-server\n - python3-pymysql\n\n- name: Server configuration\n template: \n src: override.j2\n dest: /etc/mysql/mysql.conf.d/override.cnf\n mode: 0644\n notify: Restart... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1338,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/mysql_backup | 7,942 | [
"no_license"
] | [
{
"path": "roles/mysql_backup/tasks/main.yaml",
"content": "- name: Create a directory for user backup\n file:\n path: /home/backup/mysql\n state: directory\n owner: backup\n\n- name: Add backup conf file my.cnf\n template:\n src: my.cnf.j2\n dest: /home/backup/.my.cnf\n owner: backup\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/mysql_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/mysql_exporter/tasks/main.yaml",
"content": "- name: MySQL exporter user\n community.mysql.mysql_user:\n name: \"{{ mysql_exporter_user }}\"\n password: \"{{ <PASSWORD> }}\"\n host: \"%\"\n priv: '*.*:PROCESS,REPLICATION CLIENT,SELECT'\n login_unix_socket: /var/run/mysqld/my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/nginx | 7,942 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "- name: Install Nginx\n ansible.builtin.apt:\n name: nginx\n state: latest\n\n- name: Overwrite default config file\n template: \n src: default.j2\n dest: /etc/nginx/sites-enabled/default\n mode: 0644\n notify: Restart Nginx\n\n- name: N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/nginx_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/nginx_exporter/tasks/main.yaml",
"content": "- name: Install nginx exporter\n apt:\n name: prometheus-nginx-exporter\n\n- name: Nginx exporter service\n service:\n name: prometheus-nginx-exporter\n state: started\n enabled: yes",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/node_exporter | 7,942 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yaml",
"content": "- name: Install prometheus-node-exporter\n apt:\n name: prometheus-node-exporter\n\n- name: Check service node-exporter\n service:\n name: prometheus-node-exporter\n state: started\n enabled: yes",
"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 | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/pinger | 7,942 | [
"no_license"
] | [
{
"path": "roles/pinger/handlers/main.yaml",
"content": "- name: Restart pinger\n service: \n name: pinger\n state: restarted\n\n- name: Reload daemons\n shell: \n cmd: systemctl daemon-reload\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/prometheus | 7,942 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yaml",
"content": "- name: Install prometheus\n apt:\n name: prometheus\n\n- name: Check service prometheus\n service:\n name: prometheus\n state: started\n enabled: yes\n\n- name: Change prometheus configuration\n template:\n src: prometheus.yml.j2\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 936,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/resolver | 7,942 | [
"no_license"
] | [
{
"path": "roles/resolver/handlers/main.yaml",
"content": "- name: Systemd restart\n service:\n name: systemd-resolved\n state: restarted\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/resolver/templates/resolv.conf.j2",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/rsyslog | 7,942 | [
"no_license"
] | [
{
"path": "roles/rsyslog/tasks/main.yaml",
"content": "- name: Service rsyslog\n service:\n name: rsyslog\n state: started\n enabled: yes\n\n- name: Copy 10-telegraf.conf\n copy:\n src: 10-telegraf.conf\n dest: /etc/rsyslog.d/\n notify: Restart rsyslog",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 205,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/users | 7,942 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yaml",
"content": "- name: Add linux user Juri\n ansible.builtin.user:\n name: juri\n\n- name: Set authorized key from url for Juri\n ansible.posix.authorized_key:\n user: juri\n state: present\n key: https://github.com/hudolejev.keys\n\n- name: Add linux user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | agressive-nicoleta/IT-Administration | 008436b2f10fd7b453af7a0882595af0cc7589a4 | 0 | roles/uwsgi | 7,942 | [
"no_license"
] | [
{
"path": "roles/uwsgi/tasks/main.yaml",
"content": "- name: Install uWSGI packages\n apt: name={{ item }} state=present\n with_items:\n - uwsgi\n - uwsgi-plugin-python3\n\n- name: Add configuration file for agama\n template:\n src: agama.ini.j2\n dest: /etc/uwsgi/apps-enabled/agama.ini\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | ermolaev/ansible-ubuntu-desktop | cdf217ffe0fc12802a4427461e2e804e5480b287 | 3 | roles/common | 7,942 | [
"no_license"
] | [
{
"path": "roles/common/tasks/gdebi.yml",
"content": "---\n- name: install gdebi\n apt: name=gdebi update_cache=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "roles/common/tasks/flutter.yml",
"content": "---\n- name: Install Flutter\n ... | {
"task_files": 52,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 57,
"total_bytes": 26719,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/log_config | 7,942 | [
"no_license"
] | [
{
"path": "roles/log_config/tasks/main.yaml",
"content": "---\n\n- name: update /etc/rsyslog.d/50-default.conf\n ansible.builtin.blockinfile:\n block: \"{{ lookup('ansible.builtin.file', '{{ playbook_dir }}/files/logs/50-default.conf') }}\"\n path: /etc/rsyslog.d/50-default.conf\n marker: \"# {mar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/passwordless_ssh_config | 7,942 | [
"no_license"
] | [
{
"path": "roles/passwordless_ssh_config/tasks/main.yaml",
"content": "- name: Create ~/.ssh directory for root\n file:\n path: ~/.ssh\n state: directory\n mode: '0700'\n\n- name: Delete existing SSH key if it exists\n command: rm -f ~/.ssh/{{ ssh_key_name }}\n ignore_errors: true\n register: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2465,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/pgpool2_config | 7,942 | [
"no_license"
] | [
{
"path": "roles/pgpool2_config/tasks/main.yml",
"content": "---\n\n- name: Configure | Upload pgpool.conf\n template:\n src: pgpool.conf.j2\n dest: \"{{ pgpool_home_directory }}/pgpool.conf\"\n backup: true\n owner: \"postgres\"\n mode: 0775\n\n- name: Configure | Upload pool_hba.conf\n te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3285,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/pgpool2_install | 7,942 | [
"no_license"
] | [
{
"path": "roles/pgpool2_install/tasks/main.yml",
"content": "---\n- name: Installa pgpool2 e le dipendenze\n apt:\n name:\n - pgpool2\n - postgresql-14-pgpool2\n - net-tools\n - arping\n state: present\n\n- name: Abilita il servizio pgpool2\n systemd:\n name: pgpool2.service\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/pgpool_service | 7,942 | [
"no_license"
] | [
{
"path": "roles/pgpool_service/tasks/main.yaml",
"content": "---\n\n- name: Crea il servizio pgpool2\n template:\n src: services/pgpool2.service.j2\n dest: /lib/systemd/system/pgpool2.service\n owner: root\n group: root\n mode: '0644'\n notify: Restart pgpool2",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/postgresql_config | 7,942 | [
"no_license"
] | [
{
"path": "roles/postgresql_config/tasks/main.yaml",
"content": "---\n\n- name: Initialize the Postgresql-14 database\n become: true\n become_user: postgres\n command: /usr/lib/postgresql/14/bin/initdb -D /postgresql/pg_data/\n\n- name: Replace content of /postgresql/pg_data/postgresql.conf\n template:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1499,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/postgresql_data_volume | 7,942 | [
"no_license"
] | [
{
"path": "roles/postgresql_data_volume/tasks/main.yaml",
"content": "---\n\n- name: Avoid use of \"/dev/sda\"\n fail:\n msg: \"Failing because use of main partition /dev/sda is not allowed\"\n when: postgres_data_volume_name == \"/dev/sda\"\n\n- name: Partition the disk using fdisk\n raw: \"echo -e '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1434,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/postgresql_install | 7,942 | [
"no_license"
] | [
{
"path": "roles/postgresql_install/tasks/main.yml",
"content": "---\n\n- name: Aggiungi repository Postgresql\n copy:\n content: \"deb http://apt.postgresql.org/pub/repos/apt {{ ansible_lsb.codename }}-pgdg main\"\n dest: /etc/apt/sources.list.d/pgdg.list\n\n- name: Importa chiave GPG di Postgresql\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2104,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/postgresql_service | 7,942 | [
"no_license"
] | [
{
"path": "roles/postgresql_service/tasks/main.yaml",
"content": "---\n\n- name: Crea il servizio postgresql-14\n template:\n src: services/postgresql-14.service.j2\n dest: /lib/systemd/system/postgresql-14.service\n owner: root\n group: root\n mode: '0644'\n\n- name: Reload systemd manager ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/set_hosts | 7,942 | [
"no_license"
] | [
{
"path": "roles/set_hosts/tasks/main.yaml",
"content": "---\n\n- name: Add hostnames and IPs to /etc/hosts\n lineinfile:\n dest: /etc/hosts\n line: \"{{ hostvars[item].ansible_host }} {{ hostvars[item].inventory_hostname }}\"\n insertbefore: '^#.*{{ item }}$'\n loop: \"{{ groups['masters'] }}\""... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/update_os | 7,942 | [
"no_license"
] | [
{
"path": "roles/update_os/tasks/main.yaml",
"content": "---\n\n- name: Aggiorna il repository del sistema\n apt:\n update_cache: yes\n- name: Effettua l'upgrade dei pacchetti\n apt:\n upgrade: yes\n- name: Rimuovi i pacchetti non necessari\n apt:\n autoremove: yes\n\n- name: Installa bash-compl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | davidepolli/ansible-pgpool | 62f57db217ba67d360a0868bfa31cf28182c280c | 0 | roles/verify | 7,942 | [
"no_license"
] | [
{
"path": "roles/verify/tasks/main.yaml",
"content": "---\n- name: Start Pg-Pool II\n systemd: \n name: pgpool2\n state: started\n\n- name: Ensure PgPool port is running\n wait_for: \n host: 0.0.0.0\n port: \"{{ pgpool_port }}\"\n\n- name: Ensure PCP port is running\n wait_for: \n host: 0.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | VaughnCruz/Cruz_PrelimExam | 9b2ca1e966051527c44c0a82399d79b8643cf15b | 0 | roles/python | 7,942 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n# tasks file for python\n- name: installing python3 \n apt: \n name: python3\n state: latest\n update_cache: yes \n\n- name: installing pip3\n apt: \n name: python3-pip\n state: latest\n update_cache: yes \n\n- name: user pip3 as ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 445,
"all_permissive": false
} |
ansible_role | att-comdev/aic-ci | 779b04c296fe177bd9e89f424c07fcdec1f4cca1 | 5 | build-kube/roles/destroy-kube | 7,947 | [
"permissive"
] | [
{
"path": "build-kube/roles/destroy-kube/tasks/ubuntu.yml",
"content": "---\n# Copyright 2016, AT&T, and it's Authors.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 986,
"all_permissive": true
} |
ansible_role | att-comdev/aic-ci | 779b04c296fe177bd9e89f424c07fcdec1f4cca1 | 5 | build-kube/roles/kube-sdn | 7,947 | [
"permissive"
] | [
{
"path": "build-kube/roles/kube-sdn/tasks/kube-flannel.yml",
"content": "---\n# Copyright 2016, Port.direct Ltd\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1157,
"all_permissive": true
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/creature_comforts | 7,947 | [
"no_license"
] | [
{
"path": "roles/creature_comforts/defaults/main.yml",
"content": "---\n# defaults file for creature_comforts\n\ncomforts_packages_deps:\n - jq\n - bat\n\ncomforts_packages_bandwith:\n - vnstat\n - bmon\n - iftop\n\ncomforts_packages_network_utils:\n - dnsutils\n - mtr-tiny\n\ncomforts_packages_all: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/dnsmasq | 7,947 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/handlers/main.yml",
"content": "---\n# handlers file for ansible-dnsmasq\n- name: restart dnsmasq\n ansible.builtin.service:\n name: dnsmasq\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1474,
"all_permissive": false
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/foomuuri | 7,947 | [
"no_license"
] | [
{
"path": "roles/foomuuri/templates/nat.conf.j2",
"content": "# generated by ansible lanefu.clammy.foomuuri DO NOT EDIT\n\nsnat {\n{% for snat in foomuuri_nat.snat %}\n{{ snat }}\n{% endfor %}\n}\n\ndnat {\n{% for dnat in foomuuri_nat.dnat %}\n{{ dnat }}\n{% endfor %}\n}\n",
"license_type": "no_licens... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7816,
"all_permissive": false
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/netplan | 7,947 | [
"no_license"
] | [
{
"path": "roles/netplan/tasks/configure.yml",
"content": "---\n- name: Configuring Netplan\n template:\n src: etc/netplan/config.yaml.j2\n dest: \"{{ netplan_config_file }}\"\n mode: \"{{ netplan_config_file_mode}}\"\n backup: true\n become: true\n when: netplan_configuration != []\n notify... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/sanitize_armbian_defaults | 7,947 | [
"no_license"
] | [
{
"path": "roles/sanitize_armbian_defaults/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sanitize_armbian_defaults\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/sanitize_armbian_defaults/vars/m... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3064,
"all_permissive": false
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/sysctl_base | 7,947 | [
"no_license"
] | [
{
"path": "roles/sysctl_base/defaults/main.yml",
"content": "---\n# defaults file for sysctl_base\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/sysctl_base/vars/main.yml",
"content": "---\n# vars file for sysctl_base\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | lanefu/ansible-collection-clammy | 1780bd5e32fdbd7566de1873289d873d35b4d522 | 1 | roles/unbound | 7,947 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/fetch_root_hints.yml",
"content": "- name: Download root hints\n ansible.builtin.get_url:\n mode: \"0640\"\n owner: \"{{ unbound_username }}\"\n group: \"{{ unbound_username }}\"\n url: \"{{ unbound_root_hints_url }}\"\n dest: \"{{ unbound_root_hints }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | LaurentMonribot/wordpress-ansible | b3143795a72856a3d87bb2991096c31354a2f0bf | 0 | roles/mysql | 7,947 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Get mysql community edition\n yum: name=http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm\n state=present\n\n- name: install mysql CE\n yum: name=mysql-server state=present\n\n- name: install MySql-Python\n yum: name=My... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1181,
"all_permissive": false
} |
ansible_role | Abhinav705/ansible-roles-expense | 2803d26571d24924ddeebe7792d4d4807deba830 | 0 | roles/backend | 7,947 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yaml",
"content": "- name: Disabling nodejs\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: Enabling nodejs\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: Installing nodejs\n ansible.builtin.dnf:\n name: \"{{item}}\"\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1566,
"all_permissive": false
} |
ansible_role | Abhinav705/ansible-roles-expense | 2803d26571d24924ddeebe7792d4d4807deba830 | 0 | roles/common | 7,947 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yaml",
"content": "- name: Deleting directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: yes \n\n- name: creating directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | Abhinav705/ansible-roles-expense | 2803d26571d24924ddeebe7792d4d4807deba830 | 0 | roles/frontend | 7,947 | [
"no_license"
] | [
{
"path": "roles/frontend/vars/main.yaml",
"content": "component: frontend\napp_location: /usr/share/nginx/html\nbackend_host: 172.31.50.210",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "roles/frontend/tasks/main.yaml",
"content": "- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 646,
"all_permissive": false
} |
ansible_role | jacobbaek/ansible-test | f299732d870dd5a5be100496cc2f49b32dd60cb1 | 0 | special-point-run/roles/test1 | 7,947 | [
"no_license"
] | [
{
"path": "special-point-run/roles/test1/tasks/main.yml",
"content": "---\n- name: print message with test1 role\n debug:\n msg: run as test1 role.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | jacobbaek/ansible-test | f299732d870dd5a5be100496cc2f49b32dd60cb1 | 0 | special-point-run/roles/test2 | 7,947 | [
"no_license"
] | [
{
"path": "special-point-run/roles/test2/tasks/main.yml",
"content": "---\n- name: print message with test2 role\n debug:\n msg: run as test2 role.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | jenciso/ansible-gitlab-runner | 634c00b45b8ea5157d42958012818786ebf6b7a3 | 0 | roles/runner | 7,947 | [
"no_license"
] | [
{
"path": "roles/runner/tasks/main.yml",
"content": "---\n- name: runner | install repo\n shell: \"curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash\"\n args:\n warn: no\n creates: /etc/yum.repos.d/runner_gitlab-runner.repo\n\n\n- name: runner | ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | ssureshmuga/ansible374 | bc5ec0c0bc1680e72d08e5e21a080ae97893f5d2 | 0 | demo/forsher/ibm/testcollection/roles/mymotd | 7,947 | [
"no_license"
] | [
{
"path": "demo/forsher/ibm/testcollection/roles/mymotd/tasks/main.yml",
"content": "---\n# tasks file for mymotd\n\n- ansible.builtin.template:\n src: motd.j2\n dest: /etc/motd\n owner: root\n group: root\n mode: '8644'\n become: true\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | fedejaure/dev-setup | 667a1d00f1a565b235c4f27de88c5fca9b11b8b9 | 6 | roles/oh_my_zsh | 7,947 | [
"no_license"
] | [
{
"path": "roles/oh_my_zsh/defaults/main.yml",
"content": "---\noh_my_zsh_root: \"{{ ansible_env.HOME }}/.oh-my-zsh\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/oh_my_zsh/README.md",
"content": "# oh-my-zsh\n\nThis Ansible role aut... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2516,
"all_permissive": false
} |
ansible_role | fedejaure/dev-setup | 667a1d00f1a565b235c4f27de88c5fca9b11b8b9 | 6 | roles/pyenv | 7,947 | [
"no_license"
] | [
{
"path": "roles/pyenv/tasks/main.yml",
"content": "---\n- name: Setup on macOS\n ansible.builtin.include_tasks: macos.yml\n when: \"ansible_os_family == 'Darwin'\"\n\n- name: Check if ~/.pyenv already exists\n ansible.builtin.stat:\n path: \"{{ pyenv_root }}\"\n register: pyenv_st\n\n- name: Install... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4306,
"all_permissive": false
} |
ansible_role | Nosikov-studio/r018g-ansible-u | 93a9113bc4ebc269d8166df5e49033c56420b763 | 0 | roles/site-18g-u | 7,948 | [
"no_license"
] | [
{
"path": "roles/site-18g-u/tasks/main.yml",
"content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n\n\n\n - name: Recursively remove directory\n file:\n path: /var/www/client/\n state: absent\n\n - name: Удалить файл конфигурации truruky\n ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | MaxKhlupnov/ru.kpip.ansible | 0ab6cb7646d513a907449aa2b38f8d9c1832064e | 0 | amq/roles/activemq | 7,948 | [
"no_license"
] | [
{
"path": "amq/roles/activemq/tasks/main.yml",
"content": "---\n- name: Check prerequisites\n ansible.builtin.include_tasks: prereqs.yml\n tags:\n - prereqs\n\n- name: Validate broker configuration\n ansible.builtin.include_tasks: validate_config.yml\n tags:\n - validation\n\n- name: Include firew... | {
"task_files": 21,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 33,
"total_bytes": 70361,
"all_permissive": false
} |
ansible_role | tuzov/os-preparation-ansible | 0f81867d71f38782879305f6a25744e2bfdafbae | 0 | roles/cpu_performance_optimisation | 7,948 | [
"no_license"
] | [
{
"path": "roles/cpu_performance_optimisation/templates/disable-cstates.service.j2",
"content": "[Unit]\nDescription=Disable CPU C-states\nAfter=multi-user.target\n\n[Service]\nExecStart={{ cpu_performance_optimisation__disable_cstates_dir }}/disable-cstates.sh\nType=oneshot\nRemainAfterExit=true\n\n[Instal... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7366,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.