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
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/configure-devstack
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/configure-devstack/templates/local.conf.j2", "content": "[[local|localrc]]\n\n# --- Fallback Directory for ML2 Plugin Configs ---\necho \"Ensuring required DevStack configuration directories exist...\"\nmkdir -p \"{{ stack_home }}/etc/neutron/plugins/ml2\"\n\n# ==...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 9374, "all_permissive": false }
ansible_role
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/create-user
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/create-user/tasks/main.yml", "content": "---\n- name: Create 'stack' user\n user:\n name: \"{{ stack_user }}\"\n comment: DevStack user\n shell: /bin/bash\n home: /opt/stack\n create_home: yes\n group: wheel\n state: present\n\n- name: Ensure...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 589, "all_permissive": false }
ansible_role
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/detect-system
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/detect-system/tasks/main.yml", "content": "---\n- name: Gather full Ansible facts\n setup:\n\n- name: Assert minimum memory\n assert:\n that:\n - ansible_memtotal_mb >= 6000\n fail_msg: \"Minimum 6GB RAM is required to run DevStack reliably\"\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1307, "all_permissive": false }
ansible_role
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/post-install
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/post-install/tasks/main.yml", "content": "---\n- name: Show final DevStack install summary\n debug:\n msg: |\n DevStack installation complete.\n\n Horizon URL : http://{{ ansible_default_ipv4.address }}/dashboard\n Admin Username : admin\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/prerequisites
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/prerequisites/tasks/main.yml", "content": "- name: Ensure apt cache is up to date\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install required base packages\n apt:\n name:\n - git\n - python3\n - python3-pip\n - py...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1497, "all_permissive": false }
ansible_role
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/run-devstack
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/run-devstack/tasks/main.yml", "content": "- name: Check if DevStack has already been run\n stat:\n path: /opt/stack/.devstack_installed\n register: devstack_marker\n\n- name: Run DevStack setup script\n shell: ./stack.sh > /opt/stack/devstack-install.log 2>&...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 645, "all_permissive": false }
ansible_role
onelrian/hey
fcb2730cbf114773bb30e386053098f5474be5de
0
openstack-devstack-ansible/roles/setup-env
7,835
[ "no_license" ]
[ { "path": "openstack-devstack-ansible/roles/setup-env/tasks/main.yml", "content": "---\n- name: Create environment setup script for stack user\n copy:\n dest: /opt/stack/.devstack_env\n content: |\n export FORCE=yes\n export DEST=/opt/stack\n export HOST_IP={{ ansible_default_ipv4.addr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
MacsKavana/jenkins
a76461dec8514b005a152e8b634aa303506d11a6
0
ansible/ansible002/roles/base
7,835
[ "no_license" ]
[ { "path": "ansible/ansible002/roles/base/tasks/main.yaml", "content": "---\n- name: create file\n file:\n path: /tmp/uj-file-1\n state: touch\n\n- name: titkos file\n copy:\n src: titkos\n dest: /tmp/kibontott\n\n- name: create file - utemezett\n file:\n path: /tmp/utemezett-file\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
rgl/packer-qemu-ansible-windows-example
f0e5e70c4326f4588733b31b377ae9b72e7057a8
3
roles/base
7,835
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Set region\n community.windows.win_region:\n location: 193\n format: pt-PT # date format, number format, etc.\n unicode_language: en-US # UI language.\n copy_settings: yes\n\n- name: Set keyboard layout\n ansible.windows.win_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3114, "all_permissive": false }
ansible_role
hnakamur/postgresql-async-replication-example-playbook
6b67ff297ab00e26796b3fe91e60ada2e225275d
0
roles/failover
7,835
[ "no_license" ]
[ { "path": "roles/failover/tasks/failover.yml", "content": "---\n- name: Let the master PostgreSQL server crash for testing failover\n command: '\"{{ postgresql_bin_dir }}/pg_ctl\" stop -m immediate -D \"{{ postgresql_data_dir }}\"'\n become: true\n become_user: postgres\n when: postgressql_master_standb...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 553, "all_permissive": false }
ansible_role
hnakamur/postgresql-async-replication-example-playbook
6b67ff297ab00e26796b3fe91e60ada2e225275d
0
roles/initial_setup
7,835
[ "no_license" ]
[ { "path": "roles/initial_setup/tasks/main.yml", "content": "---\n- include: initial_setup.yml\n tags:\n - initial_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "roles/initial_setup/tasks/initial_setup.yml", "content": "---\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4594, "all_permissive": false }
ansible_role
hnakamur/postgresql-async-replication-example-playbook
6b67ff297ab00e26796b3fe91e60ada2e225275d
0
roles/launch_containers
7,835
[ "no_license" ]
[ { "path": "roles/launch_containers/tasks/get_ipv4_address_of_container.yml", "content": "---\n- name: Query IPv4 address of container\n shell: curl -s --unix-socket /var/lib/lxd/unix.socket http:/1.0/containers/{{ name }}/state | jq -r '.metadata.network.eth0.addresses | map(select(.family == \"inet\")) | ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1329, "all_permissive": false }
ansible_role
hnakamur/postgresql-async-replication-example-playbook
6b67ff297ab00e26796b3fe91e60ada2e225275d
0
roles/start_new_standby
7,835
[ "no_license" ]
[ { "path": "roles/start_new_standby/tasks/main.yml", "content": "---\n- include: start_new_standby.yml\n tags:\n - start_new_standby\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/start_new_standby/tasks/start_new_standby.yml", "con...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1115, "all_permissive": false }
ansible_role
SevenTV/SevenTV
2b4f4cb40d5636c74cebad2da4065b79d0508bcf
147
infrastructure/roles/firewall
7,835
[ "no_license" ]
[ { "path": "infrastructure/roles/firewall/tasks/k3s.yaml", "content": "- name: Allow Control Plane Traffic\n ufw:\n rule: allow\n port: 6443\n proto: tcp\n comment: \"K3s Control Plane\"\n when: ansible_hostname in groups[\"control_plane\"]\n\n- name: Allow CIDR Ranges\n ufw:\n rule: allow\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 701, "all_permissive": false }
ansible_role
SevenTV/SevenTV
2b4f4cb40d5636c74cebad2da4065b79d0508bcf
147
infrastructure/roles/k3s
7,835
[ "no_license" ]
[ { "path": "infrastructure/roles/k3s/templates/k3s_config.yaml.j2", "content": "token: \"{{ k3s_token }}\"\nnode-ip: \"{{ private_ip4 }},{{ private_ip6 }}\"\nnode-external-ip: \"{{ public_ip4 }},{{ public_ip6 }}\"\n{% if labels is defined and labels|length > 0 %}\nnode-label:\n{% for label in labels %}\n- \"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 8376, "all_permissive": false }
ansible_role
SevenTV/SevenTV
2b4f4cb40d5636c74cebad2da4065b79d0508bcf
147
infrastructure/roles/node
7,835
[ "no_license" ]
[ { "path": "infrastructure/roles/node/tasks/netplan.yaml", "content": "---\n- name: Write NetPlan configuration\n register: netplan_conf\n template:\n src: 01-netcfg.yaml.j2\n dest: /etc/netplan/01-netcfg.yaml\n owner: root\n group: root\n mode: \"0600\"\n\n- name: Apply NetPlan configuratio...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4488, "all_permissive": false }
ansible_role
mafrarrix/devops-for-programmers-project-76
a368efd2fccd12314f3e21e7f3dd00072ecac387
0
roles/redmine_deploy
7,835
[ "no_license" ]
[ { "path": "roles/redmine_deploy/tasks/main.yml", "content": "\n- name: Copy file\n template:\n src: ./templates/.env.j2\n dest: ~/.env\n mode: 0644\n tags:\n - refresh-params\n - deploy\n\n- name: Deploy Redmine\n community.docker.docker_container:\n name: hexlet-redmine\n image: redm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 850, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/R
7,833
[ "no_license" ]
[ { "path": "roles/R/tasks/main.yml", "content": "---\n\n- include_tasks: install_debian.yml\n when: ansible_os_family == \"Debian\"\n\n- include_tasks: install_osx.yml\n when: ansible_distribution == \"MacOSX\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 154 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/common
7,833
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- include: install_essentials.yml\n\n- include_tasks: install_essentials_debian.yml\n when: ansible_os_family == \"Debian\"\n\n- include_tasks: install_essentials_osx.yml\n when: ansible_distribution == \"MacOSX\"\n\n- include: install_ssh_keys.y...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3899, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/debian
7,833
[ "no_license" ]
[ { "path": "roles/debian/tasks/main.yml", "content": "---\n\n- name: set up user groups\n become: yes\n user:\n append: yes\n groups: staff\n name: '{{ansible_user_id}}'\n\n- name: install a better shell\n become: yes\n apt: \n name: zsh \n state: present\n\n- name: change shell to zsh\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/dotfiles
7,833
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n\n- name: ensure dotfiles git parent path exists\n file:\n path: \"{{ dotfiles_git_path | dirname }}\"\n state: directory \n mode: 0755\n\n- name: ensure dotfiles is cloned\n git:\n repo: \"{{ dotfiles_git_url }}\"\n dest: \"{{ dot...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 794, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/google-cloud
7,833
[ "no_license" ]
[ { "path": "roles/google-cloud/tasks/main.yml", "content": "---\n\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - apt-transport-https\n state: present\n\n- name: install key (apt)\n become: yes\n apt_key:\n url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 601, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/i3-gaps
7,833
[ "no_license" ]
[ { "path": "roles/i3-gaps/vars/main.yml", "content": "---\n\ni3_gaps: 'install'\ni3_gaps_git_path: \"{{ansible_env.HOME}}/.cache/i3-gaps-git\"\ni3_gaps_git_url: https://github.com/Airblader/i3\n\ni3_gaps_shared_packages:\n - i3status\n\ni3_gaps_build_dependencies:\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1742, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/insync
7,833
[ "no_license" ]
[ { "path": "roles/insync/tasks/main.yml", "content": "---\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - apt-transport-https\n state: present\n\n- name: Add an apt key by id from a keyserver\n become: yes\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 534, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/java
7,833
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - apt-transport-https\n state: present\n\n- name: install java8 repo (apt)\n become: yes\n apt_repository:\n repo: deb http://ftp.us.debian.org/debian sid main\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/kubectl
7,833
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - apt-transport-https\n state: present\n\n- name: install key (apt)\n become: yes\n apt_key:\n url: 'https://packages.cloud.google.com/apt/doc/apt-key.gpg'\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/kvm
7,833
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "---\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - apt-transport-https\n state: present\n\n- name: Make sure we have a 'libvrt' group\n become: yes\n become_method: su\n become_user: root\n group:\n name: libvirt\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1108, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/lutris
7,833
[ "no_license" ]
[ { "path": "roles/lutris/tasks/install_debian.yml", "content": "---\n- name: install lutris key (apt)\n become: yes\n apt_key:\n url: 'https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key'\n state: present\n\n- name: install lutris repo (apt)\n become: yes\n apt_repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 473, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/minikube
7,833
[ "no_license" ]
[ { "path": "roles/minikube/vars/main.yml", "content": "---\nminikube_file_path: \"{{ lookup('env','HOME') }}/.cache/minikube\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/minikube/tasks/main.yml", "content": "---\n- name: install dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1709, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/node
7,833
[ "no_license" ]
[ { "path": "roles/node/tasks/main.yml", "content": "---\n\n- name: install key (apt)\n become: yes\n apt_key:\n url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'\n state: present\n\n- name: install yarn repo (apt)\n become: yes\n apt_repository:\n repo: deb https://dl.yarnpkg.com/debian/ stable ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 944, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/osx
7,833
[ "no_license" ]
[ { "path": "roles/osx/tasks/settings.yml", "content": "---\n# Use `defaults read` to dump out the current settings.\n\n- name: disable sound on boot\n become: yes\n command: nvram SystemAudioVolume=\"\"\n\n- name: enable tap-to-click\n become: yes\n command: defaults write com.apple.driver.AppleBluetooth...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 5506, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/sbt
7,833
[ "no_license" ]
[ { "path": "roles/sbt/tasks/main.yml", "content": "---\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - apt-transport-https\n state: present\n\n- name: Add an sbt apt key by id from a keyserver\n become: yes\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: 2EE0EA64E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 532, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/ssh
7,833
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n - name: ensure private key and public one are present\n copy: \n src: \"~/.ssh/{{ item }}\"\n dest: \"{{ansible_env.HOME}}/.ssh/{{ item }}\" \n mode: 0600\n with_items:\n - id_rsa\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/tizen
7,833
[ "no_license" ]
[ { "path": "roles/tizen/tasks/main.yml", "content": "---\n- name: install dependencies\n become: yes\n apt:\n state: present\n pkg:\n - acl\n - bridge-utils\n - openvpn\n - libfontconfig1\n - libglib2.0-0\n - libjpeg62-turbo\n - libpixman-1-0\n - libpng16-16\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 828, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/vagrant
7,833
[ "no_license" ]
[ { "path": "roles/vagrant/tasks/install_debian.yml", "content": "---\n- name: set codename\n shell: lsb_release -sc\n register: codename\n\n- name: install dependencies (apt)\n become: yes\n apt:\n name:\n - rsync\n state: present\n\n- name: install key (apt)\n become: yes\n apt_key:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 593, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/virtualbox
7,833
[ "no_license" ]
[ { "path": "roles/virtualbox/tasks/main.yml", "content": "---\n\n- include_tasks: install_debian.yml\n when: ansible_os_family == \"Debian\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/virtualbox/tasks/install_debian.yml", "content"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/vscode
7,833
[ "no_license" ]
[ { "path": "roles/vscode/tasks/install_osx.yml", "content": "---\n- name: Install vscode\n homebrew_cask:\n state: present\n pkg:\n - visual-studio-code\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/x11
7,833
[ "no_license" ]
[ { "path": "roles/x11/tasks/install_x11.yml", "content": "---\n- name: install x11\n when: ansible_os_family == \"Debian\"\n become: yes\n apt:\n name: xorg \n state: latest\n\n- name: add contrib and non-free\n become: yes\n apt_repository:\n state: present\n filename: nonfree\n repo: de...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 654, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/xfce
7,833
[ "no_license" ]
[ { "path": "roles/xfce/tasks/main.yml", "content": "- name: install xfce4 minimal packages\n when: ansible_os_family == \"Debian\"\n become: yes\n apt:\n state: present\n pkg:\n - xserver-xorg\n - xfonts-base\n - task-xfce-desktop\n - gdm3\n\n#- name: restart login manager servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
frbl/ansible
c39b5e208da5341018a60841a2961801bc4eb484
0
roles/z
7,833
[ "no_license" ]
[ { "path": "roles/z/tasks/main.yml", "content": "---\n\n- name: Install Z\n get_url:\n url: https://raw.githubusercontent.com/rupa/z/master/z.sh\n dest: \"{{ z_path }}\"\n mode: '0700'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { "path": "r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
sunakan/sunady2020-athena
13b5f488af2752bfd14b3be83a12862cb245593c
0
vagrant-env/ansible/roles/common
7,833
[ "no_license" ]
[ { "path": "vagrant-env/ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: 開発でよく使うパッケージを入れる\n become: yes\n apt:\n name:\n - tree\n - git\n - tig\n - vim\n - make\n - tmux\n - direnv\n update_cache: yes\n cache_valid_time: 3600\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
pnkmtt/Terraform_Docker_Class
3d7bd7bdecadf418ad05160550822d2c4b7639c6
0
roles/docker
7,833
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt\n apt: update_cache=yes\n\n- name: Install software-properties-common tools\n apt: name=software-properties-common state=present\n\n- name: Install ca-certificates apt tools\n apt: name=ca-certificates state=present\n\n- name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
pnkmtt/Terraform_Docker_Class
3d7bd7bdecadf418ad05160550822d2c4b7639c6
0
roles/terraform
7,833
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "---\n- name: 1. install terraform\n copy: src=terraform dest=/usr/sbin/terraform mode=0755\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/cassandra
7,833
[ "no_license" ]
[ { "path": "roles/cassandra/tasks/main.yml", "content": "---\n\n- name: Add Datastax repository\n template:\n src=datastax.repo.j2\n dest=/etc/yum.repos.d/datastax.repo\n\n- name: Install Cassandra\n yum: name=datastax-ddc state=present\n\n- name: Configure Cassandra\n template:\n src=cassandra.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 780, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/common
7,833
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: Install packages\n yum: pkg={{ item }} state=installed\n with_items:\n - ntp\n when: ansible_os_family == \"RedHat\"\n notify:\n - Start ntpd\n\n- name: Install packages\n apt: pkg={{ item }} state=installed\n with_items:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1067, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/jdk
7,833
[ "no_license" ]
[ { "path": "roles/jdk/tasks/main.yml", "content": "---\n\n- name: Install packages\n yum: name=java-1.8.0-openjdk state=present\n when: ansible_os_family == \"RedHat\"\n\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
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/kafka
7,833
[ "no_license" ]
[ { "path": "roles/kafka/templates/server.properties.j2", "content": "broker.id={{ kafka_id }}\nport=9093\nlog.dir=/tmp/kafka-logs-1\n\ndelete.topic.enable = true\n\nzookeeper.connect={{ kafka.zookeeper_hosts }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1382, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/mesos-master
7,833
[ "no_license" ]
[ { "path": "roles/mesos-master/tasks/main.yml", "content": "---\n\n- name: add mesosphere repository\n yum:\n name: http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm\n state: present\n- name: install packages\n yum:\n name: mesos, marathon\n state: present\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 660, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/mesos-worker
7,833
[ "no_license" ]
[ { "path": "roles/mesos-worker/handlers/main.yml", "content": "---\n\n- name: stop mesos master\n service: name=mesos-master.service state=stopped\n- name: disable mesos master\n service: name=mesos-master.service enabled=no\n- name: restart mesos slave\n service: name=mesos-slave state=restarted\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 831, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/spark
7,833
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yml", "content": "---\n\n- name: Download checksum\n get_url:\n url=\"{{ spark_checksum_uri }}\"\n dest=\"/root/{{ spark_package }}.md5\"\n\n- name: Extract checksum\n shell: cat /root/{{ spark_package }}.md5 | cut -d ':' -f2\n register: spark_checksum\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1703, "all_permissive": false }
ansible_role
luminis-ams/vagrant-ansible-SMACK
866a10dec0525c36f885f311a1c4fb30cd6be422
0
roles/zookeeper
7,833
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n\n- name: add mesosphere repository\n yum:\n name: http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm\n state: present\n- name: install packages\n yum:\n name: mesosphere-zookeeper\n state: present\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 636, "all_permissive": false }
ansible_role
kyeok/system-sample
e2efc122eb326fbf26b1fde11d610ac922a5e780
0
ansible-study/roles/touch_file
7,833
[ "no_license" ]
[ { "path": "ansible-study/roles/touch_file/tasks/main.yml", "content": "---\n- name : 디렉토리 생성\n sudo : true\n file : path=/home/deploy/study/ansible/harley\n state=directory\n\n- name : 파일생성\n sudo : true\n file : path=/home/deploy/study/ansible/harley/{{item.src}}.txt \n state=touch\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/ghdl
7,833
[ "no_license" ]
[ { "path": "ansible/roles/ghdl/tasks/main.yml", "content": "- name: Add GHDL repo\n apt_repository:\n repo: 'ppa:pgavin/ghdl'\n\n- name: Add ghdl\n apt: name={{item}} \n with_items: ['ghdl']\n tags: [ghdl]\n\n", "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
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/lattice
7,833
[ "no_license" ]
[ { "path": "ansible/roles/lattice/tasks/main.yml", "content": "- name: Add Lattice deps\n apt: name={{item}} \n with_items: ['python-pip','rpm','rpm2cpio','csh']\n tags: [lattice]\n\n- name: Install libusb1 in Python 2.7\n pip: name=libusb1 version=1.6.4 state=present\n tags: [lattice]\n\n\n# Need diamo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1923, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/media
7,833
[ "no_license" ]
[ { "path": "ansible/roles/media/tasks/main.yml", "content": "- name: Link installation media\n file:\n src: /opt/media/{{ item.path }}\n dest: /opt/{{ item.dest }}\n state: link\n with_items:\n - { path: '11.1sp2_259_quartus_free_linux.sh', dest: 'altera/quartus/11.1sp2_259_quartus_free_linux.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/mojo
7,833
[ "no_license" ]
[ { "path": "ansible/roles/mojo/tasks/main.yml", "content": "- name: Add Mojo deps\n apt: name={{item}} \n with_items: ['openjdk-7-jre-headless','libgtk2.0-0', 'linux-image-extra-virtual' ]\n tags: [mojo]\n\n- name: Install mojo loader\n unarchive:\n src: https://embeddedmicro.com/media/wysiwyg/mojo-lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/papilio
7,833
[ "no_license" ]
[ { "path": "ansible/roles/papilio/tasks/main.yml", "content": "- name: Add Design Lab deps\n apt: name={{item}} \n with_items: ['libftdi-dev','gawk','default-jre']\n tags: [papilio]\n\n- name: Enable Pipistrello LX45\n copy:\n src: /opt/pipistrello/97-pipistrello.rules\n dest: /etc/udev/rules.d/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 787, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/quartus
7,833
[ "no_license" ]
[ { "path": "ansible/roles/quartus/tasks/main.yml", "content": "# Add 32-bit dependencies for Quartus binaries \n- lineinfile: dest=/var/lib/dpkg/arch line=\"amd64\" create=yes\n- lineinfile: dest=/var/lib/dpkg/arch line=\"i386\" create=yes\n register: add_i386\n- name: Add Quartus deps\n apt: name={{item}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3520, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/vagrant
7,833
[ "no_license" ]
[ { "path": "ansible/roles/vagrant/tasks/main.yml", "content": "- block:\n - name: Create .Xauthority\n file: \n path: /home/vagrant/.Xauthority\n state: touch\n - name: Link config files for user\n file:\n src: /vagrant/v_home/{{ item.path }}\n dest: /home/vagrant/{{ item.dest }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 612, "all_permissive": false }
ansible_role
chrisesharp/fpga-dev-env
e405e62fb326a4d8b220be2ba062eda42f6e303f
1
ansible/roles/xilinx
7,833
[ "no_license" ]
[ { "path": "ansible/roles/xilinx/tasks/main.yml", "content": "- name: Add Xilinx deps\n apt: name={{item}} \n with_items: ['gitk','git-gui','libusb-dev','build-essential','libc6-dev-i386','fxload', 'firefox', 'libmotif3', 'libxp6', 'libstdc++5']\n tags: [xilinx]\n\n# Requires the install tar already prese...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1665, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-bgp
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-bgp/tests/datacenter.yaml", "content": "---\n- hosts: datacenter\n connection: local\n roles:\n - dellos-bgp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "main/roles/Dell-Networking.dellos-bgp/v...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3831, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-ecmp
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-ecmp/templates/dellos9_ecmp.j2", "content": "#jinja2: trim_blocks: True,lstrip_blocks: True\n{####################################\n\nPurpose:\nConfigure ecmp on OS9 devices\n\ndellos_ecmp:\n leaf1:\n leaf1:\n ecmp 1:\n interface:\n - fortyGig...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3886, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-interface
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-interface/tasks/main.yml", "content": "---\n - name: \"Provision Interface configuration for OS9\"\n dellos9_config:\n src: dellos9_interface.j2\n provider: \"{{ cli }}\"\n# notify: save config os9\n when: ansible_net_os_name == \"dellos9\"\n regi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 21183, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-lag
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-lag/templates/dellos10_lag.j2", "content": "#jinja2: trim_blocks: True,lstrip_blocks: True\n{################################\nPurpose:\nConfigure LAG on OS10 Devices.\n\ndellos_lag:\n OS10:\n type: static\n min_links:\n hash:\n channel_members:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 16629, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-ospf
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-ospf/meta/main.yml", "content": "# Copyright (c) 2017 Dell Inc.\n---\ngalaxy_info:\n author: Dell EMC Networking Engineering \n description: The dellos-ospf role facilitates the configuration of OSPF attributes in devices running Dell EMC Networking Operating S...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2871, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-pl
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-pl/templates/dellos9_pl.j2", "content": "#jinja2: trim_blocks: True,lstrip_blocks: True\n{####################################\n\nPurpose:\nConfigure pl on OS9 devices\n\ndellos_pl:\n leaf3:\n - name: ssh-only\n type: ipv4\n description: pl\n isexte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 16033, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-vlan
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-vlan/README.md", "content": "VLAN Role for Dell EMC Networking OS\n====================================\nThis role facilitates configuring virtual LAN (VLAN) attributes. It supports the creation and deletion of a VLAN and its member ports.\nThis role is abstracte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 14918, "all_permissive": false }
ansible_role
sharishkoushik-Dell/ansible
b7f9cce0f57232e3cfdc3198806d3e5afbbcd951
0
main/roles/Dell-Networking.dellos-vlt
7,833
[ "no_license" ]
[ { "path": "main/roles/Dell-Networking.dellos-vlt/vars/main.yml", "content": "---\n# vars file for Dell-Networking.dellos-vlt\ndellos_vlt:\n Leaf2:\n domain: 1\n backupdestination: 192.168.3.11\n destination_type: ipv4\n priority:\n channelid: 127\n unitid: 0\n vrfname:\n state: pres...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10397, "all_permissive": false }
ansible_role
rcutmore/robcutmore.com-setup
345598c44e7e844839c541808bd8143a727abfc4
0
roles/dev-system
7,833
[ "no_license" ]
[ { "path": "roles/dev-system/tasks/main.yml", "content": "---\n- name: add entry to /etc/hosts\n become: yes\n become_method: sudo\n become_user: root\n lineinfile:\n dest=/etc/hosts\n insertafter=\"127\\.0\\.0\\.1\\slocalhost\"\n line=\"127.0.0.1 www.robcutmore.com\"\n state=present\n\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
rcutmore/robcutmore.com-setup
345598c44e7e844839c541808bd8143a727abfc4
0
roles/django-project
7,833
[ "no_license" ]
[ { "path": "roles/django-project/handlers/main.yml", "content": "---\n- name: start gunicorn server\n become: yes\n become_method: sudo\n become_user: root\n service: name=robcutmore.service state=started enabled=yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3827, "all_permissive": false }
ansible_role
rcutmore/robcutmore.com-setup
345598c44e7e844839c541808bd8143a727abfc4
0
roles/nginx
7,833
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n- name: start nginx\n become: yes\n become_method: sudo\n become_user: root\n service: name=nginx state=started enabled=yes\n\n- name: reload nginx\n become: yes\n become_method: sudo\n become_user: root\n service: name=nginx state=reloaded...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
rcutmore/robcutmore.com-setup
345598c44e7e844839c541808bd8143a727abfc4
0
roles/postgresql
7,833
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: install postgresql\n become: yes\n become_method: sudo\n become_user: root\n apt: name={{ item }} state=present update_cache=true\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev\n - python3-dev\n - py...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 977, "all_permissive": false }
ansible_role
mhutter/dotfiles
e0071ec66a8233772bcc7a6a6fe783e0cd70cde8
0
roles/arch
7,833
[ "no_license" ]
[ { "path": "roles/arch/templates/dock-udev.rules.j2", "content": "KERNEL==\"card0\", ACTION==\"change\", SUBSYSTEM==\"drm\", RUN+=\"/home/{{ user }}/bin/hotplug_monitor\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/arch/templates/xorg-re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2886, "all_permissive": false }
ansible_role
mhutter/dotfiles
e0071ec66a8233772bcc7a6a6fe783e0cd70cde8
0
roles/base
7,833
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.package:\n name: \"{{ pkgs }}\"\n tags: package\n vars:\n pkgs:\n # Utility\n - bat\n - bind\n - exa\n - git\n - htop\n - inetutils\n - openssh\n - which\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
mhutter/dotfiles
e0071ec66a8233772bcc7a6a6fe783e0cd70cde8
0
roles/lenovo
7,833
[ "no_license" ]
[ { "path": "roles/lenovo/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.package:\n name: \"{{ pkgs }}\"\n tags: package\n vars:\n pkgs:\n # Drivers\n - intel-media-driver\n - sof-firmware\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
mhutter/dotfiles
e0071ec66a8233772bcc7a6a6fe783e0cd70cde8
0
roles/podman
7,833
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "---\n- name: Install packages\n ansible.builtin.package:\n name: podman\n tags: package\n\n- name: Set up podman for rootless mode\n ansible.builtin.lineinfile:\n path: \"/etc/sub{{ item }}\"\n line: \"{{ user }}:10000:65536\"\n regexp: \"^...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
mhutter/dotfiles
e0071ec66a8233772bcc7a6a6fe783e0cd70cde8
0
roles/thinkpad
7,833
[ "no_license" ]
[ { "path": "roles/thinkpad/tasks/main.yml", "content": "---\n- name: Install required packages\n ansible.builtin.package:\n name: \"{{ pkgs }}\"\n vars:\n pkgs:\n - sof-firmware\n tags: package\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
clayrisser/rock8s
e3773ed7433b59162045fa209688d687e984d6a9
0
pfsense/roles/firewall
7,833
[ "no_license" ]
[ { "path": "pfsense/roles/firewall/tasks/main.yml", "content": "---\n- name: Port mappings\n set_fact:\n service_ports:\n dns: 53\n ftp: 21\n ftps: 990\n git: 9418\n http: 80\n https: 443\n imap: 143\n imaps: 993\n ldap: 389\n ldaps: 636\n mdns: 5353...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 13783, "all_permissive": false }
ansible_role
clayrisser/rock8s
e3773ed7433b59162045fa209688d687e984d6a9
0
pfsense/roles/haproxy
7,833
[ "no_license" ]
[ { "path": "pfsense/roles/haproxy/tasks/ips.yml", "content": "---\n- name: Check virtual ips\n ansible.builtin.shell: |\n cat > /tmp/check_virtual_ips.php << 'EOF'\n <?php\n require_once(\"config.inc\");\n require_once(\"functions.inc\");\n require_once(\"interfaces.inc\");\n require_once(...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 45075, "all_permissive": false }
ansible_role
clayrisser/rock8s
e3773ed7433b59162045fa209688d687e984d6a9
0
pfsense/roles/pfsense
7,833
[ "no_license" ]
[ { "path": "pfsense/roles/pfsense/tasks/system.yml", "content": "- name: Get dns record for hostname\n ansible.builtin.shell: |\n dig +short {{ ansible_host }}\n register: dns_lookup\n changed_when: false\n\n- name: Check system\n ansible.builtin.shell: |\n cat > /tmp/check_system_advanced.php << '...
{ "task_files": 10, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 34720, "all_permissive": false }
ansible_role
crazyaron/Ansible
b6c6ff18cc32815af34765f687ce44eafcd6ac09
0
Ansible-CP/roles/apache
7,833
[ "no_license" ]
[ { "path": "Ansible-CP/roles/apache/tasks/main.yaml", "content": "---\n - name: Install http package\n yum: name=httpd state=present\n - name: copy index file\n copy: src=index.html dest=/var/www/html/index.html owner=root group=root mode=0755\n - name: Modify http port from 80 to 8080\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
crazyaron/Ansible
b6c6ff18cc32815af34765f687ce44eafcd6ac09
0
roles/apache
7,833
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yaml", "content": "---\n\n - name: Install http\n yum: name=httpd state=present\n - name: copy index file\n copy: src=index.html dest=/var/www/html/index.html owner=root group=root mode=0755\n\n - name: Modify the http port from 80 to 8080\n template: src=httpd.j2 de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 393, "all_permissive": false }
ansible_role
Ahmed-Zenbaa/launching-LAMP-stack-using-Ansible
7e18bafa5f3d2887feef8f9d885918f6aa21fb80
0
roles/apache
7,838
[ "no_license" ]
[ { "path": "roles/apache/files/index.php", "content": "<?php\necho \"The PHP script works perfectly !!\\n\";\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/apache/defaults/main.yml", "content": "http_port: 80/tcp \nphp_page_src: index.p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 675, "all_permissive": false }
ansible_role
Ahmed-Zenbaa/launching-LAMP-stack-using-Ansible
7e18bafa5f3d2887feef8f9d885918f6aa21fb80
0
roles/mysql
7,838
[ "no_license" ]
[ { "path": "roles/mysql/files/dump.sql", "content": "CREATE TABLE IF NOT EXISTS demo (\n message varchar(255) NOT NULL\n) ENGINE=MyISAM DEFAULT CHARSET=utf8;\n\nINSERT INTO demo (message) VALUES(\"the PHP file file from inside Mysql DB works perfectly!!\\n\");\n\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2103, "all_permissive": false }
ansible_role
Ahmed-Zenbaa/launching-LAMP-stack-using-Ansible
7e18bafa5f3d2887feef8f9d885918f6aa21fb80
0
roles/result_on_control
7,838
[ "no_license" ]
[ { "path": "roles/result_on_control/tasks/main.yml", "content": "- name: test access to php page through control server\n ansible.builtin.shell: curl -i \"{{Webserver1_ip}}\" 2>&1 | awk '/HTTP\\// {print $2}' > \"{{php_test_path}}\"\n\n- name: test access to (php from mysql) page through control server\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 534, "all_permissive": false }
ansible_role
eliseuvideira/ansible-mssql
2ccf03f47617fc37899b315961ecb7d89e62b090
0
roles/create-bucket
7,838
[ "no_license" ]
[ { "path": "roles/create-bucket/tasks/main.yml", "content": "---\n- set_fact:\n bucket_name: \"{{ mssql_project }}-{{ database_identifier }}\"\n\n- name: Create Bucket\n s3_bucket:\n name: \"{{ bucket_name }}\"\n state: present\n public_access:\n block_public_acls: true\n ignore_public...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 803, "all_permissive": false }
ansible_role
eliseuvideira/ansible-mssql
2ccf03f47617fc37899b315961ecb7d89e62b090
0
roles/create-mssql-database
7,838
[ "no_license" ]
[ { "path": "roles/create-mssql-database/templates/environment.j2", "content": "# {{ database_identifier }}\n# string(Developer | Express | Standard | Enterprise | EnterpriseCore), example: Express\nMSSQL_PID={{ database_pid }}\n\n# string, example: 10.0.1.101\nDB_SERVER={{ database_server }}\n\n# string(nume...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4759, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Maint_AddOpenVPNUser
7,838
[ "no_license" ]
[ { "path": "roles/Maint_AddOpenVPNUser/tasks/main.yml", "content": "---\n\n- name: Review python3-pexpect for ansible module.\n ansible.builtin.package:\n name:\n - python3-pexpect\n state: present\n\n- name: Re-pull Nyr OpenVPN script from github.\n ansible.builtin.get_url:\n url: https://gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 922, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Maint_AddWebservers
7,838
[ "no_license" ]
[ { "path": "roles/Maint_AddWebservers/tasks/main.yml", "content": "---\n# Task for testing future load-balanced containers.\n- name: Disable Systemd docker management service.\n ansible.builtin.systemd_service:\n name: docker-webserver.service\n state: stopped\n\n- name: Run 2 load-balanced nginx dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 531, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Maint_AddWireguardUser
7,838
[ "no_license" ]
[ { "path": "roles/Maint_AddWireguardUser/tasks/main.yml", "content": "---\n\n- name: Review python3-pexpect packge for ansible module.\n ansible.builtin.package:\n name:\n - python3-pexpect\n state: present\n\n- name: Re-pull Nyr's Wireguard script from github.\n ansible.builtin.get_url:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Maint_Debian
7,838
[ "no_license" ]
[ { "path": "roles/Maint_Debian/tasks/main.yml", "content": "---\n\n- name: Review security packages.\n ansible.builtin.package:\n name:\n - lynis\n - cron\n - firewalld\n - rkhunter\n - tcpdump\n - aide\n - unattended-upgrades\n - apt-listchanges\n - needresta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4785, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Maint_SSH
7,838
[ "no_license" ]
[ { "path": "roles/Maint_SSH/vars/main.yml", "content": "---\n\nssh_server_ports: ['']\nssh_allow_users: \"\"\nssh_custom_options:\n - \"PasswordAuthentication no\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "roles/Maint_SSH/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1529, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Maint_WebserverDocker
7,838
[ "no_license" ]
[ { "path": "roles/Maint_WebserverDocker/tasks/main.yml", "content": "---\n#Webserver reverse proxy currently untested as of V1.\n- name: Review installed docker, tcpdump and firewalld packages.\n ansible.builtin.package:\n name:\n - docker.io\n - tcpdump\n - firewalld\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2039, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Monitor_Debian
7,838
[ "no_license" ]
[ { "path": "roles/Monitor_Debian/tasks/main.yml", "content": "---\n#In progress\n\n#install programs to monitor security status.\n\n- lynis\n\n- name: Lynis run.\n ansible.builtin.command: /usr/sbin/lynis audit system\n changed_when: true\n\n#ps aux > file\n- name: P\n#ss -tulpn\n- name: Print open/listeni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3666, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Setup_Debian
7,838
[ "no_license" ]
[ { "path": "roles/Setup_Debian/tasks/main.yml", "content": "---\n\n- name: Security packages.\n ansible.builtin.package:\n name:\n - cron\n - firewalld\n - rkhunter\n - aide\n - unattended-upgrades\n - apt-listchanges\n - needrestart\n - selinux-basics\n - sel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5589, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Setup_Kicksecure
7,838
[ "no_license" ]
[ { "path": "roles/Setup_Kicksecure/tasks/main.yml", "content": "---\n# Script assumes apt usage. Remove lines 3-24 if not using Debian (Kicksecure is only available on Debian).\n# Untested\n\n- name: Install extrepo.\n ansible.builtin.package:\n name:\n - extrepo\n state: present\n\n- name: enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1471, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Setup_OpenVPN
7,838
[ "no_license" ]
[ { "path": "roles/Setup_OpenVPN/tasks/main.yml", "content": "---\n\n- name: Install python3-pexpect for ansible module.\n ansible.builtin.package:\n name:\n - python3-pexpect\n state: present\n\n- name: Pull Nyr OpenVPN script from github.\n ansible.builtin.get_url:\n url: https://git.io/vpn\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2361, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Setup_RootlessDocker
7,838
[ "no_license" ]
[ { "path": "roles/Setup_RootlessDocker/tasks/main.yml", "content": "---\n\n- name: Install docker.\n ansible.builtin.package:\n name:\n - docker.io\n state: present\n\n- name: Docker systemd service start.\n ansible.builtin.systemd_service:\n name: docker\n state: started\n enabled: tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Setup_SELinux
7,838
[ "no_license" ]
[ { "path": "roles/Setup_SELinux/tasks/main.yml", "content": "---\n\n- name: Relabel filesystems and verify GRUB/PAM configured.\n ansible.builtin.command: selinux-activate\n changed_when: true\n\n- name: Reboot and pause 5 minutes for SELinux tasks to complete.\n ansible.builtin.reboot:\n post_reboot_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 799, "all_permissive": false }
ansible_role
KLett0/Ansible-Role-List
68a98cab5390017d024b023ca411a9cf8350f319
1
roles/Setup_SSH
7,838
[ "no_license" ]
[ { "path": "roles/Setup_SSH/vars/main.yml", "content": "---\n\nsshd_server_ports:\nsshd_allow_users:\nsshd_custom_options:\n - \"Include /etc/ssh/sshd_config.d/*\"\n - \"PasswordAuthentication no\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2617, "all_permissive": false }