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
companieshouse/amzn2-base-ami
6e77e69c9fda8c3282d4f8caa325d54fa5ac3338
0
ansible/roles/amzn2-epel
679
[ "no_license" ]
[ { "path": "ansible/roles/amzn2-epel/defaults/main.yml", "content": "---\nepel_repo_priority: 10\nepel_repofile_path: \"/etc/yum.repos.d/epel.repo\"\nset_epel_repo_priority: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "ansible/roles/amzn2...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 594, "all_permissive": false }
ansible_role
jmdarville/ansible-cisco
b56c54bb25a474f998a9f65ce77d812f7da170fd
5
roles/global
679
[ "no_license" ]
[ { "path": "roles/global/tasks/main.yml", "content": "---\n- name: IOS | Set Hostname\n ios_system:\n provider: \"{{ provider }}\"\n hostname: \"{{ inventory_hostname }}\"\n\n- name: IOS | Configure Loopback Interfaces\n ios_config:\n provider: \"{{ provider }}\" # Read from group_vars/all.yml\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1371, "all_permissive": false }
ansible_role
jmdarville/ansible-cisco
b56c54bb25a474f998a9f65ce77d812f7da170fd
5
roles/ospf
679
[ "no_license" ]
[ { "path": "roles/ospf/tasks/main.yml", "content": "---\n# Enable OSPF on backbone links\n- name: IOS | Enable OSPF Area 0\n ios_config:\n provider: \"{{ provider }}\"\n lines:\n - network 172.16.16.0 0.0.0.63 area 0.0.0.0\n - network 192.168.100.0 0.0.0.255 area 0.0.0.0\n - log-adjacency-cha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
jmdarville/ansible-cisco
b56c54bb25a474f998a9f65ce77d812f7da170fd
5
roles/ping
679
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yml", "content": "# Ping each host to confirm connectivity\n- name: IOS | Ping - Is layer3 connectivity OK?\n ios_ping:\n provider: \"{{ provider }}\"\n dest: \"{{ item.ip }}\"\n with_items: \"{{ backbone1 }}\"\n tags: ping\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
jmdarville/ansible-cisco
b56c54bb25a474f998a9f65ce77d812f7da170fd
5
roles/save
679
[ "no_license" ]
[ { "path": "roles/save/tasks/main.yml", "content": "---\n- name: IOS | Save Running Config to Start Up when modified\n ios_config:\n provider: \"{{ provider }}\"\n save_when: modified\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
tibia-oce/infrastructure
0d9dbe28d8b1002966b14614689628f227645381
1
ansible/roles/k3s_agent
679
[ "no_license" ]
[ { "path": "ansible/roles/k3s_agent/meta/main.yml", "content": "---\nargument_specs:\n main:\n short_description: Setup k3s agents\n options:\n apiserver_endpoint:\n description: Virtual ip-address configured on each master\n required: true\n\n extra_agent_args:\n descri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3455, "all_permissive": false }
ansible_role
tibia-oce/infrastructure
0d9dbe28d8b1002966b14614689628f227645381
1
ansible/roles/k3s_server_post
679
[ "no_license" ]
[ { "path": "ansible/roles/k3s_server_post/tasks/main.yml", "content": "---\n- name: Deploy calico\n ansible.builtin.include_tasks: calico.yml\n tags: calico\n when: calico_iface is defined and cilium_iface is not defined\n\n- name: Deploy cilium\n ansible.builtin.include_tasks: cilium.yml\n tags: cilium...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4212, "all_permissive": false }
ansible_role
tibia-oce/infrastructure
0d9dbe28d8b1002966b14614689628f227645381
1
ansible/roles/prereq
679
[ "no_license" ]
[ { "path": "ansible/roles/prereq/tasks/main.yml", "content": "---\n- name: Set same timezone on every Server\n community.general.timezone:\n name: \"{{ system_timezone }}\"\n when: (system_timezone is defined) and (system_timezone != \"Your/Timezone\")\n\n- name: Set SELinux to disabled state\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 9096, "all_permissive": false }
ansible_role
elvinjay07/Activity9
ac88b995f3f193519b6a57f20af16fd03650aecc
0
roles/Ubuntu
679
[ "no_license" ]
[ { "path": "roles/Ubuntu/tasks/main.yml", "content": "---\n - name: Installing Prometheus in Ubuntu\n apt:\n name: prometheus\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n - name: Installing Snapd in CentOS\n dnf:\n name:\n - snapd\n state: latest\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 561, "all_permissive": false }
ansible_role
kaldrenon/home
5b4a3346a47e7d3ad69aed995d4984987fe90e61
1
playbooks/bootstrap/roles/update
679
[ "no_license" ]
[ { "path": "playbooks/bootstrap/roles/update/tasks/main.yml", "content": "---\n\n- name: update aptitude\n apt: update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 53, "all_permissive": false }
ansible_role
motinsa/ansible
fa16b198f43e865fe9b65833c847f8300a833d5f
0
roles/apache2
739
[ "no_license" ]
[ { "path": "roles/apache2/tasks/main.yml", "content": "- name: Instalar apache2 y lanzar el servicio\n include: apache2.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 69, "all_permissive": false }
ansible_role
m0b1d3v/ansible
4858bbc4cae8188f19f95703ab0c999e8265bc54
0
roles/apt
739
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "- name: All\n include_tasks: all.yml\n\n- name: Local\n include_tasks: local.yml\n when: inventory_hostname in groups[\"local\"]\n\n- name: Remote\n include_tasks: remote.yml\n when: inventory_hostname in groups[\"remote\"]\n", "license_type": "no_l...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1298, "all_permissive": false }
ansible_role
m0b1d3v/ansible
4858bbc4cae8188f19f95703ab0c999e8265bc54
0
roles/local
739
[ "no_license" ]
[ { "path": "roles/local/templates/grub.j2", "content": "# Run 'update-grub' afte changes to update /boot/grub/grub.cfg.\n# For full documentation of the options in these files run \"info -f grub -n 'Simple configuration'\"\n\nGRUB_DEFAULT=0\nGRUB_TIMEOUT_STYLE=hidden\nGRUB_TIMEOUT=-1\nGRUB_DISTRIBUTOR=`( . /...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 2951, "all_permissive": false }
ansible_role
m0b1d3v/ansible
4858bbc4cae8188f19f95703ab0c999e8265bc54
0
roles/remote
739
[ "no_license" ]
[ { "path": "roles/remote/tasks/sshd.yml", "content": "- name: Disable remote root logins and force SSH key usage\n template:\n dest: /etc/ssh/sshd_config.d/overrides.conf\n src: \"sshd_config_overrides.j2\"\n mode: \"644\"\n notify:\n - Restart sshd\n", "license_type": "no_license", "de...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2072, "all_permissive": false }
ansible_role
marcusaloise/Linkedininfra
4cbca74fdf75e3347df663426e4d1f7049842085
0
infratf/Ansible/roles/role-mysql-server
739
[ "no_license" ]
[ { "path": "infratf/Ansible/roles/role-mysql-server/README.md", "content": "\nMysql Server\n=========\n\n## Role ansible que consigura o Mysql em maquinas RedHat 9\n\n`Todas as taks foram feitas usando o site de perguntas e resposta Stack Overflow`\n\n", "license_type": "no_license", "detected_licens...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 803, "all_permissive": false }
ansible_role
marcusaloise/Linkedininfra
4cbca74fdf75e3347df663426e4d1f7049842085
0
infratf/Ansible/roles/role-zabbix-server
739
[ "no_license" ]
[ { "path": "infratf/Ansible/roles/role-zabbix-server/handlers/main.yml", "content": "---\n# handlers file for role-zabbix-server\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "infratf/Ansible/roles/role-zabbix-server/README.md", "content": "\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2580, "all_permissive": false }
ansible_role
pboros/mysql8_administration_labs
9a537b4bad622bec7101357cb1410ddb0ad4a697
11
ansible/roles/common
739
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/mysql_config.yml", "content": "---\n- name: Render my.cnf\n template:\n src: my.cnf.j2\n dest: /etc/my.cnf\n owner: root\n group: root\n mode: 0644\n\n- name: Render client config for root\n template:\n src: my_client.cnf.j2\n dest: /root/.my.cnf\...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 2163, "all_permissive": false }
ansible_role
pboros/mysql8_administration_labs
9a537b4bad622bec7101357cb1410ddb0ad4a697
11
ansible/roles/db_master
739
[ "no_license" ]
[ { "path": "ansible/roles/db_master/tasks/rw.yml", "content": "---\n- name: Set read-write\n shell: \"mysql -e \\\"SET GLOBAL read_only=0\\\"\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "ansible/roles/db_master/vars/main.yml", "content":...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 2162, "all_permissive": false }
ansible_role
pboros/mysql8_administration_labs
9a537b4bad622bec7101357cb1410ddb0ad4a697
11
ansible/roles/db_slave
739
[ "no_license" ]
[ { "path": "ansible/roles/db_slave/vars/main.yml", "content": "---\n# vars file for db_slave", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/db_slave/handlers/main.yml", "content": "---\n# handlers file for db_slave", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 155, "all_permissive": false }
ansible_role
pboros/mysql8_administration_labs
9a537b4bad622bec7101357cb1410ddb0ad4a697
11
ansible/roles/orchestrator
739
[ "no_license" ]
[ { "path": "ansible/roles/orchestrator/tasks/main.yml", "content": "---\n- include_tasks: install.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/orchestrator/tasks/install.yml", "content": "---\nget_url:\n url: orchestrator...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 418, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
config_servers_ansible/roles/common
739
[ "no_license" ]
[ { "path": "config_servers_ansible/roles/common/tasks/security.yml", "content": "#install security config and hardening\n- name: ensure packages are installed\n apt:\n name: \"{{item}}\" #from list in with_items below\n update_cache: yes\n become: yes #become sudo\n with_items:\n - \"python3-pip...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
config_servers_ansible/roles/database
739
[ "no_license" ]
[ { "path": "config_servers_ansible/roles/database/tasks/security.yml", "content": "#security config and hardening for database servers\n\n- name: enable PostgreSQL within firewall\n ufw: rule=allow port=5432\n become: yes #become sudo\n\n\n\n\n", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 813, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
config_servers_ansible/roles/init_config
739
[ "no_license" ]
[ { "path": "config_servers_ansible/roles/init_config/tasks/main.yml", "content": "#Create group and users with sudo privileges\n- name: Create non-root group\n group:\n name: \"{{ deploy_group }}\" #a set variable in a variables file group_vars/all\n state: present\n\n- name: Create non-root user\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1276, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
config_servers_ansible/roles/webserver
739
[ "no_license" ]
[ { "path": "config_servers_ansible/roles/webserver/tasks/git.yml", "content": "#Clone git repo install git\n\n- name: Check git is installed\n apt: name=git state=present update_cahce=yes\n become: yes\n\n- name: Create dir for deploy key for github\n file: path=/path/to/file\n\n- name: ensure key is on s...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5254, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
first_playbook/roles/common
739
[ "no_license" ]
[ { "path": "first_playbook/roles/common/tasks/write_template.yml", "content": "#write a file from template\n\n- name: write a template\n template: src=example.template.j2 dest=/home/{{ deploy_user }}/example_output", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
server_config/roles/common
739
[ "no_license" ]
[ { "path": "server_config/roles/common/tasks/main.yml", "content": "#securing the server\n- include: security.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "server_config/roles/common/tasks/security.yml", "content": "#install security packa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 377, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
server_config/roles/database
739
[ "no_license" ]
[ { "path": "server_config/roles/database/tasks/main.yml", "content": "# handles security for webserver\n\n- include: security.yml\n- include: postgres.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 }, { "path": "server_config/roles/database/tasks/security.ym...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 694, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
server_config/roles/init_config
739
[ "no_license" ]
[ { "path": "server_config/roles/init_config/tasks/main.yml", "content": "# Setup non-root users\n\n- name: create non root group\n group:\n name: \"{{ deploy_group }}\"\n state: present\n\n- name: create non root user\n user:\n name: \"{{ deploy_user }}\"\n group: \"{{ deploy_group }}\"\n sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1065, "all_permissive": false }
ansible_role
Ba12ley/ansible_intro
0289125290f7029d0d7a307425d339466e154bf0
0
server_config/roles/webserver
739
[ "no_license" ]
[ { "path": "server_config/roles/webserver/tasks/main.yml", "content": "# handles security for webserver\n\n- include: security.yml\n- include : nginx.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "server_config/roles/webserver/templates/nginx_c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 342, "all_permissive": false }
ansible_role
theerthak/LAMP-wordpress
d85b5ec10fc27ece11af6fa14708bbc38115d7ae
0
roles/common
739
[ "no_license" ]
[ { "path": "roles/common/default/main.yaml", "content": "---\ntools:\n - vim\n - curl\n - wget\n\nphp_dev: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/common/tasks/debian.yaml", "content": "---\n- name: install apache2\n ansi...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 460, "all_permissive": false }
ansible_role
theerthak/LAMP-wordpress
d85b5ec10fc27ece11af6fa14708bbc38115d7ae
0
roles/nginxserver
739
[ "no_license" ]
[ { "path": "roles/nginxserver/tasks/main.yaml", "content": "---\n - import_tasks: debian.yaml\n when: ansible_facts['os_family']=='Debain'\n - import_tasks: centos.yaml\n when: ansible_facts['os_family']=='CentOs'\n\n - name: copy the nginx conf\n ansible.builtin.copy:\n src: nginx.conf.j2\n de...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1611, "all_permissive": false }
ansible_role
theerthak/LAMP-wordpress
d85b5ec10fc27ece11af6fa14708bbc38115d7ae
0
roles/wordpress
739
[ "no_license" ]
[ { "path": "roles/wordpress/templates/apache2.conf.j2", "content": "<VirtualHost *:{{ http_port | default(80) }}>\n ServerName {{ domain }}\n DocumentRoot {{ web_dest }}\n ErrorLog ${APACHE_LOG_DIR}/error.log\n CustomLog ${APACHE_LOG_DIR}/access.log combined\n</VirtualHost>", "license_type": ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3438, "all_permissive": false }
ansible_role
vikzh/infrastructure-as-code
b31c7f7bb18b813cc2f7109c73c49761a3ab54c7
0
ansible/roles/docker-server
739
[ "no_license" ]
[ { "path": "ansible/roles/docker-server/tasks/main.yml", "content": "---\n- name: Update cache\n apt:\n update_cache: yes\n- name: Install pip\n include_role:\n name: geerlingguy.pip\n vars:\n pip_install_packages:\n - name: docker\n\n tags:\n - pip\n - install\n - docker-server\n....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/color-scheme-terminal
739
[ "no_license" ]
[ { "path": "playbooks/roles/color-scheme-terminal/tasks/main.yml", "content": "---\n- name: Installing apt packages\n become: true\n apt:\n update_cache: yes\n pkg: \n - dconf-cli \n - uuid-runtime\n register: aptout\n\n- name: Show content of apt task\n debug: var=aptout\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/dotfiles
739
[ "no_license" ]
[ { "path": "playbooks/roles/dotfiles/vars/ubuntu.yml", "content": "---\njava_home: /linux/adoptopenjdk-8.jdk/Contents/Home\nvirtualenvwrapper_script: $HOME/linux/Python/3.7/bin/virtualenvwrapper.sh\nvirtualenwrapper_lazy: $HOME/linux/Python/3.7/bin/virtualenvwrapper_lazy.sh", "license_type": "no_license"...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 8228, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/i3
739
[ "no_license" ]
[ { "path": "playbooks/roles/i3/tasks/main.yml", "content": "---\n- name: Copying .config directory\n copy:\n src: .config/\n dest: \"{{ lookup('env','HOME') }}/.config\"\n backup: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/jetbrains-toolbox
739
[ "no_license" ]
[ { "path": "playbooks/roles/jetbrains-toolbox/vars/main.yml", "content": "---\nbin_dir: \"{{ lookup('env','HOME') }}/.local/bin\"\nfilename: jetbrains-toolbox-1.18.7455.tar.gz", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "playbooks/roles/jetbrains...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 283, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/macos
739
[ "no_license" ]
[ { "path": "playbooks/roles/macos/tasks/alfred.yml", "content": "---\n- name: \"Creating $HOME/.alfred directory\"\n file:\n path: $HOME/.alfred\n state: directory\n mode: 0700\n\n- name: Copying alfred workflow to {{ lookup('env','HOME') }}/.alfred directory\n copy:\n src: \"{{ item }}\"\n ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3778, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/pass
739
[ "no_license" ]
[ { "path": "playbooks/roles/pass/tasks/main.yml", "content": "---\n# https://github.com/roddhjav/pass-import\n- name: \"Installing pass-import\"\n shell: |\n cd /tmp\n wget https://github.com/roddhjav/pass-import/releases/download/v2.6/pass-import-2.6.tar.gz\n tar xzf pass-import-2.6.tar.gz\n mv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1227, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/pkg
739
[ "no_license" ]
[ { "path": "playbooks/roles/pkg/tasks/main.yml", "content": "---\n- name: Installing apt packages\n become: true\n apt:\n update_cache: yes\n pkg: \"{{ apt }}\"\n register: aptout\n\n- name: Show content of apt task\n debug: var=aptout\n\n- name: Installing snap packages\n become: true\n snap:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/python
739
[ "no_license" ]
[ { "path": "playbooks/roles/python/tasks/main.yml", "content": "---\n- name: \"Creating directory $HOME/.virtualenvs\"\n file:\n path: $HOME/.virtualenvs\n state: directory\n mode: 0700\n\n- name: Installing pip packages\n pip:\n name: \"{{ pip }}\"\n extra_args: --user\n register: pip_inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 394, "all_permissive": false }
ansible_role
youvann/dev-playbooks
36db3d89b15c118d4d160f9b7b396fc33a36187f
0
playbooks/roles/rofi
739
[ "no_license" ]
[ { "path": "playbooks/roles/rofi/vars/main.yml", "content": "---\npkg:\n - rofi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "playbooks/roles/rofi/tasks/main.yml", "content": "---\n- name: Installing apt packages\n become: true\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 315, "all_permissive": false }
ansible_role
solthoth/gitops
78649b99203176a79d75a8cc944487adbb1a3efe
0
On-Premise/ansible/roles/docker
759
[ "no_license" ]
[ { "path": "On-Premise/ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Add an apt signing key for Docker\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add apt repository for stable version\n apt_repository:\n repo: deb [arch=amd64] https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
solthoth/gitops
78649b99203176a79d75a8cc944487adbb1a3efe
0
On-Premise/ansible/roles/kube-admin
759
[ "no_license" ]
[ { "path": "On-Premise/ansible/roles/kube-admin/tasks/main.yaml", "content": "---\n- name: Setup kubeconfig for vagrant user\n command: \"{{ item }}\"\n with_items:\n - mkdir -p /home/vagrant/.kube\n - cp -i /etc/kubernetes/admin.conf /home/vagrant/.kube/config\n - chown vagrant:vagrant /home/vagr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 613, "all_permissive": false }
ansible_role
geogeorgiev/web-dev-toolkit
9313a07aa32a98025e2720af63eaab22d6dfdcce
0
lamp-ansible/ansible/roles/apache
759
[ "no_license" ]
[ { "path": "lamp-ansible/ansible/roles/apache/vars/main.yml", "content": "apache_listen_port: 80\napache_vhosts: \"{{ sites }}\"\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "lamp-ansible/ansible/roles/apache/tasks/configure-Debian.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1544, "all_permissive": false }
ansible_role
geogeorgiev/web-dev-toolkit
9313a07aa32a98025e2720af63eaab22d6dfdcce
0
lamp-ansible/ansible/roles/composer
759
[ "no_license" ]
[ { "path": "lamp-ansible/ansible/roles/composer/tasks/main.yml", "content": "---\n- name: Install Composer\n sudo: yes\n shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer creates=/usr/local/bin/composer\n\n- name: Self-update Composer\n sudo: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 271, "all_permissive": false }
ansible_role
geogeorgiev/web-dev-toolkit
9313a07aa32a98025e2720af63eaab22d6dfdcce
0
lamp-ansible/ansible/roles/mysql
759
[ "no_license" ]
[ { "path": "lamp-ansible/ansible/roles/mysql/tasks/users.yml", "content": "---\n- name: Ensure MySQL users are present.\n mysql_user:\n name: \"{{ item.user | default(item.name) }}\"\n host: \"{{ item.host | default('localhost') }}\"\n password: \"{{ <PASSWORD> }}\"\n priv: \"{{ item.priv | defa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 770, "all_permissive": false }
ansible_role
geogeorgiev/web-dev-toolkit
9313a07aa32a98025e2720af63eaab22d6dfdcce
0
lamp-ansible/ansible/roles/php
759
[ "no_license" ]
[ { "path": "lamp-ansible/ansible/roles/php/vars/main.yml", "content": "php_memory_limit: \"256M\"\nphp_max_execution_time: \"90\"\nphp_upload_max_filesize: \"256M\"\n\n \n# Drupal specific\nsession_cache_limiter: \"nocache\"\nsession_auto_start: \"0\"\nphp_expose_php: \"off\"\nallow_url_fopen: \"off\"\nmagic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4232, "all_permissive": false }
ansible_role
geogeorgiev/web-dev-toolkit
9313a07aa32a98025e2720af63eaab22d6dfdcce
0
lamp-ansible/ansible/roles/repo
759
[ "no_license" ]
[ { "path": "lamp-ansible/ansible/roles/repo/tasks/main.yml", "content": "---\n- name: Install git\n sudo: true\n apt: name=\"git\" state=\"present\"\n\n- name: Ensure Bitbucket.com is a known host\n lineinfile:\n dest: ~/.ssh/known_hosts\n create: yes\n state: present\n line: \"{{ lookup('pipe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
AkashBalani/KubernetesSetup
981aecc29cba7cff9a44e8c09174adcd29e36704
0
roles/create-cluster
759
[ "no_license" ]
[ { "path": "roles/create-cluster/tasks/main.yml", "content": "---\n# tasks file for create-cluster\n- name: Gathering Zones\n aws_az_facts:\n aws_access_key: \"{{ lookup('env', 'AWS_ACCESS_KEY_ID') }}\"\n aws_secret_key: \"{{ lookup('env', 'AWS_SECRET_ACCESS_KEY') }}\"\n region: us-east-1\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
AkashBalani/KubernetesSetup
981aecc29cba7cff9a44e8c09174adcd29e36704
0
roles/create-master
759
[ "no_license" ]
[ { "path": "roles/create-master/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create-master", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/create-master/tasks/main.yml", "content": "# tasks fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2335, "all_permissive": false }
ansible_role
AkashBalani/KubernetesSetup
981aecc29cba7cff9a44e8c09174adcd29e36704
0
roles/create-s3
759
[ "no_license" ]
[ { "path": "roles/create-s3/tasks/main.yml", "content": "---\n- name: Generate a random string for s3 bucket\n set_fact:\n r: \"{{ 100 | random }}\"\n\n- name: Create s3 bucket\n s3_bucket:\n name: \"akashbalanis3bucket-{{ r }}\" \n region: \"us-east-1\"\n aws_access_key: \"{{ lookup('env','aws...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 452, "all_permissive": false }
ansible_role
AkashBalani/KubernetesSetup
981aecc29cba7cff9a44e8c09174adcd29e36704
0
roles/create-security-group
759
[ "no_license" ]
[ { "path": "roles/create-security-group/vars/main.yml", "content": "---\n# vars file for create-security-group", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/create-security-group/tasks/main.yml", "content": "---\n# tasks file for create-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 542, "all_permissive": false }
ansible_role
AkashBalani/KubernetesSetup
981aecc29cba7cff9a44e8c09174adcd29e36704
0
roles/create-workers
759
[ "no_license" ]
[ { "path": "roles/create-workers/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create-workers", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/create-workers/handlers/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1037, "all_permissive": false }
ansible_role
AkashBalani/KubernetesSetup
981aecc29cba7cff9a44e8c09174adcd29e36704
0
roles/delete-cluster
759
[ "no_license" ]
[ { "path": "roles/delete-cluster/defaults/main.yml", "content": "---\n# defaults file for delete-cluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/delete-cluster/vars/main.yml", "content": "---\n# vars file for delete-cluster", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 249, "all_permissive": false }
ansible_role
fl64/homelab
6199c340c6ff6a6fea1e9b1cae7af8950cae7225
0
HA/roles/common
759
[ "no_license" ]
[ { "path": "HA/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: Craete local DNS\n lineinfile:\n path: /etc/hosts\n regexp: '{{ item.regexp }}'\n line: '{{ item.line }}'\n owner: root\n group: root\n mode: 0644\n with_items:\n - { regexp: \"192.168.200.10...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 479, "all_permissive": false }
ansible_role
fl64/homelab
6199c340c6ff6a6fea1e9b1cae7af8950cae7225
0
HA/roles/epel
759
[ "no_license" ]
[ { "path": "HA/roles/epel/tasks/main.yml", "content": "---\n# tasks file for base\n- name: Check if EPEL exists\n stat: path={{ epel_repofile_path }}\n register: epel_result\n tags: epel\n\n- name: Install EPEL\n yum:\n name: \"{{ epel_repo_url }}\"\n state: present\n register: result\n when: not...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
fl64/homelab
6199c340c6ff6a6fea1e9b1cae7af8950cae7225
0
HA/roles/nginx
759
[ "no_license" ]
[ { "path": "HA/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install nginx repo\n template: src={{ item.j2 }} dest={{ item.dst }} owner={{ item.owner }} group={{ item.group }} mode=0644\n with_items:\n - {j2: \"templates/nginx.repo.j2\", dst: \"/etc/yum.repos.d/nginx.repo\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
fl64/homelab
6199c340c6ff6a6fea1e9b1cae7af8950cae7225
0
HA/roles/pacemaker
759
[ "no_license" ]
[ { "path": "HA/roles/pacemaker/tasks/main.yml", "content": "---\n# tasks file for pacemaker\n- name: Install pacemaker\n yum: name=\"{{ item }}\" state=installed\n with_items:\n - pcs\n - fence-agents-all\n tags: pacemaker\n\n- name: Enable pacemaker\n systemd:\n name: pcsd\n state: started\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1401, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/browser
759
[ "no_license" ]
[ { "path": "ansible/roles/browser/tasks/main.yml", "content": "- name: brave apt key\n become: true\n block:\n - ansible.builtin.get_url:\n url: https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg\n dest: /usr/share/keyrings/brave-browser-archive-keyring.gpg\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 571, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/desktop
759
[ "no_license" ]
[ { "path": "ansible/roles/desktop/tasks/multimedia.yml", "content": "- name: install multimedia applications using apt\n become: true\n ansible.builtin.apt:\n name:\n - flameshot\n - kolourpaint\n - libxcb-cursor0 # calibre dependency\n - obs-studio\n - vlc\n update_cache: tr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3235, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/dev_desktop
759
[ "no_license" ]
[ { "path": "ansible/roles/dev_desktop/tasks/main.yml", "content": "- import_tasks: vscode.yml\n- import_tasks: docker.yml\n when: ansible_facts['distribution_release'] == 'jammy'\n- import_tasks: podman.yml\n when: ansible_facts['distribution_release'] == 'noble'\n", "license_type": "no_license", "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2213, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/development
759
[ "no_license" ]
[ { "path": "ansible/roles/development/tasks/python.yml", "content": "- name: python3 packages\n become: true\n ansible.builtin.apt:\n name:\n - python3-pip\n - python3-venv # pipx dependency\n - python3-pytest\n - python3-pytest-repeat\n - python3-pytest-rerunfailures\n updat...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1652, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/dotfiles
759
[ "no_license" ]
[ { "path": "ansible/roles/dotfiles/tasks/main.yml", "content": "- name: clone dotfiles\n ansible.builtin.git:\n repo: https://github.com/hayato-m126/dotfiles.git\n dest: ~/.dotfiles\n\n- name: create .ssh directory\n ansible.builtin.file:\n path: ~/.ssh\n state: directory\n\n- name: copy known_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/japanese
759
[ "no_license" ]
[ { "path": "ansible/roles/japanese/tasks/main.yml", "content": "- name: Add Ubuntu Japanese PPA keyring\n become: true\n ansible.builtin.apt_key:\n url: https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg\n state: present\n when: ansible_facts['distribution_release'] == 'jammy'\n\n- name: Add Ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1116, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/mac
759
[ "no_license" ]
[ { "path": "ansible/roles/mac/tasks/main.yml", "content": "- name: add brew path\n ansible.builtin.lineinfile:\n path: ~/.zprofile\n line: eval \"$(/opt/homebrew/bin/brew shellenv)\"\n\n- name: update homebrew\n community.general.homebrew:\n update_homebrew: true\n\n- name: brew install\n communi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1632, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/remote
759
[ "no_license" ]
[ { "path": "ansible/roles/remote/tasks/main.yml", "content": "- name: download chrome-remote-desktop deb\n ansible.builtin.get_url:\n # CRD 125 seems not working https://askubuntu.com/questions/1512423/chrome-remote-desktop-in-24-04\n url: https://deb.rug.nl/ppa/mirror/dl.google.com/linux/chrome-remot...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1575, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/system
759
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/fish.yml", "content": "- name: install fisher\n ansible.builtin.shell: curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher\n args:\n executable: /bin/fish\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 963, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/user
759
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "- import_tasks: ../../desktop/tasks/cinnamon.yml\n- import_tasks: ../../system/tasks/fish.yml\n- import_tasks: ../../system/tasks/setting.yml\n- import_tasks: ../../system/tasks/mise.yml\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
hayato-m126/SetupOS
ad429e92d55e5191313eadbf7a91702e4bc772f1
0
ansible/roles/wsl
759
[ "no_license" ]
[ { "path": "ansible/roles/wsl/tasks/main.yml", "content": "- name: copy font conf\n become: true\n ansible.builtin.copy:\n src: local.conf\n dest: /etc/fonts/local.conf\n\n- name: Ensure a locale exists\n become: true\n community.general.locale_gen:\n name: ja_JP.UTF-8\n state: present\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1646, "all_permissive": false }
ansible_role
aditi-cmd/Automation
785072f4d554d5b22545ba05a7cde5b55f046eff
0
roles/kubeDeployContainer
759
[ "no_license" ]
[ { "path": "roles/kubeDeployContainer/tasks/main.yml", "content": "---\n\n#Jenkins Steps \n - name: check jenkins service exist or not\n command: \"kubectl get services -l app=jenkins\"\n register: found_service_jenkins\n\n - name: remove jenkins service\n command: \"kubectl del...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2312, "all_permissive": false }
ansible_role
aditi-cmd/Automation
785072f4d554d5b22545ba05a7cde5b55f046eff
0
roles/kubespray
759
[ "no_license" ]
[ { "path": "roles/kubespray/tasks/main.yml", "content": "---\n- name: Clone git repo\n git:\n repo: https://github.com/kubernetes-incubator/kubespray.git\n dest: \"{{home_dir}}\"\n version: master\n- name: install wheel thorugh pip\n command: pip install wheel\n\n- name: move to kubespray director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 566, "all_permissive": false }
ansible_role
aditi-cmd/Automation
785072f4d554d5b22545ba05a7cde5b55f046eff
0
roles/kubesprayAgent
759
[ "no_license" ]
[ { "path": "roles/kubesprayAgent/tasks/main.yml", "content": "---\n- name: setenforce settings\n shell: setenforce 0;sed -i --follow-symlinks 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux;echo hello\n\n- name: Enable firewalld\n service: name=firewalld state=started enabled=yes\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 812, "all_permissive": false }
ansible_role
aditi-cmd/Automation
785072f4d554d5b22545ba05a7cde5b55f046eff
0
roles/kubesprayDashboard
759
[ "no_license" ]
[ { "path": "roles/kubesprayDashboard/tasks/main.yml", "content": "---\n\n- name: simulate long running op, allow to run for 45 sec, fire and forget\n command: kubectl proxy\n async: 2592000\n poll: 0 \n\n- name: Setup service account dashboard\n shell: \"kubectl create serviceaccount dashboard -n default...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 956, "all_permissive": false }
ansible_role
aditi-cmd/Automation
785072f4d554d5b22545ba05a7cde5b55f046eff
0
roles/kubesprayMaster
759
[ "no_license" ]
[ { "path": "roles/kubesprayMaster/tasks/main.yml", "content": "---\n\n- name: setenforce settings\n shell: setenforce 0;sed -i --follow-symlinks 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux;echo hello\n\n- name: Enable firewalld\n service: name=firewalld state=started enabled=yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 865, "all_permissive": false }
ansible_role
aditi-cmd/Automation
785072f4d554d5b22545ba05a7cde5b55f046eff
0
roles/kubesprayall
759
[ "no_license" ]
[ { "path": "roles/kubesprayall/tasks/main.yml", "content": "---\n- name: Disabling Swap on all nodes\n shell: swapoff -a\n\n- name: Commenting Swap entries in /etc/fstab\n replace:\n path: /etc/fstab\n regexp: '(.*swap*)'\n replace: '#\\1'\n\n#installing epel repo\n- name: 1.Check if EPEL repo is ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1081, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/ansible-server
759
[ "no_license" ]
[ { "path": "roles/ansible-server/defaults/main.yml", "content": "---\n\n# File: roles/ansible-server/defaults/main.yml\n\n_ansible_dims_playbooks_repo: 'https://github.com/uw-dims/ansible-dims-playbooks.git'\n_ansible_dims_playbooks_version: 'master'\n\n_dims_ansible_imported_roles:\n - https://github.com/n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5645, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/apache-directory-studio
759
[ "no_license" ]
[ { "path": "roles/apache-directory-studio/vars/main.yml", "content": "---\n\napache_directory_studio_version: '2.0.0'\napache_directory_studio_build: 'v20161101-M12'\napache_directory_studio_release_version: '{{ apache_directory_studio_version }}.{{ apache_directory_studio_build }}'\napache_directory_studio_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3072, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/bootstrap
759
[ "no_license" ]
[ { "path": "roles/bootstrap/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/bootstrap", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/bootstrap/tasks/packages.yml", "content": "---\n\n# File...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 11497, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/byobu
759
[ "no_license" ]
[ { "path": "roles/byobu/tasks/main.yml", "content": "---\n\n# File: roles/byobu/tasks/main.yml\n\n# Install byobu on debian/ubuntu \n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ byobu, packages ]\n\n- name: Add PPA for Byobu\n apt_repository: repo='ppa:byobu/ppa' state=present\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 704, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/consul
759
[ "no_license" ]
[ { "path": "roles/consul/tasks/main.yml", "content": "---\n\n# file: roles/consul/tasks/main.yml\n\n# Tasks for setting up a Consul agent/peer.\n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ consul, config, tests, packages ]\n\n- debug:\n msg: \"{{ inventory_hostname }} is not in groups.consu...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 31352, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/consul-docker
759
[ "no_license" ]
[ { "path": "roles/consul-docker/templates/start_consul.sh.j2", "content": "#!/bin/bash\n\n# Runs latest consul image as container consul\ndocker run --name consul --net=host \\\n -e 'CONSUL_BIND_INTERFACE={{ consul_bind_interface }}' \\\n -v {{ consul_data_dir }}:/consul/data \\\n -v /etc/consul.d/{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1769, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/dims-ci-utils
759
[ "no_license" ]
[ { "path": "roles/dims-ci-utils/templates/tests/system/dims-ci-utils.bats.j2", "content": "#!/usr/bin/env bats\n#\n# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n# \n# vim: set ts=4 sw=4 tw=0 et :\n\n@test \"[S][EV] {{ dims_bin }}/dims.git.syncrepos exists and is executable\" {\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5062, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/dns
759
[ "no_license" ]
[ { "path": "roles/dns/templates/dnsmasq.d/consul.j2", "content": "# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n\n# To see all options supported by dnsmasq, look at the default config file\n# included with dnsmasq. (Found in templates/dnsmasq.conf.j2 in this\n# Ansible playbook...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 19865, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/docker
759
[ "no_license" ]
[ { "path": "roles/docker/templates/default/docker.j2", "content": "# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n# Docker Upstart and SysVinit configuration file\n# Use DOCKER_OPTS to modify the daemon startup options.\n\nDOCKER_NETWORK_OPTS=\"$DOCKER_NETWORK_OPTS {{ docker_net...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12157, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/fedoramodel
759
[ "no_license" ]
[ { "path": "roles/fedoramodel/handlers/main.yml", "content": "---\n\n# File: fedoramodel/handlers/main.yml\n\n# TODO(dittrich): Making this similar to other v2 roles\n#- include: \"{{ handlers_path }}/restart_services.yml\"\n# static: yes\n\n# NOTE(mboggess): from 'v1' common handlers/main.yml\n- name: upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 7907, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/git-ssh
759
[ "no_license" ]
[ { "path": "roles/git-ssh/files/git-shell-commands/mrconfig.sh", "content": "#!/bin/bash\n#\n# vim: set ts=4 sw=4 tw=0 et :\n#\n# Copyright (C) 2014-2016, University of Washington. All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted pro...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 35695, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/hashi_vault
759
[ "no_license" ]
[ { "path": "roles/hashi_vault/templates/upstart/vault.conf.j2", "content": "# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n#\n# Based in part on https://github.com/hashicorp/vault/blob/master/bench/conf/upstart.conf\n\ndescription \"Vault server process\"\n\nkill timeout 300 # w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 10287, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/hello
759
[ "no_license" ]
[ { "path": "roles/hello/templates/hello.txt/hello.txt.j2", "content": "{{ inventory_hostname }} says 'Hello!' (from standard hello role).\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/hello/tasks/main.yml", "content": "---\n\n# File: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 537, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/hipchat4-client
759
[ "no_license" ]
[ { "path": "roles/hipchat4-client/tasks/main.yml", "content": "---\n\n# File: roles/hipchat4-client/tasks/main.yml\n\n# Install hipchat4 client\n\n# Instructions found on Atlassian website. Roughly: \n# https://gist.github.com/stephanetimmermans/4a4f83d6d973a1999a76\n\n- include: '{{ tasks_path }}/pre_tasks....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1114, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/hosts
759
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n\n# File: roles/hosts/tasks/main.yml\n#\n# (Taken from Fedora Project ansible playbooks).\n#\n# This task sets up /etc/hosts on a machine. \n#\n# This should only be used in rare cases\n#\n# This will move a /etc/hosts in place if it's setup in files ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 760, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/java8
759
[ "no_license" ]
[ { "path": "roles/java8/tasks/main.yml", "content": "---\n\n# File: roles/java8/tasks/main.yml\n\n# Jenkins 2 requires Java8. This simple role ensures that\n# Java8 is present and that Java 7 is not.\n\n- include: '{{ tasks_path }}/pre_tasks.yml'\n tags: [ java8, packages ]\n\n- name: Ensure PPA for Java 8 ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1854, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/jenkins2
759
[ "no_license" ]
[ { "path": "roles/jenkins2/templates/jobs/pitchfork-data.xml.j2", "content": "<?xml version='1.0' encoding='UTF-8'?>\n<project>\n <actions/>\n <description></description>\n <keepDependencies>false</keepDependencies>\n <properties>\n <com.coravy.hudson.plugins.github.GithubProjectProperty plugin=\"gith...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 53, "total_bytes": 121419, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/jira
759
[ "no_license" ]
[ { "path": "roles/jira/tasks/main.yml", "content": "---\n\n# File: roles/jira/tasks/main.yml\n\n# This is a placeholder while in the process of moving\n# files from dims-ci-utils/jira to\n# this role.\n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ pycharm, packages ]\n\n # finish...\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1930, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/manage-user
759
[ "no_license" ]
[ { "path": "roles/manage-user/tasks/main.yml", "content": "---\n\n# File: roles/manage-user/tasks/main.yml\n\n- name: Archive user account to preserve any files\n shell: \"(cd /home; echo tar -czf {{ dims_data }}/{{ username }}-home-{{ hostname }}-archive-{{ date }}.tgz)\"\n\n- name: Remove user account\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 292, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/nginx
759
[ "no_license" ]
[ { "path": "roles/nginx/templates/sites-available/default.j2", "content": "# {{ ansible_managed }} [ansible-playbooks v{{ ansibleplaybooks_version }}]\n\n##\n# You should look at the following URL's in order to grasp a solid understanding\n# of Nginx configuration files in order to fully unleash the power of...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 20458, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/openvpn-server
759
[ "no_license" ]
[ { "path": "roles/openvpn-server/tasks/main.yml", "content": "---\n\n# File: roles/openvpn-server/tasks/main.yml\n\n# Tasks for setting up an OpenVPN service endpoint.\n#\n# See:\n# https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04\n# https://github.com/Stouts/S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 997, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/packer
759
[ "no_license" ]
[ { "path": "roles/packer/tasks/main.yml", "content": "---\n\n# file: roles/packer/tasks/main.yml\n\n# Install Packer on Linux \n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ packer, packages ]\n\n- name: Get packer zip \n get_url:\n url: \"{{ packer_dist_url }}\"\n sha256sum: \"{{ packer_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1865, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/postfix
759
[ "no_license" ]
[ { "path": "roles/postfix/handlers/main.yml", "content": "---\n\n# File: roles/postfix/handlers/main.yml\n\n- include: \"{{ handlers_path }}/restart_services.yml\"\n static: yes\n\n- name: reload postfix\n shell: \"postfix reload\"\n become: yes\n\n- name: rebuild postfix aliases\n shell: \"newaliases\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 14772, "all_permissive": false }
ansible_role
uw-dims/ansible-dims-playbooks
ffdd58137c99be86d728bcd00d671aca78d2d2ac
10
roles/postgresql
759
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n\n# File: roles/postgresql/tasks/main.yml\n\n- include: \"{{ tasks_path }}/pre_tasks.yml\"\n tags: [ postgresql, config, packages ]\n\n # /etc/apt/sources.list.d/pgdg.list\n- name: Make deb sources for postgresql present\n apt_repository:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 6868, "all_permissive": false }