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 | chrisbalmer/homelab | 4bc152a4434f35431185a4b97bea6bbbfa266c0c | 2 | roles/repository-mirrors | 7,885 | [
"no_license"
] | [
{
"path": "roles/repository-mirrors/templates/yum-sync.sh.j2",
"content": "#!/bin/bash\n\nif [ -f /tmp/rsync_updates ]; then\n echo \"Updates via rsync already running.\"\n exit 0\nfi\n\ntouch /tmp/rsync_updates\n\n{% for repo in yum.repositories %}\nrsync -avSHP --delete rsync://{{ repo.url }} \"{{ ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6340,
"all_permissive": false
} |
ansible_role | ThinkportRepo/hc-meetup-terraform-ansible | ef1f5ad9f3a98f84334821ca44fb2bcffae6113a | 7 | ansible/roles/base | 7,885 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "- name: \"TP: Install base packages\"\n package:\n state: present\n name: \"{{ base_packages }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "ansible/roles/base/meta/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | jferre20/playbooks-example | fe689d9a0ab87a1cd40ef4d70648cb063d52a037 | 0 | roles/satellite | 7,885 | [
"no_license"
] | [
{
"path": "roles/satellite/tasks/content_view.yml",
"content": "---\n- name: Get content view {{ item }} info versions \n redhat.satellite.content_view_info:\n username: jferre\n password: \"<PASSWORD>\"\n name: \"{{ item }}\"\n organization: \"JF_LOCAL\"\n server_url: http://sat01.jferre.lo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/aws | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/aws/tasks/main.yaml",
"content": "---\n- name: \"Install AWS CLI\"\n community.general.homebrew:\n name: awscli\n state: present\n tags: homebrew\n\n- name: \"Create AWS config directory\"\n ansible.builtin.file:\n path: \"{{ ansible_user_dir }}/.aws\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/dotfiles | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/dotfiles/tasks/main.yaml",
"content": "---\n\n- name: \"Ensure stow is installed\"\n community.general.homebrew:\n name: stow\n state: present\n tags: homebrew\n\n- name: \"Stow dotfiles\"\n ansible.builtin.command:\n cmd: stow {{ item }}\n chdir: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/lunarvim | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/lunarvim/tasks/main.yaml",
"content": "---\n- name: \"download\"\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/lunarvim/lunarvim/rolling/utils/installer/install.sh\n dest: /tmp/install-lunarvim.sh\n mode: \"0755\"\n register: download_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/node | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/node/tasks/main.yaml",
"content": "---\n# This is using asdf. Fina another solution.\n#\n# - name: \"install packages\"\n# community.general.npm:\n# name: '{{ item }}'\n# global: true\n# executable: '{{ ansible_user_dir }}/.asdf/shims/npm'\n# with_item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1001,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/oh-my-zsh | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/oh-my-zsh/tasks/main.yaml",
"content": "- block:\n - name: Clone oh-my-zsh\n git:\n repo: \"https://github.com/robbyrussell/oh-my-zsh.git\"\n dest: \"{{ ansible_user_dir }}/.oh-my-zsh\"\n accept_hostkey: yes\n\n - name: Check if oh-my-z... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1042,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/system_defaults | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/system_defaults/tasks/darwin.yaml",
"content": "---\n- block:\n - include_tasks: set_osx_defaults.yaml\n loop: \"{{ osx_global_defaults }}\"\n tags:\n - defaults\n - global\n\n- import_tasks: dock.yaml\n tags: dock\n# - import_tasks: keybindings.yaml\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | mj-meyer/.dotfiles | 728adf707bb6341a5a495b83143718c239ba2f3c | 0 | scripts/common/ansible/roles/tmux | 7,885 | [
"no_license"
] | [
{
"path": "scripts/common/ansible/roles/tmux/tasks/main.yaml",
"content": "---\n\n- name: \"install tmux\"\n community.general.homebrew:\n name:\n - tmux\n - reattach-to-user-namespace\n tags: homebrew\n\n- name: \"ensure tmux plugin directory exists\"\n ansible.builtin.file:\n path: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1428,
"all_permissive": false
} |
ansible_role | Chaigitsy-1/Zeta-Cases | d4cebd5b2945cd937f30f6532534e70fe3aa0505 | 0 | case1/ansible/roles/spawn-nginx | 7,885 | [
"no_license"
] | [
{
"path": "case1/ansible/roles/spawn-nginx/tasks/main.yaml",
"content": "---\n\n- name: spawn nginx container\n docker_container:\n name: \"{{ imagename }}\"\n image: \"{{ imagename }}\"\n state: started\n detach: yes\n exposed_ports:\n - 80\n ports:\n - \"8080:80\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 307,
"all_permissive": false
} |
ansible_role | djouldediallo/Deploy-IBAAS | f5241c2b497f2eb7be8aa898a5bb1a598ed084e9 | 0 | PXE/roles/pxe-server | 7,888 | [
"no_license"
] | [
{
"path": "PXE/roles/pxe-server/tasks/files/copy-iso.yml",
"content": "---\n- name: play copy \n become: true \n hosts: all \n tasks:\n\n - name: Création des répertoires d'un path\n file:\n path: /root/serveur \n state: directory\n mode: 777\n\n - name: copy ubuntu \n copy:\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 17638,
"all_permissive": false
} |
ansible_role | remi95/WebServer-Vagrant-Ansible | 49efa329ab973a7e79d306b2421e9f3555c8794e | 1 | ansible/roles/database | 7,888 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/mysql.yml",
"content": "---\n- name: install mysql\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - mysql-client\n - python3-dev\n - python-mysqldb\n - libmysqlclient-dev\n notify:\n - restart mysql\n\n- name: Install pip\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1935,
"all_permissive": false
} |
ansible_role | remi95/WebServer-Vagrant-Ansible | 49efa329ab973a7e79d306b2421e9f3555c8794e | 1 | ansible/roles/webserver | 7,888 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/php.yml",
"content": "---\n- name: install php and modules\n apt: name={{ item }} state=present\n with_items:\n - php7.0\n - php7.0-mysql\n notify:\n - reload apache",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2032,
"all_permissive": false
} |
ansible_role | PierreKcpe/DevOps2 | 1a1a44cb254b5ac2a1f55a59223a96acaa856d13 | 0 | ansible/roles/app | 7,888 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "---\n# tasks file for roles/app\n- name: Run back-api\n docker_container:\n name: back-api\n image: pierrektl/back-api:back-api\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | PierreKcpe/DevOps2 | 1a1a44cb254b5ac2a1f55a59223a96acaa856d13 | 0 | ansible/roles/database | 7,888 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "---\n# tasks file for roles/database\n- name: Run postgres\n docker_container:\n name: postgres\n image: pierrektl/postgres:postgres\n env: \n POSTGRES_DB: db\n POSTGRES_USER: usr\n POSTGRES_PASSWORD: pwd\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | PierreKcpe/DevOps2 | 1a1a44cb254b5ac2a1f55a59223a96acaa856d13 | 0 | ansible/roles/network | 7,888 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n- name: Create a network\n docker_network:\n name: network_app\n connected: \n - back-api\n - postgres\n - httpd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | PierreKcpe/DevOps2 | 1a1a44cb254b5ac2a1f55a59223a96acaa856d13 | 0 | ansible/roles/proxy | 7,888 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "---\n# tasks file for roles/proxy\n- name: Run HTTPD\n docker_container:\n name: httpd\n image: pierrektl/httpd:httpd\n ports: \"80:80\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | KevinMGranger/infra | ad0a77447309eb0e539f0d5006289c306d7ad875 | 1 | ansible-infra-collection/roles/aap_lab | 7,888 | [
"no_license"
] | [
{
"path": "ansible-infra-collection/roles/aap_lab/tasks/define_vms.yml",
"content": "---\n- name: Define VMs\n ansible.builtin.include_role:\n name: kmg.infra.rhel_vm\n vars:\n vm_name: \"{{ item.vm_name }}\"\n memory: \"{{ item.memory }}\"\n cpus: \"{{ item.cpus }}\"\n disk_gb: \"{{ item.d... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 978,
"all_permissive": false
} |
ansible_role | KevinMGranger/infra | ad0a77447309eb0e539f0d5006289c306d7ad875 | 1 | ansible-infra-collection/roles/daily_driver | 7,888 | [
"no_license"
] | [
{
"path": "ansible-infra-collection/roles/daily_driver/tasks/packages.yaml",
"content": "- name: Install EPEL if rhel 9\n ansible.builtin.command:\n argv: [dnf, -y, install, https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm]\n # ansible.builtin.package:\n # name: \"https://dl.fe... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 33,
"total_bytes": 23781,
"all_permissive": false
} |
ansible_role | KevinMGranger/infra | ad0a77447309eb0e539f0d5006289c306d7ad875 | 1 | ansible-infra-collection/roles/rhel_vm | 7,888 | [
"no_license"
] | [
{
"path": "ansible-infra-collection/roles/rhel_vm/tasks/main.yml",
"content": "- name: Get image\n ansible.builtin.import_tasks:\n name: get_image\n\n- name: Create vm\n ansible.builtin.import_tasks:\n name: create_vm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3215,
"all_permissive": false
} |
ansible_role | KevinMGranger/infra | ad0a77447309eb0e539f0d5006289c306d7ad875 | 1 | ansible-infra-collection/roles/vs_code | 7,888 | [
"no_license"
] | [
{
"path": "ansible-infra-collection/roles/vs_code/tasks/install.yaml",
"content": "- name: Set up rpm_key if on RedHat\n when: ansible_os_family == \"RedHat\"\n become: true\n rpm_key:\n key: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Set up repo if on RedHat\n when: ansible_os_fami... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5283,
"all_permissive": false
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-cleanup | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-cleanup/tasks/main.yml",
"content": "---\n# tasks file for infrared-cleanup\n- name: cleanup deployment\n shell: |\n source {{ infrared_venv }}\n infrared virsh --cleanup yes --host-address {{ infrared.hypervisor }} --host-key {{ infrared.host_key }}\n args:\n ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-hosts | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-hosts/tasks/main.yml",
"content": "---\n# tasks file for infrared-hosts\n- name: copy needed files\n copy:\n src: \"{{ infrared_workspace }}/.workspaces/active/hosts\"\n dest: \"{{ playbook_dir }}\"\n force: yes\n\n\n",
"license_type": "permissive",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-install | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-install/tasks/main.yml",
"content": "---\n# tasks file for infrared-install\n- name: Install dependencies\n package: \n name: \"{{ item }}\"\n state: installed\n loop:\n - git\n - gcc\n - libffi-devel\n - python-virtualenv\n - libselinux-pyt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-introspect | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-introspect/tasks/main.yml",
"content": "---\n# tasks file for infrared-introspect\n\n- name: add infrared overcloud plugin\n shell: |\n source {{infrared_venv }}\n infrared plugin add plugins/tripleo-overcloud\n args:\n chdir: \"{{ infrared_dir }}\"\n ignore_erro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-openshift | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-openshift/defaults/main.yml",
"content": "---\n# defaults file for infrared-openshift\ninfrared:\n openshift_plugin_repo: https://code.engineering.redhat.com/gerrit/openshift-ir-plugin.git\n openshift_plugin_name: openshift-ir-plugin\nopenshift:\n release: 3.11\n",
"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1164,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-overcloud | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-overcloud/files/network_data.yaml",
"content": "- name: Storage\n vip: true\n vlan: 30\n name_lower: storage\n ip_subnet: '172.17.3.0/24'\n allocation_pools: [{'start': '172.17.3.10', 'end': '172.17.3.149'}]\n\n- name: InternalApi\n name_lower: internal_api\n vip: tr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3655,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-provision | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-provision/tasks/main.yml",
"content": "---\n# tasks file for infrared-provision\n- name: add infrared virsh plugin\n shell: |\n source {{ infrared_venv }}\n infrared plugin add plugins/virsh\n args:\n chdir: \"{{ infrared_dir }}\"\n ignore_errors: true\n \n- nam... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1322,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-templates | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-templates/files/network-environment.yaml",
"content": "parameter_defaults:\n ControlPlaneDefaultRoute: 192.168.24.1\n ControlPlaneSubnetCidr: '24'\n DnsServers:\n - 10.0.0.1\n EC2MetadataIp: 192.168.24.1\n ExternalAllocationPools:\n - end: 10.0.0.149\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2539,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/infrared-undercloud | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/infrared-undercloud/tasks/main.yml",
"content": "---\n# tasks file for infrared-undercloud\n- name: add infrared undercloud plugin\n shell: |\n source {{infrared_venv }}\n infrared plugin add plugins/tripleo-undercloud\n args:\n chdir: \"{{ infrared_dir }}\"\n ignore_err... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 552,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/openshift-baremetal | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/openshift-baremetal/tasks/main.yml",
"content": "---\n- name: install rhel7 and openshift repos\n shell: |\n rpm -i http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm\n rhos-release 14-director -p passed_phase2 --without-ceph -t /tmp\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1235,
"all_permissive": true
} |
ansible_role | smalleni/sahasra | d3bee3122e4d004fe265d10da313a69993d56c1b | 2 | ansible/roles/simulate-compute | 7,888 | [
"permissive"
] | [
{
"path": "ansible/roles/simulate-compute/tasks/main.yml",
"content": "---\n- name: copy config files\n fetch:\n src: \"{{ item }}\"\n dest: \"{{ role_path }}/files/\"\n flat: yes\n with_items:\n - /etc/hosts\n - /var/lib/config-data/puppet-generated/nova_libvirt/etc/nova/nova.conf\n - /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 10664,
"all_permissive": true
} |
ansible_role | eafuna/eol-openstack-tempest-skiplist | 8fa63d496a01879fbaad9bc166f921f9a04480c1 | 0 | roles/install_skiplist | 7,888 | [
"no_license"
] | [
{
"path": "roles/install_skiplist/tasks/main.yaml",
"content": "---\n- block:\n - name: Create tempest-skiplist venv with latest pip, setuptools and pbr\n pip:\n name: ['setuptools', 'pbr']\n state: latest\n extra_args: --user\n\n - name: Ensure a recent version of pip is installed\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1074,
"all_permissive": false
} |
ansible_role | eafuna/eol-openstack-tempest-skiplist | 8fa63d496a01879fbaad9bc166f921f9a04480c1 | 0 | roles/list_allowed | 7,888 | [
"no_license"
] | [
{
"path": "roles/list_allowed/README.rst",
"content": "List allowed tempest tests\n==========================\n\nThis role executes the tempest-skip tool and returns the list of tests to be\nexecuted.\n\n**Role Variables**\n\n.. zuul:rolevar:: list_allowed_yaml_file\n :type: string\n\n Path to the yaml... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3813,
"all_permissive": false
} |
ansible_role | eafuna/eol-openstack-tempest-skiplist | 8fa63d496a01879fbaad9bc166f921f9a04480c1 | 0 | roles/list_skipped | 7,888 | [
"no_license"
] | [
{
"path": "roles/list_skipped/library/list_skipped.py",
"content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http://w... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4920,
"all_permissive": false
} |
ansible_role | eafuna/eol-openstack-tempest-skiplist | 8fa63d496a01879fbaad9bc166f921f9a04480c1 | 0 | roles/validate_yaml | 7,888 | [
"no_license"
] | [
{
"path": "roles/validate_yaml/defaults/main.yaml",
"content": "---\n# Path for the tempest skkip\n# tempest_skip_path:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/validate_yaml/tasks/main.yaml",
"content": "---\n- block:\n - name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1232,
"all_permissive": false
} |
ansible_role | bryion/ansible-minerva | 078db4729b2e665eaa1093504e905412c3a7952b | 2 | roles/containers | 7,888 | [
"no_license"
] | [
{
"path": "roles/containers/tasks/directories.yml",
"content": "---\n- name: Import \"docker-minerva\" Repository\n git:\n repo: https://github.com/bryion/docker-minerva.git\n dest: /home/{{ username }}/repos/\n clone: yes\n update: yes\n\n- name: Import \"discord-music-bot\" Repository\n git:... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4006,
"all_permissive": false
} |
ansible_role | bryion/ansible-minerva | 078db4729b2e665eaa1093504e905412c3a7952b | 2 | roles/geerlingguy.docker | 7,888 | [
"no_license"
] | [
{
"path": "roles/geerlingguy.docker/tasks/setup-Debian.yml",
"content": "---\n- name: Ensure old versions of Docker are not installed.\n package:\n name:\n - docker\n - docker.io\n - docker-engine\n state: absent\n\n- name: Ensure dependencies are installed.\n apt:\n name:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | bryion/ansible-minerva | 078db4729b2e665eaa1093504e905412c3a7952b | 2 | roles/initialize | 7,888 | [
"no_license"
] | [
{
"path": "roles/initialize/tasks/setup.yml",
"content": "---\n\n#- name: create groups\n# group: \n# name: \"{{ item }}\"\n# loop:\n# - \"{{ username }}\"\n# - \"{{ nrusername }}\"\n# - docker\n\n#- name: create non-root user\n# user: \n# name: \"{{ nrusername }}\"\n# password: \"{{ <P... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2518,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/ansible-lint | 7,889 | [
"no_license"
] | [
{
"path": "roles/ansible-lint/tasks/main.yml",
"content": "---\n\n- name: Pip install ansible-lint\n pip: name=ansible-lint\n tags:\n - build\n - system\n - ansible-lint\n\n\n- name: Link to usr/bin\n file: src=/usr/local/bin/ansible-lint dest=/usr/bin/ansible-lint state=link owner=root group=ro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/awsmissingtools | 7,889 | [
"no_license"
] | [
{
"path": "roles/awsmissingtools/tasks/main.yml",
"content": "---\n\n- name: Checkout AWS missing tools\n git: repo=\"{{ aws_missing_tools_url }}\" dest=/usr/share/aws-missing-tools\n tags:\n - system\n - build\n - awsmissingtools\n\n- name: Setting up ec2-backup \n file: src=/usr/share/aws-miss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/base | 7,889 | [
"no_license"
] | [
{
"path": "roles/base/templates/etc/init.d/instance_conf",
"content": "#!/bin/bash\n#\n# instance_conf\n#\n# chkconfig: 2345 48 48\n# description: Configures an instance if needed\n# \n#\n### BEGIN INIT INFO\n# Provides: instance_conf\n# Required-Start: $local_fs $network set_hostname\n# Requ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4590,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/cli53 | 7,889 | [
"no_license"
] | [
{
"path": "roles/cli53/tasks/main.yml",
"content": "---\n\n# https://github.com/barnybug/cli53\n- name: Install Route53\n command: pip install --install-option=\"--install-scripts=/usr/bin\" cli53\n tags:\n - system\n - build\n - cli53\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/devel | 7,889 | [
"no_license"
] | [
{
"path": "roles/devel/tasks/main.yml",
"content": "---\n- name: Install Development Tools\n yum: name=\"@Development Tools\" state=latest\n tags:\n - system\n - build\n - packages\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/fpm | 7,889 | [
"no_license"
] | [
{
"path": "roles/fpm/meta/main.yml",
"content": "---\n\ndependencies:\n- ruby",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "roles/fpm/tasks/main.yml",
"content": "---\n\n# Also in epel-testing\n- name: Effing package manager\n gem: name=fpm ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/jenkins | 7,889 | [
"no_license"
] | [
{
"path": "roles/jenkins/meta/main.yml",
"content": "---\n\ndependencies:\n- oraclejdk8\n- jenkins-user\n- nginx\n- packer",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/jenkins/vars/main.yml",
"content": "---\n\n# Variables\n\n# jenkins... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4149,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/jenkins-user | 7,889 | [
"no_license"
] | [
{
"path": "roles/jenkins-user/tasks/main.yml",
"content": "---\n\n- name: Add group jenkins\n group: name=jenkins gid=498 state=present\n tags:\n - system\n - jenkins-user\n - build\n\n- name: Add user jenkins\n user: name=jenkins comment=\"Jenkins Continuous Build server\" home=/var/lib/jenkins shel... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/jetty8 | 7,889 | [
"no_license"
] | [
{
"path": "roles/jetty8/tasks/main.yml",
"content": "---\n\n- name: Add group jetty\n group: name=jetty gid=1050 state=present\n tags:\n - system\n - jetty\n - build\n\n- name: Add system user jetty\n user: name=jetty comment=\"jetty Service\" uid=1050 group=jetty\n tags:\n - system\n - j... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3240,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/jq | 7,889 | [
"no_license"
] | [
{
"path": "roles/jq/files/usr/local/bin/jq_README.md",
"content": "# ./JQ\n\n## Overview\n\njq is written in C and has no runtime dependencies, so it should be possible to build it for nearly any platform. Prebuilt binaries are available for Linux, OS X and Windows.\n\nThe binaries should just run, but on O... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/nexus | 7,889 | [
"no_license"
] | [
{
"path": "roles/nexus/vars/main.yml",
"content": "---\n\n# Nexus http://www.sonatype.org/\nnexus_url: http://www.sonatype.org/downloads/nexus-latest-bundle.tar.gz\nnexus_home: \"{{ kenzanmedia_apps }}/sonatype_nexus\"\nnexus_data: \"{{ kenzanmedia_data }}/sonatype_nexus\"\nnexus_dns: repo.kenzanmedia.build... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2770,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/nginx | 7,889 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n- name: Install packages\n yum: name={{ item }} state=latest\n with_items: packages\n tags:\n - system\n - nginx\n - build\n\n- name: Nginx main config nginx.conf\n template: src=etc/nginx/nginx.conf dest=/etc/nginx/nginx.conf\n notify:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/oraclejdk8 | 7,889 | [
"no_license"
] | [
{
"path": "roles/oraclejdk8/vars/main.yml",
"content": "---\n# file: roles/oraclejdk8/vars/main.yml\njdk_major_version: 8\njdk_version: 8u45\n\n# Nexus location\n# Example http://repo.kenzanmedia.build/nexus/content/repositories/releases/oracle/jdk8/8u31/jdk8-8u31-x64.tar.gz\n# jdk_url: http://repo.kenzanme... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2285,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/packer | 7,889 | [
"no_license"
] | [
{
"path": "roles/packer/tasks/main.yml",
"content": "---\n\n- name: Download packer\n get_url: url={{ packer_url }} dest=/tmp/packer{{ packer_version }}.zip owner=root group=root mode=0644\n tags:\n - system\n - build\n - packer\n\n- name: Extract packer\n command: unzip /tmp/packer{{ packer_version }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/postrun | 7,889 | [
"no_license"
] | [
{
"path": "roles/postrun/tasks/main.yml",
"content": "---\n\n- name: Remove packer key\n lineinfile: dest=/home/ec2-user/.ssh/authorized_keys state=absent regexp='(.*)packer(.*)'\n tags:\n - config\n - build\n - postrun-config\n\n- name: AMI Profile\n template: src={{ kenzanmedia_etc }}/ami_profile de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/rpmdevel | 7,889 | [
"no_license"
] | [
{
"path": "roles/rpmdevel/vars/main.yml",
"content": "---\n\n# Group install in in main\npackages:\n - createrepo\n - rpmdevtools",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/rpmdevel/tasks/main.yml",
"content": "---\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/s3cmd | 7,889 | [
"no_license"
] | [
{
"path": "roles/s3cmd/tasks/main.yml",
"content": "---\n\n# https://github.com/s3tools/s3cmd\n- name: Install s3cmd\n command: pip install --install-option=\"--install-scripts=/usr/bin\" s3cmd\n tags:\n - system\n - build\n - s3cmd",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/terraform | 7,889 | [
"no_license"
] | [
{
"path": "roles/terraform/vars/main.yml",
"content": "---\n\nterraform_version: 0.5.1\nterraform_url: https://dl.bintray.com/mitchellh/terraform/terraform_{{ terraform_version }}_linux_amd64.zip\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"path": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | jvasallo/ami-roles | 48a8ddb67205575bf8cc02006d241725fbd4615b | 0 | roles/tomcat7 | 7,889 | [
"no_license"
] | [
{
"path": "roles/tomcat7/tasks/main.yml",
"content": "---\n\n- name: Install packages\n yum: name={{ item }} state=latest\n with_items: packages\n notify: enable tomcat7\n tags:\n - system\n - tomcat7\n - build\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 571,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/base | 7,889 | [
"no_license"
] | [
{
"path": "roles/base/tasks/hosts.yml",
"content": "---\n- name: \"Build hosts file\"\n lineinfile: dest=/etc/hosts\n regexp='^{{ ansible_default_ipv4.address }}'\n line=\"{{ ansible_default_ipv4.address }} {{ inventory_hostname }} {{ ansible_hostname }}\"\n state=present\n when: ansible_default_... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 13700,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/fix_ovh | 7,889 | [
"no_license"
] | [
{
"path": "roles/fix_ovh/tasks/main.yml",
"content": "---\n- lineinfile: dest=/etc/sysconfig/network-scripts/route6-eth0\n regexp='(?i)fd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b' state=absent\n notify: Restart network\n register: fix_ipv6\n\n- name: Restart network\n service: name=network state=restarted... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 273,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/named | 7,889 | [
"no_license"
] | [
{
"path": "roles/named/tasks/main.yml",
"content": "---\n- name: named package\n include: package.yml\n tags:\n - package\n - named-package\n\n- name: named configuration\n include: configuration.yml\n when: ansible_os_family == \"RedHat\"\n tags:\n - configuration\n - named-configuration\n",
"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1737,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/nginx | 7,889 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: nginx package\n include: package.yml\n tags:\n - package\n - nginx-package\n\n- name: nginx configuration\n include: configuration.yml\n tags:\n - configuration\n - nginx-configuration\n",
"license_type": "no_license",
"detecte... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1706,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/openstack | 7,889 | [
"no_license"
] | [
{
"path": "roles/openstack/defaults/main.yml",
"content": "openstack_package_url: http://rdo.fedorapeople.org/openstack-kilo/rdo-release-kilo.rpm\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/openstack/tasks/main.yml",
"content": "---... | {
"task_files": 16,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 240006,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/openvpn | 7,889 | [
"no_license"
] | [
{
"path": "roles/openvpn/tasks/main.yml",
"content": "---\n- include: package.yml\n tags:\n - package\n - openvpn-package\n\n- include: pki.yml\n when: inventory_hostname == \"{{ openvpn_server }}\"\n tags:\n - configuration\n - openvpn-configuration\n\n- include: sync_pki.yml\n when: inventory_host... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3386,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/postfix | 7,889 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/configuration.yml",
"content": "---\n- lineinfile: dest=/etc/postfix/main.cf\n regexp=\"^{{ item.key }}\"\n line=\"{{ item.key }} = {{ item.value }}\"\n with_items:\n - { key: 'myhostname', value: '{{ postfix_myhostname }}' }\n - { key: 'inet_interfaces', value: '{{ p... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1574,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/transmission | 7,889 | [
"no_license"
] | [
{
"path": "roles/transmission/tasks/main.yml",
"content": "---\n- name: transmission package\n include: package.yml\n tags:\n - package\n - transmission-package\n\n- name: transmission configuration\n include: configuration.yml\n tags:\n - configuration\n - transmission-configuration\n",
"licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1434,
"all_permissive": false
} |
ansible_role | qwazerty/ansible-playbooks | 41146da640d2d4b1e59b2e65fba412efbb8a5cc8 | 4 | roles/user | 7,889 | [
"no_license"
] | [
{
"path": "roles/user/tasks/configuration.yml",
"content": "---\n- name: \"create user\"\n user: name={{ user }} shell=/usr/bin/zsh groups='wheel' append=yes\n\n- name: \"ssh keys\"\n authorized_key: key={{ authorized_keys }} user={{ user }} exclusive={{ authorized_keys_exclusive }}\n\n- name: create dire... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1239,
"all_permissive": false
} |
ansible_role | excircle/ansible-playbooks | 39f3aeee2dac00cf2151e1ecd60a7f664baf9293 | 0 | react-flux/roles/dependancies-role | 7,889 | [
"no_license"
] | [
{
"path": "react-flux/roles/dependancies-role/tasks/install.yaml",
"content": "---\n- name: Installing general dependencies via yum\n ansible.builtin.yum:\n name:\n - unzip\n - wget\n - tree\n - mlocate\n - curl\n - nmap-ncat\n - jq\n - epel-release\n - htop\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | excircle/ansible-playbooks | 39f3aeee2dac00cf2151e1ecd60a7f664baf9293 | 0 | react-flux/roles/kernel-role | 7,889 | [
"no_license"
] | [
{
"path": "react-flux/roles/kernel-role/tasks/kernel.yml",
"content": "- name: Add Debian Kernel repository into sources list\n ansible.builtin.apt_repository:\n repo: deb http://deb.debian.org/debian buster-backports main\n state: present\n\n- name: Update to latest Kernel under buster-backports\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 985,
"all_permissive": false
} |
ansible_role | excircle/ansible-playbooks | 39f3aeee2dac00cf2151e1ecd60a7f664baf9293 | 0 | react-flux/roles/nginx-role | 7,889 | [
"no_license"
] | [
{
"path": "react-flux/roles/nginx-role/defaults/main.yaml",
"content": "---\napplication_directory: /app\nreact_directory_name: wolfhouse\nreact_directory: \"{{ application_directory }}/{{ react_directory }}\"\n\ngeneral_user: 'dojo'\ngeneral_group: 'dojo'",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 231,
"all_permissive": false
} |
ansible_role | excircle/ansible-playbooks | 39f3aeee2dac00cf2151e1ecd60a7f664baf9293 | 0 | react-flux/roles/react-role | 7,889 | [
"no_license"
] | [
{
"path": "react-flux/roles/react-role/defaults/main.yaml",
"content": "---\napplication_directory: /app\n\nreact_version: 14\nreact_directory_name: wolfhouse\nreact_directory: \"{{ application_directory }}/{{ react_directory_name }}\"\n\ngeneral_user: dojo\ngeneral_group: dojo",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | mka-devit/ansible_learn | aa6252cafcec922de6585f976148dda4aad38813 | 0 | 11.roles/roles/nginx_deploy_web | 7,889 | [
"no_license"
] | [
{
"path": "11.roles/roles/nginx_deploy_web/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for nginx_deploy_web\n- block:\n - name: Install NGINX on Debian\n apt:\n name: nginx\n state: present\n update_cache: yes\n when: ansible_facts['os_family... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3648,
"all_permissive": false
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/common | 7,889 | [
"permissive"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# TODO: This role can be done in cobbler!!\n# This role contains common plays that will run on all nodes.\n\n- name: Clean up repo cache\n shell: yum clean all \n\n# Disable NetworkManager\n- name: Disable NetworkManager\n service: name=NetworkMana... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2111,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/common_vm | 7,889 | [
"permissive"
] | [
{
"path": "roles/common_vm/tasks/main.yml",
"content": "---\n# TODO: This role can be done in cobbler!!\n# This role contains common plays that will run on all nodes.\n\n- name: Remove all the repo\n shell: rm -rf /etc/yum.repos.d/*.repo\n\n# TODO: use template to support different repo address\n- name: Cr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 761,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/elasticsearch | 7,889 | [
"permissive"
] | [
{
"path": "roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: Install elasticsearch\n yum: name={{ item }} state=present\n with_items:\n - java-1.7.0-openjdk\n - elasticsearch-1.7.1\n\n- name: configure elasticsearch\n template: src=etc/sysconfig/elasticsearch.j2 dest=/etc/sysconfig/elas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 987,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/haproxy | 7,889 | [
"permissive"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n# This role will install and config haproxy\n\n- name: Install haproxy\n yum: name=haproxy state=present\n\n#- name: Copy cert\n# copy: src=haproxy.qa.webex.com.pem dest=/etc/ssl\n\n- name: Configure haproxy\n template: src=etc/haproxy/haproxy.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 539,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/kibana | 7,889 | [
"permissive"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- name: check if kibana is already installed\n stat: path=\"/opt/kibana-4.1.1-linux-x64/bin/kibana\"\n changed_when: false\n register: kibana_installed\n\n- name: get Kibana archive\n get_url: url=https://download.elastic.co/kibana/kibana/kibana-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/logstash | 7,889 | [
"permissive"
] | [
{
"path": "roles/logstash/tasks/main.yml",
"content": "---\n- name: Install logstash\n yum: name={{ item }} state=present\n with_items:\n - java-1.7.0-openjdk\n - logstash-1.5.4-1\n\n- name: configure ssl cert\n copy: src={{ item.src }} dest={{ item.dest }} group={{ item.group }} owner={{ item.owne... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1496,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/logstash-forwarder | 7,889 | [
"permissive"
] | [
{
"path": "roles/logstash-forwarder/tasks/main.yml",
"content": "---\n- name: Install ELK\n yum: name={{ item }} state=present\n with_items:\n - java-1.7.0-openjdk\n - logstash-forwarder-0.4.0-1\n\n- name: configure ssl cert\n copy: src={{ item.src }} dest={{ item.dest }} group={{ item.group }} own... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 936,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/mysql | 7,889 | [
"permissive"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# This role will install MySQL and create db user and give permissions.\n\n- name: Install Mysql package\n yum: name={{ item }} state=present\n with_items:\n - mariadb\n - mariadb-galera-server\n - MySQL-python\n\n- name: create mariadb.ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1314,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/mysqlcluster_finish | 7,889 | [
"permissive"
] | [
{
"path": "roles/mysqlcluster_finish/handlers/main.yml",
"content": "---\n- name: restart mariadb\n service: name=mariadb state=restarted\n\n- name: reload systemd\n command: systemctl daemon-reload\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 857,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/nova_compute | 7,889 | [
"permissive"
] | [
{
"path": "roles/nova_compute/tasks/main.yml",
"content": "---\n# This role is used to deploy and config nova service on compute node\n\n- name: Install nova-compute packages\n yum: name={{ item }} state=present\n with_items:\n - openstack-nova-compute\n - sysfsutils\n\n- name: Configure nova config\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1788,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/patch_compute | 7,889 | [
"permissive"
] | [
{
"path": "roles/patch_compute/tasks/main.yml",
"content": "---\n# Fix Some bug...\n- name: Fix nova live-migration from 16 cpus server to 8 cpus server\n copy: src={{ item.src }} dest={{ item.dest }} group={{ item.group }} owner={{ item.owner }} mode={{ item.mode }}\n with_items:\n - { src: 'patch/us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1054,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/patch_controller | 7,889 | [
"permissive"
] | [
{
"path": "roles/patch_controller/tasks/main.yml",
"content": "---\n# Fix Some bug...\n# TODO: This should be managed by bug\n\n# Keystone bug when we enable LB HTTPS\n# https://bugs.launchpad.net/keystone/+bug/1370022\n- name: Fix keystone bug 1370022\n copy: src={{ item.src }} dest={{ item.dest }} group=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4485,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/rabbitmqcluster | 7,889 | [
"permissive"
] | [
{
"path": "roles/rabbitmqcluster/tasks/main.yml",
"content": "---\n# This role will install RabbitMQ and config RabbitMQ User\n\n- name: Install RabbitMQ\n yum: name=rabbitmq-server state=present\n\n- name: create rabbitmq-server.service.d dir\n file: name=/etc/systemd/system/rabbitmq-server.service.d sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2235,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/swift_proxy | 7,889 | [
"permissive"
] | [
{
"path": "roles/swift_proxy/tasks/rsync.yml",
"content": "---\n\n- name: Install rsync package\n yum: name=rsync state=present\n\n- name: Configure rsync \n template: src=etc/rsyncd.conf.j2 dest=/etc/rsyncd.conf mode=0644\n notify:\n - restart rsyncd\n\n- name: Start rsyncd\n service: name=rsyncd st... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4190,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/swift_proxy_finish | 7,889 | [
"permissive"
] | [
{
"path": "roles/swift_proxy_finish/tasks/rings.yml",
"content": "---\n# rebalance rings\n\n- name: rebalance rings\n delegate_to: \"{{ groups['swift_proxy_server'][0] }}\"\n command: swift-ring-builder {{ item }}.builder rebalance\n chdir=/etc/swift \n register: rebalance\n ignore_errors: tru... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1335,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/swift_storage | 7,889 | [
"permissive"
] | [
{
"path": "roles/swift_storage/tasks/services.yml",
"content": "---\r\n# services\r\n\r\n- name: Start rsyncd\r\n service: name=rsyncd state=started enabled=yes\r\n\r\n- name: start swift\r\n service: name=openstack-swift-{{ item }} state=started enabled=yes\r\n with_items:\r\n - account\r\n - accou... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3556,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/swift_storage_finish | 7,889 | [
"permissive"
] | [
{
"path": "roles/swift_storage_finish/handlers/main.yml",
"content": "---\n- name: restart rsyncd\n service: name=rsyncd state=restarted\n\n- name: restart openstack-swift-account\n service: name=openstack-swift-account state=restarted\n\n- name: restart openstack-swift-account-auditor\n service: name=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2078,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/upgrade | 7,889 | [
"permissive"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n# This role contains common plays that will run on all nodes.\n- name: upgrade all packages\n yum: name=* state=latest\n register: ret\n\n# Centos 7 will shutdown stop system, to protect this, we need 1 min delay\n- name: restart machine\n shell:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 490,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/zabbix_agent | 7,889 | [
"permissive"
] | [
{
"path": "roles/zabbix_agent/tasks/main.yml",
"content": "---\n# This role will install and configure zabbix agent\n# Install zabbix agent\n- name: Install zabbix agent\n yum: name=zabbix-agent state=present\n\n- name: Copy zabbix_agentd.conf\n template: src=templates/etc/zabbix/zabbix_agentd.conf.j2 des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": true
} |
ansible_role | jamzhu/openstack-ansible | 43a093eacdf4b3f048ceaa63b93689d05d085bf9 | 0 | roles/zabbix_server | 7,889 | [
"permissive"
] | [
{
"path": "roles/zabbix_server/tasks/main.yml",
"content": "---\n# This role will install and configure zabbix server\n# Install zabbix server\n- name: Install zabbix-server\n yum: name={{ item }} state=present\n with_items:\n - zabbix-server-mysql\n - zabbix-web-mysql\n - mariadb-server\n\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1821,
"all_permissive": true
} |
ansible_role | m-czernek/code-samples | eae1b725c7b57f782aa86e19cdeec279aab3ddbf | 0 | ansible_facts/roles/check_python | 7,889 | [
"no_license"
] | [
{
"path": "ansible_facts/roles/check_python/tasks/main.yml",
"content": "---\n- name: Check for the Python2 binary\n command: \"{{ python2 }} --version\"\n ignore_errors: true\n register: python2\n\n- name: Add the Python2 binary to list if it exists\n set_fact:\n python_binaries: \"{{ python_binarie... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 573,
"all_permissive": false
} |
ansible_role | m-czernek/code-samples | eae1b725c7b57f782aa86e19cdeec279aab3ddbf | 0 | ansible_facts/roles/list_python_binaries | 7,889 | [
"no_license"
] | [
{
"path": "ansible_facts/roles/list_python_binaries/tasks/main.yml",
"content": "---\n# tasks file for roles/list_python_binaries\n- name: Listing python binaries\n debug:\n msg: \"Python {{ python_binaries }} binary exists on the system\"\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 157,
"all_permissive": false
} |
ansible_role | ibshafique/ansible-post-install | 60b092b41adab9be4d2bfe961811c2db790ac35a | 2 | roles/chrony-ntp | 7,889 | [
"no_license"
] | [
{
"path": "roles/chrony-ntp/defaults/main.yml",
"content": "---\n# defaults file for ./Roles/chrony-ntp/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/chrony-ntp/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: roo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | ibshafique/ansible-post-install | 60b092b41adab9be4d2bfe961811c2db790ac35a | 2 | roles/clamAV-crontab | 7,889 | [
"no_license"
] | [
{
"path": "roles/clamAV-crontab/vars/main.yml",
"content": "---\n# vars file for ./Roles/clamAV-crontab/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/clamAV-crontab/defaults/main.yml",
"content": "---\n# defaults file for ./Roles/cla... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 502,
"all_permissive": false
} |
ansible_role | ibshafique/ansible-post-install | 60b092b41adab9be4d2bfe961811c2db790ac35a | 2 | roles/create-user | 7,889 | [
"no_license"
] | [
{
"path": "roles/create-user/handlers/main.yml",
"content": "---\n# handlers file for ./Roles/create-user/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/create-user/tasks/main.yml",
"content": "---\n# tasks file for ./Roles/create-use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | ibshafique/ansible-post-install | 60b092b41adab9be4d2bfe961811c2db790ac35a | 2 | roles/google-chrome | 7,889 | [
"no_license"
] | [
{
"path": "roles/google-chrome/handlers/main.yml",
"content": "---\n# handlers file for ./Roles/google-chrome/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/google-chrome/vars/main.yml",
"content": "---\n# vars file for ./Roles/google... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1708,
"all_permissive": false
} |
ansible_role | ibshafique/ansible-post-install | 60b092b41adab9be4d2bfe961811c2db790ac35a | 2 | roles/install-deb-packages | 7,889 | [
"no_license"
] | [
{
"path": "roles/install-deb-packages/tasks/main.yml",
"content": "---\n# tasks file for ./Roles/install-deb-packages/\n- name: copying the required .deb files\n copy:\n src: ./roles/files/{{ item }}\n dest: '/tmp/'\n force: no\n with_items:\n - rmmagent_2.0.4_amd64.deb\n - spark_2_9_4.deb\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 872,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.