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 | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/generate-keypair | 538 | [
"no_license"
] | [
{
"path": "roles/generate-keypair/tasks/main.yml",
"content": "\n- name: Ensure secret directory is created\n file:\n path: ./secret/{{ keypair_name }}/\n state: directory\n tags: ssh-keygen\n\n- name: Create the key pairs\n shell: 'ssh-keygen -b 2048 -t rsa -f ./secret/{{ keypair_name }}/{{ keypai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | SOH-0x01/exo-glusterfs | f0c7641790f3b360a83346d6f48a44ea78da6f67 | 0 | roles/setup-nodes | 538 | [
"no_license"
] | [
{
"path": "roles/setup-nodes/templates/create-partition.j2",
"content": "#!/usr/bin/expect\neval spawn parted /dev/vda unit s mkpart primary 20971487s 100%\nexpect \"Warning: The resulting partition is not properly aligned for best performance. Ignore/Cancel? \"\nsend \"Ignore\\r\"\nexpect eof\n",
"lice... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3056,
"all_permissive": false
} |
ansible_role | TsembA/m15-Ansible | bc8b3e57a31a2ed77fda9eacc18df203e6c16d7b | 0 | roles/create_user | 538 | [
"no_license"
] | [
{
"path": "roles/create_user/tasks/main.yaml",
"content": "- name: Create Linux user\n user:\n name: tsemb\n groups: \"{{ user_groups }}\"",
"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 | TsembA/m15-Ansible | bc8b3e57a31a2ed77fda9eacc18df203e6c16d7b | 0 | roles/start_containers | 538 | [
"no_license"
] | [
{
"path": "roles/start_containers/vars/main.yaml",
"content": "docker_username: tsemb",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 22
},
{
"path": "roles/start_containers/tasks/main.yaml",
"content": "- name: Copy docker compose\n copy:\n src: docker-com... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/admin | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/admin/tasks/main.yaml",
"content": "#\n# Create admin accounts on opus (and possibly other login servers).\n#\n# Accounts are created without passwords, only SSH keys.\n#\n\n- name: Add the user \"{{ user }}\"\n become: true\n user:\n name: \"{{ user }}\"\n shell: /bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/firewall | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/firewall/tasks/main.yaml",
"content": "#The variables for this role are located in inventories/maas. In the hosts.yaml file\n#each machine can specify its own firewall regulations by changing the value of the variable with one\n#of the given values listed right above it.\n#\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1052,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/kube | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/kube/tasks/main.yaml",
"content": "#\n# Create the infrastructure kubernetes container in LXD.\n#\n# This assumes lxd has been setup according to the lxd role.\n# Home directories will be shared with the host. \n#\n\n- name: Create kube home directories.\n become: yes\n fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3594,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/lvm | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/lvm/tasks/main.yaml",
"content": "#\n# This task configures the hosts with two LVM volume groups.\n#\n# Host in maas inventory must define two variables:\n#\n# device_ssd - A block device to setup the SSD pool with \n# device_hdd - A block device to setup the DISK pool with \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/lxd | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/lxd/tasks/main.yaml",
"content": "#\n# This role configures LXD on a bare metal host. \n#\n \n- name: Install LXD by snap\n become: true\n snap:\n name:\n - lxd\n\n- name: remove the LXD package\n become: true\n apt:\n name: lxd\n state: absent\n purge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/lxd_server | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/lxd_server/tasks/main.yaml",
"content": "#\n# Create the \"{{ lxc_hostname }}\" container in LXD.\n#\n# This assumes lxd has been setup according to the lxd role.\n# Home directories will be shared with the host. \n#\n\n- name: \"Create {{ lxc_hostname }} home directories.\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1385,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/microk8s | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/microk8s/tasks/main.yaml",
"content": "# \n# Deploy kubernetes in microk8s. \n#\n# This must be done first because it provides DNS and because\n# credentials are created here that get passed to admins on \n# opus. \n#\n\n- name: Install required packages.\n apt:\n update_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2572,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/microk8s-join | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/microk8s-join/tasks/main.yaml",
"content": "# \n# Join a node to the leader.\n#\n\n- name: Check if the join file exists.\n stat: \n path: /root/microk8s-joined\n register: do_join\n\n- name: Get leader to generate a key for me.\n become: false\n local_action:\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | mike-matera/cis-infrastructure | adae2364ff8897fd00ec25c6f42339fcf8db9108 | 0 | ansible-common/roles/netplan | 538 | [
"no_license"
] | [
{
"path": "ansible-common/roles/netplan/tasks/main.yaml",
"content": "#\n# Setup network bridges for the CIS infrastructure.\n#\n# This playbook expects that the system has a host variable\n# named `primary_interface` which is an interface that is \n# trunked to the CIS vlans. It creates bridges on the hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1952,
"all_permissive": false
} |
ansible_role | alshubenkov/lemp-ansible | 4dfb72b217965f6f57e3454fe886daf56c724679 | 0 | roles/db | 538 | [
"no_license"
] | [
{
"path": "roles/db/tasks/main.yml",
"content": "---\n# tasks file for db\n- name: Install MySQL\n apt:\n name: ['mysql-server','mysql-client','python3-pip']\n state: latest\n notify: restart mysql\n\n- name: Install PyMySQL package\n ansible.builtin.pip:\n name: PyMySQL\n\n- name: MySQL | resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 410,
"all_permissive": false
} |
ansible_role | alshubenkov/lemp-ansible | 4dfb72b217965f6f57e3454fe886daf56c724679 | 0 | roles/web | 538 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n# tasks file for web\n- name: \"1. Uninstall HTTPD/Apache\"\n apt:\n name: apache2\n autoremove: yes\n state: absent\n\n- name: Install Nginx\n apt:\n name: nginx\n state: latest\n\n- name: Instal PHP-FPM\n apt:\n name: ['php','php-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1069,
"all_permissive": false
} |
ansible_role | ysatii/ansible-hw2 | 5b7ea5a1bbc5b3a592b109aae45f6d3b939af885 | 0 | playbook/roles/vector | 536 | [
"no_license"
] | [
{
"path": "playbook/roles/vector/templates/vector.toml.j2",
"content": "# (шаблон конфигурации Vector)\n[sources.logs]\ntype = \"file\"\ninclude = [ \"/var/log/*.log\" ]\n\n[sinks.stdout]\ninputs = [\"logs\"]\ntype = \"console\"\nencoding.codec = \"json\"\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1109,
"all_permissive": false
} |
ansible_role | bsommardahl/anyhasher | 72afd2b3b82554933720111b71093789e3ad82f5 | 36 | util/ansible/roles/deploy-artifact | 536 | [
"no_license"
] | [
{
"path": "util/ansible/roles/deploy-artifact/tasks/main.yml",
"content": "---\n- name: Deploy Backend Artifact\n synchronize: # \"copy\" takes too long!\n src: \"../../backend/build\"\n dest: ~/anyhasher\n\n- name: Start Server\n shell: \"cd ~/anyhasher/build && pm2 start server.js\"\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | lilPenny/MyWebProIAAC | da91a806c40978538284de69d953e2b11927a2de | 0 | ansible/roles/CD | 536 | [
"no_license"
] | [
{
"path": "ansible/roles/CD/tasks/main.yml",
"content": "---\n- name: Run Docker commands to update containers\n hosts: localhost\n become: yes # Ensure you're running as root or with sudo\n tasks:\n\n - name: Run Docker pull images\n ansible.builtin.command:\n chdir: /WebServer/traefik/\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 543,
"all_permissive": false
} |
ansible_role | lilPenny/MyWebProIAAC | da91a806c40978538284de69d953e2b11927a2de | 0 | ansible/roles/create_container | 536 | [
"no_license"
] | [
{
"path": "ansible/roles/create_container/tasks/main.yml",
"content": "---\n- name: Ensure the destination directory exists\n ansible.builtin.file:\n path: /tmp/docker-compose\n state: directory\n mode: '0755'\n\n- name: Clone a github repository\n git:\n repo: https://github.com/lilPenny/MyWe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1425,
"all_permissive": false
} |
ansible_role | lilPenny/MyWebProIAAC | da91a806c40978538284de69d953e2b11927a2de | 0 | ansible/roles/cron_job | 536 | [
"no_license"
] | [
{
"path": "ansible/roles/cron_job/tasks/main.yml",
"content": "- name: Creates an entry like \"@reboot /some/job.sh with a delay\"\n ansible.builtin.cron:\n name: \"a job for reboot\"\n special_time: reboot\n job: \"sleep 6 && /WebServer/cron/dnsupdate.sh\"\n user: ubuntu\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | lilPenny/MyWebProIAAC | da91a806c40978538284de69d953e2b11927a2de | 0 | ansible/roles/docker_install | 536 | [
"no_license"
] | [
{
"path": "ansible/roles/docker_install/tasks/main.yml",
"content": "---\n- name: Install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - ca-certificates\n - curl\n - apt-transport-https\n\n- name: Create dir with permissions\n ansible.builtin.file:\n path: /et... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1405,
"all_permissive": false
} |
ansible_role | lilPenny/MyWebProIAAC | da91a806c40978538284de69d953e2b11927a2de | 0 | ansible/roles/post_install | 536 | [
"no_license"
] | [
{
"path": "ansible/roles/post_install/tasks/main.yml",
"content": "---\n# tasks file for post-install\n- name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 147
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 147,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/default_apps | 536 | [
"no_license"
] | [
{
"path": "roles/default_apps/tasks/main.yaml",
"content": "---\n- name: check file type association\n command: \"duti -d {{ item.1 }}\"\n with_subelements:\n - \"{{ associations }}\"\n - utis\n changed_when: false\n register: duti_output\n\n- name: update file type association\n command: \"duti ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 389,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/dock | 536 | [
"no_license"
] | [
{
"path": "roles/dock/tasks/main.yaml",
"content": "---\n- name: remove all items from the dock\n command: dockutil --remove all --no-restart\n changed_when: false\n\n- name: add apps to the dock\n command: \"dockutil --add '/Applications/{{ item }}.app' --no-restart\"\n changed_when: false\n with_item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/docker | 536 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: install docker\n homebrew: name={{ item }} state=latest\n with_items:\n - docker\n - docker-machine\n\n- name: create a default virtual machine to run docker images\n command: docker-machine create --driver virtualbox default\n arg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 488,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/macos | 536 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/main.yaml",
"content": "---\n- name: check the current computer sleep time\n command: systemsetup -getcomputersleep\n changed_when: false\n become: yes\n register: current_computer_sleep_time\n\n- name: set the computer sleep time\n command: systemsetup -setcomputersleep {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2441,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/native_instruments | 536 | [
"no_license"
] | [
{
"path": "roles/native_instruments/main.yaml",
"content": "# Note that I could not set the plist value directly as Ansible seems to cast\n# the index of with_indexed_items to a string.\n- name: place Kontakt libraries in the requested order\n plist:\n dest: \"com.native-instruments.{{ item.1 }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/node_js | 536 | [
"no_license"
] | [
{
"path": "roles/node_js/tasks/main.yaml",
"content": "---\n- name: install node.js\n homebrew: name=node state=latest\n\n- name: install node.js global packages\n npm: name={{ item }} global=yes\n with_items: \"{{ packages }}\"\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": 169,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/python | 536 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yaml",
"content": "---\n# Python\n- name: install python 3.x\n homebrew: name=python3 state=latest\n\n- name: install python completion\n homebrew: name=pip-completion state=latest\n\n# Note that we must install Python 2.7 and its packages last to ensure they\n# become t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 383,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/software | 536 | [
"no_license"
] | [
{
"path": "roles/software/tasks/main.yaml",
"content": "---\n# Homebrew Unix Software\n- name: brew taps\n homebrew_tap: tap={{ item }} state=present\n with_items: \"{{ brew_taps }}\"\n\n- name: brew packages\n homebrew:\n # Workaround for issue https://github.com/ansible/ansible-modules-extras/issues... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2713,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/spotify | 536 | [
"no_license"
] | [
{
"path": "roles/spotify/filter_plugins/spotify_value.py",
"content": "def spotify_value(value):\n if isinstance(value, str):\n return f'\"{value}\"'\n elif isinstance(value, bool):\n return 'true' if value else 'false'\n else:\n return str(value)\n\n\nclass FilterModule(object... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2349,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/sshfs | 536 | [
"no_license"
] | [
{
"path": "roles/sshfs/tasks/main.yaml",
"content": "---\n- name: install osxfuse\n homebrew_cask: name=osxfuse state=present\n\n- name: install sshfs\n homebrew: name=sshfs state=latest\n",
"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 | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/startup | 536 | [
"no_license"
] | [
{
"path": "roles/startup/tasks/main.yaml",
"content": "---\n- name: add login item\n command: \"loginitems -a '{{ item }}'\"\n changed_when: false\n with_items: \"{{ login_items }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/sublime_text | 536 | [
"no_license"
] | [
{
"path": "roles/sublime_text/tasks/main.yaml",
"content": "---\n- name: install sublime text\n homebrew_cask: name=sublime-text state=present\n\n- name: ensure the sublime text settings directories exist\n file: path=\"{{ item }}\" state=directory\n with_items:\n - ~/Library/Application Support/Subli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | fgimian/macbuild-ansible | afc3ce7601c67d02fb2a3e23c06fb6c4d290fea3 | 44 | roles/vim | 536 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/main.yaml",
"content": "---\n- name: install vim\n homebrew: name=vim install_options=with-lua state=latest\n\n- name: create the vim package directory\n file: path={{ item }} state=directory mode=0755\n with_items:\n - ~/.vim\n - ~/.vim/bundle\n\n- name: install vundle p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | shurabh/oci | eec17c8044f38ff265851315e6e7f501a8099bef | 0 | roles/compute-build | 536 | [
"no_license"
] | [
{
"path": "roles/compute-build/tasks/oci_build.yaml",
"content": "- name: Launch an instance\n oci_instance:\n availability_domain: \"{{ instance_ad }}\"\n compartment_id: \"{{ instance_compartment_ocid }}\"\n name: \"{{ instance_name }}\"\n source_details:\n source_type: image\n imag... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1197,
"all_permissive": false
} |
ansible_role | vnponomarev/cluster-pg | 942f0dc0da9f2d9a809cf06cc8e74e27fecba638 | 0 | roles/config_os_hosts | 536 | [
"no_license"
] | [
{
"path": "roles/config_os_hosts/templates/hosts.j2",
"content": "127.0.0.1\tlocalhost\n{{ ip_new_setup }}\t{{ inventory_hostname }} {{ inventory_hostname }}.{{ domen_name }}\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-loopback\nfc00:e968:6179::de52:7... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5745,
"all_permissive": false
} |
ansible_role | vnponomarev/cluster-pg | 942f0dc0da9f2d9a809cf06cc8e74e27fecba638 | 0 | roles/setup_etcd | 536 | [
"no_license"
] | [
{
"path": "roles/setup_etcd/files/start_etcd.sh",
"content": "#!/bin/bash\ncd /opt/etcd-3.4.22/\n\n/opt/etcd-3.4.22/bin/etcd --config-file /opt/etcd-3.4.22/etcd.yml &\n\nexit 0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/setup_etcd/tas... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5776,
"all_permissive": false
} |
ansible_role | vnponomarev/cluster-pg | 942f0dc0da9f2d9a809cf06cc8e74e27fecba638 | 0 | roles/setup_patroni | 536 | [
"no_license"
] | [
{
"path": "roles/setup_patroni/tasks/main.yml",
"content": "---\n# tasks file for setup_patroni\n\n#- name: CLUSTER PATRONI | print hosts vars\n# include: print_hosts_vars.yml\n \n- name: CLUSTER PATRONI | setup patroni\n include: setup_patroni.yml\n \n- name: CLUSTER PATRONI | configure patroni\n incl... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 13404,
"all_permissive": false
} |
ansible_role | vnponomarev/cluster-pg | 942f0dc0da9f2d9a809cf06cc8e74e27fecba638 | 0 | roles/test_online_hosts | 536 | [
"no_license"
] | [
{
"path": "roles/test_online_hosts/tasks/main.yml",
"content": "---\n# tasks file for cluster-pg\n\n- name: CLUSTER-PG | include test-online-hosts\n include: test-online-hosts.yml \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/test_onli... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 813,
"all_permissive": false
} |
ansible_role | vnponomarev/cluster-pg | 942f0dc0da9f2d9a809cf06cc8e74e27fecba638 | 0 | roles/update_os | 536 | [
"no_license"
] | [
{
"path": "roles/update_os/vars/main.yml",
"content": "---\n# vars file for SETUP-UPAK\nansible_user : aladmin \n#ansible_ssh_private_key_file : /home/vponomarev/.ssh/id_rsa.pub \nansible_ssh_pass : <PASSWORD>\n\n# remote directories\ndir_hostname : /e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2208,
"all_permissive": false
} |
ansible_role | Elliot-Beaumont/ReachEngine-Ansible-Backuper | cf2d66a90ed07079d1a78e75f9f3f3b68dd0ca03 | 0 | roles/backup | 536 | [
"no_license"
] | [
{
"path": "roles/backup/defaults/nginx.yml",
"content": "---\n# Files to backup for nginx service\nnginx_files:\n - \"/etc/nginx/static-routes.conf\"\n - \"/etc/nginx/security.conf\"\n - \"/etc/nginx/nginx.conf\"\n - \"/etc/nginx/conf.d/default.conf\"\n - \"/usr/lib/systemd/system/nginx.service\"\n",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 4494,
"all_permissive": false
} |
ansible_role | yevgenybulochnik/k3s-lab | 3bef1eebac7b6fb7d845957f400ca90e6fed6a16 | 0 | roles/k3s-controller | 536 | [
"no_license"
] | [
{
"path": "roles/k3s-controller/tasks/main.yml",
"content": "---\n- name: k3s install for controller node\n shell: 'curl -sfL https://get.k3s.io | sh -'\n args:\n creates: /var/lib/rancher/k3s/server/node-token\n\n- name: Wait for node-token\n wait_for:\n path: /var/lib/rancher/k3s/server/node-toke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | yevgenybulochnik/k3s-lab | 3bef1eebac7b6fb7d845957f400ca90e6fed6a16 | 0 | roles/k3s-node | 536 | [
"no_license"
] | [
{
"path": "roles/k3s-node/tasks/main.yml",
"content": "---\n- name: k3s install for worker nodes\n shell: \"curl -sfL https://get.k3s.io| K3S_URL=https://{{ controller_ip }}:6443 K3S_TOKEN={{ token }} sh -\"\n args:\n creates: /var/lib/rancher/k3s\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | luciaalap/Ansible_LAA | 6ddda69fcad85dc8f57fd771c9bf9262ba9c6856 | 0 | playbooks/roles/install_hadoop | 536 | [
"no_license"
] | [
{
"path": "playbooks/roles/install_hadoop/handlers/main.yml",
"content": "---\n# handlers file for install_hadoop",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "playbooks/roles/install_hadoop/tasks/main.yml",
"content": "---\n\n- name: Actuali... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1572,
"all_permissive": false
} |
ansible_role | luciaalap/Ansible_LAA | 6ddda69fcad85dc8f57fd771c9bf9262ba9c6856 | 0 | playbooks/roles/service | 536 | [
"no_license"
] | [
{
"path": "playbooks/roles/service/tasks/main.yml",
"content": "---\n\n- name: Formatear nodo Hadoop\n shell: /home/hdfs/hadoop-3.2.2/bin/hdfs namenode –format\n\n- name: Iniciar Hadoop\n shell: /home/hdfs/hadoop-3.2.2/sbin/start-dfs.sh\n\n- name: Parar Hadoop\n shell: /home/hdfs/hadoop-3.2.2/sbin/stop-d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | luciaalap/Ansible_LAA | 6ddda69fcad85dc8f57fd771c9bf9262ba9c6856 | 0 | playbooks/roles/user_hdfs | 536 | [
"no_license"
] | [
{
"path": "playbooks/roles/user_hdfs/vars/main.yml",
"content": "---\n\nuser: hdfs\ngroup: hdfs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "playbooks/roles/user_hdfs/tasks/main.yml",
"content": "---\n\n- name: Crear el grupo HDFS\n ansib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | Prema-931/roboshop-ansible-roles | fbc82976bbcc833d8f435c09a5dabdbe28e9d61e | 0 | roles/rabbitmq | 536 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yaml",
"content": "- name: configure yum erlang repos\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | bash\n\n- name: configure yum rabbitmq repos\n ansible.builtin.shell: curl -s https://packagecloud.io/ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 887,
"all_permissive": false
} |
ansible_role | jm-soto/Ansible-laboratories | 89d416a309d0bc4ca09b1aa212e937252c0a111e | 1 | apache-webserver/provisioning/roles/apache | 536 | [
"no_license"
] | [
{
"path": "apache-webserver/provisioning/roles/apache/defaults/main.yml",
"content": "---\n# This file define DEFAULT variables for Apache web server configuration. \n# - It's important that variables defined here are OS/Apache-version independent.\n# - Specific OS variables (like necesaries packages to ins... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3519,
"all_permissive": false
} |
ansible_role | jm-soto/Ansible-laboratories | 89d416a309d0bc4ca09b1aa212e937252c0a111e | 1 | apache-webserver/provisioning/roles/commons | 536 | [
"no_license"
] | [
{
"path": "apache-webserver/provisioning/roles/commons/tasks/Debian-configure.yml",
"content": "---\n# Configuration tasks for Debian systems.\n\n- name: Configure timezones.\n timezone:\n name: \"{{ time_zone }}\"\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1479,
"all_permissive": false
} |
ansible_role | kejian-tong/Ansible_training | 127071d7d0ef9b3da920bb0d7dfbbc3832cbaecc | 0 | roles/demo_role | 536 | [
"no_license"
] | [
{
"path": "roles/demo_role/tasks/main.yml",
"content": "---\n# tasks file for demo_role\n- name: Print a message\n debug:\n msg: \"Running demo task for {{ansible_host}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | inoshiro/ansible-pychamprojects-openstack | 42db0bda36d7f6e7640d8100b40f42eb8fcf3780 | 0 | roles/pycharm_project | 542 | [
"no_license"
] | [
{
"path": "roles/pycharm_project/templates/modules.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<project version=\"4\">\n <component name=\"ProjectModuleManager\">\n <modules>\n <module fileurl=\"file://$PROJECT_DIR$/.idea/os_{{item[1]}}_{{item[2]}}.iml\" filepath=\"$PROJECT_DIR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 12340,
"all_permissive": false
} |
ansible_role | wenn/battlestation | 417b23aa836a7c649a7a1a0ddd826177e07877ff | 1 | roles/macos | 542 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/dotfiles.yml",
"content": "---\n- block:\n - name: Clone dotfiles repo\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_dir }}\"\n clone: no\n update: no\n when: dotfiles_repo != \"\"\n",
"license_type": "no_license",
"det... | {
"task_files": 15,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 17,
"total_bytes": 3420,
"all_permissive": false
} |
ansible_role | xeladock/tensor_l4 | bc2eb917ea837abbbc2a9dba7a48b0e4cc2fcbf1 | 0 | Lesson4_Homework/roles/nginx | 542 | [
"no_license"
] | [
{
"path": "Lesson4_Homework/roles/nginx/tasks/main.yaml",
"content": "---\n - name: copy nginx.repo\n copy:\n src: files/nginx.repo\n dest: /etc/yum.repos.d/nginx.repo\n owner: root\n group: root\n mode: 0755\n\n - name: copy epel-repo\n copy:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3801,
"all_permissive": false
} |
ansible_role | xeladock/tensor_l4 | bc2eb917ea837abbbc2a9dba7a48b0e4cc2fcbf1 | 0 | Lesson4_Homework/roles/php_fpm | 542 | [
"no_license"
] | [
{
"path": "Lesson4_Homework/roles/php_fpm/tasks/main.yml",
"content": "---\n - name: Copy remi-php74.repo\n copy:\n src: files/remi-php74.repo\n dest: /etc/yum.repos.d/remi-php74.repo\n owner: nginx\n group: nginx\n mode: 0755\n\n - name: Copy remi-safe.repo\n copy:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1032,
"all_permissive": false
} |
ansible_role | xeladock/tensor_l4 | bc2eb917ea837abbbc2a9dba7a48b0e4cc2fcbf1 | 0 | Lesson4_Homework/roles/wordpress | 542 | [
"no_license"
] | [
{
"path": "Lesson4_Homework/roles/wordpress/tasks/main.yaml",
"content": "---\n - name: Add linux group \"wordpress\"\n group:\n name: wordpress\n state: present\n\n - name: Create a wp user\n no_log: true\n user:\n name: wordpress\n uid: 1111\n passwo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1790,
"all_permissive": false
} |
ansible_role | sadofrazer/ansible_training | 6d8e21a5253d028ed3ff68bb5ea3ea739a29bc54 | 1 | TP-8/roles/webapp | 542 | [
"no_license"
] | [
{
"path": "TP-8/roles/webapp/defaults/main.yml",
"content": "---\nauthor: Frazer\nmy_ansible_user: admin",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "TP-8/roles/webapp/tasks/main.yml",
"content": "#Tasks of our roles\n- name: Install EPEL re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/cluster-backup-operator | 542 | [
"no_license"
] | [
{
"path": "roles/cluster-backup-operator/tasks/main.yml",
"content": "- name: Enable cluster backup operator\n kubernetes.core.k8s:\n context: \"{{ HUB_CONTEXT }}\"\n definition:\n apiVersion: operator.open-cluster-management.io/v1\n kind: MultiClusterHub\n metadata:\n name: mul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/hub-backup | 542 | [
"no_license"
] | [
{
"path": "roles/hub-backup/tasks/enable.yml",
"content": "- name: Create openshift oadp operator\n kubernetes.core.k8s:\n context: \"{{ HUB_CONTEXT }}\"\n state: present\n template:\n - path: \"backup-schedule.yml\"\n when: MCH_VERSION | regex_search(\"^2\\.4\\.(.)$\") \n\n- name: Create op... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 663,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/import-managedcluster | 542 | [
"no_license"
] | [
{
"path": "roles/import-managedcluster/tasks/main.yml",
"content": "---\n- name: Define MANAGED_CLUSTER_CONTEXT_NAME equal to MANAGED_CLUSTER_NAME if it is not provided by the user\n set_fact:\n MANAGED_CLUSTER_CONTEXT_NAME: \"{{ MANAGED_CLUSTER_NAME }}\"\n when: MANAGED_CLUSTER_CONTEXT_NAME is not def... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2021,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/oadp-object-storage | 542 | [
"no_license"
] | [
{
"path": "roles/oadp-object-storage/tasks/templates/velero.yml",
"content": "apiVersion: oadp.openshift.io/v1alpha1\nkind: Velero\nmetadata:\n namespace: openshift-adp\n name: velero\nspec:\n enableRestic: false\n defaultVeleroPlugins:\n - aws\n - openshift\n backupStorageLocations:\n - name: defau... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3674,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/oadp-operator | 542 | [
"no_license"
] | [
{
"path": "roles/oadp-operator/tasks/2.5.0.yml",
"content": "---\n\n- name: Create openshift oadp operator\n kubernetes.core.k8s:\n context: \"{{ HUB_CONTEXT }}\"\n state: present\n template:\n - path: \"./roles/oadp-operator/templates/openshift-adp_2.5.0.yml\"\n\n- name: Wait for openshift-a... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1030,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/restore-hub | 542 | [
"no_license"
] | [
{
"path": "roles/restore-hub/tasks/main.yml",
"content": "---\n\n- name: Get Cluster information\n kubernetes.core.k8s_cluster_info:\n context: \"{{ HUB_CONTEXT }}\"\n invalidate_cache: False\n register: api_status\n\n\n- name: Creating Restore CRD to trigger restoring when 2.4.4\n kubernetes.core.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3363,
"all_permissive": false
} |
ansible_role | sdminonne/backup-n-restore-imported-clusters | 26d5f6423229ede69b70218cee9a30230676fc23 | 4 | roles/tools | 542 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/mch.yml",
"content": "- name: Check MCH version\n kubernetes.core.k8s_info:\n context: \"{{ HUB_CONTEXT }}\"\n api_version: operator.open-cluster-management.io/v1\n kind: MultiClusterHub\n namespace: open-cluster-management #TODO check whether namespace is not the d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/docker | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/docker/tasks/main.yml",
"content": "---\n\n - name: check if docker has already been installed\n shell: command -v \"docker\" > /dev/null 2>&1 && [ -e /var/run/docker.sock ]\n ignore_errors: true\n become: yes\n register: docker_installed\n\n - name: Fail if not an U... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4234,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/docker.kafka | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/docker.kafka/tasks/main.yml",
"content": "---\n\n - shell: sysctl -w net.netfilter.nf_conntrack_tcp_be_liberal=1\n become: yes\n tags:\n - always\n\n - file: path={{tmp_directory | default('/tmp')}}/kafka state=directory\n tags:\n - always\n\n - copy: src={{i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4482,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/docker.registry | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/docker.registry/vagrant-playbook.yml",
"content": "---\n\n- name: Install docker-registry\n hosts: registry\n user: $user\n\n vars_files:\n - vars/main.yml\n\n tasks:\n - include: tasks/main.yml\n\n handlers:\n - include: handlers/main.yml",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2431,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/docker.registry.client | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/docker.registry.client/tasks/main.yml",
"content": "---\n\n - include_vars: \"{{inventory_dir}}/../../vars/registry.yml\"\n\n - include: \"{{inventory_dir}}/../../tasks/registry_facts.yml\"\n when: (not docker_registry_host is defined) or (not docker_registry_ip is defined)\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2539,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/jenkins | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/jenkins/tasks/config/config-jenkins.yml",
"content": "---\n\n- name: 'Check if Jenkins v2 default administrative password file exists'\n become: True\n stat:\n path: \"{{ jenkins_default_adm_passd_file }}\"\n register: 'jenkins_administrative_password_file_test'\n changed_w... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 9663,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/mirror | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/mirror/vars/main.yml",
"content": "---\n\napache:\n mirror:\n default: \"{{default_apache_mirror | default('https://archive.apache.org/dist/')}}\"\n use_default: \"{{use_default_apache_mirror | default('no')}}\"\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/swarm | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/swarm/vars/main.yml",
"content": "---\n\nswarm:\n manager:\n ip: \"{{hostvars[(groups.master | first)]['ansible_ssh_host']}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "conf_docs/roles/swarm/tasks/ntp.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2333,
"all_permissive": false
} |
ansible_role | ALFTM/DevOups | 3bfb77440c32e34f96a43fce1972b43f88bdd03c | 1 | conf_docs/roles/zookeeper | 542 | [
"no_license"
] | [
{
"path": "conf_docs/roles/zookeeper/tasks/main.yml",
"content": "---\n\n - name: check zookeeper group\n fail: msg=\"zookeeper group must be defined\"\n when: groups.zookeeper is undefined\n\n - set_fact: nb={{groups.zookeeper|list|length}}\n\n - name: check cluster size\n fail: msg=\"the numbe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | hasland/vagrant-files | a3c9f33d00aee74f08caa5706a968e0a187e4a6d | 0 | lab-ansible/roles/mysql | 542 | [
"no_license"
] | [
{
"path": "lab-ansible/roles/mysql/tasks/main.yml",
"content": "---\n- name: 'Atualiza pacotes (somente se a ultima atualização foi feita há mais de 3600 seg [1 hora])'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n- name: 'Instala dependencias + mysql-server'\n become: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | hasland/vagrant-files | a3c9f33d00aee74f08caa5706a968e0a187e4a6d | 0 | lab-ansible/roles/webserver | 542 | [
"no_license"
] | [
{
"path": "lab-ansible/roles/webserver/tasks/main.yml",
"content": "---\n- name: 'Atualiza pacotes (somente se a ultimza atualizacao foi feita ha mais de 3600 seg [1 hora])'\n apt:\n update_cache: yes\n cache_valid_time: 3600\n become: yes\n \n- name: 'Instala dependencias do Wordpress'\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | hasland/vagrant-files | a3c9f33d00aee74f08caa5706a968e0a187e4a6d | 0 | lab-ansible/roles/wordpress | 542 | [
"no_license"
] | [
{
"path": "lab-ansible/roles/wordpress/tasks/main.yml",
"content": "---\n- name: Verifica se o arquivo do Wordpress já existe em '/tmp/wordpress.tar.gz'\n command: ls /tmp/wordpress.tar.gz\n register: existeWP\n\n- name: 'Baixa o tar.gz do Wordpress'\n get_url:\n url: 'https://wordpress.org/latest.tar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1298,
"all_permissive": false
} |
ansible_role | 47lining/nucleator-core-siteconfig | 45df4394650053dd12b78d2d1757e65344ff31d7 | 1 | ansible/roles/siteconfig | 542 | [
"no_license"
] | [
{
"path": "ansible/roles/siteconfig/vars/make-certificate-bundle",
"content": "#!/usr/bin/env bash\n\ndie () {\n echo -e >&2 \"$@\"\n exit 1\n}\n\nscriptname=`basename \"$0\"`\n\n[ \"$#\" -eq 4 ] || die \"usage: ${scriptname} <customer> <cage> <customer-domain> <pkcs12-cert-bundle-password>\\n\\n<pkcs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 12913,
"all_permissive": false
} |
ansible_role | Yasir-Tariq/Ansible-Ubuntu | a7b6ebc5f0c4284b92a8836df5033649e3f5774b | 0 | roles/mysql | 542 | [
"no_license"
] | [
{
"path": "roles/mysql/README.md",
"content": "Mysql\n=========\n\nRole for installing mysql and other required packages on Ec2 instance (Ubuntu 18.04) and importing sql file to mysql.\n\nRequirements\n------------\n\nAWS Ec2 instance or any other alternative is required.\n\nRole Variables\n--------------\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | Yasir-Tariq/Ansible-Ubuntu | a7b6ebc5f0c4284b92a8836df5033649e3f5774b | 0 | roles/webapp | 542 | [
"no_license"
] | [
{
"path": "roles/webapp/tasks/main.yml",
"content": "---\n- name: install web components\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - apache2\n - php\n - php-mysql\n\n- name: ensure apache2 started\n service: name=apache2 state=started enabled=yes\n\n- name: copy web ap... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | jokertykma/ansible | 42e66395dc9da0dc9b0aa772feefbd026815b68c | 0 | roles/mongo | 542 | [
"no_license"
] | [
{
"path": "roles/mongo/tasks/main.yml",
"content": "---\n\n\n- include: install.yml\n\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/mongo/handlers/main.yml",
"content": "---\n#file: /roles/mongo/handers/main.yml\n\n\n- name: restart... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1090,
"all_permissive": false
} |
ansible_role | twagar11/ansible-labs | 9261d2d938b1d4b83faf810129b367b2c83b67d0 | 0 | role/lamp/roles/db | 542 | [
"no_license"
] | [
{
"path": "role/lamp/roles/db/tasks/main.yml",
"content": "\n- name: Install Mysql Server\n apt:\n name:\n - mysql-server\n - python3-pip\n - python3-dev\n - libmysqlclient-dev\n - git\n state: present\n\n- name: Install the python module\n pip:\n name: mysqlclient\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | twagar11/ansible-labs | 9261d2d938b1d4b83faf810129b367b2c83b67d0 | 0 | role/lamp/roles/web | 542 | [
"no_license"
] | [
{
"path": "role/lamp/roles/web/tasks/main.yml",
"content": "---\n- include: install_http.yml\n- include: copy_file.yml\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "role/lamp/roles/web/tasks/copy_file.yml",
"content": "- name: Copy PHP ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | twagar11/ansible-labs | 9261d2d938b1d4b83faf810129b367b2c83b67d0 | 0 | role/wordpress/roles/apache | 542 | [
"no_license"
] | [
{
"path": "role/wordpress/roles/apache/tasks/main.yml",
"content": "- name: Install Apache\n apt:\n name: apache2\n state: present\n\n- name: Starting Apache Service\n service:\n name: apache2\n state: started\n enabled: yes",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | twagar11/ansible-labs | 9261d2d938b1d4b83faf810129b367b2c83b67d0 | 0 | role/wordpress/roles/database | 542 | [
"no_license"
] | [
{
"path": "role/wordpress/roles/database/tasks/main.yml",
"content": "- name: Install Mysql Server and its dependencies\n apt:\n name:\n - mysql-server\n - python3-pip\n - python3-dev\n - libmysqlclient-dev\n state: present\n\n- name: Install the python module\n pip:\n name: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | twagar11/ansible-labs | 9261d2d938b1d4b83faf810129b367b2c83b67d0 | 0 | role/wordpress/roles/php | 542 | [
"no_license"
] | [
{
"path": "role/wordpress/roles/php/tasks/main.yml",
"content": "- name: Install PHP modules\n apt:\n name:\n - php\n - libapache2-mod-php\n - php-mysql\n state: present\n\n- name: Restart Apache Service\n service:\n name: apache2\n state: restarted",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | twagar11/ansible-labs | 9261d2d938b1d4b83faf810129b367b2c83b67d0 | 0 | role/wordpress/roles/wordpress | 542 | [
"no_license"
] | [
{
"path": "role/wordpress/roles/wordpress/tasks/main.yml",
"content": "- name: Download WordPress\n get_url:\n url: \"{{ wp_tar_url }}\"\n dest: \"{{ wp_tar_temp_path }}\"\n\n- name: Create Temp Directory\n file:\n dest: \"{{ wp_tar_unarchive_dest }}\"\n state: directory\n\n- name: Extract Wor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | kawadeomkar/homeserver | 52f6ca59119012d99081131e04c9e43fb7a482f5 | 4 | roles/k8s | 542 | [
"no_license"
] | [
{
"path": "roles/k8s/tasks/install_microk8s.yml",
"content": "---\n- name: Install classic microk8s with snapd\n community.general.snap:\n name: microk8s\n state: present\n classic: true\n channel: 1.28/stable\n\n- name: Create .kube folder\n ansible.builtin.file:\n path: ~/.kube\n state... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7287,
"all_permissive": false
} |
ansible_role | kawadeomkar/homeserver | 52f6ca59119012d99081131e04c9e43fb7a482f5 | 4 | roles/main | 542 | [
"no_license"
] | [
{
"path": "roles/main/handlers/main.yml",
"content": "---\n- name: restart ssh daemon\n ansible.builtin.service:\n name: ssh\n state: restarted\n\n# Debian based\n- name: reload ufw\n community.general.ufw:\n state: reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 11808,
"all_permissive": false
} |
ansible_role | gowata7/WorkspaceAnsible | 0c316182e6ccc3d151e06293f942cd224488e8df | 0 | wordpress-nginx_rhel7_Ubuntu/roles/common | 542 | [
"no_license"
] | [
{
"path": "wordpress-nginx_rhel7_Ubuntu/roles/common/tasks/main.yml",
"content": "---\n- name: ufw disable\n command: ufw disable\n when: ufw is defined\n\n- name: Install Firewalld\n apt: \n name: firewalld \n state: present\n\n- name: unmask Firewalld\n command: systemctl unmask firewalld\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | gowata7/WorkspaceAnsible | 0c316182e6ccc3d151e06293f942cd224488e8df | 0 | wordpress-nginx_rhel7_Ubuntu/roles/mariadb | 542 | [
"no_license"
] | [
{
"path": "wordpress-nginx_rhel7_Ubuntu/roles/mariadb/handlers/main.yml",
"content": "---\n# Handler to handle DB tier notifications\n\n- name: restart mariadb\n service: \n name: mariadb.service \n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1049,
"all_permissive": false
} |
ansible_role | gowata7/WorkspaceAnsible | 0c316182e6ccc3d151e06293f942cd224488e8df | 0 | wordpress-nginx_rhel7_Ubuntu/roles/nginx | 542 | [
"no_license"
] | [
{
"path": "wordpress-nginx_rhel7_Ubuntu/roles/nginx/tasks/main.yml",
"content": "---\n#- name: Remove previous nginx package\n# shell: apt purge --auto-remove -y nginx\n\n- name: Install package prerequisties\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes \n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | gowata7/WorkspaceAnsible | 0c316182e6ccc3d151e06293f942cd224488e8df | 0 | wordpress-nginx_rhel7_Ubuntu/roles/php-fpm | 542 | [
"no_license"
] | [
{
"path": "wordpress-nginx_rhel7_Ubuntu/roles/php-fpm/tasks/main.yml",
"content": "---\n- name: Install php-fpm and deps\n apt: \n name: \"{{ item }}\"\n state: present\n update_cache: yes \n with_items:\n - php-fpm\n - php-gd\n - php-json\n - php-mysql\n - php-curl\n - php-mbst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | ecstatic-nobel/ansible-N-vagrant | 4a96519b84c56be4bea5ffc550e06610aecaa8ab | 2 | etc/ansible/roles/linux_setup | 542 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/linux_setup/tasks/ansible_user.yml",
"content": "---\n- name: Create the 'ansible' user and add to 'root' group\n user:\n comment: 'Ansible User'\n createhome: yes\n home: /home/ansible\n groups: root\n name: ansible\n shell: /bin/bash\n skeleton: /etc/skel... | {
"task_files": 10,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 5329,
"all_permissive": false
} |
ansible_role | ecstatic-nobel/ansible-N-vagrant | 4a96519b84c56be4bea5ffc550e06610aecaa8ab | 2 | etc/ansible/roles/windows_setup | 542 | [
"no_license"
] | [
{
"path": "etc/ansible/roles/windows_setup/tasks/modify_iptables.yml",
"content": "---\n- name: Modify IPTables\n script: \"{{ item.script }}\"\n when: \"{{ item.group in group_names }}\"\n with_items:\n - { script: ../files/iptables_local.sh, group: 'local' }\n - { script: ../files/iptables_remote... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 3744,
"all_permissive": false
} |
ansible_role | bewinsto7604/Ansible-script-Jenkins-DockerEE | d5e9aebffa87e8764a30cdbe9c0d46fac9956f5c | 0 | ansible/roles/jenkins | 542 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/main.yml",
"content": "- name: Directories are present\n file:\n path=\"{{ item }}\"\n state=directory\n mode=0777\n with_items: \"{{ directories }}\"\n tags: [jenkins]\n\n- name: Config files are present\n copy:\n src='{{ item }}'\n dest='{{ jenkins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1773,
"all_permissive": false
} |
ansible_role | avetisovalex/ansible_gb | 590ea5815cbff5c36de77df94b8688821598dfa2 | 0 | hw_4/roles/nginx | 544 | [
"no_license"
] | [
{
"path": "hw_4/roles/nginx/tasks/prerequisites.yml",
"content": "---\n\n- name: Prepare step for nginx\n block:\n - name: Find out if it is baremetal or vm\n command: \"systemd-detect-virt\"\n register: virt\n ignore_errors: true\n\n\n - name: create directory for nginx files\n f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 350,
"all_permissive": false
} |
ansible_role | avetisovalex/ansible_gb | 590ea5815cbff5c36de77df94b8688821598dfa2 | 0 | hw_5/roles/selinux | 544 | [
"no_license"
] | [
{
"path": "hw_5/roles/selinux/tasks/main.yml",
"content": "---\n\n- name: 'CONFIG | config selinux'\n import_tasks: \"config.yml\"\n tags: ['selinux', 'selinux::config']\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | ovidiusimionica/openshift-ansible-installer | 0ebd34ed3a8edccec8c52bf45927ea6d89a47019 | 0 | ansible/roles/docker | 544 | [
"permissive"
] | [
{
"path": "ansible/roles/docker/tasks/main.yml",
"content": "---\n- include: setup-RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n- name: set linux policy permissive\n selinux:\n policy: targeted\n state: permissive\n\n- name: adding existing user '{{ ansible_system_user }}' to group docker\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 985,
"all_permissive": true
} |
ansible_role | mp3000mp/auto-entreprise | 7f866aeab9b8cab24fc58baaf3ab8670bc5f3edf | 0 | deployment/ansible/roles/apache | 544 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/apache/templates/vhost_back-le-ssl.conf.j2",
"content": "<IfModule mod_ssl.c>\n<VirtualHost *:443>\n\tServerName {{ backend_server_name }}\n\n\tProxyPreserveHost On\n\tProxyPass / http://localhost:{{ back_proxy_port }}/\n\tProxyPassReverse / http://localhost:{{ back_proxy... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3431,
"all_permissive": false
} |
ansible_role | mp3000mp/auto-entreprise | 7f866aeab9b8cab24fc58baaf3ab8670bc5f3edf | 0 | deployment/ansible/roles/deploy_back | 544 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/deploy_back/templates/.env.j2",
"content": "APP_ENV=prod\nAPP_DEBUG=0\n\nAPP_VERSION=\"{{ app_version }}\"\nAPP_SECRET=\"{{ app_secret }}\"\n\nDATABASE_URL=\"mysql://{{ mysql_user }}:{{ mysql_password }}@mariadb:3306/{{ mysql_database }}?serverVersion=mariadb-{{ mysql_ver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1920,
"all_permissive": false
} |
ansible_role | mp3000mp/auto-entreprise | 7f866aeab9b8cab24fc58baaf3ab8670bc5f3edf | 0 | deployment/ansible/roles/deploy_front | 544 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/deploy_front/templates/.env.j2",
"content": "VITE_VERSION=\"{{ app_version }}\"\nVITE_BACKEND_BASE_URL=\"{{ backend_server_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "deployment/ansible/roles/depl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 621,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.