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 | andriipetruk/openam_ansible | 6086033ef19799c8bbfbc7528c6a84132819554a | 0 | roles/opendj | 375 | [
"no_license"
] | [
{
"path": "roles/opendj/tasks/main.yml",
"content": "---\n- name: ensure mantl-opendj docker image is present\n sudo: yes\n command: /usr/bin/docker pull {{ mantl_opendj_image }}:{{ mantl_opendj_image_tag }}\n tags:\n - mantl-opendj\n - bootstrap\n\n- name: create opendj config directory\n sudo: y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2184,
"all_permissive": false
} |
ansible_role | andriansandi/ansible-webapp | 595e34d30aec182ae2daa9d228be601060a4586b | 0 | roles/apache2 | 375 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n- name: ensure the apache2 is the latest version\n apt: name=apache2 state=latest\n notify:\n - restart apache2\n\n- name: create a virtual host file for {{ vhost }}\n template: \n src: templates/apache2/vhost.j2\n dest: /etc/apache2/sit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | andriansandi/ansible-webapp | 595e34d30aec182ae2daa9d228be601060a4586b | 0 | roles/php | 375 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP \n apt: \n name: \"{{ item }}\" \n state: latest\n loop: \n - php\n - php-mcrypt\n - php-mysql \n - php-common\n - php-tidy\n - php-xml\n - php-xmlrpc\n - php-mbstring\n - php-memcached\n - php-c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | Achay009/udacity-devops-cicd | 2db053c96d5e9185416cca13bf938c2e81671083 | 0 | .circleci/ansible/roles/deploy | 375 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"show remote environment\"\n shell: env\n\n- name: Creates uda_app directory\n become: yes\n file:\n path: /home/ubuntu/uda_app\n state: directory\n\n- name: \"copy artifact tar file\"\n become: yes\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/cds | 375 | [
"no_license"
] | [
{
"path": "roles/cds/tasks/main.yml",
"content": "---\n- name: CDS working directory\n file:\n path: /opt/cds/tmp\n state: directory\n\n- name: CDS service definition\n copy:\n src: cds.service\n dest: /etc/systemd/system/cds.service\n mode: u=rw,g=rw,o=r\n\n- name: CDS run script\n templa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2148,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/flyway | 375 | [
"no_license"
] | [
{
"path": "roles/flyway/defaults/main.yml",
"content": "---\nflyway_version: 4.2.0\nflyway_archive_name: flyway-commandline-{{ flyway_version }}-linux-x64.tar.gz\nflyway_dl_url: https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/{{ flyway_version }}/{{ flyway_archive_name }}\n",
"license_typ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/openam | 375 | [
"no_license"
] | [
{
"path": "roles/openam/tasks/main.yml",
"content": "---\n- name: Detect existing openam install\n stat:\n path: /usr/share/tomcat/.openamcfg/AMConfig_usr_share_tomcat_webapps_sso_\n register: openam_installed\n\n- name: OpenAM sources\n get_url:\n url: # TODO: insert url for downloading openam dep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10628,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/saml_broker | 375 | [
"no_license"
] | [
{
"path": "roles/saml_broker/templates/run.sh.j2",
"content": "#!/bin/bash\n\nJAVA_OPTS=\"-Dswarm.http.port=8100 -Dswarm.io.tmpdir=/opt/samlbroker/tmp\"\nJAVA_OPTS=\"$JAVA_OPTS -Djavax.net.ssl.trustStore=/opt/samlbroker/truststore.jks -Djavax.net.ssl.trustStorePassword={{ <PASSWORD>store_pwd }}\"\n\n# Uncom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2408,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/static_html | 375 | [
"no_license"
] | [
{
"path": "roles/static_html/tasks/main.yml",
"content": "---\n- name: Deploy html\n template:\n src: index.html.j2\n dest: /var/www/html/index.html\n\n- name: Deploy static files\n copy:\n src: '{{ item }}'\n dest: /var/www/html/{{ item | basename }}\n with_fileglob: [ '*' ]\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 18764,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/test_harness | 375 | [
"no_license"
] | [
{
"path": "roles/test_harness/templates/run.sh.j2",
"content": "#!/bin/bash\n\nJAVA_OPTS=\"-Dswarm.http.port=8080 -Dswarm.io.tmpdir=/opt/testharness/tmp\"\nJAVA_OPTS=\"$JAVA_OPTS -Djavax.net.ssl.trustStore=/opt/testharness/truststore.jks -Djavax.net.ssl.trustStorePassword={{ truststore_pwd }}\"\n\n# Uncomme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2179,
"all_permissive": false
} |
ansible_role | ServiceInnovationLab/cds_platform | 3f59566eba8617cb4f281c62b6ac5fb6a9c024cc | 0 | roles/tomcat | 375 | [
"no_license"
] | [
{
"path": "roles/tomcat/templates/server.xml.j2",
"content": "<?xml version='1.0' encoding='utf-8'?>\n<Server port=\"8005\" shutdown=\"SHUTDOWN\">\n <Listener className=\"org.apache.catalina.core.AprLifecycleListener\" SSLEngine=\"on\" />\n <Listener className=\"org.apache.catalina.core.JasperListener... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4732,
"all_permissive": false
} |
ansible_role | kmille/managed-hosting-testing | 035370ecf582162368ee068f9e6616b69ec3bd46 | 0 | roles/app | 375 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yaml",
"content": "---\n\n- name: Install Java + Tomcat\n apt:\n state: present\n pkg:\n - tomcat8\n - openjdk-8-jdk-headless\n - libmysql-java # contains /usr/share/java/mysql.jar\n\n\n- name: Add /etc/default/tomcat8 config file \n copy: \n src: to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6018,
"all_permissive": false
} |
ansible_role | kmille/managed-hosting-testing | 035370ecf582162368ee068f9e6616b69ec3bd46 | 0 | roles/common | 375 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n\n- name: Run apt-get update\n apt:\n update_cache: yes\n cache_valid_time: 86400\n\n\n- name: Install base tools\n apt: \n name={{ item }} \n state=present\n with_items:\n - git\n - tmux\n - vim\n - curl\n - watch\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1972,
"all_permissive": false
} |
ansible_role | kmille/managed-hosting-testing | 035370ecf582162368ee068f9e6616b69ec3bd46 | 0 | roles/db | 375 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yaml",
"content": "---\n\n- name: Install mariadb-server\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - mariadb-server\n - python-pymysql\n\n\n- name: clone test db from github\n git:\n repo: https://github.com/datacharmer/test_db\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | kmille/managed-hosting-testing | 035370ecf582162368ee068f9e6616b69ec3bd46 | 0 | roles/lb | 375 | [
"no_license"
] | [
{
"path": "roles/lb/tasks/main.yaml",
"content": "---\n\n- name: Install haproxy\n apt:\n name: haproxy\n state: present\n\n\n- name: Copy haproxy config\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n owner: root\n group: root\n mode: '0644'\n\n- name: Haproxy co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3780,
"all_permissive": false
} |
ansible_role | elastic/beats-tester | 5b8725245baaf8624ad25f6789f69f4af5e7f659 | 17 | roles/common | 375 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Compute vars (debian)\n set_fact:\n beat_url: \"{{ url_base }}/{{url_dir}}{{beat_name}}{{beat_pkg_suffix}}-{{version}}-{{deb_arch}}.deb\"\n beat_pkg: \"{{beat_name}}{{beat_pkg_suffix}}-{{version}}-{{deb_arch}}.deb\"\n beat_cfg: \"/etc/{{... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2968,
"all_permissive": false
} |
ansible_role | elastic/beats-tester | 5b8725245baaf8624ad25f6789f69f4af5e7f659 | 17 | roles/kibana | 375 | [
"no_license"
] | [
{
"path": "roles/kibana/vars/main.yml",
"content": "kibana:\n url: \"https://download.elastic.co/kibana/kibana\"\n archive: \"kibana-{{kibana_version}}-linux-x64.tar.gz\"\n installdir: \"/home/vagrant/kibana\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 152
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | elastic/beats-tester | 5b8725245baaf8624ad25f6789f69f4af5e7f659 | 17 | roles/test-beat | 375 | [
"no_license"
] | [
{
"path": "roles/test-beat/tasks/filebeat/pre-run.yml",
"content": "---\n\n- name: Delete logs directory\n win_file:\n path: '{{ filebeat_logs_dir }}'\n state: absent\n when: ansible_system == \"Win32NT\"\n\n- name: Create logs directory\n win_file:\n path: '{{ filebeat_logs_dir }}'\n state: ... | {
"task_files": 15,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 29,
"total_bytes": 25587,
"all_permissive": false
} |
ansible_role | elastic/beats-tester | 5b8725245baaf8624ad25f6789f69f4af5e7f659 | 17 | roles/test-install | 375 | [
"no_license"
] | [
{
"path": "roles/test-install/files/mv.ps1",
"content": "Param($path, $dest)\n\nMove-Item -path $path -destination $dest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
},
{
"path": "roles/test-install/tasks/main.yml",
"content": "# Installs the packages\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2348,
"all_permissive": false
} |
ansible_role | elastic/beats-tester | 5b8725245baaf8624ad25f6789f69f4af5e7f659 | 17 | roles/test-linux-binary | 375 | [
"no_license"
] | [
{
"path": "roles/test-linux-binary/tasks/main.yml",
"content": "- name: Compute vars (binary)\n set_fact:\n beat_url: \"{{url_base}}/{{url_dir}}{{beat_name}}{{ beat_pkg_suffix }}-{{version}}-linux-{{bin_arch}}.tar.gz\"\n beat_pkg: \"{{beat_name}}{{ beat_pkg_suffix }}-{{version}}-linux-{{bin_arch}}.ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2771,
"all_permissive": false
} |
ansible_role | elastic/beats-tester | 5b8725245baaf8624ad25f6789f69f4af5e7f659 | 17 | roles/test-uninstall | 375 | [
"no_license"
] | [
{
"path": "roles/test-uninstall/tasks/main.yml",
"content": "# Stops and uninstalls the packages\n\n- name: Stop (linux)\n service: name={{service_name}} state=stopped\n when: ansible_os_family in [\"Debian\", \"RedHat\", \"Suse\"]\n\n- name: Stop (darwin)\n shell: pkill {{beat_name}}\n when: ansible_os... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | RubyHale/infrastructure | 5ad933e94852634fa1b1833e9aa9980e8ea93ca9 | 0 | ansible/roles/ssh-access | 370 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh-access/tasks/main.yml",
"content": "# SSH Keys that are required on every machine\n- name: Install required SSH Keys\n authorized_key: user={{ item.user }} key='{{ lookup('file', item.key ) }}' state={{ item.state }}\n with_items:\n - { user: 'root', key: 'fklauke.pub', st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/build | 370 | [
"no_license"
] | [
{
"path": "roles/build/templates/pk-reset.sh.j2",
"content": "#!/bin/bash\n# Purpose: Run all playbooks at once\n# Use with caution!\n# Auhor: <NAME> / pinrojas.com\n\n## Here we go!\necho \"$(date) Here we go!\"\n\n# Uncomment just in case you need to build your host and group vars and YML files\n# echo \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6781,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/build-reset | 370 | [
"no_license"
] | [
{
"path": "roles/build-reset/tasks/main.yml",
"content": "---\n- name: Are you sure?\n pause: prompt='This operation will overwrite build.yml and destroy host_vars! Press return to continue. Press Ctrl+c and then \"a\" to abort'\n\n- name: Destroy the host_vars directory and its contents\n file: path={{ p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 14837,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/ovs-install | 370 | [
"no_license"
] | [
{
"path": "roles/ovs-install/tasks/2_ovs_configure.yml",
"content": "---\n\n# creating ovs bridges\n\n- name: Create bridges at ovs\n openvswitch_bridge:\n bridge: \"{{ item }}\"\n state: present\n with_items:\n - br-wan\n - br-dc\n - external\n - branch\n\n# Creating ovs vxlan ports\n- ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3248,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/pat_rules | 370 | [
"no_license"
] | [
{
"path": "roles/pat_rules/tasks/main.yml",
"content": "---\n\n- name: Creating PAT rules thru iptables \n iptables:\n table: nat\n chain: PREROUTING\n in_interface: \"{{ item.interface }}\"\n protocol: \"{{ item.protocol }}\"\n destination_port: \"{{ item.port }}\"\n jump: DNAT\n to_d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/pk-create | 370 | [
"no_license"
] | [
{
"path": "roles/pk-create/tasks/2_creating_inventory_and_hostvars.yml",
"content": "---\n\n- name: \"Getting the IP address from Packet server\"\n local_action: command python {{playbook_dir}}/roles/pk-create/files/packet_get_ipaddr.py {{ project_id }} {{ packet_token }} {{ item.device_name }}\n register... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4740,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/pk-reset | 370 | [
"no_license"
] | [
{
"path": "roles/pk-reset/tasks/main.yml",
"content": "---\n- name: Removing a ssh key nuage-vns-inabox in packet.net\n packet_sshkey:\n label: \"sdnlab-{{ project_id | regex_replace('^[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-([0-9a-f]*)$', '\\\\1') }}\"\n key: \"{{ lookup('file', '/home/dev/.ssh/id_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | p1nrojas/packet-sdnlab | 8d0a57c3cc2d05d1e5ba48faa4dce9271cf26086 | 0 | roles/vsc-profiles | 370 | [
"no_license"
] | [
{
"path": "roles/vsc-profiles/tasks/main.yml",
"content": "- debug:\n msg: \"ssh-keyscan -p {{ ansible_port }} -t rsa {{ ansible_host }} | sed -e 's/#.*$//' | sed -e '/^$/d' >> {{playbook_dir}}/../.ssh/known_hosts\"\n\n- name: \"Add VSC to local known_hosts list\"\n local_action: shell ssh-keyscan -p {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 994,
"all_permissive": false
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/Oefenweb.postfix | 370 | [
"permissive"
] | [
{
"path": "roles/Oefenweb.postfix/tests/vagrant.yml",
"content": "# test file for postfix\n---\n- hosts: all\n remote_user: vagrant\n become: true\n roles:\n - ../../\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 101
},
{
"path": "... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 13069,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.apache2 | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.apache2/vars/main.yml",
"content": "---\n# vars file for hswong3i.apache2\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 37
},
{
"path": "roles/hswong3i.apache2/tests/test.yml",
"content": "---\n# test file f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8180,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.apache2_vhosts | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.apache2_vhosts/vars/main.yml",
"content": "---\n# vars file for hswong3i.apache2_vhosts\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 44
},
{
"path": "roles/hswong3i.apache2_vhosts/templates/etc/logrotate.d/defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 16130,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.apt | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.apt/README.md",
"content": "Ansible Role for APT\n====================\n\n[](https://travis-ci.org/pantarei/ansible-role-apt)\n[\n\n_apt_repository: [\n { state: \"present\", repo: \"ppa:webupd8team/java\" },\n]\n_apt: [\n { state: \"latest\", name: \"oracle-java8-installer\" },\n { state: \"latest\", name: \"oracle-java8-set-d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 2980,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.jira | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.jira/defaults/main.yml",
"content": "---\n# defaults file for hswong3i.jira\n\n# required variables\njira_gid: ~\njira_hash_salt: ~\njira_pass: ~\njira_uid: ~\njira_user: ~\n\n# optional variables with default\njira_archive: \"atlassian-jira-software-7.4.1.tar.gz\"\njira_catalina: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9925,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.locales | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.locales/defaults/main.yml",
"content": "---\n# defaults file for hswong3i.locales\n\nlocales_lang: \"en_US.UTF-8\"\nlocales_language: ~\nlocales_lc: {\n ctype: ~,\n numeric: ~,\n time: ~,\n collate: ~,\n monetary: ~,\n messages: ~,\n paper: ~,\n name: ~,\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4612,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.mysql | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.mysql/templates/etc/mysql/debian.cnf.j2",
"content": "# {{ ansible_managed }}\n\n[client]\nhost = localhost\nuser = debian-sys-maint\npassword = {{ <PASSWORD>_<PASSWORD> }}\nsocket = /var/run/mysqld/mysqld.sock\n\n[mysql_upgrade]\nhost = localhost\nuser = debian-s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 20582,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.mysql_vhosts | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.mysql_vhosts/handlers/main.yml",
"content": "---\n# handlers file for hswong3i.mysql_vhosts\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 46
},
{
"path": "roles/hswong3i.mysql_vhosts/defaults/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4915,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.ntp | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.ntp/handlers/main.yml",
"content": "---\n# handlers file for hswong3i.ntp\n\n- name: restart ntp\n service:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { name: \"ntp\", state: \"restarted\" }\n",
"license_type": "permissive",
"dete... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5668,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.tzdata | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.tzdata/tasks/main.yml",
"content": "---\n# tasks file for hswong3i.tzdata\n\n- name: apt-get install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"tzdata\" }\n notify: update timezone\n tags: hswong3i.tz... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3362,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/hswong3i.ufw | 370 | [
"permissive"
] | [
{
"path": "roles/hswong3i.ufw/defaults/main.yml",
"content": "---\n# defaults file for hswong3i.ufw\n\nufw: [\n# setup rule per interface\n# { interface: \"lo\", direction: \"in\", rule: \"allow\" },\n\n# setup rule per from_ip\n# { from_ip: \"192.168.127.12/4\", rule: \"allow\" },\n# { from_ip: \"10.0... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5087,
"all_permissive": true
} |
ansible_role | madkiss/ansible-playbook-agile-aio | e3fcde39c6c166bbef3995f72c9d1d26e72904a8 | 2 | roles/madkiss.certificate | 370 | [
"permissive"
] | [
{
"path": "roles/madkiss.certificate/meta/main.yml",
"content": "---\n\ngalaxy_info:\n author: <NAME>\n description: Role to roll out the Agile wildcard certificate\n company: <NAME>\n license: ASL\n min_ansible_version: 2.0\n platforms:\n - name: Ubuntu\n versions:\n - trusty\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1668,
"all_permissive": true
} |
ansible_role | JackyChenNgu/Pre_BaremetalCloud-CleanLog | e9d61f5cd1918c33ca1375004e3c2e403817b224 | 1 | roles/clean_log | 370 | [
"no_license"
] | [
{
"path": "roles/clean_log/vars/main.yml",
"content": "---\n# vars file for clean_log",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/clean_log/tasks/main.yml",
"content": "---\n- name: clean controller log\n shell: |\n cd \"{{ contai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1379,
"all_permissive": false
} |
ansible_role | fooxlj07/private-dedibox-cloud | a5fb4d396c4a772cbeea4ae73a1975c04a919c91 | 0 | roles/firewall | 370 | [
"no_license"
] | [
{
"path": "roles/firewall/templates/nat_table.j2",
"content": "# /etc/nftables.d/ip-nat.nft\n\n# Define the inet nat \ntable inet nat {\n\tchain postrouting {\n\t\ttype nat hook postrouting priority filter; policy accept;\n\t\toifname \"{{ iface_pub }}\" masquerade\n\t}\n}\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 844,
"all_permissive": false
} |
ansible_role | fooxlj07/private-dedibox-cloud | a5fb4d396c4a772cbeea4ae73a1975c04a919c91 | 0 | roles/install_proxmox | 370 | [
"no_license"
] | [
{
"path": "roles/install_proxmox/tasks/install.yml",
"content": "---\n\n- name: Apt update & full-upgrade\n apt:\n update_cache: yes\n upgrade: full\n\n- name: Apt install proxmox ve kernel\n apt:\n name: proxmox-default-kernel\n state: latest\n\n- name: Reboot the machine\n reboot:\n\n- name... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2626,
"all_permissive": false
} |
ansible_role | fooxlj07/private-dedibox-cloud | a5fb4d396c4a772cbeea4ae73a1975c04a919c91 | 0 | roles/private_network | 370 | [
"no_license"
] | [
{
"path": "roles/private_network/tasks/tinc.yml",
"content": "---\n\n- name: Install dependencies\n apt:\n pkg: \n - \"openssl\"\n - \"zlib1g\"\n - \"libncurses5-dev\"\n - \"libncursesw5-dev\"\n - \"libreadline-dev\"\n - \"libz-dev\"\n - \"liblzo2-dev\"\n - \"libs... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4451,
"all_permissive": false
} |
ansible_role | twatel/ansible-role-certbot | 8191b0803cf89b9555842bb5de2d9c424151570d | 0 | roles/ansible-role-certbot | 370 | [
"no_license"
] | [
{
"path": "roles/ansible-role-certbot/vars/main.yml",
"content": "---\n__certbot_vars_precedence:\n - \"{{ certbot_challenge_method }}/{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}_{{ ansible_architecture | lower }}.yml\"\n - \"{{ certbot_challenge_method }}/{{ ansible_distri... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 10176,
"all_permissive": false
} |
ansible_role | bekkopen/provisioning-workshop | f6456d46fbb18705828ad801dcad5a3d9c3576a1 | 1 | solution-examples/ansible/roles/puppet | 370 | [
"no_license"
] | [
{
"path": "solution-examples/ansible/roles/puppet/tasks/main.yml",
"content": "- name: Add puppet repo\n yum: name=http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm state=present\n- name: Install puppet master\n yum: name=puppet-server state=present\n- name: Install puppet age... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1205,
"all_permissive": false
} |
ansible_role | bekkopen/provisioning-workshop | f6456d46fbb18705828ad801dcad5a3d9c3576a1 | 1 | solution-examples/ansible/roles/webserver | 370 | [
"no_license"
] | [
{
"path": "solution-examples/ansible/roles/webserver/tasks/install_nginx.yml",
"content": "- name: ensure nginx repo is present\n copy: src=nginx.repo dest=/etc/yum.repos.d/nginx.repo\n- name: ensure installed nginx\n yum: pkg=nginx state=installed\n- name: Start nginx\n service: name=nginx state=started... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1180,
"all_permissive": false
} |
ansible_role | bekkopen/provisioning-workshop | f6456d46fbb18705828ad801dcad5a3d9c3576a1 | 1 | solution-examples/fagdag-ansible/ansible/roles/deploy | 370 | [
"no_license"
] | [
{
"path": "solution-examples/fagdag-ansible/ansible/roles/deploy/tasks/git.yml",
"content": "- name: Fetch newest version of the app via git\n git: repo={{git_repo}}\n dest={{project_root}}\n version={{git_version}}",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | bekkopen/provisioning-workshop | f6456d46fbb18705828ad801dcad5a3d9c3576a1 | 1 | solution-examples/fagdag-ansible/ansible/roles/env | 370 | [
"no_license"
] | [
{
"path": "solution-examples/fagdag-ansible/ansible/roles/env/tasks/users.yml",
"content": "# Passordgenerering: 'openssl passwd -salt <salt> -1 <passord>'\n- name: setup user\n user: name={{app_user}} shell=/bin/bash password=$<PASSWORD>\n\n- name: setup authorized_keys for ssh access\n authorized_key: u... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 835,
"all_permissive": false
} |
ansible_role | mdimarino/iac | 38a1295d05ce94bf9f1fe9b7bf2d1dbf948e8344 | 0 | ansible/roles/ubuntu-common | 370 | [
"no_license"
] | [
{
"path": "ansible/roles/ubuntu-common/handlers/main.yml",
"content": "---\n# handlers file for ubuntu-common\n\n- name: update locales\n command: \"{{ item }}\"\n with_items:\n - dpkg-reconfigure --frontend noninteractive locales\n - update-locale LANG=pt_BR.UTF-8 LANGUAGE=pt_BR\n",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2202,
"all_permissive": false
} |
ansible_role | mostafasaleh97/Graduation-project | a6ea19992d67ea15ce98427f74c9932bab026a17 | 0 | jenkins/roles/web | 370 | [
"no_license"
] | [
{
"path": "jenkins/roles/web/files/deployment.yaml",
"content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: jenkins\n namespace: devops-tool\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: jenkins-server\n template:\n metadata:\n labels:\n app: jenkins-server... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3342,
"all_permissive": false
} |
ansible_role | punalpatel/microservices-app | 496769b621d593d1d5411e1035582fdf4d439d18 | 0 | microservices-demo/deploy/swarmkit/vagrant/roles/docker | 370 | [
"permissive"
] | [
{
"path": "microservices-demo/deploy/swarmkit/vagrant/roles/docker/handlers/main.yml",
"content": "---\n- name: reload unit\n command: systemctl daemon-reload\n\n- name: restart docker\n service: name=docker state=restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 819,
"all_permissive": true
} |
ansible_role | punalpatel/microservices-app | 496769b621d593d1d5411e1035582fdf4d439d18 | 0 | microservices-demo/deploy/swarmkit/vagrant/roles/weave | 370 | [
"permissive"
] | [
{
"path": "microservices-demo/deploy/swarmkit/vagrant/roles/weave/tasks/main.yml",
"content": "---\n- name: ensure weave is present\n get_url: url=https://git.io/weave dest={{ weave_bin }}\n\n- name: ensure weave script is executable\n file: path={{ weave_bin }} mode=\"a+x\"\n",
"license_type": "permi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 212,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/bitbake-hashserv | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/bitbake-hashserv/defaults/main.yml",
"content": "---\n\nbitbake_src_dir: /usr/local/src/bitbake\nbitbake_version: 2022-04.3-kirkstone\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 82
},
{
"path": "ansible/roles/bitbake-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 358,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/caddy | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/caddy/defaults/main.yml",
"content": "---\n\ncaddy_config_dir: /etc/caddy\n",
"license_type": "permissive",
"detected_licenses": [
"MIT"
],
"size_bytes": 34
},
{
"path": "ansible/roles/caddy/tasks/main.yml",
"content": "---\n\n- name: Create config ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1216,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/docker-compose-service | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/docker-compose-service/tasks/main.yml",
"content": "---\n\n- name: \"Create systemd service file: {{ compose_service_file_path }}\"\n become: yes\n template:\n src: template.service\n dest: \"{{ compose_service_file_path }}\"\n register: service_file\n notify: Restart dock... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1861,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/dockerio | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/dockerio/tasks/main.yml",
"content": "---\n\n- name: Create /etc/docker directory\n become: yes\n file:\n path: /etc/docker\n state: directory\n mode: 0755\n\n- name: Install Docker daemon.json config\n become: yes\n copy:\n src: \"{{ inventory_hostname }}/dockerio/d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 675,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/jenkins-agent | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/jenkins-agent/tasks/main.yml",
"content": "---\n\n- name: Create config directories\n become: yes\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0700\n with_items:\n - \"{{ jenkins_config_dir }}\"\n\n- name: Copy jenkins dockerfiles\n become: yes\n copy:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2385,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/jenkins-controller | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/jenkins-controller/files/dockerfiles/jenkins-controller/Dockerfile",
"content": "FROM jenkins/jenkins:2.361.1-lts-jdk11@sha256:8fceb665e514b324f23dc2535a18ab95b1bdac847f71ae3146a3b00cb9c8cd95\n\nUSER root\n\n#\n# Docker install\n#\nRUN apt-get update && apt-get install --no-install-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3219,
"all_permissive": true
} |
ansible_role | aflorian/yocto-jenkins-ci | 87b14ea72d39e7eaee1356e44ef95b2f9a6e74f4 | 0 | ansible/roles/sysbox | 370 | [
"permissive"
] | [
{
"path": "ansible/roles/sysbox/defaults/main.yml",
"content": "---\n\nsysbox_version: 0.5.2-0.linux\nsysbox_package_url: https://downloads.nestybox.com/sysbox/releases/v0.5.2/sysbox-ce_0.5.2-0.linux_amd64.deb\nsysbox_package_checksum: sha256:f13fc0e156f72c6f8bd48e206c59482f83f19acc229701c74e0f23baafa724d8\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2849,
"all_permissive": true
} |
ansible_role | tongkl1/building-router-from-scratch | abfd15cafe1873c9828d633f1b9a0bed401196f9 | 0 | roles/router | 370 | [
"no_license"
] | [
{
"path": "roles/router/tasks/install-tools.yaml",
"content": "- name: Install tools\n become: yes\n apt:\n update_cache: yes\n autoremove: yes\n name:\n - ca-certificates\n - curl\n - openssh-server\n - vim\n - htop\n - dnsutils\n - iperf3\n - iptables\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 10253,
"all_permissive": false
} |
ansible_role | espresso-software/palworld | 18e8a8843c33cc43836495238513fbb8ad00f24d | 0 | roles/deploy | 370 | [
"permissive"
] | [
{
"path": "roles/deploy/templates/deployment.yml.j2",
"content": "---\napiVersion: v1\nkind: PersistentVolumeClaim\nmetadata:\n labels:\n app: palworld-server\n name: palworld-server-datadir\n namespace: palworld\nspec:\n accessModes:\n - ReadWriteOnce\n resources:\n requests:\n storage: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 5563,
"all_permissive": true
} |
ansible_role | indrapurnomo/ansible-roles-wordpress-sosmed | 9769bc18c341da076be88ee2fa84f17b1edc5a5a | 0 | roles/nginx | 370 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: install nginx\n apt:\n name: nginx\n state: present\n- name: copy config\n template:\n src: wp.conf\n dest: /etc/nginx/sites-enabled/\n- name: start nginx\n service:\n name: nginx\n state: started\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | indrapurnomo/ansible-roles-wordpress-sosmed | 9769bc18c341da076be88ee2fa84f17b1edc5a5a | 0 | roles/zip | 370 | [
"no_license"
] | [
{
"path": "roles/zip/tasks/main.yml",
"content": "- name: install zip\n apt:\n name: unzip\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 62,
"all_permissive": false
} |
ansible_role | dapetoo-org/ansible-capstone-project | 62eb4180c479ee53def7024b5fed9577278dbd3d | 0 | roles/webserver | 376 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: recursively remove /var/www/html directory\n become: true\n ansible.builtin.file:\n path: /var/www/html\n state: absent\n \n- name: Install Nginx\n become: true\n ansible.builtin.apt:\n name: \"nginx\"\n state: present\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | NITL-Demo/ProvisioningEnvironment | e3ca1b212b7be5e63cd1e5cf194ae5a32ac11576 | 0 | NTLDEMO/infrastructure/ansible/roles/dbnew | 376 | [
"no_license"
] | [
{
"path": "NTLDEMO/infrastructure/ansible/roles/dbnew/tasks/main.yml",
"content": "---\n# This role will install MySQL and create db user and give permissions.\n- name: Create Application Database\n mysql_db: name=capsule state=present\n\n- name: Create Application DB User\n mysql_user: name=root password... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 261,
"all_permissive": false
} |
ansible_role | MagnetonIO/ansible-wordpress | b149738abb760d2efa5f4d6927159009f608c155 | 1 | ansible/roles/dbtier | 376 | [
"no_license"
] | [
{
"path": "ansible/roles/dbtier/tasks/main.yml",
"content": "---\n\n- name: Add MySQL 8 ubuntu xenial repository\n apt_repository:\n repo: \"deb http://repo.mysql.com/apt/ubuntu xenial mysql-8.0\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 153,
"all_permissive": false
} |
ansible_role | nevido/kubespraybeta | 08b92416894f947f7dd44801d6ad1d20056e42d1 | 0 | roles/download | 376 | [
"no_license"
] | [
{
"path": "roles/download/tasks/extract_file.yml",
"content": "---\n- name: extract_file | Unpacking archive\n unarchive:\n src: \"{{ download.dest }}\"\n dest: \"{{ download.dest | dirname }}\"\n owner: \"{{ download.owner | default(omit) }}\"\n mode: \"{{ download.mode | default(omit) }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | saurabhd2106/ansible-taining-29Jun | 288249a400009f67e6a188b22c8a464287777070 | 0 | ansible-role-example/roles/loadbalancer | 376 | [
"no_license"
] | [
{
"path": "ansible-role-example/roles/loadbalancer/tasks/main.yml",
"content": "- name: Install all apps server\n apt:\n name: \"{{ apps }}\"\n state: present\n update_cache: yes\n become: true\n\n- name: Upload config file in load balancer\n copy:\n src: loadbalancer.conf\n dest: /etc/apa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | notfrannco/elastic-stack | e35d4e15ff079d08159c52fc27906fd1b2a80db7 | 0 | roles/beat | 376 | [
"no_license"
] | [
{
"path": "roles/beat/handlers/main.yml",
"content": "---\n# handlers file for beat\n - name: Restart beat service\n service:\n name: \"{{ item }}\"\n state: restarted\n loop:\n - filebeat\n - metricbeat\n - packetbeat\n listen: \"restart all beats services\"\n\n# - name:... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3806,
"all_permissive": false
} |
ansible_role | notfrannco/elastic-stack | e35d4e15ff079d08159c52fc27906fd1b2a80db7 | 0 | roles/elasticsearch | 376 | [
"no_license"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n# tasks file for elasticsearch---\n\n- include: os-RedHat.yml\n when: ansible_os_family == \"RedHat\"\n\n- include: os-Debian.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Configure elasticsearch.yml\n template:\n src: templates... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1148,
"all_permissive": false
} |
ansible_role | notfrannco/elastic-stack | e35d4e15ff079d08159c52fc27906fd1b2a80db7 | 0 | roles/elk-prerequisitos | 376 | [
"no_license"
] | [
{
"path": "roles/elk-prerequisitos/handlers/main.yml",
"content": "---\n# handlers file for roles/elk-prerequisitos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/elk-prerequisitos/vars/main.yml",
"content": "---\n# vars file for roles/e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2229,
"all_permissive": false
} |
ansible_role | notfrannco/elastic-stack | e35d4e15ff079d08159c52fc27906fd1b2a80db7 | 0 | roles/kibana | 376 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/os-Debian.yml",
"content": "---\n- name: Copy the .deb to the server\n copy:\n src: \"{{ pkg_location | default('files') }}/kibana.deb\"\n dest: /root/\n\n- name: Install the kibana package\n apt:\n deb: /root/kibana.deb\n...\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | andrasmaroy/iot_ac | 3fa7032a248b26b916e50db2fe88ba06f1da4df6 | 4 | ansible/roles/iot_ac | 376 | [
"no_license"
] | [
{
"path": "ansible/roles/iot_ac/tasks/iot.yml",
"content": "---\n\n- name: Create iot_ac user.\n user:\n name: \"{{ iot_ac_user }}\"\n groups: \"{{ iot_ac_user_groups }}\"\n system: true\n create_home: false\n shell: /usr/sbin/nologin\n\n- name: Install dependencies\n apt:\n pkg:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4782,
"all_permissive": false
} |
ansible_role | v1v/ansible-opentelemetry-functional-tests | dafdba8fc84b4e0d0d01cf214af2aebab815420c | 0 | roles/myrole | 376 | [
"no_license"
] | [
{
"path": "roles/myrole/tasks/main.yml",
"content": "---\n# tasks file for myrole\n\n- name: echo 'hello world'\n command: echo \"Hello world\"\n register: result\n\n- name: print message\n debug:\n msg: \"foo\"\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 | sujatadhl/Pipeline | 6584fe16eed1e813060dd6a1568ca03a4af62445 | 0 | Ansible/roles/nginx | 376 | [
"no_license"
] | [
{
"path": "Ansible/roles/nginx/tasks/main.yml",
"content": " - name: Update apt packages\n ansible.builtin.apt:\n update_cache: yes\n\n - name: Install nginx\n ansible.builtin.apt:\n name: nginx\n state: latest \n\n - name: Change Nginx Configuration file \n ansible.builtin.tem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 898,
"all_permissive": false
} |
ansible_role | sujatadhl/Pipeline | 6584fe16eed1e813060dd6a1568ca03a4af62445 | 0 | Ansible/roles/node | 376 | [
"no_license"
] | [
{
"path": "Ansible/roles/node/tasks/main.yml",
"content": " - name: Install nodejs and npm\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: latest\n loop:\n - nodejs\n - npm \n \n - name: Make folder in EC2 instance\n file:\n path: /home/ubuntu/\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | VitaliySynytskyi/Terraform-Ansible-Django | 8c1e1c5774daf82f8883da1668191d84da38f1e2 | 0 | ansible/roles/deploy | 380 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "- name: Change db configuration\n template:\n src: settings.j2\n dest: /home/ubuntu/sample-django/mysite/settings.py\n vars:\n dbhost: '{{ database_host }}' \n when: \"'public' in group_names\"\n\n- name: Export variables and launch a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 987,
"all_permissive": false
} |
ansible_role | VitaliySynytskyi/Terraform-Ansible-Django | 8c1e1c5774daf82f8883da1668191d84da38f1e2 | 0 | ansible/roles/infra | 380 | [
"no_license"
] | [
{
"path": "ansible/roles/infra/tasks/main.yml",
"content": "# all servers\n- name: Update repositories\n apt:\n update_cache: yes\n upgrade: dist\n state: latest\n\n# private server with db\n- name: Install apt-transport-https\n apt:\n name:\n - apt-transport-https\n - ca-certificate... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2673,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_alma9 | 610c310f4b802b1107aece2d8f5c11f241ac052d | 0 | roles/httpd | 380 | [
"no_license"
] | [
{
"path": "roles/httpd/templates/vhost.conf.j2",
"content": "<VirtualHost *:80>\r\n ServerAdmin {{ serveradmin }}\r\n ServerName {{ domain_name }}\r\n DocumentRoot /var/www/vhosts/{{ domain_name }}/public_html\r\n DirectoryIndex index.php index.html index.xml\r\n <Directory /var/www/vhosts/{{ domain_na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2172,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_alma9 | 610c310f4b802b1107aece2d8f5c11f241ac052d | 0 | roles/mysql | 380 | [
"no_license"
] | [
{
"path": "roles/mysql/templates/mysql_config_editor",
"content": "#!/bin/bash\r\n\r\n# パスワード指定\r\nMysqlRootPasswd=\"{{ <PASSWORD> }}\"\r\n\r\nexpect -c '\r\n set timeout 10;\r\n spawn mysql_config_editor set -G lroot -h localhost -u root -p;\r\n expect \"Enter password:\";\r\n send -- \"'\"${My... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3551,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_alma9 | 610c310f4b802b1107aece2d8f5c11f241ac052d | 0 | roles/nginx | 380 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\r\n- name: copy nginx.repo\r\n copy:\r\n src: ../templates/nginx.repo\r\n dest: /etc/yum.repos.d\r\n\r\n- name: install nginx\r\n yum:\r\n name: nginx\r\n state: present\r\n\r\n- name: start and enable nginx\r\n service:\r\n name: ngi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_alma9 | 610c310f4b802b1107aece2d8f5c11f241ac052d | 0 | roles/php | 380 | [
"no_license"
] | [
{
"path": "roles/php/httpd_php-fpm/handlers/main.yml",
"content": "---\r\n- name: restart httpd\r\n service:\r\n name: httpd\r\n state: restarted\r\n\r\n- name: restart php-fpm\r\n service:\r\n name: php-fpm\r\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3769,
"all_permissive": false
} |
ansible_role | Shirasaka-Takahiro/ansible_alma9 | 610c310f4b802b1107aece2d8f5c11f241ac052d | 0 | roles/zabbix_agent | 380 | [
"no_license"
] | [
{
"path": "roles/zabbix_agent/tasks/main.yml",
"content": "---\r\n- name: exclud epel's zabbix packages\r\n command: sed -i -e '10a excludepkgs=zabbix*' /etc/yum.repos.d/epel.repo\r\n\r\n- name: install zabbix repository\r\n yum:\r\n name: \"{{ zabbix_repository_url }}\"\r\n disable_gpg_check: yes\r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1179,
"all_permissive": false
} |
ansible_role | alcat01/ops | ce81b287b3005fe1f5606f9bd18dedffd5d154dc | 0 | ansible/roles/user | 380 | [
"no_license"
] | [
{
"path": "ansible/roles/user/vars/main.yml",
"content": "---\n # aaa\n - { user: 'user1', groups: 'user1' } \n - { user: 'user2', groups: 'user2' } \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "ansible/roles/user/tasks/hostname.y... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3129,
"all_permissive": false
} |
ansible_role | alcat01/ops | ce81b287b3005fe1f5606f9bd18dedffd5d154dc | 0 | ansible/roles/zabbix-agent | 380 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix-agent/tasks/main.yml",
"content": "---\n - name: copy zabbix-agent rmp file to centos\n copy: src={{item}} dest=/tmp/\n with_items:\n - zabbix-agent-3.4.3-1.el7.x86_64.rpm\n when: \n - ansible_os_family == \"RedHat\"\n tags: zabbix-agent\n - name: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1364,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | final_working_playbooks/roles/cleanup | 380 | [
"no_license"
] | [
{
"path": "final_working_playbooks/roles/cleanup/tasks/main.yml",
"content": "---\n- name: install Minimal pkgs\n ansible.builtin.dnf:\n name: '@Minimal Install'\n state: present\n\n- name: remove GUI pkgs\n ansible.builtin.dnf:\n name: '@Server with GUI'\n state: absent\n\n- name: install bas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2795,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | final_working_playbooks/roles/export_data | 380 | [
"no_license"
] | [
{
"path": "final_working_playbooks/roles/export_data/tasks/main.yml",
"content": "---\n \n- name: Copy migration tar to server\n copy:\n src: migration-v1-to-v2-1.0.5.tar.gz\n dest: /tmp\n mode: 755\n \n- name: extract migration tar file\n unarchive:\n src: /tmp/migration-v1-to-v2-1.0.5.tar.gz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | final_working_playbooks/roles/oosto_install | 380 | [
"no_license"
] | [
{
"path": "final_working_playbooks/roles/oosto_install/tasks/main.yml",
"content": "---\n- name: Run installer\n command: './run-playbook.sh -i inventory/inventory_update.ini install-k3s.yml -t airgap'\n args:\n chdir: /opt/ansible-installer-1.2.4-6/\n\n\n#- name: Run Oosto v2 dep install\n# command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 429,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | final_working_playbooks/roles/prep4rhel8 | 380 | [
"no_license"
] | [
{
"path": "final_working_playbooks/roles/prep4rhel8/tasks/main.yml",
"content": "---\n\n- name:\n ansible.builtin.yum:\n name: leapp-upgrade\n enablerepo: rhel-7-server-extras-rpms\n\n- name: remove not needed modules\n modprobe:\n name: \"{{item}}\"\n state: absent\n with_items:\n - \"pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | final_working_playbooks/roles/wk2server | 380 | [
"no_license"
] | [
{
"path": "final_working_playbooks/roles/wk2server/templates/uuid.j2",
"content": "{\"dmi.system.uuid\": \"'{{ ansible_hostname }}'\"}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "final_working_playbooks/roles/wk2server/vars/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2891,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | roles/facts_machine | 380 | [
"no_license"
] | [
{
"path": "roles/facts_machine/README.md",
"content": "## Ansible Facts Machine\n\nThe Facts Machine parses Linux and network device configs into a data model. This role gathers native Ansible Facts or sets custom facts to parse command output and convert device configurations into code.\n\nOnce gathered, f... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4857,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | roles/onwatch | 380 | [
"no_license"
] | [
{
"path": "roles/onwatch/files/inventory.j2",
"content": "[all:vars]\n##### To use host / pem key for ssh connection #####\n#ansible_user=ubuntu\n#ansible_ssh_private_key_file=inventory/devops.pem\n##### To use username@password for ssh connection #####\nansible_ssh_user=root\nansible_ssh_pass=<PASSWORD>\na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3752,
"all_permissive": false
} |
ansible_role | paulwoodman/oosto | a96ff27e28ce3cc2e2657527c4217c113820bc01 | 0 | roles/wk2server | 380 | [
"no_license"
] | [
{
"path": "roles/wk2server/tasks/main.yml",
"content": "---\n\n- name: Check initial kernel version\n debug:\n var: ansible_kernel\n\n- name: copy rpm package to client\n copy:\n src: redhat-release-server-7.9-6.el7_9.x86_64.rpm\n dest: /tmp\n mode: 0755\n\n- name: install the server rpm\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | masauve/ansible-labs | 97a321da74937b43729c19616b05285015d50ef3 | 1 | roles/apache | 380 | [
"no_license"
] | [
{
"path": "roles/apache/handlers/main.yml",
"content": "---\n\n- name: Restart Apache\n become: yes\n service: name=httpd enabled=yes state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/apache/tasks/main.yml",
"content": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 316,
"all_permissive": false
} |
ansible_role | iDaN5x/dev-env | e6ceaf19be854eafcf499646b15bf8754059175a | 0 | roles/git | 380 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install Git\n community.general.homebrew:\n state: latest\n name: git\n\n- name: Generate .gitconfig file\n ansible.builtin.template:\n src: .gitconfig.j2\n dest: \"{{ ansible_env.HOME }}/.gitconfig\"\n mode: \"0600\"\n\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1159,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.