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 | nikkesarg/testTask | 595802dd71875cd470b9b66ba9afb1e43b30e617 | 0 | ansible/roles/bsmeding.nginx_docker | 7,334 | [
"no_license"
] | [
{
"path": "ansible/roles/bsmeding.nginx_docker/tasks/configure_nginx.yml",
"content": "---\n# Tasks to configure Nginx (site and proxy configs)\n\n# Proxy confs must end in subdomain.conf to auto load\n\n- name: \"Copy proxy.conf\"\n ansible.builtin.copy:\n src: \"proxy.conf\"\n dest: \"{{ nginx__hom... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9578,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/app1 | 7,334 | [
"no_license"
] | [
{
"path": "roles/app1/tasks/main.yml",
"content": "- block:\n - name: Wgrywanie aplikacji\n copy:\n src: \"{{item}}\"\n dest: /var/www/app1/\n with_items:\n - index.html\n - aa.php\n\n become: True\n become_user: root\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/app_deploy | 7,334 | [
"no_license"
] | [
{
"path": "roles/app_deploy/tasks/main.yml",
"content": "- name: jestem deployem\n debug:\n msg: \"jestem deployem\"\n\n- name: app\n debug:\n msg: \"{{app}}\"\n\n- name: tworzenie katalogu na tymczasowa aplikacje\n file:\n path: /tmp/apps_tmp\n state: directory\n delegate_to: 127.0.0.1\n r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/common | 7,334 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- block:\n - name: instalacja epel\n yum:\n name: epel-release\n state: present\n\n - name: instalacja policycoreutils\n yum:\n name: policycoreutils-python\n state: present\n\n# - selinux:\n# policy: targeted\n# sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/haproxy | 7,334 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "- block:\n - name: Instalacja haproxy\n yum:\n name: haproxy\n state: present\n\n - name: Dodawanie portow do selinuxa\n seport:\n ports: \"{{item.value.listen_port}}\"\n proto: tcp\n setype: http_port_t\n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1818,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/nginx | 7,334 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- block:\n - name: instalacja selinux-python\n yum:\n name: libselinux-python\n state: present\n \n - name: Instalacja nginx\n yum:\n name: nginx\n state: present\n\n - name: Dodawanie portu do php do selinuxa\n seport:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2042,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/php-fpm | 7,334 | [
"no_license"
] | [
{
"path": "roles/php-fpm/handlers/main.yml",
"content": "- name: restart_php-fpm\n service:\n name: php-fpm\n state: restarted\n become: True\n become_user: root\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/php-fpm/tasks/ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 878,
"all_permissive": false
} |
ansible_role | torgiren/youtube_devops | 20d115e62a77ae22c36bb2c73e32b5452646121f | 0 | roles/vars_merger | 7,334 | [
"no_license"
] | [
{
"path": "roles/vars_merger/tasks/main.yml",
"content": "- name: sprawdzanie czy zmienne nie sa zdefiniowane\n assert:\n that: apps is not defined\n\n- name: hostvars\n set_fact:\n apps: \"{{apps|default({}) | combine(hostvars[inventory_hostname][item], recursive=True)}}\"\n with_items:\n - \"{{h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 358,
"all_permissive": false
} |
ansible_role | sakjur/dotfiles | 60327268e54f4f5f6d755aebc151666af9cab78f | 0 | ansible/roles/dotfiles | 7,334 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n- name: set ~/.vimrc as a softlink to dotfiles\n file: dest=~/.vimrc src=~/.dotfiles/.vimrc state=link\n\n- name: set ~/.tmux.conf as a softlink to dotfiles\n file: dest=~/.tmux.conf src=~/.dotfiles/.tmux.conf state=link\n\n- name: set ~/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 523,
"all_permissive": false
} |
ansible_role | sakjur/dotfiles | 60327268e54f4f5f6d755aebc151666af9cab78f | 0 | ansible/roles/laptop | 7,334 | [
"no_license"
] | [
{
"path": "ansible/roles/laptop/vars/main.yml",
"content": "---\npackages:\n - vim\n - fish\n - tmux\n - git\n - mosh\n - tlp\n - powertop\npackages_ubuntu:\n - python-pip\n - silversearcher-ag\npackages_fedora:\n - the_silver_searcher\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 860,
"all_permissive": false
} |
ansible_role | quasardriod/k8s-virsh-ubuntu | b54f5c2f51611b6813f811119b94d332d2e2fbce | 0 | Virsh-5VM-deploy-Ubuntu16.04/roles/1-vm-create | 7,334 | [
"no_license"
] | [
{
"path": "Virsh-5VM-deploy-Ubuntu16.04/roles/1-vm-create/tasks/1-masters.yaml",
"content": "---\n\n- name: Create master VMs for K8s cluster using Ubuntu16.04 template\n command: virt-clone -o \"{{ubuntu_template}}\" -n \"{{item}}\" -f \"{{vms_disk_path}}\"/\"{{item}}\".qcow2\n with_items:\n - \"{{m... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1615,
"all_permissive": false
} |
ansible_role | quasardriod/k8s-virsh-ubuntu | b54f5c2f51611b6813f811119b94d332d2e2fbce | 0 | Virsh-5VM-deploy-Ubuntu16.04/roles/2-vm-resources | 7,334 | [
"no_license"
] | [
{
"path": "Virsh-5VM-deploy-Ubuntu16.04/roles/2-vm-resources/tasks/4-ram-client.yaml",
"content": "---\n- name: Set Max RAM in client machine\n command: virsh setmaxmem \"{{ item.vm }}\" \"{{ item.ram }}\" --config\n with_items:\n - { vm: \"{{client}}\", ram: '700M' }\n\n- name: Set Usable RAM in clien... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 3712,
"all_permissive": false
} |
ansible_role | quasardriod/k8s-virsh-ubuntu | b54f5c2f51611b6813f811119b94d332d2e2fbce | 0 | Virsh-5VM-deploy-Ubuntu16.04/roles/3-start-vms | 7,334 | [
"no_license"
] | [
{
"path": "Virsh-5VM-deploy-Ubuntu16.04/roles/3-start-vms/tasks/main.yaml",
"content": "---\n\n- name: Start ALL VMs\n command: virsh start \"{{item}}\"\n with_items:\n - \"{{master1}}\"\n - \"{{master2}}\"\n - \"{{master3}}\"\n - \"{{node1}}\"\n - \"{{node2}}\"\n - \"{{client}}\"\n ign... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 547,
"all_permissive": false
} |
ansible_role | quasardriod/k8s-virsh-ubuntu | b54f5c2f51611b6813f811119b94d332d2e2fbce | 0 | Virsh-5VM-deploy-Ubuntu16.04/roles/4-virsh-vms | 7,334 | [
"no_license"
] | [
{
"path": "Virsh-5VM-deploy-Ubuntu16.04/roles/4-virsh-vms/tasks/7-reboot-vms.yaml",
"content": "---\n\n- name: Reboot all VMs\n shell: for i in `cat /var/tmp/k8s-vms/k8s_domain`;do virsh reboot $i;done\n\n- name: Wait for VMs to come up after Reboot\n pause:\n mintues: 2\n prompt: \"Please hold for ... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 9034,
"all_permissive": false
} |
ansible_role | quasardriod/k8s-virsh-ubuntu | b54f5c2f51611b6813f811119b94d332d2e2fbce | 0 | Virsh-5VM-deploy-Ubuntu16.04/roles/5-post-build | 7,334 | [
"no_license"
] | [
{
"path": "Virsh-5VM-deploy-Ubuntu16.04/roles/5-post-build/tasks/1-create-masters-snapshot.yaml",
"content": "---\n\n- name: Create master VMs snapshot\n command: virsh snapshot-create-as \"{{item}}\" \"{{item}}\"-all-predone\n with_items:\n - \"{{master1}}\"\n - \"{{master2}}\"\n - \"{{master3}}... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1359,
"all_permissive": false
} |
ansible_role | felimonist/Ansible | c337b1bd7a14578eebf890e9fb964482ac33e39a | 0 | 08-ansible-04-role/playbook/roles/clickhouse | 7,335 | [
"no_license"
] | [
{
"path": "08-ansible-04-role/playbook/roles/clickhouse/README.md",
"content": "Clickhouse\n=========\n\nРоль предназначена для установки Clickhouse.\n\nRole Variables\n--------------\n| variables | description |\n|--------|-----------|\n| clickhouse_version | версия дистрибутива clickhouse |\n\nExample Pla... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2066,
"all_permissive": false
} |
ansible_role | felimonist/Ansible | c337b1bd7a14578eebf890e9fb964482ac33e39a | 0 | 08-ansible-04-role/playbook/roles/lighthouse | 7,335 | [
"no_license"
] | [
{
"path": "08-ansible-04-role/playbook/roles/lighthouse/tasks/main.yml",
"content": "---\n- name: Lighthouse | install dependencies\n become: true\n ansible.builtin.apt:\n name: git\n state: present\n- name: Lighthouse | Copy from git\n become: true\n ansible.builtin.git:\n repo: \"{{ lighthous... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1408,
"all_permissive": false
} |
ansible_role | felimonist/Ansible | c337b1bd7a14578eebf890e9fb964482ac33e39a | 0 | 08-ansible-04-role/playbook/roles/vector | 7,335 | [
"no_license"
] | [
{
"path": "08-ansible-04-role/playbook/roles/vector/README.md",
"content": "Vector\n=========\n\nРоль предназначена для установки и настройки Vector для сбора и отправки логов.\n\n\nRole Variables\n--------------\n\n| variables | description |\n|--------|-----------|\n| vector_version | версия устанавляемог... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/bootstrap_python | 7,335 | [
"no_license"
] | [
{
"path": "roles/bootstrap_python/tasks/check_os.yml",
"content": "---\n\n- name: Check OS | See if OS check should be skipped\n raw: stat /opt/bin/.skip_bootstrap\n register: skip_bootstrap\n failed_when: false\n changed_when: false\n check_mode: no\n\n- name: Check OS | See if bootstrap has already r... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3574,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/digital_ocean | 7,335 | [
"no_license"
] | [
{
"path": "roles/digital_ocean/tasks/check_vars.yml",
"content": "---\n\n#\n# Checking that required variables are set\n#\n#\n# Checking that required variables are set\n#\n- name: Checking that required variables are set\n fail: msg=\"{{ item }} is empty or not defined\"\n when:\n - vars[item] is unde... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2858,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_bitcoind | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_bitcoind/tasks/image.yml",
"content": "---\n\n- name: \"Pull {{ docker_bitcoind__image }} image\"\n become: true\n docker_image:\n name: \"{{ docker_bitcoind__image }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2395,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_blocknetdx | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_blocknetdx/tasks/check_vars.yml",
"content": "---\n\n#\n# Checking that required variables are set\n#\n- name: Checking that required variables are set\n fail: msg=\"{{ item }} is empty or not defined\"\n when: vars[item] is undefined or vars[item] == \"\"\n with_items:\n - doc... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2687,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_consul | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_consul/tasks/image.yml",
"content": "---\n\n- name: \"Image | Pull image\"\n become: true\n docker_image:\n name: \"{{ docker_consul__image }}\"\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2598,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_file_sync | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_file_sync/tasks/container.yml",
"content": "- name: \"Container | Handle file_sync\"\n become: true\n docker_container:\n name: \"{{ docker_file_sync__container_name}}\"\n image: \"{{ docker_file_sync__image}}\"\n restart: \"{{ docker_file_sync__restart }}\"\n restart_p... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2410,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_netbox | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_netbox/templates/clusters.yml.j2",
"content": "{% for cluster_type in docker_netbox__inventory.cluster_types %}\n{% for cluster in cluster_type.clusters %}\n- name: {{ cluster.name }}\n type: {{ cluster_type.slug }}\n{% endfor %}\n{% endfor %}",
"license_type": "no_license",
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 8011,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_systemd_service | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_systemd_service/tasks/uninstall.yml",
"content": "---\n- name: Uninstall | Remove ENV file for {{ docker_systemd_service__name }}_container.service\n become: true\n file:\n path: \"{{ docker_systemd_service__sysconf_dir }}/{{ docker_systemd_service__name }}\"\n state: absent\... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 7522,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/docker_vpncloud | 7,335 | [
"no_license"
] | [
{
"path": "roles/docker_vpncloud/tasks/check_vars.yml",
"content": "---\n\n#\n# Checking that required variables are set\n#\n- name: Checking that required variables are set\n fail: msg=\"{{ item }} is empty or not defined\"\n when: vars[item] is undefined or vars[item] == \"\"\n with_items:\n - docke... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4832,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/insn_masternode | 7,335 | [
"no_license"
] | [
{
"path": "roles/insn_masternode/tasks/main.yml",
"content": "- import_tasks: check_vars.yml\n tags:\n - insn_masternode\n - insn_masternode:check_vars\n - check_vars\n\n- import_tasks: image.yml\n tags:\n - insn_masternode\n - insn_masternode:image\n - image\n\n- import_tasks: container... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2632,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/ssh_keys | 7,335 | [
"no_license"
] | [
{
"path": "roles/ssh_keys/meta/main.yml",
"content": "---\nallow_duplicates: false",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/ssh_keys/tasks/authorized_keys.yml",
"content": "---\n\n- name: Set authorized keys\n become: true\n auth... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | dexpops/dex-infrastructure | 870174d1d24f73a1ed58f34897b9ba363e161fe7 | 0 | roles/systemd_path_watch | 7,335 | [
"no_license"
] | [
{
"path": "roles/systemd_path_watch/tasks/install.yml",
"content": "---\n\n- name: \"Install | Create path unit {{ systemd_path_watch__name }}_restart.path\"\n become: true\n template:\n src: path.j2\n dest: /etc/systemd/system/{{ systemd_path_watch__name }}_restart.path\n owner: root\n group:... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3650,
"all_permissive": false
} |
ansible_role | sriniawsdevops/Assignments | 7d7c4d860b0f50f204133a8bfa4c1c9a04c94c88 | 0 | Assignment 2/ansible-lamp-stack-playbook-master/roles/apache2 | 7,335 | [
"no_license"
] | [
{
"path": "Assignment 2/ansible-lamp-stack-playbook-master/roles/apache2/tasks/main.yml",
"content": "- name: Install apache2 web server\n become: true\n apt: pkg={{ item }} state=installed update_cache=true\n with_items:\n - apache2\n - libapache2-mod-fastcgi\n\n- name: Enable apache2 modules\n becom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/django | 7,335 | [
"no_license"
] | [
{
"path": "roles/django/vars/main.yml",
"content": "---\n# dp <=> django project\ndp_git_user: \"login\"\ndp_git_pass: \"<PASSWORD>\"\ndp_git_repo: \"https://{{ dp_git_user }}:{{ dp_git_pass }}@github.com/stkrp/ansible-sandbox.git\"\n\ndp_uwsgi_config_filename: \"oncall.ini\"\n\ndp_requirements_filename: py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1602,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/easy_install_27 | 7,335 | [
"no_license"
] | [
{
"path": "roles/easy_install_27/tasks/main.yml",
"content": "---\n- name: Get easy_install-2.7 installer\n get_url: \n url: \"{{ installer_url }}\"\n dest: \"{{ installer_filepath }}\"\n \n- name: Install easy_install-2.7\n command: \"python2.7 {{ installer_filepath }}\"\n become: true\n become_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/git | 7,335 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: Install Git package\n yum: \n name: git\n state: present\n update_cache: yes\n become: true\n become_pass: \"{{ ansible_ssh_pass }}\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 154
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 154,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/nginx | 7,335 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n- name: enable nginx\n become: true\n become_pass: \"{{ ansible_ssh_pass }}\"\n service: name=nginx enabled=yes\n # command: \"systemctl enable nginx.service\"\n\n- name: restart nginx\n become: true\n become_pass: \"{{ ansible_ssh_pass }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/pip3 | 7,335 | [
"no_license"
] | [
{
"path": "roles/pip3/tasks/main.yml",
"content": "---\n- name: Get pip3 installer\n get_url: \n url: \"{{ installer_url }}\"\n dest: \"{{ installer_filepath }}\"\n \n- name: Install pip3\n become: true\n become_pass: \"{{ ansible_ssh_pass }}\"\n command: \"python3.4 {{ installer_filepath }}\"\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 477,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/python3 | 7,335 | [
"no_license"
] | [
{
"path": "roles/python3/tasks/main.yml",
"content": "---\n- name: Install Python 3 package and requirements\n yum: \n name: \"{{ item }}\"\n state: present\n update_cache: yes\n become: true\n become_pass: \"{{ ansible_ssh_pass }}\"\n with_items:\n - \"@Development tools\"\n - epel-release... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | stkrp/ansible-sandbox | feb99e4e61225939e1bf92f7fb25715e3e735b8f | 0 | roles/supervisor | 7,335 | [
"no_license"
] | [
{
"path": "roles/supervisor/meta/main.yml",
"content": "---\ndependencies:\n - { role: easy_install_27 }\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/supervisor/vars/main.yml",
"content": "---\nsupervisor_log_dir: /var/log/supe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 551,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/add-to-inventory | 7,335 | [
"no_license"
] | [
{
"path": "roles/add-to-inventory/tasks/main.yml",
"content": "---\n- name: add node to the inventory\n add_host:\n name: openstack\n groups: openstack\n ansible_host: \"{{instance.openstack.accessIPv4}}\"\n ansible_user: \"{{ cloud_user }}\"\n ansible_become: yes\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/check-connectivity | 7,335 | [
"no_license"
] | [
{
"path": "roles/check-connectivity/tasks/main.yml",
"content": "---\n- name: verify instance is up and reachable\n command: >\n ssh -o BatchMode=yes -o StrictHostKeyChecking=no\n {{cloud_user}}@{{instance.openstack.accessIPv4}} true\n register: result\n until: result|success\n retries: 30\n dela... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/delete-all-instance | 7,335 | [
"no_license"
] | [
{
"path": "roles/delete-all-instance/tasks/main.yml",
"content": "---\n - name: delete all instances\n os_server:\n auth:\n auth_url: \"{{ os_auth }}\"\n username: \"{{ project_name }}\"\n password: \"{{ <PASSWORD> }}\"\n project_name: \"{{ project_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/get-repo | 7,335 | [
"no_license"
] | [
{
"path": "roles/get-repo/tasks/main.yml",
"content": "---\n- name: get the repo file\n copy:\n src: files/local.repo\n dest: /etc/yum.repos.d/local.repo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/install-workload | 7,335 | [
"no_license"
] | [
{
"path": "roles/install-workload/tasks/main.yml",
"content": "---\n- name: install workload\n package:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ packages }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 112,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/instance | 7,335 | [
"no_license"
] | [
{
"path": "roles/instance/tasks/main.yml",
"content": "---\n# tasks file for create-vm\n - name: handle instance\n os_server:\n auth:\n auth_url: \"{{ os_auth }}\"\n username: \"{{ project_name }}\"\n password: \"{{ <PASSWORD> }}\"\n project_name: \"{{ project_name ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | OOsemka/simple-openstack-ansible | ec173e505b17e3a06160a7635974fe81d2053f95 | 0 | roles/instance_facts | 7,335 | [
"no_license"
] | [
{
"path": "roles/instance_facts/tasks/main.yml",
"content": "---\n - name: learn instance facts\n os_server_facts:\n auth:\n auth_url: \"{{ os_auth }}\"\n username: \"{{ project_name }}\"\n password: \"{{ <PASSWORD> }}\"\n project_name: \"{{ project_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | tauffredou/docker-handson | 9dc883d29893ba61361fc77fb847df2b47a389fa | 1 | ansible/roles/docker | 7,335 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "- name: Add Docker repository key\n apt_key:\n id: \"A88D21E9\"\n url: \"http://get.docker.io/gpg\"\n state: present\n\n- name: Add Docker repository and update apt cache\n apt_repository:\n repo: \"deb http://get.docker.io/ubuntu do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 977,
"all_permissive": false
} |
ansible_role | abdulrahman-elgohary/Apache | 9adffe806c11c965fa6e0dc43405792294737812 | 0 | roles/apache | 7,335 | [
"no_license"
] | [
{
"path": "roles/apache/templates/virtualhost.conf.j2",
"content": "<VirtualHost *:{{ http_port }}>\n ServerName {{ hostname }}\n DocumentRoot /var/www/html/{{ hostname }}\n \n ErrorLog logs/{{ hostname }}-error.log\n CustomLog logs/{{ hostname }}-access.log combined\n \n <Directory \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2815,
"all_permissive": false
} |
ansible_role | MegandM/website-deployment | 3ee730633f9065e440d27c0007179def31ff49e4 | 0 | web_deployment_project/roles/firewalld | 7,335 | [
"no_license"
] | [
{
"path": "web_deployment_project/roles/firewalld/README.md",
"content": "# firewaldld roles\nThis role installs, starts and enables firewall in a set of servers. \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "web_deployment_project/roles/fir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | MegandM/website-deployment | 3ee730633f9065e440d27c0007179def31ff49e4 | 0 | web_deployment_project/roles/httpd_php | 7,335 | [
"no_license"
] | [
{
"path": "web_deployment_project/roles/httpd_php/README.md",
"content": "# httpd_php role\nThis role installs, starts and enables and HTTP PHP server and sets up a website.\nIt creates also creates connection to a db server.\n\n## Notes\n* httpd.conf file is set for Centos7 and index.php configuration.\n* ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2118,
"all_permissive": false
} |
ansible_role | MegandM/website-deployment | 3ee730633f9065e440d27c0007179def31ff49e4 | 0 | web_deployment_project/roles/mariadb | 7,335 | [
"no_license"
] | [
{
"path": "web_deployment_project/roles/mariadb/defaults/main.yml",
"content": "mysql_port: 3306/tcp\r\n\r\nversion: latest\r\n\r\ndatadir: /var/lib/mysql\r\n\r\nlog_error_path: /var/log/mariadb/mariadb.log\r\nmysql_socket: mysql.sock\r\npid_path: /var/run/mariadb/mariadb.pid\r\nconfdfile_path: /etc/my.cnf.... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2383,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 04-um-blog-com-wordpress/blogvm_refatorado/roles/mysql | 7,335 | [
"no_license"
] | [
{
"path": "04-um-blog-com-wordpress/blogvm_refatorado/roles/mysql/tasks/main.yml",
"content": "- name: \"Instala MySQL\"\n apt: name=mysql-server state=latest install_recommends=yes\n\n- name: \"Inicia MySQL\"\n service: name=mysql state=started enabled=true\n\n- name: \"Cria .my.cnf\"\n template: src=my... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 983,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 04-um-blog-com-wordpress/blogvm_refatorado/roles/nginx | 7,335 | [
"no_license"
] | [
{
"path": "04-um-blog-com-wordpress/blogvm_refatorado/roles/nginx/tasks/main.yml",
"content": "- name: \"Atualiza pacotes e instala nginx\"\n apt: name=nginx state=latest update_cache=yes install_recommends=yes\n\n- name: \"Copia configuração de blog.nginx para /etc/nginx/sites-available/blog\"\n template... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 537,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 05-um-blog-com-duas-maquinas/blogvm_duas_maquinas/roles/mysql | 7,335 | [
"no_license"
] | [
{
"path": "05-um-blog-com-duas-maquinas/blogvm_duas_maquinas/roles/mysql/tasks/main.yml",
"content": "- name: \"Instala MySQL\"\n apt: name=mysql-server state=latest install_recommends=yes\n\n- name: \"Copia configuração para /etc/mysql/my.cnf\"\n template: src=etc.mysql.my.cnf dest=/etc/mysql/my.cnf \n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1138,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 05-um-blog-com-duas-maquinas/blogvm_duas_maquinas_do/roles/php | 7,335 | [
"no_license"
] | [
{
"path": "05-um-blog-com-duas-maquinas/blogvm_duas_maquinas_do/roles/php/tasks/main.yml",
"content": "- name: \"Instala PHP-FPM\"\n apt: name=php5-fpm state=latest install_recommends=yes\n\n- name: \"Instala Extensões de MySQL para PHP\"\n apt: name=php5-mysql state=latest install_recommends=yes\n \n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 05-um-blog-com-duas-maquinas/blogvm_duas_maquinas_do/roles/wordpress | 7,335 | [
"no_license"
] | [
{
"path": "05-um-blog-com-duas-maquinas/blogvm_duas_maquinas_do/roles/wordpress/tasks/main.yml",
"content": "- name: \"Download do Wordpress\"\n get_url: url=https://wordpress.org/latest.tar.gz dest=/tmp/latest.tar.gz\n\n- name: \"Abre wordpress em /opt/wordpress\"\n unarchive: src=/tmp/latest.tar.gz dest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 05-um-blog-com-duas-maquinas/python-nginx/roles/app | 7,335 | [
"no_license"
] | [
{
"path": "05-um-blog-com-duas-maquinas/python-nginx/roles/app/tasks/main.yml",
"content": "- name: \"Cria o diretório /opt/app se ele não existe\"\n file: dest=/opt/app mode=755 state=directory owner=www-data\n\n- name: \"Copia o arquivo http_server.py para /opt/app\"\n copy: src=http_server.py dest=/opt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 05-um-blog-com-duas-maquinas/python-nginx/roles/nginx | 7,335 | [
"no_license"
] | [
{
"path": "05-um-blog-com-duas-maquinas/python-nginx/roles/nginx/tasks/main.yml",
"content": "- name: \"Atualiza pacotes e instala nginx\"\n apt: name=nginx state=latest update_cache=yes install_recommends=yes\n\n- name: \"Copia configuração de app.nginx para /etc/nginx/sites-available/app\"\n template: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1534,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 06-cassandra-e-ec2/vagrant-ansible-cassandra/roles/cassandra | 7,335 | [
"no_license"
] | [
{
"path": "06-cassandra-e-ec2/vagrant-ansible-cassandra/roles/cassandra/vars/example_cassandra_node.yml",
"content": "# copy/edit one for each node\n\ncluster_name: 'Vagrant Cluster',\nnum_tokens: 256\n# initial_token: # only if you are not using vnodes\nseeds: \nlisten_address: \nrpc_address: \n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5074,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 07-metricas/logstash/roles/collectd | 7,335 | [
"no_license"
] | [
{
"path": "07-metricas/logstash/roles/collectd/tasks/main.yml",
"content": "- name: \"Instala collectd e collectd-utils\"\n apt: pkg={{ item }} state=latest\n with_items:\n - collectd\n - collectd-utils\n\n- name: \"Troca /etc/collectd/collectd.conf\"\n template: src=collectd.conf.j2 dest=/etc/coll... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1259,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 07-metricas/logstash/roles/logstash | 7,335 | [
"no_license"
] | [
{
"path": "07-metricas/logstash/roles/logstash/templates/elasticsearch.yml.j2",
"content": "cluster.name: \"{{ cluster_name }}\"\nnode.name: \"{{ ansible_hostname }}\"\nhttp.cors.allow-origin: \"/.*/\"\nhttp.cors.enabled: true\nnetwork.host: \"{{ ansible_eth1.ipv4.address }}\"\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1607,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 07-metricas/logstash/roles/nginx | 7,335 | [
"no_license"
] | [
{
"path": "07-metricas/logstash/roles/nginx/templates/default.conf.j2",
"content": "#\n# Nginx proxy for Elasticsearch + Kibana\n#\n# In this setup, we are password protecting the saving of dashboards. You may\n# wish to extend the password protection to all paths.\n#\n# Even though these paths are being ca... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1430,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 08-performance/blogvm_duas_maquinas_aws/roles/common | 7,335 | [
"no_license"
] | [
{
"path": "08-performance/blogvm_duas_maquinas_aws/roles/common/tasks/main.yml",
"content": "- name: \"Atualiza pacotes e Instala biblioteca python-mysqldb\"\n apt: name=python-mysqldb state=latest install_recommends=yes update_cache=yes\n\n- name: \"Cria /opt/wordpress\"\n file: dest=/opt/wordpress mode=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 08-performance/blogvm_duas_maquinas_aws/roles/wordpress | 7,335 | [
"no_license"
] | [
{
"path": "08-performance/blogvm_duas_maquinas_aws/roles/wordpress/templates/wp-config.php.j2",
"content": "<?php\n\n/* MySQL settings */\ndefine( 'DB_NAME', '{{ wordpress_db_name }}' );\ndefine( 'DB_USER', '{{ mysql_wp_user }}' );\ndefine( 'DB_PASSWORD', '{{ mysql_wp_password }}' );\ndefine( 'DB_HO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1625,
"all_permissive": false
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 09-docker/ansible-docker-bootstrap/roles/docker.ubuntu | 7,335 | [
"permissive"
] | [
{
"path": "09-docker/ansible-docker-bootstrap/roles/docker.ubuntu/defaults/main.yml",
"content": "---\n# lxc-docker is the default\ndocker_pkg_name: lxc-docker\n# docker_pgk_name: docker.io\n# Change these to 'present' if you're running Ubuntu 12.04-13.10 and are fine with less-than-latest packages\nkernel_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7665,
"all_permissive": true
} |
ansible_role | gleicon/caixa-de-ferramentas-devops | 8a831b82add8830c9f580237901211ee1b0facff | 28 | 09-docker/ansible-docker-bootstrap/roles/python | 7,335 | [
"no_license"
] | [
{
"path": "09-docker/ansible-docker-bootstrap/roles/python/tasks/main.yml",
"content": "- name: install python-related packages debian/ubuntu\n apt: pkg={{ item }} state=latest\n with_items:\n - python\n - python-dev\n - python-setuptools\n - python-pycurl\n - bpython\n\n- name: install pip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | insight-infrastructure/terraform-aws-mattermost | ad5924985e89f83e50e9e17d7cb780bf923acdca | 0 | ansible/roles/cron | 7,335 | [
"permissive"
] | [
{
"path": "ansible/roles/cron/tasks/main.yml",
"content": "---\n- name: Create cron job to automatically update SSL cert (non-systemd)\n cron:\n name: \"Renew letsencrypt SSL certs\"\n minute: \"47\"\n hour: \"23\"\n month: \"*\"\n day: \"15\"\n job: \"service nginx stop && /opt/letsencry... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1034,
"all_permissive": true
} |
ansible_role | insight-infrastructure/terraform-aws-mattermost | ad5924985e89f83e50e9e17d7cb780bf923acdca | 0 | ansible/roles/letsencrypt | 7,335 | [
"permissive"
] | [
{
"path": "ansible/roles/letsencrypt/tasks/main.yml",
"content": "---\n- name: Install git\n package:\n name: git\n state: present\n\n- name: git clone letsencrypt/letsencrypt\n git: \n repo: https://github.com/letsencrypt/letsencrypt \n dest: /opt/letsencrypt/\n\n- name: Install EPEL reposito... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2071,
"all_permissive": true
} |
ansible_role | insight-infrastructure/terraform-aws-mattermost | ad5924985e89f83e50e9e17d7cb780bf923acdca | 0 | ansible/roles/nginx | 7,335 | [
"permissive"
] | [
{
"path": "ansible/roles/nginx/tasks/repository.yml",
"content": "---\n- name: Add nginx signing key (Debian/Ubuntu)\n apt_key:\n url: http://nginx.org/keys/nginx_signing.key\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Add nginx repository (Ubuntu 14.04)\n apt_repository: re... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2373,
"all_permissive": true
} |
ansible_role | simpliste/php7-centos6-elasticsearch2-nginx-vagrant-box-source | e7d6275e5c3984ae7d821c5f8683ef79675da53f | 0 | provision/roles/capistrano | 7,335 | [
"no_license"
] | [
{
"path": "provision/roles/capistrano/tasks/install.yml",
"content": "---\n- name: Add gpg key rvm\n shell: curl -sSL https://rvm.io/mpapis.asc | sudo gpg2 --import -\n\n- name: Install rvm\n shell: curl -L get.rvm.io | bash -s stable\n\n- name: Execute rvm profile and ruby 2.1.4\n shell: source /etc/pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | simpliste/php7-centos6-elasticsearch2-nginx-vagrant-box-source | e7d6275e5c3984ae7d821c5f8683ef79675da53f | 0 | provision/roles/elasticsearch | 7,335 | [
"no_license"
] | [
{
"path": "provision/roles/elasticsearch/tasks/install.yml",
"content": "---\n- name: Add Elasticsearch repo\n template:\n src: elasticsearch.repo.j2\n dest: /etc/yum.repos.d/elasticsearch.repo\n mode: 0644\n owner: root\n group: root\n\n- name: Install Elasticsearch\n yum:\n name: elast... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1304,
"all_permissive": false
} |
ansible_role | simpliste/php7-centos6-elasticsearch2-nginx-vagrant-box-source | e7d6275e5c3984ae7d821c5f8683ef79675da53f | 0 | provision/roles/kibana | 7,335 | [
"no_license"
] | [
{
"path": "provision/roles/kibana/tasks/install.yml",
"content": "---\n- name: Add Kibana repo\n template:\n src: kibana.repo.j2\n dest: /etc/yum.repos.d/kibana.repo\n mode: 0644\n owner: root\n group: root\n\n- name: Install Kibana\n yum:\n name: kibana\n state: latest\n\n- name: get... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | alexdesousa/dotfiles | cfafe12939b1df3bf36cfb079b652c016776421b | 22 | roles/crew | 7,335 | [
"no_license"
] | [
{
"path": "roles/crew/meta/main.yml",
"content": "dependencies:\n - role: engine\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/crew/tasks/main.yml",
"content": "---\n###################################################################... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8056,
"all_permissive": false
} |
ansible_role | alexdesousa/dotfiles | cfafe12939b1df3bf36cfb079b652c016776421b | 22 | roles/engine | 7,335 | [
"no_license"
] | [
{
"path": "roles/engine/tasks/main.yml",
"content": "---\n##############################################\n# The shell is the engine of every development\n\n- name: zsh | Creates directory for zsh files | file\n file:\n path: \"{{ dotfiles.home }}/.config/dotfiles/engine\"\n state: directory\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 10883,
"all_permissive": false
} |
ansible_role | 159753852123/Vagrant | 502002d1ace8b267ee4ce819b113a23a13d97a2d | 0 | ansible/roles/php | 7,335 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP Dependencies\n apt:\n name:\n - software-properties-common\n state: present\n \n- name: Add OndreJ PHP Repo\n shell: LC_ALL=en_us.UTF-b add-apt-repository ppa:ondrej/php -y\n \n- name: Update Apt Cache\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | soigh/ans | 9961df0fc9b93864696863875b2c52e67a7f2589 | 0 | roles/java | 7,335 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n# tasks file for java\n- name: Installing Java\n yum: name=java-{{ java_version }}-openjdk\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "roles/java/vars/main.yml",
"co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | soigh/ans | 9961df0fc9b93864696863875b2c52e67a7f2589 | 0 | roles/java-test | 7,335 | [
"no_license"
] | [
{
"path": "roles/java-test/defaults/main.yml",
"content": "---\n# defaults file for java-test",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/java-test/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | soigh/ans | 9961df0fc9b93864696863875b2c52e67a7f2589 | 0 | roles/nginx | 7,335 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: Installing Additional Repo\n become: yes\n yum: name=epel-release.noarch\n\n- name: Installing Nginx\n become: yes\n yum: name=nginx\n\n- name: Enabling Nginx\n become: yes\n shell: systemctl enable nginx\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | soigh/ans | 9961df0fc9b93864696863875b2c52e67a7f2589 | 0 | roles/nginx-test | 7,335 | [
"no_license"
] | [
{
"path": "roles/nginx-test/tasks/main.yml",
"content": "---\n# tasks file for nginx-test\n#- name: Check\n# shell: curl localhost\n# register: ng\n#\n#- name: nvm\n# debug: msg=\"{{ ng }}\"\n#\n- name: Gathering Info about Nginx\n shell: systemctl status nginx | grep running\n register: nginx_output\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | soigh/ans | 9961df0fc9b93864696863875b2c52e67a7f2589 | 0 | roles/tomcat | 7,335 | [
"no_license"
] | [
{
"path": "roles/tomcat/vars/main.yml",
"content": "---\n# vars file for tomcat\ntomcat_version: 8.5.47\ntomcat_home: /opt/apache/tomcat\ntomcat_user: tomcat\ntomcat_group: tomcat\ntomcat_url: http://mirror.linux-ia64.org/apache/tomcat/tomcat-8/v{{ tomcat_version }}/bin/apache-tomcat-{{ tomcat_version }}.ta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | soigh/ans | 9961df0fc9b93864696863875b2c52e67a7f2589 | 0 | roles/tomcat-test | 7,335 | [
"no_license"
] | [
{
"path": "roles/tomcat-test/defaults/main.yml",
"content": "---\n# defaults file for tomcat-test",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/tomcat-test/vars/main.yml",
"content": "---\n# vars file for tomcat-test",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 438,
"all_permissive": false
} |
ansible_role | rahul1385sharma/roboshop-ansible | faf9747516e856befa2d467d002d8bb1333ad62a | 0 | roles/shipping | 7,335 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Run Java\n ansible.builtin.include_role:\n name: common\n tasks_from: java\n\n- name: Install MySQL\n ansible.builtin.dnf:\n name: mysql\n state: latest\n\n- name: Load Schema\n ansible.builtin.shell: mysql -h mysql-dev.rahuldevop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 673,
"all_permissive": false
} |
ansible_role | agpolakk/final-project-n01009389 | a4329e583618921db336c58bf6d435040c049bbc | 0 | ansible/roles/datadisk-n01009389 | 7,335 | [
"no_license"
] | [
{
"path": "ansible/roles/datadisk-n01009389/tasks/main.yml",
"content": "---\n- name: Partition data disks\n parted:\n device: \"/dev/sdb\" \n number: 1\n state: present\n part_type: primary\n size: 4GB\n register: part1_result\n\n- name: Format partition with XFS\n filesystem:\n fsty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | agpolakk/final-project-n01009389 | a4329e583618921db336c58bf6d435040c049bbc | 0 | ansible/roles/profile-n01009389 | 7,335 | [
"no_license"
] | [
{
"path": "ansible/roles/profile-n01009389/tasks/main.yml",
"content": "---\n- name: Append lines to /etc/profile\n lineinfile:\n path: /etc/profile\n line: |\n # Test block added by Ansible for user n01009389\n export TMOUT=1500\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | agpolakk/final-project-n01009389 | a4329e583618921db336c58bf6d435040c049bbc | 0 | ansible/roles/user-n01009389 | 7,335 | [
"no_license"
] | [
{
"path": "ansible/roles/user-n01009389/tasks/main.yml",
"content": "---\n- name: Add group cloudadmins\n group:\n name: cloudadmins\n\n- name: Add users\n user:\n name: \"{{ item.name }}\"\n groups: cloudadmins,wheel\n generate_ssh_key: yes\n ssh_key_bits: 2048\n ssh_key_file: ~/.ssh/id... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/add-apache-instance-conf | 7,337 | [
"no_license"
] | [
{
"path": "roles/add-apache-instance-conf/tasks/main.yml",
"content": "---\n - name: \"copy _template.conf to remote as {{ site }}.conf\"\n copy: src=../files/_template.conf dest=\"/etc/httpd/conf.d/{{ site }}.conf\" owner=\"{{ web_user }}\" group=\"{{ web_group }}\" mode=0644\n sudo: yes\n\n - name: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/clean-workspace | 7,337 | [
"no_license"
] | [
{
"path": "roles/clean-workspace/tasks/main.yml",
"content": "---\n - name: \"clean workspace {{ workspace }}\"\n shell: \"rm -rf {{workspace}}/*\"\n delegate_to: 127.0.0.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/clone-repository | 7,337 | [
"no_license"
] | [
{
"path": "roles/clone-repository/tasks/main.yml",
"content": "---\n - name: \"debug git repo\"\n debug: msg=\"{{ repository }}\"\n delegate_to: 127.0.0.1\n when: \"{{ debug | default(false) }}\"\n\n - name: \"clone repository {{ repository }}\"\n git: repo=\"{{ repository }}\" dest=\"{{ workspace }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/consolidate-code-and-data | 7,337 | [
"no_license"
] | [
{
"path": "roles/consolidate-code-and-data/tasks/main.yml",
"content": "---\n - name: \"create {{ workspace }}/htdocs\"\n file: path=\"{{ workspace }}/htdocs\" state=\"directory\"\n delegate_to: 127.0.0.1\n\n - name: \"consolidate site htdocs\"\n shell: \"cp -R {{ workspace }}/*/htdocs {{ workspace }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/create-apache-instance-directories | 7,337 | [
"no_license"
] | [
{
"path": "roles/create-apache-instance-directories/tasks/main.yml",
"content": "---\n - name: \"create apache instance directories\"\n file: path=\"{{ item }}\" owner=\"{{ web_user }}\" group=\"{{ web_group }}\" mode=\"2775\" state=\"directory\"\n with_items:\n - \"/var/www/{{ site }}\"\n - \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 280,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/create-web-users | 7,337 | [
"no_license"
] | [
{
"path": "roles/create-web-users/tasks/main.yml",
"content": "---\n - name: \"create web group {{ web_group }}\"\n group: name=\"{{ web_group }}\" state=present\n\n - name: \"create web user {{ web_user }} with group {{ web_group }}\"\n user: name=\"{{ web_user }}\" generate_ssh_key=yes group=\"{{ web_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/deploy-site | 7,337 | [
"no_license"
] | [
{
"path": "roles/deploy-site/tasks/main.yml",
"content": "---\n - name: \"sync {{ site }}\"\n copy: src={{ workspace }}/htdocs dest=/var/www/{{ site }}/",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 92,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/install-apache-packages | 7,337 | [
"no_license"
] | [
{
"path": "roles/install-apache-packages/tasks/main.yml",
"content": "---\n - name: install the latest version of Apache\n yum: name=httpd state=latest\n sudo: yes\n\n - name: install the latest version of PHP\n yum: name=php state=latest\n sudo: yes\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 182,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/modify-apache-configuration | 7,337 | [
"no_license"
] | [
{
"path": "roles/modify-apache-configuration/tasks/main.yml",
"content": "---\n - name: \"enable NameVirtualHost in httpd.conf\"\n replace: dest=/etc/httpd/conf/httpd.conf regexp='^#NameVirtualHost' replace='NameVirtualHost'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/prepare-launch-site | 7,337 | [
"no_license"
] | [
{
"path": "roles/prepare-launch-site/tasks/main.yml",
"content": "---\n - name: \"create workspace\"\n file: path=\"{{ workspace }}\" state=\"directory\"\n delegate_to: 127.0.0.1\n\n - name: \"clean workspace\"\n command: \"rm -rf {{ workspace }}/*\"\n delegate_to: 127.0.0.1\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 201,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/reload-apache | 7,337 | [
"no_license"
] | [
{
"path": "roles/reload-apache/tasks/main.yml",
"content": "---\n - name: \"reload apache\"\n service: name=httpd state=reloaded\n sudo: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/remove-apache-instance-conf | 7,337 | [
"no_license"
] | [
{
"path": "roles/remove-apache-instance-conf/tasks/main.yml",
"content": "---\n - name: \"remove {{ site }}.conf in /etc/httpd/conf.d/\"\n file: path=\"/etc/httpd/conf.d/{{ site }}.conf\" state=\"absent\"\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 13... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 138,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/remove-apache-instance-directories | 7,337 | [
"no_license"
] | [
{
"path": "roles/remove-apache-instance-directories/tasks/main.yml",
"content": "---\n - name: \"remove {{ site }}.conf in /var/www/\"\n file: path=\"/var/www/{{ site }}\" state=\"absent\"\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | amhammett/pheonix | 753bc32b6757d88557bf64d5c13f0fe676e1ab31 | 0 | roles/verify-site | 7,337 | [
"no_license"
] | [
{
"path": "roles/verify-site/tasks/main.yml",
"content": "---\n - name: \"check site responding\"\n shell: \"curl -I http://{{ site }}\"\n register: homepage_header\n\n - name: \"validate request headers\"\n command: \"echo 'checking headers'\"\n failed_when: \"'200' not in '{{ homepage_header.stdou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | Bisa/kubeadmin-ansible-lab | f71b8932cdf5f90f48e1f92efca8e88575729725 | 0 | roles/common | 7,337 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "---\n- name: ensure swap is turned off\n block:\n - name: disable swap\n command: swapoff -a\n changed_when: true\n when: ansible_swaptotal_mb > 0\n\n - name: remove swap from fstab\n lineinfile:\n path: '/etc/fstab'\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3646,
"all_permissive": false
} |
ansible_role | Bisa/kubeadmin-ansible-lab | f71b8932cdf5f90f48e1f92efca8e88575729725 | 0 | roles/controller | 7,337 | [
"no_license"
] | [
{
"path": "roles/controller/tasks/main.yaml",
"content": "---\n- name: join cluster\n tags: join\n when: kubelet_conf.stat.exists == False\n ansible.builtin.command: \"{{ kubeadm_control_join }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.