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 | PacktPublishing/Infrastructure-as-Code-IAC-Cookbook | a30da5541b6866d9f39a78cd3be6d5e35534fcbd | 39 | Chapter02/04-Creating an EC2 instance with Terraform/ansible/roles/ec2_instances | 156 | [
"no_license"
] | [
{
"path": "Chapter02/04-Creating an EC2 instance with Terraform/ansible/roles/ec2_instances/tasks/main.yml",
"content": "---\n - name: dev instance\n ec2:\n key_name: admin_key\n group: base_security_group\n instance_type: t2.micro\n image: ami-ee6b189d\n wait: yes\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | PacktPublishing/Infrastructure-as-Code-IAC-Cookbook | a30da5541b6866d9f39a78cd3be6d5e35534fcbd | 39 | Chapter02/04-Creating an EC2 instance with Terraform/ansible/roles/ec2_keys | 156 | [
"no_license"
] | [
{
"path": "Chapter02/04-Creating an EC2 instance with Terraform/ansible/roles/ec2_keys/tasks/main.yml",
"content": "---\n - name: ec2 admin key\n ec2_key:\n name: admin_key\n key_material: \"{{ item }}\"\n with_file: './keys/aws_terraform.pub'\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | PacktPublishing/Infrastructure-as-Code-IAC-Cookbook | a30da5541b6866d9f39a78cd3be6d5e35534fcbd | 39 | Chapter02/07-Managing S3 storage with Terraform/ansible/roles/s3 | 156 | [
"no_license"
] | [
{
"path": "Chapter02/07-Managing S3 storage with Terraform/ansible/roles/s3/tasks/main.yml",
"content": "---\n- name: create iac-book bucket\n s3:\n bucket: iac-book\n mode: create\n permission: public-read\n- name: create index.html file\n s3:\n bucket: iac-book\n object: index.html\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | PacktPublishing/Infrastructure-as-Code-IAC-Cookbook | a30da5541b6866d9f39a78cd3be6d5e35534fcbd | 39 | Chapter02/09-Creating a PostgreSQL RDS Database with Terraform/ansible/roles/rds | 156 | [
"no_license"
] | [
{
"path": "Chapter02/09-Creating a PostgreSQL RDS Database with Terraform/ansible/roles/rds/tasks/main.yml",
"content": "---\n- name: create RDS PgSQL\n rds:\n command: create\n instance_name: db\n db_engine: postgres\n engine_version: 9.5.2\n db_name: iac_book_db\n size: 5\n instance_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | PacktPublishing/Infrastructure-as-Code-IAC-Cookbook | a30da5541b6866d9f39a78cd3be6d5e35534fcbd | 39 | Chapter02/11-Managing IAM users with Terraform/ansible/roles/iam | 156 | [
"no_license"
] | [
{
"path": "Chapter02/11-Managing IAM users with Terraform/ansible/roles/iam/tasks/main.yml",
"content": "---\n- name: create mary user\n iam:\n iam_type: user\n name: mary\n state: present\n access_key_state: create\n path: /team/\n- name: create joe user\n iam:\n iam_type: user\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | ibre5041/ansible_oracle_modules_example | 65e01cdb3d72bf49ff5ea91abf3291b4a4b1bb3f | 4 | roles/oracle.db.create.19c | 156 | [
"no_license"
] | [
{
"path": "roles/oracle.db.create.19c/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - oracle.db.create.19c",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
},
{
"path": "roles/oracle.db.create.19c/vars/main.yml",
"co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4480,
"all_permissive": false
} |
ansible_role | hayatravis/vagrant_ansible_base | 802183973489ac397923aba01ecf365f532af941 | 0 | roles/common | 156 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "# Common\n- name: check locale\n shell: localectl status | grep -o =.*\n register: locale_setting\n changed_when: false\n always_run: yes\n- name: set locale to {{ locale }}\n shell: localectl set-locale LANG={{ locale }}\n when: locale_setting.stdo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | hayatravis/vagrant_ansible_base | 802183973489ac397923aba01ecf365f532af941 | 0 | roles/mysql | 156 | [
"no_license"
] | [
{
"path": "roles/mysql/sh/save-mysql-tmp-password.sh",
"content": "tmp_pass=$(sudo grep 'password is generated' /var/log/mysqld.log | awk -F'root@localhost: ' '{print $2}')\numask 0077\ncat > /root/.tmp.my.cnf <<EOF\n[client]\nuser=root\npassword=$<PASSWORD>\nconnect-expired-password\nEOF\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1170,
"all_permissive": false
} |
ansible_role | hayatravis/vagrant_ansible_base | 802183973489ac397923aba01ecf365f532af941 | 0 | roles/mysql_client | 156 | [
"no_license"
] | [
{
"path": "roles/mysql_client/tasks/main.yml",
"content": "# Mysql Client\n- name: install mysql rpm from a remote repo\n command: rpm -ih http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm creates=/etc/yum.repos.d/mysql-community.repo\n- name: install mysql-community-client\n yum: name=m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | hayatravis/vagrant_ansible_base | 802183973489ac397923aba01ecf365f532af941 | 0 | roles/php | 156 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "# php7\n- name: Add repository remi-repo\n command: rpm -ih http://rpms.famillecollet.com/enterprise/remi-release-7.rpm creates=/etc/yum.repos.d/remi.repo\n- name: install php7\n yum: name={{ item }} enablerepo=remi-php70 state=installed\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | hayatravis/vagrant_ansible_base | 802183973489ac397923aba01ecf365f532af941 | 0 | roles/phpunit | 156 | [
"no_license"
] | [
{
"path": "roles/phpunit/tasks/main.yml",
"content": "# phpunit\n- name: Get phpunit\n get_url: url=\"https://phar.phpunit.de/phpunit.phar\" dest=/tmp validate_certs=False\n- name: Copy phpunit\n command: cp /tmp/phpunit-5.3.0.phar /usr/local/bin/phpunit\n- name: add execute phpunit\n file: path=/usr/loc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 270,
"all_permissive": false
} |
ansible_role | ionel-is/my-new-ansible-project | aca6f3bb050d6279510fdef882b57cd4fabef0e1 | 0 | roles/apache2 | 156 | [
"no_license"
] | [
{
"path": "roles/apache2/templates/index.html.j2",
"content": "<html>\n\n<h1>{{ html_welcome_msg }}</h1>\n<p> You are connected to webserver {{ ansible_facts['nodename'] }} on the environment {{ myenvironment }}</p>\n<p> The server is running on {{ ansible_facts['distribution'] }} {{ ansible_facts['distribu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 862,
"all_permissive": false
} |
ansible_role | ionel-is/my-new-ansible-project | aca6f3bb050d6279510fdef882b57cd4fabef0e1 | 0 | roles/common | 156 | [
"no_license"
] | [
{
"path": "roles/common/tasks/system_configuration.yml",
"content": "---\n- name: \"copy hosts file\"\n template: \n src: hosts_file\n dest: /etc/hosts\n tags: always",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 98
},
{
"path": "roles/common/tasks/instal... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | ionel-is/my-new-ansible-project | aca6f3bb050d6279510fdef882b57cd4fabef0e1 | 0 | roles/mysql | 156 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/setup_mysql.yml",
"content": "---\n- name: Create my.cnf configuration file\n template:\n src: templates/my.cnf.j2\n dest: /etc/mysql/conf.d/mysql.cnf\n notify: restart mysql\n\n- name: Set MySQL root password\n mysql_user:\n name: root\n password: \"{{ <PASSWORD>... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | ionel-is/my-new-ansible-project | aca6f3bb050d6279510fdef882b57cd4fabef0e1 | 0 | roles/nginx | 156 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/gather_facts_web.yml",
"content": "---\n# makre sure that facts are gathered from all web hosts in order for the nginx configuration to be generated correctly\n- name: Gather facts for web hosts\n ansible.builtin.setup:\n delegate_to: \"{{ item }}\"\n delegate_facts: true\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1152,
"all_permissive": false
} |
ansible_role | Rob-Johnson/ansible-infra | 1401452e2d39478687b9ea4d6891d39c466b6034 | 0 | roles/common | 156 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: update apt cache\n sudo: true\n apt: update-cache=yes cache_valid_time=3600\n\n- name: install base packages\n sudo: true\n apt: pkg={{ item }} state=present\n with_items:\n - build-essential\n - git\n - vim\n - golang\n - curl\n -... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | Rob-Johnson/ansible-infra | 1401452e2d39478687b9ea4d6891d39c466b6034 | 0 | roles/postgres | 156 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n\n- name: run the paintedfox/postgresql docker image\n docker: image=paintedfox/postgresql name=postgresql ports=5432:5432 env=\"USER={{ postgres_user }},PASS={{ <PASSWORD>_<PASSWORD> }}\" volumes=/srv/postgresql:/data\n\n- name: install the pos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | Rob-Johnson/ansible-infra | 1401452e2d39478687b9ea4d6891d39c466b6034 | 0 | roles/rabbitmq | 156 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "---\n\n- include_vars: \"passwords.yml\"\n\n- name: make a directory for building the image\n file: dest={{ build_directory }} state=directory\n tags: rabbitmq\n\n- name: add the dockerfile for rabbitmq\n template: src=rabbitmq_dockerfile.j2 dest={{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 570,
"all_permissive": false
} |
ansible_role | Rob-Johnson/ansible-infra | 1401452e2d39478687b9ea4d6891d39c466b6034 | 0 | roles/redis | 156 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: ensure redis container is running\n docker: image=crosbymichael/redis name=redis \n tags: docker\n\n- name: ensure redis_ambassador container is running\n docker: image=svendowideit/ambassador expose=6379 ports=6379:6379 links=redis:redis n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 297,
"all_permissive": false
} |
ansible_role | Rob-Johnson/ansible-infra | 1401452e2d39478687b9ea4d6891d39c466b6034 | 0 | roles/webapp | 156 | [
"no_license"
] | [
{
"path": "roles/webapp/files/run_app.sh",
"content": "#!/bin/bash\n\necho 'Running rake db:create'\nbundle exec rake db:create\n\necho 'Running rake db:migrate'\nbundle exec rake db:migrate\n\necho 'Running foreman start'\nbundle exec foreman start\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2026,
"all_permissive": false
} |
ansible_role | rizdinahmad/Infrastructure-as-Code | e5b0b6dade7163905a2494198cbae873817718ed | 0 | ansible/roles/delete-cluster | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/delete-cluster/tasks/main.yml",
"content": "- name: Delete Cluser\n shell: kops delete cluster --name={{ cluster_names }} --state={{ state_store }} --yes\n args:\n executable: /bin/bash\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
ansible_role | rizdinahmad/Infrastructure-as-Code | e5b0b6dade7163905a2494198cbae873817718ed | 0 | ansible/roles/docker | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: install docker\n apt:\n name: docker.io\n state: present\n\n- name: docker login\n shell: docker login -u {{ docker_name }} -p {{ docker_pass }} \n args:\n executable: /bin/bash\n\n- name: add user\n command: usermod -aG do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | rizdinahmad/Infrastructure-as-Code | e5b0b6dade7163905a2494198cbae873817718ed | 0 | ansible/roles/helm | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/helm/tasks/main.yml",
"content": "- name: Download Script File helm\n shell: curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3\n args:\n executable: /bin/bash\n\n- name: Set Permision\n command: chmod 700 get_helm.sh\n\n- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | rizdinahmad/Infrastructure-as-Code | e5b0b6dade7163905a2494198cbae873817718ed | 0 | ansible/roles/ingress-namespace | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/ingress-namespace/tasks/main.yml",
"content": "- name: apply ingress\n shell: kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/ingress-nginx/v1.6.0.yaml\n args:\n executable: /bin/bash\n\n- name: create namespace staging \n shell: kubectl cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | rizdinahmad/Infrastructure-as-Code | e5b0b6dade7163905a2494198cbae873817718ed | 0 | ansible/roles/mysql-client | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql-client/tasks/main.yml",
"content": "- name: install mysql-client\n apt:\n name: mysql-client-core-5.7\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/http_proxy | 156 | [
"no_license"
] | [
{
"path": "roles/http_proxy/tasks/main.yml",
"content": "---\n- name: Set persistent http_proxy \n ansible.builtin.template:\n src: http_proxy.sh.j2\n dest: /etc/profile.d/http_proxy.sh\n owner: root\n group: root\n mode: 0644\n\n- name: Ensure dnf configured to use proxy\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/mysql | 156 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/root.my.cnf.j2",
"content": "[client]\nuser=root\npassword={{ <PASSWORD> }}\n\n#\n# include all files from the config directory\n#\n!includedir /etc/my.cnf.d\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2279,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/nginx | 156 | [
"no_license"
] | [
{
"path": "roles/nginx/defaults/main.yml",
"content": "---\nwordpress_path: /var/www/wordpress\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/nginx/vars/Debian.yml",
"content": "---\nnginx_daemon: nginx\nphp_fpm_daemon: php7.4-fpm\nphp... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4299,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/node_exporter | 156 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/user.yml",
"content": "---\n- name: Ensure that node_exporter group exists\n ansible.builtin.group:\n name: node_exporter\n state: present\n system: yes\n\n- name: Ensure that node_exporter user exists\n ansible.builtin.user:\n name: node_exporter\n syst... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2463,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/python-raw | 156 | [
"no_license"
] | [
{
"path": "roles/python-raw/tasks/main.yml",
"content": "---\n- name: Check for Python\n ansible.builtin.raw: ls /usr/bin/python3 && echo 1 || echo 0\n changed_when: false\n failed_when: false\n args:\n executable: /bin/bash\n register: check_python\n\n- name: Dirty OS detection\n ansible.builtin.r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/selinux | 156 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n- name: Disable SElinux\n ansible.posix.selinux:\n state: disabled\n when: ansible_os_family == 'RedHat'\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 | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/ssh | 156 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- include_tasks: variables.yml\n\n- name: Add the user \"{{ username }}\" with a primary group of 'wheel'\n ansible.builtin.user:\n name: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n state: present\n shell: /bin/bash\n groups: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 469,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/wordpress | 156 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/prepare-wp.yml",
"content": "---\n- name: Setup tar on RHEL8 OS\n ansible.builtin.dnf:\n name: tar\n state: present\n when: ansible_os_family == 'RedHat'\n\n- name: Check if /var/www/wordpress exists\n ansible.builtin.stat:\n path: /var/www/wordpress\n register:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1628,
"all_permissive": false
} |
ansible_role | lwliq/wp-nginx-pb | ca91f9d0c9cf992eff0311652c042cccde4dec23 | 0 | roles/zabbix-agent | 156 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/vars/Debian.yml",
"content": "---\nzabbix_agentd_template: debian-zabbix_agentd.conf.j2\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "roles/zabbix-agent/tasks/main.yml",
"content": "---\n- include_tasks: variab... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_mitaka/roles/apache | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_mitaka/roles/apache/tasks/main.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made availa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1290,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_mitaka/roles/ceph-openstack | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_mitaka/roles/ceph-openstack/tasks/ceph_openstack_post.yml",
"content": "##############################################################################\n## Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n##\n## All rights reserved. This program and the accompanying ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 726,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_mitaka/roles/onos_cluster | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_mitaka/roles/onos_cluster/tasks/openvswitch.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# ar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2485,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_mitaka_xenial/roles/aodh | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_mitaka_xenial/roles/aodh/vars/Debian.yml",
"content": "#############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1797,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_mitaka_xenial/roles/moon | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_mitaka_xenial/roles/moon/vars/Debian.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 50428,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_mitaka_xenial/roles/odl_cluster | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_mitaka_xenial/roles/odl_cluster/tasks/01_06_stop_openstack_services.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the acco... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2434,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_newton_xenial/roles/aodh | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_newton_xenial/roles/aodh/vars/RedHat.yml",
"content": "#############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2653,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_newton_xenial/roles/database | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_newton_xenial/roles/database/tasks/mariadb_cluster_debian.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3645,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_newton_xenial/roles/moon | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_newton_xenial/roles/moon/tasks/moon-compute.yml",
"content": "#############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 9220,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_newton_xenial/roles/nova-controller | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_newton_xenial/roles/nova-controller/tasks/nova_config.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying mater... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_newton_xenial/roles/odl_cluster | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_newton_xenial/roles/odl_cluster/tasks/main.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5407,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_newton_xenial/roles/swift | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_newton_xenial/roles/swift/vars/Debian.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 9931,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_osp9/roles/common | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_osp9/roles/common/tasks/RedHat.yml",
"content": "---\n- name: add yum repository for openstack\n template: src=openstack_ppa_repo.repo.j2 dest=/etc/yum.repos.d/openstack_ppa_repo.repo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_osp9/roles/dashboard | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_osp9/roles/dashboard/templates/openstack-dashboard.conf.j2",
"content": "{% set work_threads = (ansible_processor_vcpus + 1) // 2 %}\n\n<VirtualHost {{ internal_ip }}:80>\n WSGIScriptAlias /horizon {{ horizon_dir }}/wsgi/django.wsgi\n WSGIDaemonProcess horizon user=horizon... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5134,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_osp9/roles/heat | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_osp9/roles/heat/tasks/heat_install.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made av... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1481,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/openstack_osp9/roles/onos_cluster | 156 | [
"no_license"
] | [
{
"path": "ansible/openstack_osp9/roles/onos_cluster/tasks/main.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made av... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 9778,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/roles/boot-recovery | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/boot-recovery/tasks/main.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made available under ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 910,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/roles/compute-recovery | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/compute-recovery/tasks/main.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made available und... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 867,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/roles/keystone | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/keystone/tasks/keystone_install.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made available... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4253,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/roles/kvmfornfv | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/kvmfornfv/tasks/main.yml",
"content": "##############################################################################\n## Copyright (c) 2015 Nokia and others.\n##\n## All rights reserved. This program and the accompanying materials\n## are made available under the terms of the Apach... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2183,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/roles/odl_cluster | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/odl_cluster/tasks/01_08_configure_neutron.yml",
"content": "##############################################################################\n# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.\n#\n# All rights reserved. This program and the accompanying materials\n# are made... | {
"task_files": 17,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 17549,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | ansible/roles/open-contrail | 156 | [
"no_license"
] | [
{
"path": "ansible/roles/open-contrail/tasks/ext-net.yml",
"content": "---\n- name: add ext-network router of vgw on controller for open-contrail\n shell: >\n ip route add {{ public_net_info.floating_ip_cidr }} via {{ ip_settings[groups['compute'][0]]['br-prv']['ip'] }} dev {{ network_cfg.public_vip.int... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 8612,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | roles/cobbler | 156 | [
"no_license"
] | [
{
"path": "roles/cobbler/tasks/main.yml",
"content": "---\n#- name: pipework an IP address for compass-cobbler\n# command: \"pipework {{ install_net }} compass-cobbler {{ install_ip }}/{{ install_prefix }}\"\n\n- name: run cobbler start.sh\n command: docker exec -it compass-cobbler /usr/local/bin/start.sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 248,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | roles/compass | 156 | [
"no_license"
] | [
{
"path": "roles/compass/files/prepare_ansible.sh",
"content": "#!/bin/bash\n\nfor i in `ls /root/compass4nfv/deploy/adapters/ansible | grep \"openstack_\"`; do\n mkdir -p /root/docker_compose/ansible/$i\n cp -rf /root/compass4nfv/deploy/adapters/ansible/openstack/* /root/docker_compose/ansible/$i\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6463,
"all_permissive": false
} |
ansible_role | stack360/compass-docker-compose | ba39d6914d91464d4173a5b94668740c3f34a9c4 | 0 | roles/docker | 156 | [
"no_license"
] | [
{
"path": "roles/docker/templates/systemd_env_conf.j2",
"content": "[Service]\nEnvironment=\"DOCKER_OPTS={{ docker_opts.rstrip('\\n') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4603,
"all_permissive": false
} |
ansible_role | juliaaano/rhpam-eap-ansible | 3f7faaed0aea6b546b815e86611947a6e294fd36 | 4 | roles/environment | 156 | [
"no_license"
] | [
{
"path": "roles/environment/tasks/main.yml",
"content": "---\n- name: install software packages in RHEL7\n yum:\n name:\n - java-1.8.0-openjdk-devel\n - unzip\n - git\n state: present\n become: yes\n when: (ansible_facts['distribution'] == \"RedHat\" and ansible_facts['distribution_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 263,
"all_permissive": false
} |
ansible_role | juliaaano/rhpam-eap-ansible | 3f7faaed0aea6b546b815e86611947a6e294fd36 | 4 | roles/jboss-eap | 156 | [
"no_license"
] | [
{
"path": "roles/jboss-eap/tasks/setup.yml",
"content": "---\n- name: create setup.cli\n template:\n src: setup.cli.j2\n dest: \"{{ jboss_eap_temp }}/setup.cli\"\n\n- name: run setup.cli JBoss configuration\n command: \"{{ jboss_eap_home }}/bin/jboss-cli.sh --file={{ jboss_eap_temp }}/setup.cli\"\n"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4783,
"all_permissive": false
} |
ansible_role | juliaaano/rhpam-eap-ansible | 3f7faaed0aea6b546b815e86611947a6e294fd36 | 4 | roles/jboss-eap-service | 156 | [
"no_license"
] | [
{
"path": "roles/jboss-eap-service/templates/jboss-eap.conf.j2",
"content": "JBOSS_HOME={{ jboss_eap_svc_home }}\nJBOSS_USER={{ jboss_eap_svc_user }}\nJBOSS_CONFIG=standalone-full.xml\nJBOSS_OPTS=\"\"\n\nSTARTUP_WAIT=90\n\nexport JAVA_OPTS=\"{{ jboss_eap_svc_java_opts | default('') }}\"\n",
"license_typ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1533,
"all_permissive": false
} |
ansible_role | juliaaano/rhpam-eap-ansible | 3f7faaed0aea6b546b815e86611947a6e294fd36 | 4 | roles/rhpam-central | 156 | [
"no_license"
] | [
{
"path": "roles/rhpam-central/vars/main.yml",
"content": "org_kie_example: \"true\"\norg_jbpm_designer_perspective: \"full\"\ndesignerdataobjects: \"false\"\norg_kie_workbench_profile: \"FORCE_FULL\"\norg_jbpm_server_ext_disabled: \"false\"\norg_jbpm_ui_server_ext_disabled: \"false\"\norg_uberfire_nio_git_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 12429,
"all_permissive": false
} |
ansible_role | juliaaano/rhpam-eap-ansible | 3f7faaed0aea6b546b815e86611947a6e294fd36 | 4 | roles/rhpam-server | 156 | [
"no_license"
] | [
{
"path": "roles/rhpam-server/templates/settings.xml.j2",
"content": "<settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd\">\n\n <!--... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 13275,
"all_permissive": false
} |
ansible_role | beefstew809/DevOps-Learning | 20ae52b056a4abd0a5bf8df67a4cfdd0f7176318 | 0 | Infrastructure as Code/ansible/roles/configure-autofs | 156 | [
"no_license"
] | [
{
"path": "Infrastructure as Code/ansible/roles/configure-autofs/tasks/create_auto_nfsdb.yml",
"content": "---\n- name: Create auto.nfsdb file\n ansible.builtin.file:\n path: /etc/auto.nfsdb\n state: touch\n owner: root\n group: root\n mode: \"0644\"",
"license_type": "no_license",
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | beefstew809/DevOps-Learning | 20ae52b056a4abd0a5bf8df67a4cfdd0f7176318 | 0 | Infrastructure as Code/ansible/roles/setup-dockerhealth-systemd-service | 156 | [
"no_license"
] | [
{
"path": "Infrastructure as Code/ansible/roles/setup-dockerhealth-systemd-service/tasks/create_systemd_service.yml",
"content": "---\n- name: Create systemd service unit file\n ansible.builtin.template:\n src: ../external_scripts/dockerhealth-systemd-template.j2\n dest: /etc/systemd/system/docker-he... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 394,
"all_permissive": false
} |
ansible_role | KAVIRAJec/Devops-Projects | 059a8f3cfe1120b5a8e6759f1ba730ff57148836 | 0 | Ansible/Collection/AWS-EC2/roles/aws-security | 162 | [
"no_license"
] | [
{
"path": "Ansible/Collection/AWS-EC2/roles/aws-security/vars/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# vars file for roles/aws-security\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "Ansible/Collection/AWS-EC2/roles/aws-sec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1392,
"all_permissive": false
} |
ansible_role | KAVIRAJec/Devops-Projects | 059a8f3cfe1120b5a8e6759f1ba730ff57148836 | 0 | Ansible/Collection/AWS-EC2/roles/aws-vpc | 162 | [
"no_license"
] | [
{
"path": "Ansible/Collection/AWS-EC2/roles/aws-vpc/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for roles/aws-vpc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "Ansible/Collection/AWS-EC2/roles/aws-vpc/t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1608,
"all_permissive": false
} |
ansible_role | KAVIRAJec/Devops-Projects | 059a8f3cfe1120b5a8e6759f1ba730ff57148836 | 0 | Ansible/Handler/roles/common | 162 | [
"no_license"
] | [
{
"path": "Ansible/Handler/roles/common/tasks/main.yml",
"content": "---\n- name: Update package cache\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n when: ansible_os_family == \"Debian\"\n\n- name: Install common packages\n ansible.builtin.package:\n name: \"{{ common_pac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 609,
"all_permissive": false
} |
ansible_role | KAVIRAJec/Devops-Projects | 059a8f3cfe1120b5a8e6759f1ba730ff57148836 | 0 | Ansible/Handler/roles/docker | 162 | [
"no_license"
] | [
{
"path": "Ansible/Handler/roles/docker/defaults/main.yml",
"content": "---\ndocker_users:\n - \"{{ ansible_user }}\"\n\ndocker_compose_version: \"{{ services.docker.compose_version }}\"\n\ndocker_apps:\n - name: web-app\n image: nginx:alpine\n ports:\n - \"8080:80\"\n volumes:\n - \"/o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4442,
"all_permissive": false
} |
ansible_role | KAVIRAJec/Devops-Projects | 059a8f3cfe1120b5a8e6759f1ba730ff57148836 | 0 | Ansible/Handler/roles/nginx | 162 | [
"no_license"
] | [
{
"path": "Ansible/Handler/roles/nginx/templates/nginx.conf.j2",
"content": "user {{ nginx_user }};\nworker_processes {{ nginx_worker_processes }};\npid /run/nginx.pid;\n\nevents {\n worker_connections {{ nginx_worker_connections }};\n use epoll;\n multi_accept on;\n}\n\nhttp {\n sendfile on;\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7220,
"all_permissive": false
} |
ansible_role | dbell-infra/gns3_fabric | 8a035a8ecdb47025d07e7c4bae7bc2e323c053a0 | 0 | roles/fabric | 162 | [
"no_license"
] | [
{
"path": "roles/fabric/python/build_template.py",
"content": "import yaml\nimport sys\nfrom jinja2 import Template\n\ndef build_template(template, output_file):\n with open(template) as file:\n template_config = yaml.safe_load(file)\n\n\n with open(f\"roles/fabric/python/{template_config['targ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 28,
"total_bytes": 13635,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/aws-cli | 162 | [
"no_license"
] | [
{
"path": "roles/aws-cli/tasks/main.yml",
"content": "---\n- name: Detecting previous installation\n ansible.builtin.stat:\n path: /usr/local/aws-cli/v2\n register: previous\n\n- name: Create folder\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.aws\"\n state: directory\n\n- name: Dow... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/aws-sam | 162 | [
"no_license"
] | [
{
"path": "roles/aws-sam/tasks/main.yml",
"content": "---\n- name: Detecting previous installation\n ansible.builtin.stat:\n path: /usr/local/aws-sam-cli\n register: previous\n\n- name: Download aws-sam\n ansible.builtin.shell:\n chdir: \"{{ ansible_user_dir }}/Downloads\"\n cmd: wget \"https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1062,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/bottom | 162 | [
"no_license"
] | [
{
"path": "roles/bottom/tasks/main.yml",
"content": "---\n- name: Install bottom\n ansible.builtin.package:\n name: bottom\n state: present\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/brave | 162 | [
"no_license"
] | [
{
"path": "roles/brave/tasks/main.yml",
"content": "---\n- name: Install brave\n kewlfft.aur.aur:\n name: brave-bin\n state: latest\n use: paru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/curl | 162 | [
"no_license"
] | [
{
"path": "roles/curl/tasks/main.yml",
"content": "---\n- name: Install curl\n ansible.builtin.package:\n name: curl\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/discord | 162 | [
"no_license"
] | [
{
"path": "roles/discord/tasks/main.yml",
"content": "---\n- name: Install discord\n ansible.builtin.package:\n name: discord\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/docker | 162 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Install engine\n ansible.builtin.package:\n name: docker\n state: latest\n use: pacman\n become: true\n\n- name: Install compose\n ansible.builtin.package:\n name: docker-compose\n state: latest\n use: pacman\n become: t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 246,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/doppler | 162 | [
"no_license"
] | [
{
"path": "roles/doppler/tasks/main.yml",
"content": "---\n- name: Checking previous version\n ansible.builtin.stat:\n path: /usr/local/bin/doppler\n register: previous\n\n- name: Install doppler\n ansible.builtin.shell:\n cmd: curl -Ls --tlsv1.2 --proto \"=https\" --retry 3 https://cli.doppler.com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/duf | 162 | [
"no_license"
] | [
{
"path": "roles/duf/tasks/main.yml",
"content": "---\n- name: Install duf\n ansible.builtin.package:\n name: duf\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/git | 162 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install git\n ansible.builtin.package:\n name: git\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/github-cli | 162 | [
"no_license"
] | [
{
"path": "roles/github-cli/tasks/main.yml",
"content": "---\n- name: Install github cli\n ansible.builtin.package:\n name: github-cli\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/go | 162 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n- name: Install go\n kewlfft.aur.aur:\n name: go\n state: latest\n use: paru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 87,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/helm | 162 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/main.yml",
"content": "---\n- name: Install helm\n ansible.builtin.package:\n name: helm\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/i3 | 162 | [
"no_license"
] | [
{
"path": "roles/i3/tasks/main.yml",
"content": "---\n- name: Install i3\n ansible.builtin.package:\n name: i3-wm\n state: latest\n use: pacman\n become: true\n\n- name: Copy config\n ansible.builtin.copy:\n src: \"config\"\n dest: \"{{ ansible_user_dir }}/.config/i3/\"\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/insomnia | 162 | [
"no_license"
] | [
{
"path": "roles/insomnia/tasks/main.yml",
"content": "---\n- name: Install insomnia\n kewlfft.aur.aur:\n name: insomnia\n state: latest\n use: paru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/keepassxc | 162 | [
"no_license"
] | [
{
"path": "roles/keepassxc/tasks/main.yml",
"content": "---\n- name: Install keepassxc\n ansible.builtin.package:\n name: keepassxc\n state: latest\n use: pacman\n become: true\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 | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/kitty | 162 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n- name: Install kitty\n ansible.builtin.shell:\n cmd: curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin\n\n- name: Copy kitty bin\n ansible.builtin.file:\n src: \"{{ ansible_user_dir }}/.local/kitty.app/bin/kitty\"\n dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 672,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/kubectl | 162 | [
"no_license"
] | [
{
"path": "roles/kubectl/tasks/main.yml",
"content": "---\n- name: Install kubectl\n ansible.builtin.package:\n name: kubectl\n state: latest\n use: pacman\n become: true\n\n- name: Create folder\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.kube\"\n state: directory\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/lazygit | 162 | [
"no_license"
] | [
{
"path": "roles/lazygit/tasks/main.yml",
"content": "---\n- name: Install lazygit\n kewlfft.aur.aur:\n name: lazygit\n state: latest\n use: paru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 97,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/make | 162 | [
"no_license"
] | [
{
"path": "roles/make/tasks/main.yml",
"content": "---\n- name: Install make\n ansible.builtin.package:\n name: make\n state: latest\n use: pacman\n become: true\n\n- name: Install cmake\n ansible.builtin.package:\n name: cmake\n state: latest\n use: pacman\n become: true\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/neovim | 162 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: Clone neovim repo\n ansible.builtin.git:\n clone: true\n depth: 1\n repo: https://github.com/neovim/neovim\n dest: \"{{ online_repos_dest }}/neovim\"\n register: clone\n\n- name: Deps\n community.general.make:\n chdir: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/nerd-fonts | 162 | [
"no_license"
] | [
{
"path": "roles/nerd-fonts/tasks/main.yml",
"content": "---\n- name: Verify JetBrainsMono previous install\n ansible.builtin.stat:\n path: /usr/local/share/fonts/JetBrainsMono/JetBrainsMono.zip\n register: jbm\n\n- name: Verify Lilex previous install\n ansible.builtin.stat:\n path: /usr/local/shar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1436,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/nextcloud | 162 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n- name: Install nextcloud\n ansible.builtin.package:\n name: nextcloud-client\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/nodejs | 162 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n- name: Install nodejs latest LTS\n ansible.builtin.shell:\n cmd: /bin/bash -c \"source {{ ansible_user_dir }}/.nvm/nvm.sh && nvm install --lts && nvm alias default stable\"\n\n- name: Install pnpm\n ansible.builtin.shell:\n cmd: corepack pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/nvm | 162 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "---\n- name: Install nvm\n ansible.builtin.shell:\n cmd: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash\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 | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/obsidian | 162 | [
"no_license"
] | [
{
"path": "roles/obsidian/tasks/main.yml",
"content": "---\n- name: Install obsidian\n ansible.builtin.package:\n name: obsidian\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/paru | 162 | [
"no_license"
] | [
{
"path": "roles/paru/tasks/main.yml",
"content": "---\n- name: Install paru\n kewlfft.aur.aur:\n name: paru\n state: latest\n use: makepkg\n extra_args: -si\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | Ikovops/ansible_dtf | 9d509236e3db5365a8d74df59132ad67e51fe124 | 0 | roles/ripgrep | 162 | [
"no_license"
] | [
{
"path": "roles/ripgrep/tasks/main.yml",
"content": "---\n- name: Install ripgrep\n ansible.builtin.package:\n name: ripgrep\n state: latest\n use: pacman\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 122,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.