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 | 5GEVE/5geve-wp4-dcs-dv-deployment | c9a6bc36d61e5d7e471333514b7276a96f099836 | 1 | roles/kibana_config | 419 | [
"permissive"
] | [
{
"path": "roles/kibana_config/tasks/main.yml",
"content": "---\n- name: Stop Kibana service\n shell: systemctl stop kibana\n\n- name: Check if Kibana old configuration file exists\n stat:\n path: /etc/kibana/kibana.yml.old\n register: kibana_old_config_file\n\n- name: Create Kibana old configuration ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3192,
"all_permissive": true
} |
ansible_role | 5GEVE/5geve-wp4-dcs-dv-deployment | c9a6bc36d61e5d7e471333514b7276a96f099836 | 1 | roles/logstash_config | 419 | [
"permissive"
] | [
{
"path": "roles/logstash_config/tasks/main.yml",
"content": "---\n- name: Stop Logstash service\n shell: systemctl stop logstash\n\n- name: Check if Logstash old configuration file exists\n stat:\n path: /etc/logstash/logstash.yml.old\n register: logstash_old_config_file\n\n- name: Create Logstash ol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3882,
"all_permissive": true
} |
ansible_role | 5GEVE/5geve-wp4-dcs-dv-deployment | c9a6bc36d61e5d7e471333514b7276a96f099836 | 1 | roles/postgresql_config | 419 | [
"permissive"
] | [
{
"path": "roles/postgresql_config/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL and related software\n apt:\n name: ['postgresql', 'postgresql-contrib', 'python3-psycopg2']\n update_cache: yes\n\n- name: Enable and start PostgreSQL service\n service:\n name: postgresql\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2011,
"all_permissive": true
} |
ansible_role | 5GEVE/5geve-wp4-dcs-dv-deployment | c9a6bc36d61e5d7e471333514b7276a96f099836 | 1 | roles/preparation | 419 | [
"permissive"
] | [
{
"path": "roles/preparation/tasks/main.yml",
"content": "---\n- name: Create /usr/bin/dcs directory\n file:\n path: /usr/bin/dcs\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Copy create_logstash_pipeline.sh script\n copy:\n src: create_logstash_pipeline.sh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 7857,
"all_permissive": true
} |
ansible_role | JMSAPIT24/dockerswarm | c964858c27f62699de823b4ea5898c02b5b90b8a | 0 | roles/docker | 419 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: install wget\n yum:\n name: wget\n state: latest\n\n- name: Copy docker-ce-selinux into home directory\n copy:\n src: ../files/docker-ce-selinux-17.03.2.ce-1.el7.centos.noarch.rpm \n dest: /home/ec2-user/docker-ce-selinux-17.03.2.ce-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 868,
"all_permissive": false
} |
ansible_role | JMSAPIT24/dockerswarm | c964858c27f62699de823b4ea5898c02b5b90b8a | 0 | roles/docker-compose | 419 | [
"no_license"
] | [
{
"path": "roles/docker-compose/tasks/main.yml",
"content": "- name: Check if the nodes are active\n shell: \"docker node ls\"\n register: node_status\n\n- name: Show Nodes Status\n debug: var=node_status.stdout\n\n- name: Copy docker-compose into home directory\n copy:\n src: ../files/docker-compose... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1087,
"all_permissive": false
} |
ansible_role | JMSAPIT24/dockerswarm | c964858c27f62699de823b4ea5898c02b5b90b8a | 0 | roles/swarm-manager | 419 | [
"no_license"
] | [
{
"path": "roles/swarm-manager/tasks/main.yml",
"content": "- name: Check if Swarm was created\n shell: \"docker info | grep 'Swarm: active' | wc -l\"\n register: swarm_status\n \n- name: Show Swarm Statuss Token\n debug: var=swarm_status.stdout\n\n- name: Init a new swarm\n command: docker swarm init ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | JMSAPIT24/dockerswarm | c964858c27f62699de823b4ea5898c02b5b90b8a | 0 | roles/swarm-workers | 419 | [
"no_license"
] | [
{
"path": "roles/swarm-workers/tasks/main.yml",
"content": "- name: Check if Swarm was created\n shell: \"docker info | grep 'Swarm: active' | wc -l\"\n register: swarm_status\n\n- name: Join Swarm Cluster\n shell: \"docker swarm join --token {{ hostvars[groups['manager'][0]]['worker_token']['stdout'] }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 363,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-ami-cleanup | 419 | [
"no_license"
] | [
{
"path": "roles/aws-ami-cleanup/tasks/main.yml",
"content": "---\n\n# Deletes all AMIs, except the one specified\n# Inputs:\n# - aws_ami_cleanup_amis: list of matching AMI objects\n# - aws_ami_cleanup_keep_newest: integer number of newest AMIs to keep\n# - aws_ami_cleanup_region: AWS region\n# Outputs: Non... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-ami-create | 419 | [
"no_license"
] | [
{
"path": "roles/aws-ami-create/tasks/main.yml",
"content": "---\n\n# Creates a new AMI from the given EC2 instance\n# Inputs:\n# - aws_ami_create_ami_name: base name to use for AMI, before appending date and time\n# - aws_ami_create_instance_name: value of the Name tag of the EC2 instances from which to cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 802,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-ami-lookup | 419 | [
"no_license"
] | [
{
"path": "roles/aws-ami-lookup/tasks/main.yml",
"content": "---\n\n# Looks up the last AMI for given owner and filter\n# Inputs:\n# - owner_account_id\n# - filter_by_name\n# Outputs:\n# - amis: result of AMI search\n# - aws_ami_lookup_ami: ID of the last AMI found\n\n- name: Look up latest AMI in AWS\n am... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-cert | 419 | [
"no_license"
] | [
{
"path": "roles/aws-cert/tasks/main.yml",
"content": "---\n\n# AWS Certificate\n# Inputs:\n# - aws_cert_web_domain\n# - aws_cert_web_hosted_zone_id\n# - aws_cert_web_sans: comma-separated list of subject alternative names\n# Outputs:\n# - aws_cert_web_output\n# WebCertificateArn\n\n- name: SSL cert via... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-ec2 | 419 | [
"no_license"
] | [
{
"path": "roles/aws-ec2/tasks/main.yml",
"content": "---\n\n# Launches EC2 instance with specified AMI, or makes sure it exists\n# Inputs:\n# - ami_id\n# - instance_tags: A dictionary of tags to attach to the EC2 instance(s)\n# - instance_type\n# - count: Number of EC2 instance(s)\n# - count_filters: A dic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-ec2-terminate | 419 | [
"no_license"
] | [
{
"path": "roles/aws-ec2-terminate/tasks/main.yml",
"content": "---\n\n# Terminates EC2 instances with the given name\n# Inputs:\n# - aws_ec2_terminate_instance_name: value of the Name tag of the EC2 instances to terminate\n# - aws_ec2_terminate_region: AWS region of the instance\n# Outputs: None\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-route53 | 419 | [
"no_license"
] | [
{
"path": "roles/aws-route53/files/cloudformation-web-domain.yml",
"content": "Parameters:\n\n Domain:\n Description: Domain for hosted zone\n Type: String\n\nResources:\n\n WebHostedZone:\n Type: AWS::Route53::HostedZone\n Properties:\n Name: !Ref Domain\n\n WebMainRecordSetGroup:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2729,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/aws-vpc | 419 | [
"no_license"
] | [
{
"path": "roles/aws-vpc/files/cloudformation-us-east-1-sg.yml",
"content": "Resources:\n\n BastionSecurityGroup:\n Type: AWS::EC2::SecurityGroup\n Properties:\n GroupName: bastion-sg\n GroupDescription: Bastion Security Group\n VpcId: !ImportValue VpcIdUsEast1\n\n BastionSecurityGrou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7308,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/base | 419 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- name: Copy SSH keys\n ansible.posix.authorized_key:\n user: ubuntu\n state: present\n key: \"{{ item }}\"\n with_file:\n - roles/base/files/public_keys/unix1_rsa.pub\n\n- name: Upgrade packages using apt\n become: yes\n apt:\n up... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/bastion | 419 | [
"no_license"
] | [
{
"path": "roles/bastion/tasks/main.yml",
"content": "---\n\n- name: Install bastion packages\n become: yes\n apt:\n pkg:\n - curl\n - netcat\n - dnsutils\n - iputils-ping\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 | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/web-app | 419 | [
"no_license"
] | [
{
"path": "roles/web-app/tasks/main.yml",
"content": "---\n\n# AWS ALB and ASG for web\n# Inputs:\n# - web_app_alb_sg_ids\n# - web_app_alb_subnet_ids\n# - web_app_ami_id\n# - web_app_asg_cpu_scaling_threshold\n# - web_app_initial_setup\n# - web_app_instance_type\n# - web_app_instances_desired\n# - web_app_i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10059,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/web-app-release | 419 | [
"no_license"
] | [
{
"path": "roles/web-app-release/tasks/main.yml",
"content": "---\n\n# Installs given version of the OTP application as a systemd service\n# Inputs:\n# - app_version\n# - os_arch\n# Outputs: None\n\n- name: Download release archive\n get_url:\n url: \"https://github.com/RinseOne/rinseweb/releases/downlo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | RinseOne/ansible-playbooks | 0ada2f7b61dd2d72e95fdbc9a128fe600d884301 | 1 | roles/web-base | 419 | [
"no_license"
] | [
{
"path": "roles/web-base/tasks/main.yml",
"content": "---\n\n- name: Update apt cache\n become: yes\n apt:\n update_cache: yes\n\n- name: Install units\n become: yes\n apt:\n pkg:\n - units\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | unixdaddy/ansible-core-aap2 | 86ff261df6562411175fef04007e153b268f0e2b | 0 | AAP2_labs/AutomationControllerUsage/Ansible-AWS-Provisioning/roles/deploy-web-server | 419 | [
"no_license"
] | [
{
"path": "AAP2_labs/AutomationControllerUsage/Ansible-AWS-Provisioning/roles/deploy-web-server/tasks/main.yml",
"content": "---\n# tasks file for deploy-web-server\n- name: Delete content & directory\n ansible.builtin.file:\n state: absent\n path: /var/www/html\n force: yes\n\n- name: Create dire... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/base | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/packages-security.yml",
"content": "---\n# TASK: Install the security related packages and services\n\n- name: Install security packages (apt version)\n apt: pkg={{ item }} state=latest\n with_items:\n - openssl\n when: ansible_distribution == 'Ubuntu'\n\n- name: ad... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4961,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/hybris | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/hybris/tasks/ubuntu.yml",
"content": "---\n- name: Ubuntu | Set hybris_loaded_distribution\n set_fact:\n hybris_loaded_distribution: \"{{ ansible_distribution }}\"\n\n- name: Install hybris package dependencies\n apt: pkg={{ item }} state=latest\n with_items:\n - s3cmd\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 36495,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/mysql | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/templates/runit-template.j2",
"content": "#!/bin/sh\ncd /\numask 077\n\nMYSQLADMIN='/usr/bin/mysqladmin --defaults-extra-file=/etc/mysql/debian.cnf'\n\ntrap \"$MYSQLADMIN shutdown\" 0\ntrap 'exit 2' 1 2 3 15\n\nexec chpst -o 5000000 /usr/bin/mysqld_safe & wait\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1293,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/oracle_jdk | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/oracle_jdk/tasks/main.yml",
"content": "---\n- name: download Oracle JDK7 to host\n local_action: >\n command wget -N -P \"{{oracle_jdk_download_dir}}\" --no-check-certificate --no-cookies --header \"Cookie: oraclelicense=accept-securebackup-cookie\" http://download.oracle.com/o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1891,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/redis | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/redis/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: name={{ item }}\n with_items:\n - redis-server\n\n- name: Configure redis\n template: src=redis.conf.j2 dest=/etc/redis/redis.conf\n notify: restart redis \n\n- name: Enable and start redis-server\n serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/solr | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/solr/tasks/install_conf.yml",
"content": "---\n\n- name: action | install_conf | ensures Solr conf config dir is present at host\n copy:\n src=\"{{solr_local_config_dir}}/\"\n dest=\"{{solr_installation_dir}}/conf/\"\n when: solr_local_config_dir is defined\n\n- name: action... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 19907,
"all_permissive": false
} |
ansible_role | mlong168/hybris-docker | 2c932b9810f514710271bacd14331c593c31c53e | 5 | ansible/roles/tomcat | 419 | [
"no_license"
] | [
{
"path": "ansible/roles/tomcat/rake/vagrant.rb",
"content": "require 'rake'\nrequire 'rspec/core/rake_task'\n\n\ndesc \"Bring up Vagrant VM\"\ntask :up do\n sh %{vagrant up --no-provision}\nend\n\n\ndesc \"Provision Vagrant VM\"\ntask :provision => [:up] do\n sh %{vagrant provision}\nend\n\n\ndesc \"Clea... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 25600,
"all_permissive": false
} |
ansible_role | staskorz/devops-hw-05-ansible-mysql | 95cd17e8000487039ff507ac2cd4d59105b7d8b8 | 0 | roles/mysql | 419 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- import_tasks: mysql.yml\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/mysql/files/init.sql",
"content": "USE ansible\n\nCREATE TABLE Persons\n(\n\tFi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | yuvalweber/Ubuntu-Domain-Add-Playbook | 21b7aef3aec6b726cfa31e297135c81e8bf32d88 | 0 | roles/krb_auth | 579 | [
"no_license"
] | [
{
"path": "roles/krb_auth/templates/sssd.j2",
"content": "[sssd]\nconfig_file_version = 2\ndomains = {{domain_name|upper}}\nservices = nss, pam\n\n[domain/{{domain_name|upper}}]\n\nid_provider = ad\nauth_provider = ad\naccess_provider = ad\nad_server = {{dc_fqdn|lower}}\nad_gpo_access_control = permissive\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5443,
"all_permissive": false
} |
ansible_role | ipominov/fastwebsrv | 8d1e26836e54e5852e6873526a5576604fe17250 | 0 | roles/mysql | 579 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- name: Install Mariadb server\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - mariadb-server\n - mariadb-client\n \n- name: Install pymysql python module via pip\n pip:\n name: pymysql\n state: present\n \n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | ipominov/fastwebsrv | 8d1e26836e54e5852e6873526a5576604fe17250 | 0 | roles/nginx | 579 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install nginx stable\n apt:\n name: nginx\n state: present\n\n- name: Replace nginx config file\n template:\n src: files/nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n\n- name: Check if Wp directory is alreasy exist\n stat:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | ipominov/fastwebsrv | 8d1e26836e54e5852e6873526a5576604fe17250 | 0 | roles/php-fpm | 579 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n\n- name: Install PHP-FPM and modules\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - php-fpm\n - php-cli\n - php-mysqli\n - php-gd\n - php-odbc\n - php-pear\n - php-mbstring\n - php-soap\n - php-zip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | ipominov/fastwebsrv | 8d1e26836e54e5852e6873526a5576604fe17250 | 0 | roles/postgres | 579 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n\n- name: install postgressql\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - postgresql\n - postgresql-contrib\n\n- name: config edits\n lineinfile:\n path: /etc/postgresql/13/main/postgresql.conf\n regexp: '^#liste... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1433,
"all_permissive": false
} |
ansible_role | ipominov/fastwebsrv | 8d1e26836e54e5852e6873526a5576604fe17250 | 0 | roles/prepare | 579 | [
"no_license"
] | [
{
"path": "roles/prepare/tasks/main.yml",
"content": "---\n\n- name: Upgrade all packages\n apt:\n name: '*'\n state: latest\n\n- name: Install some packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - curl\n - htop\n - sudo\n - python3-psycopg2\n - zip\n - pi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | tallamjr/dotfiles | b276eec9b28878cf6d8966314d9a78da3f6ee5c1 | 2 | playbook/roles/common | 579 | [
"no_license"
] | [
{
"path": "playbook/roles/common/tasks/main.yml",
"content": "---\n- name: Symlink dotfiles\n shell: stow -v -d ~/dotfiles -t ~/ -S {{ item }}\n with_items:\n - bash/\n - brew/\n - emacs/\n - git/\n - mutt/\n - readline/\n - tmux/\n - vim/\n - xcode/\n - zsh/\n\n- name: Get p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1106,
"all_permissive": false
} |
ansible_role | tallamjr/dotfiles | b276eec9b28878cf6d8966314d9a78da3f6ee5c1 | 2 | playbook/roles/osx | 579 | [
"no_license"
] | [
{
"path": "playbook/roles/osx/tasks/main.yml",
"content": "---\n- name: Get applications to be install with Homebrew\n shell: \"cat ~/dotfiles/brew/.brewcasklist\"\n register: brewcasklist\n\n- name: Install applications listed in brewcasklist.txt\n shell: \"brew cask install {{ item }}\"\n with_items: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | piggyvenus/acs-poc-ocp3 | 45aa1453f32c5bee4d9d0101b93ac31f4a013823 | 1 | playbooks/roles/central | 579 | [
"no_license"
] | [
{
"path": "playbooks/roles/central/tasks/central.yml",
"content": "---\n- name: Generate htpasswd\n htpasswd:\n path: ../../../files/passwdfile\n name: admin\n password: \"{{ <PASSWORD> }}\"\n crypt_scheme: \"bcrypt\"\n\n- name: Add helm repo\n kubernetes.core.helm_repository:\n name: rhacs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1708,
"all_permissive": false
} |
ansible_role | piggyvenus/acs-poc-ocp3 | 45aa1453f32c5bee4d9d0101b93ac31f4a013823 | 1 | playbooks/roles/cluster_sensor | 579 | [
"no_license"
] | [
{
"path": "playbooks/roles/cluster_sensor/tasks/cluster_bundle.yml",
"content": "---\n- name: Add helm repo\n kubernetes.core.helm_repository:\n name: rhacs\n url: \"https://mirror.openshift.com/pub/rhacs/charts/\"\n\n- name: Get cluster init bundle\n uri:\n url: \"{{ central_url }}/v1/cluster-in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1623,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/ansible-pull | 579 | [
"no_license"
] | [
{
"path": "roles/ansible-pull/defaults/main.yml",
"content": "ansible_pull_timer: |\n OnBootSec=3m\n OnCalendar=daily\n RandomizedDelaySec=20s\n\nansible_pull_reenable_timer: |\n AccuracySec=10s\n OnCalendar=*:0/5",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6013,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/basic-applications | 579 | [
"no_license"
] | [
{
"path": "roles/basic-applications/tasks/main.yml",
"content": "---\n- name: install libreoffice packages\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - libreoffice-help-en-us\n - libreoffice-impress\n - libreoffice-kf5\n - libreoffice-plasma\n - libreoffice-writer\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/chromium | 579 | [
"no_license"
] | [
{
"path": "roles/chromium/tasks/main.yml",
"content": "---\n- name: install chromium\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - chromium\n\n- name: Creates chrome policy directory\n file:\n path: /etc/chromium/policies/managed\n state: directory\n owner: root\n group:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/computername | 579 | [
"no_license"
] | [
{
"path": "roles/computername/tasks/main.yml",
"content": "---\n- name: Get MAC address without colons\n set_fact:\n mac_address_no_colons: \"{{ ansible_default_ipv4.macaddress | replace(':', '') }}\"\n\n- name: Set hostname based on MAC address\n hostname:\n name: \"ams-{{ mac_address_no_colons }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 239,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/firefox | 579 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "---\n- name: install firefox-esr\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - firefox-esr\n\n\n- name: Creates firefox policy directory\n file:\n path: /etc/firefox/policies\n state: directory\n owner: root\n group: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 738,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/kde-desktop | 579 | [
"no_license"
] | [
{
"path": "roles/kde-desktop/defaults/main.yml",
"content": "desktop_username: \"Username\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/kde-desktop/tasks/main.yml",
"content": "---\n\n- name: install needed packages\n apt:\n state... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2603,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/kde-desktop-customisation | 579 | [
"no_license"
] | [
{
"path": "roles/kde-desktop-customisation/templates/configure_plasma_shell.sh",
"content": "#!/bin/bash\nexec 3>&1 4>&2\ntrap 'exec 2>&4 1>&3' 0 1 2 3\nexec 1>/home/{{ desktop_username }}/configurelog 2>&1\n\necho \"executed on $(date)\" \n# sleep 20\n# echo \"after sleep $(date)\" \nqdbus org.kde.plasmash... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3610,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/master-pdf-editor | 579 | [
"no_license"
] | [
{
"path": "roles/master-pdf-editor/tasks/main.yml",
"content": "---\n- name: Gather the package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: check if master_pdf_editor is already installed\n ansible.builtin.set_fact:\n master_pdf_editor: \"{{ ansible_facts.packages[item] }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/media-applications | 579 | [
"no_license"
] | [
{
"path": "roles/media-applications/tasks/main.yml",
"content": "---\n\n- name: Gather the package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: check if deb_multimedia_keyring is already installed\n ansible.builtin.set_fact:\n deb_multimedia_keyring: \"{{ ansible_facts.packages[... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2239,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/password-mgmt | 579 | [
"no_license"
] | [
{
"path": "roles/password-mgmt/templates/gen-key-script.j2",
"content": "{{ ansible_managed | comment }}\n%echo Generating a basic OpenPGP key\nKey-Type: 1\nKey-Length: {{ gpg_keylength }}\n{% if gpg_subkeylength > 0 %}\nSubkey-Type: 1\nSubkey-Length: {{ gpg_subkeylength }}\n{% endif %}\nName-Real: {{ gpg_r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 8990,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/plymouth | 579 | [
"no_license"
] | [
{
"path": "roles/plymouth/tasks/main.yml",
"content": "---\n\n- name: Install plymouth packages\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - plymouth \n - plymouth-themes\n - firmware-linux\n\n- name: Check if splash screen in grub is enabled\n shell: grep GRUB_CMDLINE_LINUX_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/printer | 579 | [
"no_license"
] | [
{
"path": "roles/printer/tasks/main.yml",
"content": "---\n\n- name: install apt driver\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - hplip\n notify: 'restart cups'\n\n- name: Adding user {{ print_username }} to lp\n user: name={{ print_username }}\n groups=lp\n appen... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 10496,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/printerdetection | 579 | [
"no_license"
] | [
{
"path": "roles/printerdetection/defaults/main.yml",
"content": "printerdetection_timer: |\n AccuracySec=10s\n OnCalendar=*-*-* *:*:00",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/printerdetection/files/printerdetection/printerdetection... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/pull-journal-central-client | 579 | [
"no_license"
] | [
{
"path": "roles/pull-journal-central-client/tasks/main.yml",
"content": "---\n- name: Gather the package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: check if pull-journal-central-client is already installed\n ansible.builtin.set_fact:\n pull_journal_central_client: \"{{ ansibl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2385,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/signal-desktop | 579 | [
"no_license"
] | [
{
"path": "roles/signal-desktop/tasks/main.yml",
"content": "---\n\n- name: somerepo |no apt key\n ansible.builtin.get_url:\n url: https://updates.signal.org/desktop/apt/keys.asc\n dest: /etc/apt/keyrings/signal.asc\n\n- name: Add deb-multimedia repository\n ansible.builtin.apt_repository:\n repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/ssh | 579 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Update collection ansible.posix\n community.general.ansible_galaxy_install:\n type: collection\n name: ansible.posix\n\n- name: Ensure ssh is enabled and started\n service:\n name: ssh\n state: started\n enabled: yes\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/t460s | 579 | [
"no_license"
] | [
{
"path": "roles/t460s/tasks/main.yml",
"content": "---\n- name: install firefox-esr\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - firmware-iwlwifi\n - tlp\n - powertop\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 137,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/terminal | 579 | [
"no_license"
] | [
{
"path": "roles/terminal/tasks/main.yml",
"content": "---\n\n- name: install needed packages\n apt:\n state: latest\n name: \"{{ item }}\" \n loop:\n - tilix\n - zsh\n - dbus-x11\n - dconf-service\n - dconf-cli\n - git\n \n- name: remove termit\n apt:\n state: absent\n n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3220,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/wifi | 579 | [
"no_license"
] | [
{
"path": "roles/wifi/tasks/createwifi.yml",
"content": "---\n- name: get password if entry exists\n shell: echo \"$(pass show {{ passwd_wifi_folder }}/{{ item.ssid }})\" \n environment:\n HOME: \"{{ wallet_userhome }}\"\n when: wifi_wallet_entrys.stdout is search(\"{{ item.ssid }}\")\n no_log: True... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | amscamp/AMS_Debian_Ansible | dce6f8e879f419ca8144675c16db3dd365a1b4d3 | 0 | roles/zoom | 579 | [
"no_license"
] | [
{
"path": "roles/zoom/tasks/main.yml",
"content": "---\n- name: Gather the package facts\n ansible.builtin.package_facts:\n manager: auto\n\n- name: check if zoom is already installed\n ansible.builtin.set_fact:\n zoom: \"{{ ansible_facts.packages[item] }}\"\n loop: \"{{ ansible_facts.packages.keys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | labasubagia/devenv-ansible | 3f0ba3024305771c336f9e6d1b53e917b7a5b3ec | 1 | roles/devenv | 579 | [
"no_license"
] | [
{
"path": "roles/devenv/tasks/softwares/_apt.yml",
"content": "---\n- name: setup apt apps\n become: true\n apt:\n name:\n # CLI\n - build-essential\n - htop\n - tmux\n - exa\n - neovim\n - zsh\n - autojump\n - trash-cli\n - btop\n - fzf\n - t... | {
"task_files": 20,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 28,
"total_bytes": 23152,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | container-builder/playbooks/roles/base_container | 579 | [
"no_license"
] | [
{
"path": "container-builder/playbooks/roles/base_container/templates/Dockerfile.j2",
"content": "FROM ubuntu:14.04.4\nENV DEBIAN_FRONTEND noninteractive\nRUN sed -i \"s/archive.ubuntu.com/us.archive.ubuntu.com/g\" /etc/apt/sources.list\nRUN apt-get update\nRUN apt-get install -y wget apache2 dpkg-dev\nRUN ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1127,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | container-builder/playbooks/roles/service_container | 579 | [
"no_license"
] | [
{
"path": "container-builder/playbooks/roles/service_container/files/opencontrail-libnetwork/entrypoint.sh",
"content": "#!/bin/bash\ncat << EOF > /opencontrail-docker-libnetwork/opencontrail.conf\n---\nkeystone_server: $KEYSTONE_SERVER\napi_server: $contrail_api_server\napi_port: '8082'\nadmin_user: $ADMIN... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 27,
"total_bytes": 94701,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | container-builder/playbooks/roles/test | 579 | [
"no_license"
] | [
{
"path": "container-builder/playbooks/roles/test/tasks/1.yml",
"content": "---\n- debug: msg=\"111\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "container-builder/playbooks/roles/test/tasks/main.yml",
"content": "---\n- name: tst\n stat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | container-starter/playbooks/roles/service_starter | 579 | [
"no_license"
] | [
{
"path": "container-starter/playbooks/roles/service_starter/tasks/register_analytics.yml",
"content": "---\n- name: Register Contrail Analytics API\n command: \"docker exec -d {{ contrail_analytics_api_name }} bash -c /register_analytics.sh\"\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 31293,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | lxc-starter/playbooks/roles/lxc_container | 579 | [
"no_license"
] | [
{
"path": "lxc-starter/playbooks/roles/lxc_container/templates/config.j2",
"content": "# Template used to create this container: /usr/share/lxc/templates/lxc-download\n# Parameters passed to the template: -d ubuntu -r xenial -a amd64\n# For additional config options, please look at lxc.container.conf(5)\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3371,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | lxc-starter/playbooks/roles/service_container | 579 | [
"no_license"
] | [
{
"path": "lxc-starter/playbooks/roles/service_container/files/contrail-analytics-collector/entrypoint.sh",
"content": "\ntouch /etc/contrail/contrail-keystone-auth.conf\nif [ -n \"$KEYSTONE_SERVER\" ]; then\n ./openstack-config --set /etc/contrail/vnc_api_lib.ini auth AUTHN_SERVER $KEYSTONE_SERVER\n ./op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 61716,
"all_permissive": false
} |
ansible_role | michaelhenkel/contrail-docker-ansible | cb88885b51b5b9340882bdeadb9749d6f6970eb1 | 0 | virsh-starter/playbooks/roles/virtual_machines | 579 | [
"no_license"
] | [
{
"path": "virsh-starter/playbooks/roles/virtual_machines/tasks/main.yml",
"content": "---\n- name: prepare vms\n include: prep_vm.yml\n with_dict: \"{{ virtual_machines }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 85
},
{
"path": "virsh-starter/playboo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | vamperst/ansible-wordpress-nginx | 133e8b1089fe672e1df5aef44629053a9367e1b0 | 0 | roles/mysql | 579 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Instalando MySQL\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Create Mysql configuration file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n notify:\n - restart mysql\n\n- name: Start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | vamperst/ansible-wordpress-nginx | 133e8b1089fe672e1df5aef44629053a9367e1b0 | 0 | roles/nginx | 579 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Instalando Nginx\n apt: name=nginx state=present\n\n- name: Criando config do Nginx\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | vamperst/ansible-wordpress-nginx | 133e8b1089fe672e1df5aef44629053a9367e1b0 | 0 | roles/php-fpm | 579 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n- name: Instalando php-fpm\n apt: name={{ item }} state=present\n with_items:\n - php5\n - php5-fpm\n - php5-cli\n - php5-curl\n - php5-intl\n - php5-json\n - php5-mcrypt\n - php5-sqlite\n - sqlite3\n - python-mysqldb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | vamperst/ansible-wordpress-nginx | 133e8b1089fe672e1df5aef44629053a9367e1b0 | 0 | roles/wordpress | 579 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n sha256sum=\"{{ wp_sha256sum }}\"\n\n- name: Extraindo Arquivos\n command: chdir=/srv/ /bin/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1233,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/common | 579 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: include common tools\n include_role:\n name: tools\n tasks_from: \"{{ item }}\"\n loop:\n - bash\n - launchctl\n - mas\n - gnupg\n - pass\n\n- name: install common utilities\n include_role:\n name: utils\n task... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 347,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/desktop | 579 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- name: Desktop utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - wireshark\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/devel | 579 | [
"no_license"
] | [
{
"path": "roles/devel/tasks/main.yml",
"content": "---\n- name: Install dev utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - intellij\n\n- name: Install dev tools\n include_role:\n name: tools\n tasks_from: \"{{ item }}\"\n loop:\n - git\n - graphviz\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/docker | 579 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install Docker\n include_role:\n name: utils\n tasks_from: docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/home | 579 | [
"no_license"
] | [
{
"path": "roles/home/files/sshrc",
"content": "#!/bin/bash\n# For tmux, et al. We link to the auth socket, then overwrite the environment\nif [ $SSH_AUTH_SOCK ]; then\n ln -sf $SSH_AUTH_SOCK ~/.ssh/ssh_auth_sock\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 166
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4497,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/laptop | 579 | [
"no_license"
] | [
{
"path": "roles/laptop/tasks/main.yml",
"content": "---\n\n- name: Install Caffeine\n include_role:\n name: utils\n tasks_from: caffeine\n\n- include_role:\n name: wifi",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/macos | 579 | [
"no_license"
] | [
{
"path": "roles/macos/defaults/main.yml",
"content": "homebrew_upgrade_packages: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/macos/tasks/systemsetup.yml",
"content": "---\n- name: \"set time zone ({{ system.time_zone }})\"\n an... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1660,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/misc | 579 | [
"no_license"
] | [
{
"path": "roles/misc/tasks/main.yml",
"content": "---\n- name: misc other utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - vuescan\n - sonos\n - calibre\n - spotify",
"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 | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/netadmin | 579 | [
"no_license"
] | [
{
"path": "roles/netadmin/tasks/main.yml",
"content": "---\n# This is a very specific role that only applies to systems on the admin VLAN\n- name: Manual conf of Ethernet\n ansible.builtin.command: networksetup -setmanual Ethernet {{ netadmin_address }} {{ netadmin_netmask }} {{ netadmin_gateway }}\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/network | 579 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "---\n- name: install tools\n include_role:\n name: tools\n tasks_from: \"{{ item }}\"\n loop:\n - mtr\n - socat\n - nmap\n\n- name: intall utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - wireshark"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/operations | 579 | [
"no_license"
] | [
{
"path": "roles/operations/tasks/main.yml",
"content": "---\n- name: install ops tools\n include_role:\n name: tools\n tasks_from: \"{{ item }}\"\n loop:\n - terraform\n - packer\n - sslscan\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/python | 579 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n# Python with support for pyenv. Specific pips, etc installed.\n# adapted from https://supportex.net/blog/2014/10/ansible-installing-pyenv-centos/\n\n- name: Is pyenv installed\n shell: \"test -x $(which pyenv) && echo 'yes'\"\n environment:\n P... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1421,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/remotes | 579 | [
"no_license"
] | [
{
"path": "roles/remotes/tasks/main.yml",
"content": "---\n- name: Include utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - amethyst\n\n- name: allow remote access\n ansible.builtin.command:\n cmd: systemsetup -setremotelogin on\n become: yes\n\n- name: activate s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/secops | 579 | [
"no_license"
] | [
{
"path": "roles/secops/tasks/main.yml",
"content": "---\n- name: Installing security tools\n include_role:\n name: tools\n tasks_from: \"{{ item }}\"\n loop:\n - nuclei\n - nmap\n - sslscan\n - ettercap\n - tor\n\n- name: installing security utils\n include_role:\n name: utils\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/tools | 579 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/tmux.yml",
"content": "---\n- name: Install tmux(1)\n community.general.homebrew:\n name: tmux\n state: present\n\n- name: Install xpanes\n community.general.homebrew:\n name: tmux-xpanes\n state: present",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 26,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 26,
"total_bytes": 4610,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/utils | 579 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/firefox.yml",
"content": "---\n- name: Install Firefox\n community.general.homebrew_cask:\n name: firefox\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/utils/tasks/amethyst.yml",
"con... | {
"task_files": 27,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 28,
"total_bytes": 4512,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/vm | 579 | [
"no_license"
] | [
{
"path": "roles/vm/tasks/main.yml",
"content": "---\n- name: Install VM utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - virtualbox\n - vagrant\n\n- name: Install VM tools\n include_role:\n name: tools\n tasks_from: \"{{ item }}\"\n loop:\n - qemu\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/wifi | 579 | [
"no_license"
] | [
{
"path": "roles/wifi/tasks/main.yml",
"content": "---\n- name: Install WiFi utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - istumbler\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | jbeisser/ansible | 58a720153ce58e25b9b49508db6d4ff8095f9aae | 3 | roles/work | 579 | [
"no_license"
] | [
{
"path": "roles/work/tasks/main.yml",
"content": "---\n- name: work utils\n include_role:\n name: utils\n tasks_from: \"{{ item }}\"\n loop:\n - zoom\n - signal\n - vlc\n - docker\n - displaylink\n - caffeine",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | gowthamsha/ansible-scripts | 2f211137ce7a1be9d05ba40d55387b94eb9a3b80 | 0 | learningroles/roles/appserver | 579 | [
"no_license"
] | [
{
"path": "learningroles/roles/appserver/tasks/main.yml",
"content": "---\n- name: install tomcat\n yum: name=tomcat state=present\n when: ansible_os_family == 'RedHat'\n notify: tomcat\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "learning... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | gowthamsha/ansible-scripts | 2f211137ce7a1be9d05ba40d55387b94eb9a3b80 | 0 | learningroles/roles/webserver | 579 | [
"no_license"
] | [
{
"path": "learningroles/roles/webserver/handlers/main.yml",
"content": "---\n- name: hand\n service: name=httpd state=started enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "learningroles/roles/webserver/tasks/main.yml",
"conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 325,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/argo_install | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/argo_install/tasks/main.yml",
"content": "- name: Create the ArgoCD namespace\n kubernetes.core.k8s:\n state: present\n api_version: v1\n kind: Namespace\n name: argocd\n kubeconfig: /home/debian/.kube/config \n become: yes\n delegate_to: \"{{ inventory_ho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2287,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/containerd_install | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/containerd_install/handlers/main.yml",
"content": "- name: containerd_restart\n service:\n name: containerd\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "Ansible_scripts/roles/containerd_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2115,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/hostname_config | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/hostname_config/tasks/main.yml",
"content": "- name: Set the hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: Ensure the hostname is set in /etc/hostname\n lineinfile:\n path: /etc/hostname\n line: \"{{ inventory_hostname }}\"\n create: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/master_setup | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/master_setup/tasks/main.yml",
"content": "- name: Install Kubeadm and Kubectl\n apt:\n name: \n - kubeadm=1.31.*\n - kubectl=1.31.*\n state: present\n update_cache: true\n\n- name: Ensure pip is installed\n apt:\n name: python3-pip\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1449,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/master_token | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/master_token/tasks/main.yml",
"content": "- name: Retrieve the 'join' command\n shell: kubeadm token create --print-join-command\n register: join_command_raw\n\n- name: Set the 'join' command\n set_fact:\n join_command: \"{{ join_command_raw.stdout_lines[0] }}\"\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 515,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/nodes_setup | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/nodes_setup/tasks/main.yml",
"content": "---\n- name: Disable swap\n shell: swapoff -a\n ignore_errors: yes\n\n- name: Remove swap entries in /etc/fstab\n lineinfile:\n path: /etc/fstab\n regexp: '^/swapfile'\n state: absent\n\n- name: Load necessary modules\n m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1616,
"all_permissive": false
} |
ansible_role | marleg89/Project_M | 75268b68febf9db225a32c220a49bd44cd2b52b4 | 0 | Ansible_scripts/roles/ssh_config | 579 | [
"no_license"
] | [
{
"path": "Ansible_scripts/roles/ssh_config/tasks/main.yml",
"content": "- name: Scan the hosts in the inventory\n shell: \"ssh-keyscan -H -t rsa {{ hostvars[item].ansible_host }} 2> /dev/null\"\n with_items: \"{{ ssh_known_hosts }}\"\n register: ssh_known_host_results\n ignore_errors: yes\n delegate_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2582,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.