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 | ElagabalxNode/neon-manager | da2fa5fb4c785d18dd96942cc9041bef542c6498 | 0 | roles/solana_cli | 8,192 | [
"no_license"
] | [
{
"path": "roles/solana_cli/tasks/install.yaml",
"content": "---\n- name: create download dir\n file:\n path: /tmp/solana\n state: directory\n owner: root\n group: root\n tags:\n - cli.install\n\n- name: install solana\n block:\n - name: download latest solana release installer\n g... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | dizlajk/aws-demo | 72030b2fe99f7181f5388a4fdb5224bc32141be5 | 0 | roles/sam_deploy | 8,192 | [
"no_license"
] | [
{
"path": "roles/sam_deploy/tasks/main.yaml",
"content": "- s3_bucket:\n name: demo.template.bucket\n state: present\n- name: build sam\n command: sam build --template ./template.yaml --build-dir ./aws-sam/build\n- name: package sam\n command: sam package --template-file ./.aws-sam/build/template.ya... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | dizlajk/aws-demo | 72030b2fe99f7181f5388a4fdb5224bc32141be5 | 0 | roles/web_deploy | 8,192 | [
"no_license"
] | [
{
"path": "roles/web_deploy/tasks/main.yaml",
"content": "- s3_bucket:\n name: demo.web.bucket\n state: present\n policy: \"{{ lookup('file','policy_DemoS3WebBucket.json') }}\"\n- name: Simple PUT operation\n aws_s3:\n bucket: demo.web.bucket\n object: /index.html\n src: ./web/index.html\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/elixir | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/elixir/tasks/main.yml",
"content": "---\n- name: install packages\n apt: pkg={{ item }} state=latest\n with_items:\n - elixir\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/erlang | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/erlang/tasks/main.yml",
"content": "---\n- name: add erlang repo\n apt_repository: repo='deb http://packages.erlang-solutions.com/ubuntu trusty contrib' state=present\n\n- name: add erlang repo key\n apt_key: url=http://packages.erlang-solutions.com/ubuntu/erlang_solutions.as... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/nodejs | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/nodejs/tasks/main.yml",
"content": "- name: add nodejs 5.x repo\n apt_repository: repo='deb https://deb.nodesource.com/node_5.x trusty main'\n- name: add nodejs 5.x repo key\n apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key\n- name: install nodejs\n apt: na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/ntp | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/ntp/tasks/main.yml",
"content": "---\n- name: set timezone\n copy: src=timezone\n dest=/etc/timezone\n owner=root\n group=root\n mode=0644\n notify:\n - update timezone\n\n- name: install ntp\n apt: pkg=ntp state=latest\n\n- name: make sure ntp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/phoenix | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/phoenix/tasks/main.yml",
"content": "- name: install local.hex package manager\n become_user: vagrant\n shell: mix local.hex --force\n args:\n creates: /home/vagrant/.mix/archives/hex.ez\n\n- name: install phoenix\n become_user: vagrant\n shell: mix archive.install http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/postgresql | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/postgresql/tasks/main.yml",
"content": "---\n- name: install packages\n apt: pkg={{ item }} state=latest\n with_items:\n - postgresql\n - libpq-dev\n - python\n - python-pip\n - python-psycopg2\n environment:\n LC_ALL: en_US.UTF-8\n\n- name: ensure postgres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 720,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/rabbitmq | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/rabbitmq/tasks/main.yml",
"content": "---\n- name: install rabbitmq-server\n apt: name={{ item }} state=present\n with_items:\n - rabbitmq-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/redis | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/redis/tasks/main.yml",
"content": "---\n- name: install redis server\n apt: name={{ item }} state=present\n with_items:\n - redis-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | rhazdon/phoenix-vagrant | 938523bec7ec42829e30440fc117083f3fe489d0 | 0 | provisioning/roles/requirements | 8,192 | [
"no_license"
] | [
{
"path": "provisioning/roles/requirements/tasks/main.yml",
"content": "---\n- name: install required packages\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - software-properties-common\n - python-software-properties\n - git\n - inotify-tools\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | cloudmesh-ansible/ansible-python | 22766364a770074ff941afd43c96d9ea371d1f4a | 0 | roles/python | 8,192 | [
"permissive"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- hosts: ubuntu\n tasks:\n - name: Download Python2.7.10\n get_url:\n url=\"https://www.python.org/ftp/python/{{ python2_version }}/Python-{{ python2_version }}.tgz\"\n dest=/tmp\n register: wget\n\n - name: Extracting from Pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 858,
"all_permissive": true
} |
ansible_role | anesh/ansible-playbooks | b7e220954caa63f5096be3ff66bcb5016782496c | 0 | roles/create-host | 8,192 | [
"no_license"
] | [
{
"path": "roles/create-host/tasks/main.yml",
"content": "- name: DNS PRE check\n dnsprecheck:\n fqdnpar: \"{{ item.fqdn }}\"\n viewpar: \"{{ item.view }}\"\n register: returnmod\n with_items: \"{{ rdata }}\"\n\n- name: configure an ipv4 host record\n nios_host_record:\n name: \"{{ item.item.fq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | anesh/ansible-playbooks | b7e220954caa63f5096be3ff66bcb5016782496c | 0 | roles/create-ibdhcpnetwork | 8,192 | [
"no_license"
] | [
{
"path": "roles/create-ibdhcpnetwork/tasks/main.yml",
"content": "- name: Create DHCP Network\n ibdhcpnetwork:\n network: \"{{ item.network }}\"\n comment: \"{{ item.comment }}\"\n username: \"{{un}}\"\n password: <PASSWORD>}}\"\n register: listofnetwork\n with_items: \"{{ dhcpdata }}\"\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | anesh/ansible-playbooks | b7e220954caa63f5096be3ff66bcb5016782496c | 0 | roles/create-ibdhcprange | 8,192 | [
"no_license"
] | [
{
"path": "roles/create-ibdhcprange/tasks/main.yml",
"content": "- name: Create DHCP Range\n ibdhcprange:\n start: \"{{ item.start }}\"\n end: \"{{ item.end }}\"\n username: \"{{un}}\"\n password: \"{{pwd}}\"\n register: listofranges\n with_items: \"{{ dhcpdata }}\"\n\n- debug:\n msg: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | anesh/ansible-playbooks | b7e220954caa63f5096be3ff66bcb5016782496c | 0 | roles/create-ibdhcpusetemplate | 8,192 | [
"no_license"
] | [
{
"path": "roles/create-ibdhcpusetemplate/tasks/main.yml",
"content": "- name: Create DHCP Network and range with template\n ibdhcpusetemplate:\n network: \"{{ item.network }}\"\n comment: \"{{ item.comment }}\"\n username: \"{{un}}\"\n password: <PASSWORD>}}\"\n templ: \"{{ item.template }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | anesh/ansible-playbooks | b7e220954caa63f5096be3ff66bcb5016782496c | 0 | roles/query-fqdn | 8,192 | [
"no_license"
] | [
{
"path": "roles/query-fqdn/tasks/main.yml",
"content": "- name: DNS validations\n dnsinfo:\n register: result\n\n- debug: var=result['meta'] \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 84,
"all_permissive": false
} |
ansible_role | anesh/ansible-playbooks | b7e220954caa63f5096be3ff66bcb5016782496c | 0 | roles/snow-ipam | 8,192 | [
"no_license"
] | [
{
"path": "roles/snow-ipam/tasks/main.yml",
"content": "- name: Test that my snowinfoblox module works\n getnextansmod:\n req_no: \"REQ0262190\"\n username: \"{{un}}\"\n password: \"{{pwd}}\" \n\n register: result\n\n- debug: var=result \n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 180,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/diamond | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/diamond/tasks/main.yml",
"content": "---\n- name: Wait for automatic system updates\n shell: \"while fuser /var/lib/dpkg/lock >/dev/null 2>&1; do sleep 1; done;\"\n\n# need python2 not setup on 16.04\n- name: Remove deprecated PPA that breaks apt update\n file: path=/etc/apt/sourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1620,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/flame | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/flame/tasks/main.yml",
"content": "---\n- name: Check if already setup\n stat: path=/usr/local/bin/flame.sh\n register: stf\n\n- name: get kernel\n shell: uname -r\n register: kernel\n\n- name: Wait for automatic system updates\n shell: \"while fuser /var/lib/dpkg/lock >/dev/nu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2148,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/kafka | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/kafka/templates/server.properties.j2",
"content": "# Custom config\nauto.create.topics.enable = false\n\n# Default config below\n\nbroker.id=0\ndelete.topic.enable=true\n\n#listeners=PLAINTEXT://:9092\n\nadvertised.listeners=PLAINTEXT://{{private_ip}}:9092\n\n# The number of threads... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7785,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_db | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_db/defaults/main.yml",
"content": "---\ndbprofile: pgsql\nquartz_sql:\n pgsql: templates/postgresql-quartz-cluster/bin/create-quartz-tables.sql\n oracle12c: templates/oracle-quartz-cluster/bin/create-quartz-tables.sql\n mssql: templates/mssql-quartz-cluster/bin/create-quart... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_es | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_es/tasks/main.yml",
"content": "---\n- name: Wait for automatic system updates\n shell: \"while fuser /var/lib/dpkg/lock >/dev/null 2>&1; do sleep 1; done;\"\n\n# need python2 not setup on 16.04\n- name: Remove deprecated PPA that breaks apt update\n file: path=/etc/apt/sour... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4891,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_mgmt | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_mgmt/tasks/main.yml",
"content": "---\n- name: Kill old containers\n shell: docker-compose kill\n args:\n chdir: /root/monitoring\n- name: Delete old containers\n shell: docker-compose rm -f\n args:\n chdir: /root/monitoring\n- name: Start new containers\n shell: do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_mongodb | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_mongodb/defaults/main.yml",
"content": "---\nmongo: false\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "ansible/roles/reset_mongodb/tasks/main.yml",
"content": "---\n- name: Delete mongodb contents\n shell:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 144,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_nosqldb | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_nosqldb/tasks/main.yml",
"content": "---\n#- name: Create temporary dir for unzip\n# file: path=ansible_tmp state=directory\n#- name: Unzip distribution\n# shell: unzip -q -d ansible_tmp ../deploy/nuxeo-distribution.zip\n#- name: Find out distribution directory\n# shell: ls... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1401,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_redis | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_redis/tasks/main.yml",
"content": "---\n- name: Flush redis contents\n shell: redis-cli -h {{redis_host}} flushall\n run_once: true\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/reset_redis/defau... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/reset_s3 | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/reset_s3/tasks/main.yml",
"content": "---\n- name: Create empty dir\n file: path=emptydir state=directory\n- name: Empty S3 bucket\n shell: aws s3 sync --quiet --delete emptydir/ s3://{{bucket}}/ --region {{aws_region}}\n- name: Delete empty dir\n file: path=emptydir state=absent... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/start_nodes | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/start_nodes/tasks/nosqldb.yml",
"content": "---\n- name: List stopped nosqldb instances\n shell: aws ec2 describe-instances --filters \"Name=tag:bench_role,Values=nosqldb\" \"Name=tag:dbprofile,Values=*{{nosqldbprofile}}*\" \"Name=instance-state-name,Values=stopped\" --region={{aws... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 7624,
"all_permissive": false
} |
ansible_role | nuxeo/nuxeo-bench | 867b21fc406a815dd2753808ed05b582636f3290 | 0 | ansible/roles/start_nuxeo | 8,192 | [
"no_license"
] | [
{
"path": "ansible/roles/start_nuxeo/tasks/main.yml",
"content": "---\n- name: Start nuxeo\n shell: nuxeoctl start\n- name: Save config\n shell: nuxeoctl showconf > /opt/nuxeo/logs/nuxeo_conf.log\n\n# TODO: remove this once NXP-25597 is merged\n- name: Ensure es translog to async on uidgen\n shell: \"cur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | gleydsonnn/curso4linux | c99f5490fe17e32667416f346be3cbad741b25da | 0 | roles/web | 8,192 | [
"no_license"
] | [
{
"path": "roles/web/tasks/centos.yml",
"content": "---\n\n- name: instalando apache e php no centos\n yum:\n name: \"{{item}}\"\n state: present\n with_items:\n - httpd\n when: ansible_os_family == \"RedHat\"\n\n- name: verificando se o apache e o php esta habilitado\n service:\n name: \"{{item... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | chandrashekarsubuddi/roboshop-jenkins | d7994fe7cfb37ad3c2246ae04d6fe09c1eff6a8b | 0 | roles/jenkins | 8,193 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/sbranch-pipeline.yml",
"content": "- name: Check if Job exists or not - {{item.dir}}/{{item.name}}\n ansible.builtin.shell: java -jar /opt/jenkins-cli.jar -auth admin:{{jenkins_password}} -s http://172.31.15.232:8080/ -webSocket get-job {{item.dir}}/{{item.name}}\n register:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | abays/go-dev-environment | 913eac2fff2fa03aad043b4d8cd4c01730b288b6 | 2 | roles/go_dev | 8,193 | [
"no_license"
] | [
{
"path": "roles/go_dev/tasks/main.yml",
"content": "---\n- include: prereqs.yml\n- include: go.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/go_dev/tasks/prereqs.yml",
"content": "---\n- name: install packages\n package:\n na... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1468,
"all_permissive": false
} |
ansible_role | hviet2603/K8S-FromScratch-Ansible | c2612f9767bbc58db4089a2f9ed364b7047c25f3 | 0 | roles/kube_install_cilium | 8,193 | [
"no_license"
] | [
{
"path": "roles/kube_install_cilium/tasks/main.yaml",
"content": "# Install cilium CLI\n- name: Get Cilium CLI version\n shell: curl -s https://raw.githubusercontent.com/cilium/cilium-cli/main/stable.txt\n register: cilium_cli_version\n\n- name: Determine CLI architecture\n set_fact:\n cli_arch: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | hviet2603/K8S-FromScratch-Ansible | c2612f9767bbc58db4089a2f9ed364b7047c25f3 | 0 | roles/kube_utils | 8,193 | [
"no_license"
] | [
{
"path": "roles/kube_utils/meta/main.yaml",
"content": "---\ndependencies:\n - name: kube_utils_prerequisites",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/kube_utils/tasks/main.yaml",
"content": "# Install kubeadm, kubelet and kubect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | hviet2603/K8S-FromScratch-Ansible | c2612f9767bbc58db4089a2f9ed364b7047c25f3 | 0 | roles/kube_utils_prerequisites | 8,193 | [
"no_license"
] | [
{
"path": "roles/kube_utils_prerequisites/tasks/main.yaml",
"content": "# Install a container runtime (containerd)\n- name: Install containerd\n unarchive:\n src: https://github.com/containerd/containerd/releases/download/v1.7.7/containerd-1.7.7-linux-amd64.tar.gz\n dest: /usr/local/bin\n extra_op... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1930,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/backman | 8,193 | [
"no_license"
] | [
{
"path": "roles/backman/tasks/user.yml",
"content": "---\n\n- name: create group\n group: name='backman' system=true\n\n- name: create user\n user: name='backman' group='backman' groups='sftponly' home='/home/backman' shell='/usr/sbin/nologin' system=true\n\n- name: create home\n file: path='{{item}}' s... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1176,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/certbot | 8,193 | [
"no_license"
] | [
{
"path": "roles/certbot/meta/main.yml",
"content": "galaxy_info:\n author: fmind\n description: setup certbot service\n\ndependencies:\n - {role: geerlingguy.certbot}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/certbot/tasks/main.y... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/collabora | 8,193 | [
"no_license"
] | [
{
"path": "roles/collabora/templates/nginx.cnf.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n server_name {{me_office}};\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n listen [::]:443 ssl;\n server_name {{me_office}};\n\t\n ssl_certificate {{ce... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2423,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/converse | 8,193 | [
"no_license"
] | [
{
"path": "roles/converse/templates/nginx.cnf.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n server_name {{me_chat}};\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n listen [::]:443 ssl;\n index index.html;\n root {{converse_dir}};\n server_n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2656,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/coturn | 8,193 | [
"no_license"
] | [
{
"path": "roles/coturn/tasks/main.yml",
"content": "---\n\n- name: install package\n package: name='coturn'\n\n- name: deploy config\n template: dest='/etc/turnserver.conf' src='templates/turnserver.conf.j2'\n notify: restart coturn\n\n- name: enable daemon\n lineinfile: path='/etc/default/coturn' rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 952,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/findex | 8,193 | [
"no_license"
] | [
{
"path": "roles/findex/tasks/main.yml",
"content": "---\n\n- name: add groups\n user: name='{{me_user}}' groups='www-data' append=true\n\n- name: create directory\n file: path='{{findex_dir}}' state='directory' owner='{{me_user}}' group='www-data' mode='u=rwX,g=rX,o-rwx' recurse=true\n\n- name: deploy we... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/gitea | 8,193 | [
"no_license"
] | [
{
"path": "roles/gitea/tasks/packages.yml",
"content": "---\n\n- name: install packages\n package: name='git'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/gitea/tasks/nginx.yml",
"content": "---\n\n- name: deploy website\n template... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 4746,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/linux | 8,193 | [
"no_license"
] | [
{
"path": "roles/linux/tasks/main.yml",
"content": "---\n\n- name: disable root user\n user: name='root' shell='/sbin/nologin'\n\n- name: delete ubuntu user\n user: name='ubuntu' state='absent'\n\n- name: delete ubuntu home\n file: name='/home/ubuntu' state='absent'\n\n- name: enable firewall\n ufw: sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 418,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/mastodon | 8,193 | [
"no_license"
] | [
{
"path": "roles/mastodon/templates/env.production.j2",
"content": "# MEM\nREDIS_PORT=6379\nREDIS_HOST={{redis_bind_interface}}\n\n# SQL\nDB_PORT=5432\nDB_HOST=localhost\nDB_USER=mastodon\nDB_NAME=mastodon\nDB_PASS={{mastodon_database_pass}}\n\n# WEB\nLOCAL_DOMAIN={{me_social}}\n\n# APP\nDEFAULT_LOCALE=en\n... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 8213,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/nextcloud | 8,193 | [
"no_license"
] | [
{
"path": "roles/nextcloud/tasks/main.yml",
"content": "---\n\n- name: create user\n user: name='nextcloud' group='www-data' home='{{nextcloud_data_dir}}' shell='/usr/sbin/nologin' system=true\n\n- name: create data\n file: path='{{nextcloud_data_dir}}' state='directory' owner='nextcloud' group='www-data'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/nginx | 8,193 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: allow http\n ufw: port='http' proto='tcp' rule='allow'\n\n- name: allow https\n ufw: port='https' proto='tcp' rule='allow'\n\n- name: add repository\n apt_repository: repo=\"ppa:ondrej/php\"\n\n- name: create directory\n file: path='{{ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1123,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/prosody | 8,193 | [
"no_license"
] | [
{
"path": "roles/prosody/tasks/files.yml",
"content": "---\n\n- name: deploy config\n template: dest='/etc/prosody/prosody.cfg.lua' src='templates/prosody.cfg.lua.j2' owner='root' group='prosody' mode='0640'\n notify: restart prosody\n\n- name: allow certificate\n user: name='prosody' groups='ssl-cert' a... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4861,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/ssh | 8,193 | [
"no_license"
] | [
{
"path": "roles/ssh/meta/main.yml",
"content": "galaxy_info:\n author: fmind\n description: setup ssh service\n\ndependencies:\n - {role: dev-sec.ssh-hardening}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/ssh/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 305,
"all_permissive": false
} |
ansible_role | fmind/self.fmind.me | 441eb5486261d4e868708adc97a82e6827f41ca0 | 0 | roles/user | 8,193 | [
"no_license"
] | [
{
"path": "roles/user/meta/main.yml",
"content": "galaxy_info:\n author: fmind\n description: setup user config\n\ndependencies: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/user/handlers/main.yml",
"content": "---\n\n- name: in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 619,
"all_permissive": false
} |
ansible_role | Shravan122/ansible | 9ad1dbcf6553d22446b28cd831fcf5a313617db9 | 0 | roles/cart | 8,193 | [
"no_license"
] | [
{
"path": "roles/cart/tasks/main.yml",
"content": "- name: Nodejs Configuration \n ansible.builtin.include_role:\n name: common \n tasks_from: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | Shravan122/ansible | 9ad1dbcf6553d22446b28cd831fcf5a313617db9 | 0 | roles/catalogue | 8,193 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yml",
"content": "# Calling a task from another role \n- name: Nodejs Configuration \n ansible.builtin.include_role:\n name: common \n tasks_from: nodejs\n\n\n\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | Shravan122/ansible | 9ad1dbcf6553d22446b28cd831fcf5a313617db9 | 0 | roles/common | 8,193 | [
"no_license"
] | [
{
"path": "roles/common/tasks/maven.yml",
"content": "- name: Installing maven\n ansible.builtin.package:\n name: maven\n state: present \n\n- name: Creating application user\n ansible.builtin.include_role:\n name: common\n tasks_from: create-user \n\n- name: Download and Extract {{COMPONEN... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3128,
"all_permissive": false
} |
ansible_role | Shravan122/ansible | 9ad1dbcf6553d22446b28cd831fcf5a313617db9 | 0 | roles/frontend | 8,193 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing Nginx\n ansible.builtin.package:\n name: nginx \n state: present \n\n\n#- name: Downloading frontend \n # src: https://github.com/stans-robot-project/frontend/archive/main.zip \n # dest: /tmp \n # remote_src: yes \n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1024,
"all_permissive": false
} |
ansible_role | Shravan122/ansible | 9ad1dbcf6553d22446b28cd831fcf5a313617db9 | 0 | roles/mysql | 8,193 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Coping {{COMPONENT}} repo file \n ansible.builtin.copy:\n src: mysql.repo \n dest: /etc/yum.repos.d/mongodb.repo \n\n- name: Installing {{COMPONENT}}\n ansible.builtin.yum:\n name: \n - mysql-community-server \n - MySQL-py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2567,
"all_permissive": false
} |
ansible_role | Shravan122/ansible | 9ad1dbcf6553d22446b28cd831fcf5a313617db9 | 0 | roles/shipping | 8,193 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Maven Configuration \n ansible.builtin.include_role:\n name: common\n tasks_from: maven",
"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 | j1mc/ansible-silverblue | 1dd4a68274d00c8a0bd818498550225a2a48ef75 | 78 | roles/flatpaks | 8,193 | [
"no_license"
] | [
{
"path": "roles/flatpaks/vars/main.yml",
"content": "---\n# vars file for flatpaks",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/flatpaks/tasks/main.yml",
"content": "---\n# tasks file for flatpaks\n\n- name: Add Flatpak remote for Fla... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2438,
"all_permissive": false
} |
ansible_role | j1mc/ansible-silverblue | 1dd4a68274d00c8a0bd818498550225a2a48ef75 | 78 | roles/fonts | 8,193 | [
"no_license"
] | [
{
"path": "roles/fonts/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: this role installs the powerline fonts\n license: GPLv3\n min_ansible_version: 2.0\n\n platforms:\n - name: Debian\n - name: Ubuntu\n - name: Fedora\n\n galaxy_tags:\n - system\n \n dependencie... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3553,
"all_permissive": false
} |
ansible_role | j1mc/ansible-silverblue | 1dd4a68274d00c8a0bd818498550225a2a48ef75 | 78 | roles/gnome_settings | 8,193 | [
"no_license"
] | [
{
"path": "roles/gnome_settings/defaults/main.yml",
"content": "---\n# defaults file for gnome_settings\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/gnome_settings/handlers/main.yml",
"content": "---\n# handlers file for gnome_settin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3321,
"all_permissive": false
} |
ansible_role | j1mc/ansible-silverblue | 1dd4a68274d00c8a0bd818498550225a2a48ef75 | 78 | roles/layered_packages | 8,193 | [
"no_license"
] | [
{
"path": "roles/layered_packages/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - layered_packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "roles/layered_packages/README.md",
"content": "layer... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2773,
"all_permissive": false
} |
ansible_role | j1mc/ansible-silverblue | 1dd4a68274d00c8a0bd818498550225a2a48ef75 | 78 | roles/os_updates | 8,193 | [
"no_license"
] | [
{
"path": "roles/os_updates/handlers/main.yml",
"content": "---\n# handlers file for os_updates\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/os_updates/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n role... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1877,
"all_permissive": false
} |
ansible_role | SuperSweatyYeti/ansible | 2c33bd26957c2d8f4b8ce02e0d86db9fde2da31d | 0 | roles/common | 8,193 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update apt repositories (Ubuntu/Debian-based)\n become: true\n apt:\n update_cache: true\n when: ansible_facts['os_family'] == 'Debian'\n\n- name: Update dnf cache\n dnf:\n update_cache: true\n when: ansible_facts['distribution'] =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3083,
"all_permissive": false
} |
ansible_role | SuperSweatyYeti/ansible | 2c33bd26957c2d8f4b8ce02e0d86db9fde2da31d | 0 | roles/fedora | 8,193 | [
"no_license"
] | [
{
"path": "roles/fedora/tasks/packages.yml",
"content": "---\n- name: Install Fedora packages \n become: true\n package:\n name:\n - jq # Parse json files\n - stow # create symlinks for dotfiles\n - bat # nicer cat utility\n - flatpak\n - git\n - gh # github cli\n - c... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 21948,
"all_permissive": false
} |
ansible_role | Amina-Nk/ansible | 72f09ebb3488dda786ee844ab9cfa17f2879f68b | 0 | ansible/roles/collectd | 8,193 | [
"no_license"
] | [
{
"path": "ansible/roles/collectd/templates/prometheus.conf.j2",
"content": "{% for plugin in collectd_plugin_list %}\nLoadPlugin {{ plugin }}\n{% endfor %}\n{% for plugin in collectd_additional_plugin_list %}\nLoadPlugin {{ plugin | replace('collectd-', '') }}\n{% endfor %}\nLoadPlugin write_prometheus\n<P... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2778,
"all_permissive": false
} |
ansible_role | Amina-Nk/ansible | 72f09ebb3488dda786ee844ab9cfa17f2879f68b | 0 | ansible/roles/common | 8,193 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/selinux.yml",
"content": "- name: Disable SELinux\n selinux:\n state: disabled\n when: ansible_facts['distribution'] == \"Ubuntu\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "ansible/roles/common/de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | Julius-F-Wahidin/osp_ansible_lab | e89d8eeb4caea9f5c37e10c4f0b21b0e2507defe | 0 | roles/osp.servers | 8,193 | [
"no_license"
] | [
{
"path": "roles/osp.servers/tasks/main.yml",
"content": "---\n# tasks file for osp.servers\n- name: Create new server instances and attaches them a network and passes metadata to the instance\n os_server:\n cloud: ospcloud\n name: \"{{ item.0.name }}\"\n image: \"{{ item.0.image }}\"\n key_nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1626,
"all_permissive": false
} |
ansible_role | hubertwwong/bento_current | aa0cc4632aa139669410ae751a48d1dbf804cfa1 | 0 | zzz/vmSetup/ansible/roles/common | 8,193 | [
"no_license"
] | [
{
"path": "zzz/vmSetup/ansible/roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Apt upgrading all packages.\n apt:\n update_cache: true\n cache_valid_time: 3600\n upgrade: dist\n become: true\n\n- name: Debug test 11\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | ksylvan/mastering_ansible | 3630f64600e73d69bc35be68503bacfc4ceffb17 | 1 | roles/apache2 | 8,193 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n- name: install web components\n apt: name={{item}} state=present\n with_items:\n - apache2\n - libapache2-mod-wsgi\n tags: ['packages']\n\n- name: ensure mod_wsgu enabled\n apache2_module: state=present name=wsgi\n notify: restart apache2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | abegorov/linuxhl3_terraform | 39d78947d0cc494091acef6292539271236bcdbf | 0 | roles/wait_connection | 8,193 | [
"no_license"
] | [
{
"path": "roles/wait_connection/tasks/main.yml",
"content": "---\n- name: Wait 600 seconds for target connection to become reachable/usable\n ansible.builtin.wait_for_connection:\n connect_timeout: 5\n delay: 0\n sleep: 1\n timeout: 600\n...\n",
"license_type": "no_license",
"detected_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 187,
"all_permissive": false
} |
ansible_role | mansourka06/ansible-elk-stack | 4ef92eaa21e79cc9ee5ce73254029c6f016919b1 | 1 | ansible/roles/elk-stack | 8,193 | [
"no_license"
] | [
{
"path": "ansible/roles/elk-stack/templates/kibana.yml.j2",
"content": "server.port: {{ kibana_port }}\r\nserver.host: \"{{ kibana_host }}\"\r\nelasticsearch.hosts: [\"http://{{ es_hostname }}:{{ es_http_port }}\"]\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3795,
"all_permissive": false
} |
ansible_role | Goutham1810/expense_ansible_roles | db12b60e22b95207898012040d2f094327002fcb | 0 | roles/backend | 8,193 | [
"no_license"
] | [
{
"path": "roles/backend/tasks/main.yaml",
"content": "- name: Disbaling the NodeJS services\n ansible.builtin.command: dnf module disable nodejs -y\n\n- name: Enabling the NodeJS services 20JS\n ansible.builtin.command: dnf module enable nodejs:20 -y\n\n- name: Installing the updated NodeJS\n ansible.bu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1627,
"all_permissive": false
} |
ansible_role | Goutham1810/expense_ansible_roles | db12b60e22b95207898012040d2f094327002fcb | 0 | roles/db | 8,193 | [
"no_license"
] | [
{
"path": "roles/db/vars/main.yaml",
"content": "login_host: db.somustack.online\nlogin_user: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/db/tasks/main.yaml",
"content": "- name: install the mysql server\n ansible.builtin.dnf:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | Goutham1810/expense_ansible_roles | db12b60e22b95207898012040d2f094327002fcb | 0 | roles/frontend | 8,193 | [
"no_license"
] | [
{
"path": "roles/frontend/handlers/main.yaml",
"content": "- name: Restar the ngnix server\n ansible.builtin.service:\n name: nginx\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/frontend/vars/main.yaml",
"conte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 729,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/bashrc-d | 8,195 | [
"no_license"
] | [
{
"path": "roles/bashrc-d/tasks/main.yml",
"content": "- name: Ensure ~/.bashrc.d directory exist\n ansible.builtin.file:\n path: ~/.bashrc.d\n state: directory\n mode: '0755'\n\n- name: Insert sourcing of ~/.bashrc.d snippets to ~/.bashrc\n blockinfile:\n path: ~/.bashrc\n block: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/curl | 8,195 | [
"no_license"
] | [
{
"path": "roles/curl/tasks/main.yml",
"content": "- name: Install curl\n become: yes\n apt:\n name: curl\n state: present\n register: install_curl\n until: install_curl is not failed\n retries: 5\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 150
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/fonts | 8,195 | [
"no_license"
] | [
{
"path": "roles/fonts/tasks/main.yml",
"content": "- name: Ensure /tmp/nerd-fonts directory does NOT exist\n file:\n path: /tmp/nerd-fonts\n state: absent\n\n- name: Download nerd-fonts sparse git repository\n shell:\n cmd: git clone --filter=blob:none --sparse 'https://github.com/ryanoasis/nerd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 684,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/fzf | 8,195 | [
"no_license"
] | [
{
"path": "roles/fzf/tasks/main.yml",
"content": "- name: Download fzf git repository\n ansible.builtin.git:\n repo: https://github.com/junegunn/fzf.git\n dest: ~/.fzf\n\n- name: Run fzf installer\n shell:\n cmd: ./install --all\n args:\n chdir: ~/.fzf\n\n- name: Ensure ~/.bashrc.d/fzf.bashrc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/git | 8,195 | [
"no_license"
] | [
{
"path": "roles/git/files/.gitconfig",
"content": "[user]\n\temail = <EMAIL>\n\tname = <NAME>\n[core]\n editor = vim\n[alias]\n\tst = status\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/git/tasks/main.yml",
"content": "- name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 475,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/gnome-terminal | 8,195 | [
"no_license"
] | [
{
"path": "roles/gnome-terminal/tasks/main.yml",
"content": "- name: Ensure gnome-terminal package is installed\n become: yes\n apt:\n name: gnome-terminal\n state: present\n register: install_gnome_terminal\n until: install_gnome_terminal is not failed\n retries: 5\n\n- name: Ensure configuratio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/google-chrome | 8,195 | [
"no_license"
] | [
{
"path": "roles/google-chrome/tasks/main.yml",
"content": "- name: Download google-chrome\n get_url:\n url: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\n dest: /tmp/google-chrome-stable_current_amd64.deb\n mode: '0440'\n\n- name: Install google-chrome deb package\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/i3 | 8,195 | [
"no_license"
] | [
{
"path": "roles/i3/files/i3/arandr-profile-switcher.sh",
"content": "#!/bin/sh\n\n# list profiles\nprofiles=$(ls ~/.screenlayout)\n\n# let user select profile from list\nselected_profile=$(zenity --list --title 'Arandr Profile Switcher' --column='0' --width=300 --height=300 --hide-header ${profiles})\n\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5479,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/neovim | 8,195 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "- name: Ensure neovim repository is present\n become: yes\n ansible.builtin.apt_repository:\n repo: ppa:neovim-ppa/unstable\n state: present\n\n- name: Ensure neovim package is installed\n become: yes\n apt:\n name: neovim\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4000,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/pip | 8,195 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "- name: Install pip\n become: yes\n apt:\n name: python3-pip\n state: present\n register: install_pip\n until: install_pip is not failed\n retries: 5\n\n- name: Ensure ~/.bashrc.d/pip.bashrc exist\n copy:\n dest: ~/.bashrc.d/pip.bashrc\n mo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/slack | 8,195 | [
"no_license"
] | [
{
"path": "roles/slack/tasks/main.yml",
"content": "- name: Download slack-desktop debian package\n get_url:\n url: https://downloads.slack-edge.com/releases/linux/4.24.0/prod/x64/slack-desktop-4.24.0-amd64.deb\n dest: /tmp/slack-desktop.deb\n mode: '0440'\n\n- name: Ensure slack-desktop package i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 391,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/spotify | 8,195 | [
"no_license"
] | [
{
"path": "roles/spotify/tasks/main.yml",
"content": "- name: Add spotify repository key\n become: yes\n ansible.builtin.apt_key:\n url: https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg\n state: present\n\n- name: Add spotify repository\n become: yes\n ansible.builtin.apt_repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | rnorling/linux-env | 212be0d2bfffd6caa6d425b7e9ce1c3680033c43 | 0 | roles/wallpaper | 8,195 | [
"no_license"
] | [
{
"path": "roles/wallpaper/tasks/main.yml",
"content": "- name: Ensure ~/.config/wallpapers exists\n file:\n path: ~/.config/wallpapers\n state: directory\n\n- name: Download wallpaper\n get_url:\n url: https://w.wallhaven.cc/full/x1/wallhaven-x12gko.png\n dest: ~/.config/wallpapers/wallpaper\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | heisend4rk/Mediawiki-Playbook | 85570c03f5b03fc439778244e37e09a5155ad81a | 1 | roles/apache | 8,195 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/php7-install.yml",
"content": "---\n - name: Updating & upgrading Ubuntu Server\n raw: \"apt update\"\n - name: install software-properties\n apt: \n name: software-properties-common\n - name: updating\n apt: \n update_cache: yes\n - name: \"Add repositor... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1311,
"all_permissive": false
} |
ansible_role | heisend4rk/Mediawiki-Playbook | 85570c03f5b03fc439778244e37e09a5155ad81a | 1 | roles/mariadb | 8,195 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n- name: \"Import MariaDB gpg key\"\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: C74CD1D8\n\n- name: \"mariadb-server installation\"\n apt:\n name: \"mariadb-server,mariadb-client,python-mysqldb\"\n state: \"present\"\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 587,
"all_permissive": false
} |
ansible_role | vrachieru/raspberry-pi-provisioner | bc30853651dc58f19f4405cf24956020739f47fe | 0 | roles/docker | 8,195 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n# As an initial step we make sure that we have our\n# dependencies ready.\n- name: 'install docker dependencies'\n apt:\n name: '{{ item }}'\n state: 'present'\n with_items:\n - 'apt-transport-https'\n - 'ca-certificates'\n - 'curl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2269,
"all_permissive": false
} |
ansible_role | vrachieru/raspberry-pi-provisioner | bc30853651dc58f19f4405cf24956020739f47fe | 0 | roles/nexmon | 8,195 | [
"no_license"
] | [
{
"path": "roles/nexmon/defaults/main.yml",
"content": "---\n\nnexmon_root: '/home/{{ ansible_user }}/nexmon'\n\nnexmon_wireless_interface: 'wlan0'\n\nnexmon_monitor_interface: 'mon0'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/nexmon/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4158,
"all_permissive": false
} |
ansible_role | pkamps/BaseXMSVagrant | c4c1e474f1394ca87300314920b982f1e3495a5b | 0 | ansible/roles/basex | 8,195 | [
"no_license"
] | [
{
"path": "ansible/roles/basex/tasks/main.yml",
"content": "---\n\n- name: install basex\n apt: pkg='basex' state=latest\n\n- name: create basex user\n user: name=basex group=basex\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 | pkamps/BaseXMSVagrant | c4c1e474f1394ca87300314920b982f1e3495a5b | 0 | ansible/roles/tools | 8,195 | [
"no_license"
] | [
{
"path": "ansible/roles/tools/tasks/main.yml",
"content": "---\n\n- name: apt-get update\n action: apt update-cache=yes\n\n- name: install atop\n apt: pkg='atop' state=latest\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | pkamps/BaseXMSVagrant | c4c1e474f1394ca87300314920b982f1e3495a5b | 0 | ansible/roles/web | 8,195 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n\n- name: apt-get update\n action: apt update-cache=yes\n\n# Install all required packages\n- name: install php5 and apache\n apt: pkg='php5' state=latest\n\n- name: install php5-xslt\n apt: pkg='php5-xsl' state=latest\n\n- name: install php5... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1218,
"all_permissive": false
} |
ansible_role | abhijith-ajayan/Lamp-Wordpress-Installation | e6f416011ddc00184cffe89ccf216ac476766cbf | 0 | roles/lamp | 8,195 | [
"no_license"
] | [
{
"path": "roles/lamp/tasks/main.yml",
"content": "---\n\n- name: \"Installing packages on amazon linux server\"\n when: ansible_os_family == \"RedHat\"\n yum:\n name: \n - httpd\n - mariadb-server\n - MySQL-python \n state: present\n notify:\n - httpd-restart\n\n\n- name: \"Inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5281,
"all_permissive": false
} |
ansible_role | hhertout/ansible_tf_automation | e4e3ce6b7577e9db19c47f7b64993636cc930507 | 0 | ansible/aks/roles/aks_cert_manager | 8,195 | [
"no_license"
] | [
{
"path": "ansible/aks/roles/aks_cert_manager/tasks/main.yml",
"content": "- name: Install cert manager\n include_tasks: install.yml\n when: kind is not defined or kind != \"delete\"\n\n- name: Uninstall cert manager\n include_tasks: delete.yml\n when: kind is defined and kind == \"delete\"",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 210,
"all_permissive": false
} |
ansible_role | hhertout/ansible_tf_automation | e4e3ce6b7577e9db19c47f7b64993636cc930507 | 0 | ansible/aks/roles/aks_gc_monitoring | 8,195 | [
"no_license"
] | [
{
"path": "ansible/aks/roles/aks_gc_monitoring/tasks/set-variables.yml",
"content": "- name: Set values fact\n ansible.builtin.set_fact:\n helm_values: \"{{ lookup('template', 'values.j2') }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "a... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 6995,
"all_permissive": false
} |
ansible_role | hhertout/ansible_tf_automation | e4e3ce6b7577e9db19c47f7b64993636cc930507 | 0 | ansible/aks/roles/aks_ingress_controller | 8,195 | [
"no_license"
] | [
{
"path": "ansible/aks/roles/aks_ingress_controller/vars/main.yml",
"content": "kind: install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13
},
{
"path": "ansible/aks/roles/aks_ingress_controller/tasks/main.yml",
"content": "- name: Install Ingress Controll... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1086,
"all_permissive": false
} |
ansible_role | hhertout/ansible_tf_automation | e4e3ce6b7577e9db19c47f7b64993636cc930507 | 0 | ansible/aks/roles/aks_namespace | 8,195 | [
"no_license"
] | [
{
"path": "ansible/aks/roles/aks_namespace/tasks/delete.yml",
"content": "- name: Delete namespace\n kubernetes.core.k8s:\n definition: \"{{ lookup('template', 'namespace.j2') }}\"\n state: absent\n kubeconfig: \"{{ kubeconfig_file_location }}\"\n\n- name: Delete namespace quotas\n kubernetes.cor... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1434,
"all_permissive": false
} |
ansible_role | hhertout/ansible_tf_automation | e4e3ce6b7577e9db19c47f7b64993636cc930507 | 0 | ansible/aks/roles/aks_user | 8,195 | [
"no_license"
] | [
{
"path": "ansible/aks/roles/aks_user/vars/main.yml",
"content": "user_name: kube\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 16
},
{
"path": "ansible/aks/roles/aks_user/tasks/create.yml",
"content": "- name: Apply user service account\n kubernetes.core.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 965,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.