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 | noisy-murmure/Install_Wordpress_From_Scratch | c9a5ce77ecb30a004a5193dbc12310e1098e4116 | 0 | roles/nginx_install | 7,918 | [
"no_license"
] | [
{
"path": "roles/nginx_install/handlers/main.yml",
"content": "---\n# handlers file for nginx_install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/nginx_install/vars/main.yml",
"content": "---\n# vars file for nginx_install",
"lice... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | noisy-murmure/Install_Wordpress_From_Scratch | c9a5ce77ecb30a004a5193dbc12310e1098e4116 | 0 | roles/php_install | 7,918 | [
"no_license"
] | [
{
"path": "roles/php_install/vars/main.yml",
"content": "---\n# vars file for php_install\napt_key_path: \"/home/murmure/apt.gpg\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/php_install/defaults/main.yml",
"content": "---\n# defaul... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1856,
"all_permissive": false
} |
ansible_role | Alii2121/Ansible | cc17b3b7d8de29c450a00c22f15707d70d36f840 | 0 | roles/sonarqube | 7,918 | [
"no_license"
] | [
{
"path": "roles/sonarqube/tasks/main.yml",
"content": "---\n - name: Update apt-get repo and cache\n apt: \n update_cache: yes \n force_apt_get: yes \n cache_valid_time: 3600\n \n - name: install JDK 11\n apt:\n name: \"{{item}}\"\n state: present\n update_cach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5305,
"all_permissive": false
} |
ansible_role | catass35/projet2 | cc3a5189226188d9e383ef62e183d9b9429b1bbf | 0 | roles/ssh_header | 7,918 | [
"no_license"
] | [
{
"path": "roles/ssh_header/tasks/main.yml",
"content": "---\n- name: Create SSH header file\n template:\n src: ssh_header.j2\n dest: /etc/ssh/ssh_header\n owner: root\n group: root\n mode: '0644'\n\n- name: Configure SSH to use header\n lineinfile:\n path: /etc/ssh/sshd_config\n rege... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 384,
"all_permissive": false
} |
ansible_role | OpenStorageNetwork/ansible-osn | ec700a277b917a77ca407d6aff7f376e0307fb7e | 1 | roles/ceph-common | 7,918 | [
"no_license"
] | [
{
"path": "roles/ceph-common/tasks/setup_ceph_conf.yml",
"content": "---\n- name: copy in ceph.conf\n copy:\n src: files/ceph.conf\n dest: /etc/ceph/ceph.conf\n owner: ceph\n group: ceph\n mode: 0600\n\n- name: set Ceph cluster ID\n replace:\n path: /etc/ceph/ceph.conf\n regexp: _FSID... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 7271,
"all_permissive": false
} |
ansible_role | OpenStorageNetwork/ansible-osn | ec700a277b917a77ca407d6aff7f376e0307fb7e | 1 | roles/ceph-mon | 7,918 | [
"no_license"
] | [
{
"path": "roles/ceph-mon/tasks/main.yml",
"content": "---\n- name: Generate the monitor map\n become: yes\n include: gen_monitor_map.yml\n\n- name: start ceph-mon@{{ ceph_monitor_hosts.index(inventory_hostname) }}\n become: yes\n systemd:\n name: ceph-mon@{{ ceph_monitor_hosts.index(inventory_hostna... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2337,
"all_permissive": false
} |
ansible_role | OpenStorageNetwork/ansible-osn | ec700a277b917a77ca407d6aff7f376e0307fb7e | 1 | roles/ceph-osd | 7,918 | [
"no_license"
] | [
{
"path": "roles/ceph-osd/defaults/main.yml",
"content": "---\n# defaults file for ceph-osd\nosd_devices: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/ceph-osd/tasks/install_osd_bootstrap_keyring.yml",
"content": "---\n- name: Che... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1471,
"all_permissive": false
} |
ansible_role | OpenStorageNetwork/ansible-osn | ec700a277b917a77ca407d6aff7f376e0307fb7e | 1 | roles/ceph-rgw | 7,918 | [
"no_license"
] | [
{
"path": "roles/ceph-rgw/tasks/gen_radosgw_keyring.yml",
"content": "---\n- name: Check for local copy of radosgw keyring\n local_action: stat path={{ playbook_dir }}/state/ceph.client.radosgw.keyring\n register: local_key\n become: no\n\n- name: Generate a radosgw keyring\n shell: \"ceph-authtool --cr... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2604,
"all_permissive": false
} |
ansible_role | OpenStorageNetwork/ansible-osn | ec700a277b917a77ca407d6aff7f376e0307fb7e | 1 | roles/globus-gcs | 7,918 | [
"no_license"
] | [
{
"path": "roles/globus-gcs/tasks/install_gcs_packages.yml",
"content": "---\n- name: install GCS RPM repository key\n rpm_key:\n key: https://downloads.globus.org/toolkit/gt6/stable/repo/rpm/RPM-GPG-KEY-Globus\n\n- name: install GCS repository\n yum:\n name: https://downloads.globus.org/toolkit/glo... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3610,
"all_permissive": false
} |
ansible_role | OpenStorageNetwork/ansible-osn | ec700a277b917a77ca407d6aff7f376e0307fb7e | 1 | roles/user-accts | 7,918 | [
"no_license"
] | [
{
"path": "roles/user-accts/defaults/main.yml",
"content": "---\n# defaults file for user-accts\nend_users: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/user-accts/vars/main.yml",
"content": "---\n# vars file for user-accts\n",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | jmcleroy/iosxe | c17ea66d95629f735fcc0d5457a5f1ea73084a21 | 0 | roles/backup | 7,918 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- name: gather ios_facts\n ios_facts:\n register: version\n\n- debug:\n msg: \"{{version}}\"\n\n- name: Backup configuration\n ios_config:\n backup: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 155,
"all_permissive": false
} |
ansible_role | jmcleroy/iosxe | c17ea66d95629f735fcc0d5457a5f1ea73084a21 | 0 | roles/diff | 7,918 | [
"no_license"
] | [
{
"path": "roles/diff/tasks/main.yml",
"content": "---\n- name: check the startup-config against the running-config\n ios_config:\n diff_against: startup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | jmcleroy/iosxe | c17ea66d95629f735fcc0d5457a5f1ea73084a21 | 0 | roles/interface_state | 7,918 | [
"no_license"
] | [
{
"path": "roles/interface_state/tasks/main.yml",
"content": "---\n- name: Config + intent\n net_interface:\n name: \"GigabitEthernet 0/2\"\n enabled: true\n state: up",
"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 | jmcleroy/iosxe | c17ea66d95629f735fcc0d5457a5f1ea73084a21 | 0 | roles/ntp | 7,918 | [
"no_license"
] | [
{
"path": "roles/ntp/tasks/main.yml",
"content": "---\n- name: Add NTP Server\n ios_config:\n lines: ntp server {{ ntp_ip }}\n when: input_state == 'add'\n\n- name: Remove NTP Server\n ios_config:\n lines: no ntp server {{ ntp_ip }}\n when: input_state == 'remove'\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | jmcleroy/iosxe | c17ea66d95629f735fcc0d5457a5f1ea73084a21 | 0 | roles/prechecks | 7,918 | [
"no_license"
] | [
{
"path": "roles/prechecks/tasks/main.yml",
"content": "---\n- name: show version\n ios_command:\n commands: show version\n wait_for: result[0] contains IOS\n\n- name: run multiple commands and evaluate the output\n ios_command:\n commands: show interfaces",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | sepehrmdn77/Server_Slaves_world | 6e2488f78fae66ee1c4fdbf7153a7d64498cd6b2 | 0 | ansible_playbooks/roles/at_role | 7,918 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/at_role/tasks/main.yml",
"content": "---\n- name: \"Installing latest at\"\n ansible.builtin.apt:\n name: \"at\"\n state: present\n update_cache: true\n tags: \"atins\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 223,
"all_permissive": false
} |
ansible_role | sepehrmdn77/Server_Slaves_world | 6e2488f78fae66ee1c4fdbf7153a7d64498cd6b2 | 0 | ansible_playbooks/roles/cron_role | 7,918 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/cron_role/tasks/main.yml",
"content": "---\n- name: \"Set up cronjob\"\n ansible.builtin.cron:\n name: \"Backup Script\"\n minute: \"0\"\n hour: \"23\"\n job: \"/home/vagrant/backup_pr.sh\"\n state: present\n",
"license_type": "no_license",
"detecte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | sepehrmdn77/Server_Slaves_world | 6e2488f78fae66ee1c4fdbf7153a7d64498cd6b2 | 0 | ansible_playbooks/roles/python3_role | 7,918 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/python3_role/defaults/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for python3_role\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "ansible_playbooks/roles/python3_role/handlers/m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 525,
"all_permissive": false
} |
ansible_role | sepehrmdn77/Server_Slaves_world | 6e2488f78fae66ee1c4fdbf7153a7d64498cd6b2 | 0 | ansible_playbooks/roles/scp_role | 7,918 | [
"no_license"
] | [
{
"path": "ansible_playbooks/roles/scp_role/tasks/main.yml",
"content": "---\n- name: \"Copy the bash scp script to hosts\"\n ansible.builtin.copy:\n src: /home/sepehr/DevOps-dev/bash_scripts/backup_project/backup_pr.sh\n dest: /home/vagrant\n mode: '0755'\n\n- name: \"Execute the script\"\n ansi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 428,
"all_permissive": false
} |
ansible_role | os-admin-with-ansible/os-admin-with-ansible | 7ce172c8ab2f9f8f8df8a377ff39162b13d1dbb9 | 2 | nova-docker/roles/glance-update | 7,918 | [
"no_license"
] | [
{
"path": "nova-docker/roles/glance-update/tasks/main.yml",
"content": "---\n\n- name: Add container formats to Glance API config file\n shell: chdir=/bin sed -i '/^\\[DEFAULT/a container_formats=ami,ari,aki,bare,ovf,ova,docker' /etc/glance/glance-api.conf\n notify: restart glance-api\n \n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | os-admin-with-ansible/os-admin-with-ansible | 7ce172c8ab2f9f8f8df8a377ff39162b13d1dbb9 | 2 | nova-docker/roles/install-docker | 7,918 | [
"no_license"
] | [
{
"path": "nova-docker/roles/install-docker/tasks/main.yml",
"content": "---\n\n- name: Install additional packages\n apt: name={{item}} state=present\n with_items:\n - git\n - wget\n \n- name: Pull down and install Docker packages\n shell: chdir=/opt wget -qO- https://get.docker.com/ | sh\n \n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 362,
"all_permissive": false
} |
ansible_role | os-admin-with-ansible/os-admin-with-ansible | 7ce172c8ab2f9f8f8df8a377ff39162b13d1dbb9 | 2 | nova-docker/roles/nova-docker | 7,918 | [
"no_license"
] | [
{
"path": "nova-docker/roles/nova-docker/tasks/main.yml",
"content": "---\n\n- name: Pull down nova-docker package\n command: chdir=/opt git clone http://github.com/stackforge/nova-docker.git\n \n- name: Check out nova-docker branch pre-i18n\n command: chdir=/opt/nova-docker git checkout -b pre-i18n d1ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | os-admin-with-ansible/os-admin-with-ansible | 7ce172c8ab2f9f8f8df8a377ff39162b13d1dbb9 | 2 | nova-docker/roles/nova-scheduler | 7,918 | [
"no_license"
] | [
{
"path": "nova-docker/roles/nova-scheduler/tasks/main.yml",
"content": "---\n\n- name: Change default scheduler filters\n shell: chdir=/bin sed -i 's/^scheduler_default_filters.*/scheduler_default_filters = AggregateInstanceExtraSpecsFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter,ImageP... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | os-admin-with-ansible/os-admin-with-ansible | 7ce172c8ab2f9f8f8df8a377ff39162b13d1dbb9 | 2 | nova-docker/roles/nova-update | 7,918 | [
"no_license"
] | [
{
"path": "nova-docker/roles/nova-update/tasks/main.yml",
"content": "---\n\n- name: Copy Docker filter file\n copy: src=docker.filters dest=/etc/nova/rootwrap.d mode=0644\n \n- name: Change default scheduler filters\n shell: chdir=/bin sed -i 's/^scheduler_default_filters.*/scheduler_default_filters = A... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | os-admin-with-ansible/os-admin-with-ansible | 7ce172c8ab2f9f8f8df8a377ff39162b13d1dbb9 | 2 | nova-docker/roles/openstack-config | 7,918 | [
"no_license"
] | [
{
"path": "nova-docker/roles/openstack-config/tasks/main.yml",
"content": "---\n\n- name: Create new instance flavor for Docker\n command: nova --os-username={{ OS_USERNAME }} --os-password={{ <PASSWORD> }} --os-tenant-name={{ OS_TENANT_NAME }} --os-auth-url={{ OS_AUTH_URL }} flavor-create {{ FLAVOR_NAME }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1007,
"all_permissive": false
} |
ansible_role | kevinchanaka/ansible-kubernetes-cluster | 85dd4aabd25a1a024ef2b614abf226664d9c4758 | 0 | roles/cluster-create | 7,918 | [
"no_license"
] | [
{
"path": "roles/cluster-create/tasks/main.yaml",
"content": "---\n# Initialises control plane components on the main master node\n\n- name: Check if kubernetes is already installed\n command: kubectl --kubeconfig {{ const.kubeconfig }} version\n ignore_errors: true\n failed_when: false\n changed_when: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1860,
"all_permissive": false
} |
ansible_role | kevinchanaka/ansible-kubernetes-cluster | 85dd4aabd25a1a024ef2b614abf226664d9c4758 | 0 | roles/cluster-upgrade | 7,918 | [
"no_license"
] | [
{
"path": "roles/cluster-upgrade/tasks/main.yaml",
"content": "---\n# Upgrades kubernetes version\n\n- name: Setup kubernetes stable repository for new version\n apt_repository:\n repo: deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v{{ k8s_upgrade_minor_v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1912,
"all_permissive": false
} |
ansible_role | kevinchanaka/ansible-kubernetes-cluster | 85dd4aabd25a1a024ef2b614abf226664d9c4758 | 0 | roles/node-setup | 7,918 | [
"no_license"
] | [
{
"path": "roles/node-setup/tasks/main.yaml",
"content": "---\n# This role installs required prerequisite components \n# Setting up kernel, see https://kubernetes.io/docs/setup/production-environment/container-runtimes/ for more information\n\n- name: Disable swap\n command: swapoff -a\n changed_when: fal... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 7015,
"all_permissive": false
} |
ansible_role | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/appstore | 7,918 | [
"no_license"
] | [
{
"path": "roles/appstore/tasks/main.yml",
"content": "- command: \"mas install {{ item }}\"\n with_items:\n - 443987910 # 1Password\n",
"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 | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/brew | 7,918 | [
"no_license"
] | [
{
"path": "roles/brew/tasks/main.yml",
"content": "- homebrew: update_homebrew=yes\n\n- homebrew_tap: name={{item}}\n with_items:\n - caskroom/cask\n - nodenv/nodenv\n\n- homebrew: name={{item}}\n with_items:\n - curl\n - direnv\n - git\n - gibo\n - go\n - jq\n - mas\n - node... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 615,
"all_permissive": false
} |
ansible_role | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/defaults | 7,918 | [
"no_license"
] | [
{
"path": "roles/defaults/tasks/main.yml",
"content": "- command: defaults write com.apple.Dock autohide -bool true\n notify: restart dock\n\n- command: defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true\n\n- command: defaults -currentHost write NSGlobalDomain com.apple.m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/node | 7,918 | [
"no_license"
] | [
{
"path": "roles/node/tasks/install.yml",
"content": "- set_fact: version=\"{{ item }}\"\n\n- stat: path=\"~/.nodenv/versions/{{ version }}\"\n register: st\n\n- command: \"nodenv install {{ version }}\"\n when: not st.stat.exists\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 431,
"all_permissive": false
} |
ansible_role | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/ruby | 7,918 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "- file: path=~/.rbenv state=directory\n\n- file: src=~/src/github.com/gyugyu/osx-provisioning/roles/ruby/files/default-gems dest=~/.rbenv/default-gems state=link\n\n- file: src=~/src/github.com/gyugyu/osx-provisioning/roles/ruby/files/gemrc dest=~/.gemrc st... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/shell | 7,918 | [
"no_license"
] | [
{
"path": "roles/shell/tasks/main.yml",
"content": "- file: src=~/src/github.com/gyugyu/osx-provisioning/roles/shell/files/gitconfig dest=~/.gitconfig state=link\n\n- lineinfile: dest=/etc/shells line=/usr/local/bin/zsh\n become: true\n become_user: root\n\n- user: name={{ ansible_ssh_user }} shell=/usr/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1305,
"all_permissive": false
} |
ansible_role | gyugyu/osx-provisioning | a4d9ade97f5f306532d542a7547fc8ae276d753c | 1 | roles/vscode | 7,918 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "- command: code --install-plugin {{item}}\n with_items:\n - vscodevim.vim",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | praveen408/ansible_rollback | 3a08a5ab675e21d7e3e42378ec71eb9b3bf4f94b | 0 | roles/rollback | 7,918 | [
"no_license"
] | [
{
"path": "roles/rollback/tasks/main.yml",
"content": "---\n- name: Rollback NTP Changes\n block:\n - name: Check if NTP conf backup file exists\n stat:\n path: \"{{ ntp_conf_backup_file }}\"\n register: ntp_file_exists\n \n - name: Replace current NTP config with the backup con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1240,
"all_permissive": false
} |
ansible_role | siuyin/ansible-try | 71493787b2c445caabcfa4724d75f9925d527c9d | 0 | setup/roles/common | 7,920 | [
"no_license"
] | [
{
"path": "setup/roles/common/tasks/main.yaml",
"content": "- name: ensure vim is present\n become: true\n package:\n name: vim\n state: present\n\n- name: install vimrc\n copy:\n src: .vimrc # both this form and the form below works.\n # src: files/.vimrc\n dest: /home/siuyin/.vimrc\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | siuyin/ansible-try | 71493787b2c445caabcfa4724d75f9925d527c9d | 0 | setup/roles/go | 7,920 | [
"no_license"
] | [
{
"path": "setup/roles/go/tasks/main.yaml",
"content": "- name: ensure home/go is present\n file:\n path: /home/siuyin/go\n state: directory\n\n- name: ensure go language is present\n become: true\n package:\n name: go\n state: present\n\n- name: ensure musl-dev is present, a go dependency on... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | siuyin/ansible-try | 71493787b2c445caabcfa4724d75f9925d527c9d | 0 | setup/roles/pip | 7,920 | [
"no_license"
] | [
{
"path": "setup/roles/pip/tasks/main.yaml",
"content": "- name: ensure pip is present\n become: true\n package:\n name: python-pip\n state: present\n\n- name: ensure virtualenv is present\n become: true\n package:\n name: python-virtualenv\n state: present\n\n- name: ensure docker-py is pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | siuyin/ansible-try | 71493787b2c445caabcfa4724d75f9925d527c9d | 0 | setup/roles/ssh | 7,920 | [
"no_license"
] | [
{
"path": "setup/roles/ssh/tasks/main.yaml",
"content": "- name: ensure openssh is present\n become: true\n package:\n name: openssh-client\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 105,
"all_permissive": false
} |
ansible_role | thetorminal/ansible-wordpress-updates | c5dc01a687b98b2105f97c27d6d8243ab33a5a8e | 0 | roles/wp_update | 7,920 | [
"no_license"
] | [
{
"path": "roles/wp_update/tasks/main.yml",
"content": "---\n\n# GET WP INSTALLATIONS -----------------------\n - name: Find all WordPress installations by searching for file wp-config.php in /var/www\n find:\n paths: /var/www/\n pattern: \"wp-config.php\"\n recurse: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4117,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/authried_keys | 7,920 | [
"no_license"
] | [
{
"path": "roles/authried_keys/tasks/main.yml",
"content": "#copy ssh public key\n- name: ssh-copy\n authorized_key: user=root key=\"{{ lookup('file', '/root/.ssh/id_rsa.pub') }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/change_ip | 7,920 | [
"no_license"
] | [
{
"path": "roles/change_ip/tasks/main.yml",
"content": "#initial hostname\n - name: change ipaddress\n replace:\n path: /etc/sysconfig/network-scripts/ifcfg-ens192\n regexp: '^IPADDR.*'\n replace: 'IPADDR=\"{{ newip }}\"'\n - name: change gateway \n replace:\n path: /etc/sysconf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 407,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/hostname | 7,920 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "#initial hostname\n- name: change hostanme\n hostname:\n name: \"{{ hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 81,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/update_password | 7,920 | [
"no_license"
] | [
{
"path": "roles/update_password/tasks/main.yml",
"content": "# update user password\n- name: Change user password\n user: name={{ item.name }} password={{ item.chpass | password_hash('<PASSWORD>') }} update_password=always\n with_items:\n - { name: 'root', chpass: '<PASSWORD>' }\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/win_change_ip | 7,920 | [
"no_license"
] | [
{
"path": "roles/win_change_ip/tasks/main.yml",
"content": "- name: Set up static IP address\n win_shell: \"Remove-NetRoute -InterfaceIndex 3 -NextHop 10.2.3.254 -Confirm:$false | New-NetRoute -InterfaceIndex 3 -DestinationPrefix '0.0.0.0/0' -AddressFamily IPv4 -NextHop '10.2.14.254' -RouteMetric 0\"\n wi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/win_hostname | 7,920 | [
"no_license"
] | [
{
"path": "roles/win_hostname/tasks/main.yml",
"content": "- name: Change the hostname to sample-hostname\n win_hostname:\n name: \"{{ hostname }}\"\n register: res\n\n- name: Reboot\n win_reboot:\n when: res.reboot_required\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 164,
"all_permissive": false
} |
ansible_role | Jack-Li-7690/ansible | 0a301ddf8deb1fd3236817db58b3b4b8c2961f14 | 0 | roles/win_update_pass | 7,920 | [
"no_license"
] | [
{
"path": "roles/win_update_pass/tasks/main.yml",
"content": "- name: Update user password\n win_user:\n name: Administrator\n password: <PASSWORD>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/win_update_pass/vars/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 139,
"all_permissive": false
} |
ansible_role | WengerChan/ansible-openeuler-k8s129 | f9902cdbb06b9c9b5801d311de4e6423331b379e | 0 | roles/containerd | 7,920 | [
"no_license"
] | [
{
"path": "roles/containerd/tasks/main.yml",
"content": "---\n- include: 01_prepare.yml\n- include: 02_install.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/containerd/tasks/01_prepare.yml",
"content": "---\n# 转发 IPv4\n- name: Forwa... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1870,
"all_permissive": false
} |
ansible_role | WengerChan/ansible-openeuler-k8s129 | f9902cdbb06b9c9b5801d311de4e6423331b379e | 0 | roles/init | 7,920 | [
"no_license"
] | [
{
"path": "roles/init/templates/timesyncd-conf.j2",
"content": "[Time]\nNTP={{ ntp_server }}\n#FallbackNTP=0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org\n#RootDistanceMaxSec=5\n#PollIntervalMinSec=32\n#PollIntervalMaxSec=2048",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 13,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 5956,
"all_permissive": false
} |
ansible_role | WengerChan/ansible-openeuler-k8s129 | f9902cdbb06b9c9b5801d311de4e6423331b379e | 0 | roles/lb | 7,920 | [
"no_license"
] | [
{
"path": "roles/lb/tasks/01_install_pkgs.yml",
"content": "---\n# Install keepalived and haproxy\n- name: Install keepalived and haproxy\n dnf:\n name: \n - keepalived\n - haproxy\n state: present\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4593,
"all_permissive": false
} |
ansible_role | WengerChan/ansible-openeuler-k8s129 | f9902cdbb06b9c9b5801d311de4e6423331b379e | 0 | roles/test | 7,920 | [
"no_license"
] | [
{
"path": "roles/test/tasks/01.yml",
"content": "---\n- name:\n fetch:\n src: /tmp/date.log\n dest: /tmp/\n flat: yes\n when: aaa == 1\n\n- name: get output\n set_fact:\n datedate: \"{{ lookup('file', '/tmp/date.log')|string|regex_search('^aa') }}\"\n certificate_key: \"1\"\n discovery_... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/cluster-autoscaler | 7,920 | [
"no_license"
] | [
{
"path": "roles/cluster-autoscaler/vars/main.yml",
"content": "---\n# vars file for cluster-autoscaler\nregion: \"us-east-1\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 58
},
{
"path": "roles/cluster-autoscaler/tasks/cluster-autoscaler.yml",
"content": "-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/metrics-server | 7,920 | [
"no_license"
] | [
{
"path": "roles/metrics-server/tasks/metrics-server.yml",
"content": "- name: Install metrics server\n shell: \"kubectl create -f ./roles/metrics-server/tasks/metrics-server/metrics-server.yaml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/rds_setup | 7,920 | [
"no_license"
] | [
{
"path": "roles/rds_setup/tasks/main.yml",
"content": "---\n# tasks file for rds_setup\n\n- include: networkSetup.yml\n- include: rdsInstance_Launch.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "roles/rds_setup/tests/test.yml",
"content"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3703,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/rds_terminate | 7,920 | [
"no_license"
] | [
{
"path": "roles/rds_terminate/tasks/rds_terminate.yml",
"content": "---\n# VPC Info\n- name: get vpc id\n ec2_vpc_net_facts:\n region: \"{{ region }}\"\n filters:\n \"tag:Name\": \"{{ vpc_name }}\"\n register: vpc_info\n\n# Security Group Info\n- name: Security group info \n ec2_group_info:\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2291,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/setup__cluster | 7,920 | [
"no_license"
] | [
{
"path": "roles/setup__cluster/tasks/main.yml",
"content": "---\n# tasks file for setup__cluster\n\n- include: setup_cluster.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/setup__cluster/templates/clustersize.yml",
"content": "spec:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3531,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/terminate_cluster | 7,920 | [
"no_license"
] | [
{
"path": "roles/terminate_cluster/handlers/main.yml",
"content": "---\n# handlers file for terminate_cluster",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/terminate_cluster/tasks/main.yml",
"content": "---\n# tasks file for terminate_c... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 578,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/vpc_peering_setup | 7,920 | [
"no_license"
] | [
{
"path": "roles/vpc_peering_setup/defaults/main.yml",
"content": "---\n# defaults file for vpc_peering_setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/vpc_peering_setup/handlers/main.yml",
"content": "---\n# handlers file for vpc_p... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2874,
"all_permissive": false
} |
ansible_role | agrawal-nar-Advance-Cloud/k8s | 198e69ac4f8322c850b11cd9753c9dce688fd673 | 0 | roles/vpc_peering_terminate | 7,920 | [
"no_license"
] | [
{
"path": "roles/vpc_peering_terminate/handlers/main.yml",
"content": "---\n# handlers file for vpc_peering_terminate",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/vpc_peering_terminate/vars/main.yml",
"content": "---\n# vars file for v... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | LosWochos76/collateral | 45f9012fcc6c5d6880fc39b2151bd1a5f787b7a9 | 0 | hshl/web-backends/13/Ansible/roles/certbot | 7,920 | [
"no_license"
] | [
{
"path": "hshl/web-backends/13/Ansible/roles/certbot/files/renew_cert.sh",
"content": "#!/bin/sh\n\ncertbot certonly -m <EMAIL> --agree-tos --non-interactive --authenticator dns-hetzner --dns-hetzner-credentials /root/certbot/hetzner.ini -d '*.stubwood.com'",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1018,
"all_permissive": false
} |
ansible_role | LosWochos76/collateral | 45f9012fcc6c5d6880fc39b2151bd1a5f787b7a9 | 0 | hshl/web-backends/13/Ansible/roles/config | 7,920 | [
"no_license"
] | [
{
"path": "hshl/web-backends/13/Ansible/roles/config/tasks/main.yml",
"content": "---\n- name: Update and Upgrade\n ansible.builtin.apt:\n name: aptitude\n state: present\n update_cache: true\n\n- name: Install dependencies\n ansible.builtin.apt:\n name:\n - net-tools\n - apt-transpo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 851,
"all_permissive": false
} |
ansible_role | LosWochos76/collateral | 45f9012fcc6c5d6880fc39b2151bd1a5f787b7a9 | 0 | hshl/web-backends/13/Ansible/roles/docker | 7,920 | [
"no_license"
] | [
{
"path": "hshl/web-backends/13/Ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Add Docker GPG apt Key\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add repository into sources list\n ansible.builtin.apt_repository:\n rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | LosWochos76/collateral | 45f9012fcc6c5d6880fc39b2151bd1a5f787b7a9 | 0 | hshl/web-backends/13/Ansible/roles/mail | 7,920 | [
"no_license"
] | [
{
"path": "hshl/web-backends/13/Ansible/roles/mail/tasks/main.yml",
"content": "---\n- name: ensures mail dir exists\n file: \n path: /root/mail\n state: directory\n\n- name: copy files\n copy: \n src: \"{{ item }}\"\n dest: \"/root/mail/{{ item }}\"\n loop:\n - docker-compose.yml\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1829,
"all_permissive": false
} |
ansible_role | LosWochos76/collateral | 45f9012fcc6c5d6880fc39b2151bd1a5f787b7a9 | 0 | hshl/web-backends/13/Ansible/roles/web | 7,920 | [
"no_license"
] | [
{
"path": "hshl/web-backends/13/Ansible/roles/web/files/nginx.conf",
"content": "server {\n listen 80;\n return 301 https://$host$request_uri;\n}\n\nserver {\n listen 443 ssl;\n server_name stubwood.com www.stubwood.com;\n \n client_max_body_size 20M;\n \n ssl_certificate /etc/letsen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2172,
"all_permissive": false
} |
ansible_role | bhaveshd36/ansible-sample | df06f41d5e609985fbde8f73a474dcafdf5dfef3 | 0 | roles/java | 7,920 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": " - name: Get Java tarball\n get_url:\n url: https://download.java.net/java/GA/jdk10/10.0.1/fb4372174a714e6b8c52526dc134031e/10/openjdk-10.0.1_linux-x64_bin.tar.gz\n dest: /etc/open-jdk10.tar.gz\n\n - name: make java 10 directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 819,
"all_permissive": false
} |
ansible_role | bhaveshd36/ansible-sample | df06f41d5e609985fbde8f73a474dcafdf5dfef3 | 0 | roles/javaOther | 7,920 | [
"no_license"
] | [
{
"path": "roles/javaOther/tasks/main.yml",
"content": " - name: Update APT package manager repositories cache\n become: true\n apt:\n update_cache: yes\n\n - name: Install OpenJDK Java\n become: yes\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - openjdk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | bhaveshd36/ansible-sample | df06f41d5e609985fbde8f73a474dcafdf5dfef3 | 0 | roles/javaUninstall | 7,920 | [
"no_license"
] | [
{
"path": "roles/javaUninstall/tasks/main.yml",
"content": " - name: Uninstall Java\n become: yes\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - openjdk-8-jdk",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | bhaveshd36/ansible-sample | df06f41d5e609985fbde8f73a474dcafdf5dfef3 | 0 | roles/loopRole | 7,920 | [
"no_license"
] | [
{
"path": "roles/loopRole/tasks/main.yml",
"content": "- name : Looping\n debug: msg=\"{{ item }}\"\n with_items:\n - Hello1\n - Hello2\n - Hello3\n - hello4\n\n- name : Creating Multiple Directories\n command: mkdir /tmp/\"{{ item }}\"\n with_items:\n - bkddir1\n - bkddir2\n - bkdd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | bhaveshd36/ansible-sample | df06f41d5e609985fbde8f73a474dcafdf5dfef3 | 0 | roles/loopRole1 | 7,920 | [
"no_license"
] | [
{
"path": "roles/loopRole1/tasks/main.yml",
"content": "- name: Check User Exists\n user:\n name: \"{{ user.username }}\"\n comment: \"{{ user.name }}\"\n state: present\n become: true\n loop: \"{{ users }}\"\n loop_control:\n loop_var: user\n\n- name: Create File for each user",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | bhaveshd36/ansible-sample | df06f41d5e609985fbde8f73a474dcafdf5dfef3 | 0 | roles/multitaskRoles | 7,920 | [
"no_license"
] | [
{
"path": "roles/multitaskRoles/defaults/main.yml",
"content": "MAIN_ROLE: Main Role\ntask1: This is task 1\ntask2: This is task 2\ntask3: This is task 3\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/multitaskRoles/tasks/task3.yml",
... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | geekylthyosaur/dotfiles | 33221df86a17efca0da680e5299b281499b35136 | 0 | bootstrap/roles/fish | 7,925 | [
"no_license"
] | [
{
"path": "bootstrap/roles/fish/tasks/main.yaml",
"content": "- name: Install fish\n become: yes\n become_user: root\n dnf:\n name: fish\n state: present\n\n- name: Deploy\n file:\n src: \"{{ role_path }}/files/fish.link\"\n dest: \"{{ lookup('env', 'XDG_CONFIG_HOME') }}/fish\"\n state: l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | geekylthyosaur/dotfiles | 33221df86a17efca0da680e5299b281499b35136 | 0 | bootstrap/roles/git | 7,925 | [
"no_license"
] | [
{
"path": "bootstrap/roles/git/tasks/ssh.yaml",
"content": "- name: Generate SSH key if not exists\n ansible.builtin.shell: |\n ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N \"\" -q\n args:\n creates: ~/.ssh/id_ed25519\n\n- name: Display the public key\n ansible.builtin.command: cat ~/.ssh/id_ed255... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | geekylthyosaur/dotfiles | 33221df86a17efca0da680e5299b281499b35136 | 0 | bootstrap/roles/gnome | 7,925 | [
"no_license"
] | [
{
"path": "bootstrap/roles/gnome/tasks/main.yaml",
"content": "- name: Resize windows with right button\n command: gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true\n\n- name: Scale wallpaper\n command: gsettings set org.gnome.desktop.background picture-options zoom\n",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | geekylthyosaur/dotfiles | 33221df86a17efca0da680e5299b281499b35136 | 0 | bootstrap/roles/systemd | 7,925 | [
"no_license"
] | [
{
"path": "bootstrap/roles/systemd/tasks/main.yaml",
"content": "- name: Install glib2 # Provides /usr/bin/gsettings\n become: yes\n become_user: root\n dnf:\n name: glib2\n state: present\n\n- name: Deploy\n file:\n src: \"{{ role_path }}/files/{{ item.src }}\"\n dest: \"{{ lookup('env', 'X... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 604,
"all_permissive": false
} |
ansible_role | geekylthyosaur/dotfiles | 33221df86a17efca0da680e5299b281499b35136 | 0 | bootstrap/roles/tmux | 7,925 | [
"no_license"
] | [
{
"path": "bootstrap/roles/tmux/tasks/main.yaml",
"content": "- name: Install tmux\n become: yes\n become_user: root\n dnf:\n name: tmux\n state: present\n\n- name: Deploy\n file:\n src: \"{{ role_path }}/files/tmux.link\"\n dest: \"{{ lookup('env', 'XDG_CONFIG_HOME') }}/tmux\"\n state: l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | vsLazaro/ansible-wordpress | be07a135eb82108a50b3db4cba2b98028298c8ed | 0 | roles/mysql | 7,925 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Instala pacote de dependencia do sistema operacional'\n apt:\n name: [\n 'mysql-server-5.6', \n 'python-mysqldb']\n state: latest\n become: yes\n- name: 'Cria o banco do MySQL'\n mysql_db:\n name: \"{{ wp_db_name }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 741,
"all_permissive": false
} |
ansible_role | vsLazaro/ansible-wordpress | be07a135eb82108a50b3db4cba2b98028298c8ed | 0 | roles/webserver | 7,925 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "---\n- name: 'Instala pacote de dependencia do sistema operacional'\n apt:\n name: [\n 'php7.2', \n 'apache2', \n 'libapache2-mod-php7.2', \n 'php7.2-gd', \n 'php7.2-mysql']\n state: latest\n become: yes",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | vsLazaro/ansible-wordpress | be07a135eb82108a50b3db4cba2b98028298c8ed | 0 | roles/wordpress | 7,925 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n- name: 'Baixando Wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar.gz'\n dest: '/tmp/wordpress.tar.gz'\n\n- name: 'Descompactando wordpress'\n unarchive:\n src: '/tmp/wordpress.tar.gz'\n remote_src: yes\n dest: /var/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | hany343/udaproject3 | 617c885d81a54e50105649cd3c23efb94aa16557 | 0 | .circleci/ansible/roles/configure-server | 7,925 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yaml",
"content": "---\n - name: \"update packages.\"\n become: true\n apt:\n update_cache: yes\n\n - name: \"upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n - name: \"Install node.js from nodesource\"\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 582,
"all_permissive": false
} |
ansible_role | hany343/udaproject3 | 617c885d81a54e50105649cd3c23efb94aa16557 | 0 | .circleci/ansible/roles/deploy | 7,925 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/files/readme.md",
"content": "#file exist",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 11
},
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yaml",
"content": "---\n- name: \"create backend app directory\"\n fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | msvetnikov/intern | ca6c922d5c7249bd9bb80970315c5bb8f69f700d | 0 | 02-ansible/roles/docker | 7,925 | [
"no_license"
] | [
{
"path": "02-ansible/roles/docker/tasks/main.yml",
"content": "---\r\n- name: Add Docker GPG key\r\n ansible.builtin.apt_key:\r\n url: https://download.docker.com/linux/ubuntu/gpg\r\n state: present\r\n\r\n- name: Add Docker apt repository\r\n ansible.builtin.apt_repository:\r\n repo: deb [arch=... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | msvetnikov/intern | ca6c922d5c7249bd9bb80970315c5bb8f69f700d | 0 | 02-ansible/roles/nginx | 7,925 | [
"no_license"
] | [
{
"path": "02-ansible/roles/nginx/tasks/main.yml",
"content": "---\r\n- name: Remove default nginx site to avoid conflicts\r\n ansible.builtin.file:\r\n path: /etc/nginx/sites-enabled/default\r\n state: absent\r\n notify: Restart nginx\r\n\r\n- name: Install nginx\r\n ansible.builtin.apt:\r\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 947,
"all_permissive": false
} |
ansible_role | filipenf/ansible-deploy-test | 28dee4f69995a03ce4d2efbfc18be66aedd87168 | 0 | roles/base-system | 7,925 | [
"no_license"
] | [
{
"path": "roles/base-system/tasks/main.yml",
"content": "---\n\n- name: install base packages\n yum: name=\"epel-release\" state=present\n become: yes\n\n\n",
"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 | filipenf/ansible-deploy-test | 28dee4f69995a03ce4d2efbfc18be66aedd87168 | 0 | roles/todo | 7,925 | [
"no_license"
] | [
{
"path": "roles/todo/meta/main.yml",
"content": "dependencies:\n - role: base-system\n - role: users\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/todo/tasks/main.yml",
"content": "- name: install nginx\n yum: name=nginx state=pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 471,
"all_permissive": false
} |
ansible_role | filipenf/ansible-deploy-test | 28dee4f69995a03ce4d2efbfc18be66aedd87168 | 0 | roles/users | 7,925 | [
"no_license"
] | [
{
"path": "roles/users/tasks/create-user.yml",
"content": "---\n- name: add user\n user: name=\"{{item.name}}\" uid=\"{{ item.uid }}\" state=present\n become: yes\n\n- name: add user key\n authorized_key: user=\"{{item.name}}\" key=\"{{ lookup('file', item.name+'.pub') }}\"\n become: yes\n\n",
"lice... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 505,
"all_permissive": false
} |
ansible_role | hardeepsinghbamrah/smtpserver_configuration | 6b8424f0e360a965467e3aa6bdc4ce81d2285610 | 0 | roles/postfix | 7,925 | [
"no_license"
] | [
{
"path": "roles/postfix/defaults/main.yml",
"content": "---\n\n #basic variables\n scripts_dir: /root/MailScripts/\n time_zone: Asia/Kolkata\n##default variables for postfix\n packages:\n - ntp\n - bind\n - zlib\n - bind-utils\n - telnet\n\n domains:\n - tbamart.com\n# - qurekamails.in\n\n po... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 11802,
"all_permissive": false
} |
ansible_role | vlcty/GlusterFS-Sandbox | 9fe14c3ab57bee88d9f02812c5247993ec8d6d1c | 0 | roles/basic-stuff | 7,925 | [
"no_license"
] | [
{
"path": "roles/basic-stuff/templates/hosts.j2",
"content": "#\n# Managed by ansible\n#\n127.0.0.1 localhost.localdomain localhost\n::1 localhost.localdomain localhost\n\n{% for host in groups.gluster_cluster %}\n{{ hostvars[host].ansible_ssh_host }} {{ host }}\n{% endfor %}\n\n192.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | vlcty/GlusterFS-Sandbox | 9fe14c3ab57bee88d9f02812c5247993ec8d6d1c | 0 | roles/gluster-client | 7,925 | [
"no_license"
] | [
{
"path": "roles/gluster-client/tasks/main.yml",
"content": "---\n- name: Installing packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - glusterfs\n - glusterfs-fuse\n - attr\n\n- name: Mounting gluster-cluster\n shell: mount -t glusterfs storage.example.lan... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | vlcty/GlusterFS-Sandbox | 9fe14c3ab57bee88d9f02812c5247993ec8d6d1c | 0 | roles/gluster-cluster | 7,925 | [
"no_license"
] | [
{
"path": "roles/gluster-cluster/templates/keepalived.service.j2",
"content": "#\n# Managed by ansible\n# Role: gluster-cluster\n#\n\n[Unit]\nDescription=LVS and VRRP High Availability Monitor\nAfter=syslog.target network-online.target\n\n[Service]\nType=forking\nPIDFile=/var/run/keepalived.pid\nKillMode=pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3431,
"all_permissive": false
} |
ansible_role | vlcty/GlusterFS-Sandbox | 9fe14c3ab57bee88d9f02812c5247993ec8d6d1c | 0 | roles/mirrorlist | 7,925 | [
"no_license"
] | [
{
"path": "roles/mirrorlist/tasks/main.yml",
"content": "---\n# https://www.archlinux.org/mirrorlist/\n- name: Download current pacman mirrorlist\n get_url:\n url: https://www.archlinux.org/mirrorlist/?country=DE&protocol=https&ip_version=4&use_mirror_status=on\n dest: /etc/pacman.d/mirrorlist\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 501,
"all_permissive": false
} |
ansible_role | asheredrosolo/Edrosolo_PrelimExam | bb028589d64eda7a375b39f37cca0c7bef42dcd1 | 0 | roles/install_java | 7,925 | [
"no_license"
] | [
{
"path": "roles/install_java/tasks/config.yml",
"content": "- name: Install Java\n apt:\n - default-jre\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 46,
"all_permissive": false
} |
ansible_role | asheredrosolo/Edrosolo_PrelimExam | bb028589d64eda7a375b39f37cca0c7bef42dcd1 | 0 | roles/install_python | 7,925 | [
"no_license"
] | [
{
"path": "roles/install_python/tasks/config.yml",
"content": "- name: Install python and pip\n apt:\n name:\n - python3\n - pip\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | ArthurPai/ansible | 3e4ad4899022f2556dc5ff81086addfb01d3be06 | 0 | docker-mongodb/roles/common | 7,925 | [
"no_license"
] | [
{
"path": "docker-mongodb/roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost\n{% for host in groups['all'] %}\n{{ host }}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "docker-mongodb/roles/common/tasks/config_hosts.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | ArthurPai/ansible | 3e4ad4899022f2556dc5ff81086addfb01d3be06 | 0 | docker-mongodb/roles/docker | 7,925 | [
"no_license"
] | [
{
"path": "docker-mongodb/roles/docker/tasks/install.yml",
"content": "---\n# This Playbook installs and starts Docker process\n\n- name: Install Docker\n sudo: yes\n yum: name=docker-io state=installed\n \n- name: Start Docker service\n sudo: yes\n service: name=docker state=started\n \n- name: Pause... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 276,
"all_permissive": false
} |
ansible_role | ArthurPai/ansible | 3e4ad4899022f2556dc5ff81086addfb01d3be06 | 0 | docker-mongodb/roles/mongodb | 7,925 | [
"no_license"
] | [
{
"path": "docker-mongodb/roles/mongodb/templates/mongod.conf.j2",
"content": "systemLog:\n destination: file\n path: \"{{ mongodb_logdir_prefix }}mongodb/mongod.log\"\n quiet: true\n logAppend: true\nprocessManagement:\n fork: false\nnet:\n port: {{ mongod_port }}\noperationProfiling:\n mode: {{ ope... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3044,
"all_permissive": false
} |
ansible_role | ArthurPai/ansible | 3e4ad4899022f2556dc5ff81086addfb01d3be06 | 0 | mongodb/roles/common | 7,925 | [
"no_license"
] | [
{
"path": "mongodb/roles/common/tasks/main.yml",
"content": "---\n# This Playbook runs all the common plays in the deployment\n\n- name: Create hosts file for all machines\n sudo: yes\n template: src=hosts.j2 dest=/etc/hosts\n \n- name: Create repository for MongoDB\n sudo: yes\n copy: src=mongodb.repo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | ArthurPai/ansible | 3e4ad4899022f2556dc5ff81086addfb01d3be06 | 0 | mongodb/roles/replica_set | 7,925 | [
"no_license"
] | [
{
"path": "mongodb/roles/replica_set/templates/replset_init.j2",
"content": "rs.initiate()\nsleep(3000)\n{% for host in groups['secondary_servers'] %}\nrs.add(\"{{ host }}:{{ mongod_port }}\")\nsleep(3000)\n{% endfor %}\nrs.status()\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1163,
"all_permissive": false
} |
ansible_role | NathStevo97/ansible-examples | 010002733201fff6e00b16b3227d46ff423c31dc | 0 | aws-simple-webapp/roles/aws_ec2 | 7,925 | [
"no_license"
] | [
{
"path": "aws-simple-webapp/roles/aws_ec2/tasks/main.yml",
"content": "---\n# tasks file for aws_ec2\n- name: Find AMIs published by Red Hat (309956199498) that are Non-beta and x86 architecture\n ec2_ami_info:\n profile: Nathan-Dev\n region: \"{{ aws_region }}\"\n owners: 309956199498\n filte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2221,
"all_permissive": false
} |
ansible_role | NathStevo97/ansible-examples | 010002733201fff6e00b16b3227d46ff423c31dc | 0 | aws-simple-webapp/roles/aws_ec2_uninstall | 7,925 | [
"no_license"
] | [
{
"path": "aws-simple-webapp/roles/aws_ec2_uninstall/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - aws_ec2_uninstall\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "aws-simple-webapp/roles/aws_ec2_unin... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2471,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.