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
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
lnmp_install/roles/php_install
7,782
[ "no_license" ]
[ { "path": "lnmp_install/roles/php_install/templates/install_php.sh", "content": "#!/bin/bash\ncheck_system_lib=$(grep -c \"/usr/local/lib/\" /etc/ld.so.conf)\nif [ $check_system_lib -eq 0 ];then\n echo \"/usr/local/lib/\" >>/etc/ld.so.conf\nfi\ncheck_mysql_lib=$(grep -c \"{{ mysql_basedir }}/lib/\" /etc/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2815, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
mysql_install/roles/mysql_install
7,782
[ "no_license" ]
[ { "path": "mysql_install/roles/mysql_install/tasks/copy.yml", "content": " - name: Copy Mysql Software To Redhat Client\n copy: src=mysql.tar.gz dest=/tmp/mysql.tar.gz owner=root group=root\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: Create Mysql User I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1973, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
mysql_slave_install/roles/mysql_slave_install
7,782
[ "no_license" ]
[ { "path": "mysql_slave_install/roles/mysql_slave_install/tasks/install.yml", "content": " - name: Create Mysql Install Dir\n file: dest={{ mysql_dir }} state=directory\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name: Uncompression Mysql Software To Redhat Cl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4154, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
mysql_tpcc_install/roles/mysql_tpcc_install
7,782
[ "no_license" ]
[ { "path": "mysql_tpcc_install/roles/mysql_tpcc_install/tasks/install.yml", "content": " - name: Install Base Require Software In Redhat Client\n yum: name=bzr state=latest\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n tags: Only_install_tpcc\n - name: Get the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3151, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
nginx_install/roles/nginx_install
7,782
[ "no_license" ]
[ { "path": "nginx_install/roles/nginx_install/templates/install_nginx.sh", "content": "#!/bin/bash\nif [ `grep -c \"^{{ nginx_user }}\" /etc/passwd` -eq 0 ];then\n echo \"adding nginx user {{ nginx_user }}\"\n if [ $(grep -i -c \"ubuntu\" /etc/issue) = 1 ];then\n /usr/sbin/useradd {{ nginx_user ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3705, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
nginx_install/roles/pcre_install
7,782
[ "no_license" ]
[ { "path": "nginx_install/roles/pcre_install/tasks/copy.yml", "content": " - name: Copy Pcre Software To Redhat Client\n copy: src=pcre-{{ pcre_version }}.tar.gz dest=/tmp/pcre-{{ pcre_version }}.tar.gz owner=root group=root mode=0755\n when: ansible_os_family == \"RedHat\" and ansible_distribution_ve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
node_install/roles/node_delete
7,782
[ "no_license" ]
[ { "path": "node_install/roles/node_delete/tasks/delete.yml", "content": " - name: Stop Node Service In RedHat Client\n shell: ps -ef|grep node|grep -v grep|awk '{print $2}'|xargs kill -9\n ignore_errors: yes\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 858, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
node_install/roles/node_install
7,782
[ "no_license" ]
[ { "path": "node_install/roles/node_install/vars/main.yml", "content": "node_dir: /data\nnode_version: 0.10.21\nnode_port: 3301\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "node_install/roles/node_install/tasks/copy.yml", "content": " - na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1931, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
python_install_2.7.8/roles/python_delete
7,782
[ "no_license" ]
[ { "path": "python_install_2.7.8/roles/python_delete/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Delete Python\n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - Service\ndependencies: []\n", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
python_install_2.7.8/roles/python_install
7,782
[ "no_license" ]
[ { "path": "python_install_2.7.8/roles/python_install/tasks/install.yml", "content": " - name: Copy Python Software To Redhat Client\n copy: src=python-{{ python_version }}.tar.gz dest=/tmp/python-{{ python_version }}.tar.gz owner=root group=root\n when: ansible_os_family == \"RedHat\" and ansible_dis...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2214, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
redis_install/roles/redis_delete
7,782
[ "no_license" ]
[ { "path": "redis_install/roles/redis_delete/tasks/delete.yml", "content": " - name: Stop Redis Service In Redhat Client\n shell: /usr/bin/redis-cli -h {{ ansible_default_ipv4.address }} -p {{ redis_port }} shutdown\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 814, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
redis_master_slave_install_2.6.17/roles/redis_install
7,782
[ "no_license" ]
[ { "path": "redis_master_slave_install_2.6.17/roles/redis_install/tasks/delete.yml", "content": " - name: Delete Redis compression Software In Redhat Client\n shell: rm -rf /tmp/redis-{{ redis_version }}.tar.gz\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n", "l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1171, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
redis_master_slave_install_2.6.17/roles/redis_slave_install
7,782
[ "no_license" ]
[ { "path": "redis_master_slave_install_2.6.17/roles/redis_slave_install/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install Redis Slave\n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - Service\ndependencies:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 969, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
ruby_install_1.9.3/roles/ruby_delete
7,782
[ "no_license" ]
[ { "path": "ruby_install_1.9.3/roles/ruby_delete/vars/main.yml", "content": "ruby_version: 1.9.3\nruby_dir: /usr/local\ngem_version: 1.8.23\nbundle_version: 1.6.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ruby_install_1.9.3/roles/ruby_delete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
ruby_install_1.9.3/roles/ruby_install
7,782
[ "no_license" ]
[ { "path": "ruby_install_1.9.3/roles/ruby_install/tasks/delete.yml", "content": " - name: Delete Ruby compression Software In Redhat Client\n shell: rm -rf /tmp/ruby-{{ ruby_version }}.tar.gz\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n", "license_type": "no_l...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 912, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
ruby_install_2.1.2/roles/ruby_delete
7,782
[ "no_license" ]
[ { "path": "ruby_install_2.1.2/roles/ruby_delete/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Delete Ruby\n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - Service\ndependencies: []\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 968, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
ruby_install_2.1.2/roles/ruby_install
7,782
[ "no_license" ]
[ { "path": "ruby_install_2.1.2/roles/ruby_install/tasks/copy.yml", "content": " - name: Copy Ruby Software To Redhat Client\n copy: src=ruby-{{ ruby_version }}.tar.gz dest=/tmp/ruby-{{ ruby_version }}.tar.gz owner=root group=root\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 979, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
smokeping_install/roles/apache_install
7,782
[ "no_license" ]
[ { "path": "smokeping_install/roles/apache_install/tasks/delete.yml", "content": " - name: Delete Apache compression Software In Redhat Client\n shell: rm -rf /tmp/httpd-{{ apache_version }}.tar.gz /tmp/libiconv.tar.gz\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
smokeping_install/roles/pcre_install
7,782
[ "no_license" ]
[ { "path": "smokeping_install/roles/pcre_install/tasks/delete.yml", "content": " - name: Delete Pcre Software In Redhat Client\n shell: rm -rf /tmp/pcre-{{ pcre_version }}.tar.gz\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 378, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
smokeping_install/roles/smokeping_delete
7,782
[ "no_license" ]
[ { "path": "smokeping_install/roles/smokeping_delete/vars/main.yml", "content": "smokeping_dir: /usr/local/smokeping\nsmokeping_version: 2.6.8\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "smokeping_install/roles/smokeping_delete/vars/vars/main....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1459, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
smokeping_install/roles/smokeping_install
7,782
[ "no_license" ]
[ { "path": "smokeping_install/roles/smokeping_install/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Install Smokeping\n license: MIT\n min_ansible_version: 1.6\n platforms:\n - name: CentOS\n versions:\n - 6\n categories:\n - monitor\ndependencies: []\n", "license...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3536, "all_permissive": false }
ansible_role
dl528888/ansible-examples
690402b76e9b8baa61c23502c27310dfa56b4213
168
sysbench_install/roles/sysbench_delete
7,782
[ "no_license" ]
[ { "path": "sysbench_install/roles/sysbench_delete/tasks/delete.yml", "content": " - name: Delete Sysbench Test Log Dir\n shell: rm -rf {{ sysbench_log_dir }}\n when: ansible_os_family == \"RedHat\" and ansible_distribution_version|int >=6\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
mfcabrera/mac-ansible
e0199f3bbaa9c24ef5f1634545028e020b0625d0
1
roles/macsetup
7,782
[ "permissive" ]
[ { "path": "roles/macsetup/tasks/dotfiles.yml", "content": "- name: dotfiles dirs\n file:\n path: '~/.{{ item }}'\n state: directory\n loop:\n - ipython\n - ipython/profile_default\n - ipython/profile_default/startup\n - config\n - config/karabiner\n\n- name: dotfiles files\n file:\n src: '{...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 7783, "all_permissive": true }
ansible_role
adavarski/vagrant-ansible-hadoop-spark
58c30ba8975967681a5c60c0e43f6b729e0b6c1b
1
cluster/playbooks/roles/hadoop_common
7,782
[ "no_license" ]
[ { "path": "cluster/playbooks/roles/hadoop_common/tasks/hadoop_common.yml", "content": "---\n# The playbook for hadoop_common tasks\n\n- name: Install haveged daemon\n apt: name=haveged state=present\n when: ansible_os_family == \"Debian\"\n\n- name: Start the haveged service\n service: name=haveged enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3108, "all_permissive": false }
ansible_role
adavarski/vagrant-ansible-hadoop-spark
58c30ba8975967681a5c60c0e43f6b729e0b6c1b
1
cluster/playbooks/roles/hadoop_primary
7,782
[ "no_license" ]
[ { "path": "cluster/playbooks/roles/hadoop_primary/tasks/hadoop_master.yml", "content": "---\n# The playbook for hadoop_primary tasks\n\n- name: Copy config files\n template: src=files/{{item}} dest=/etc/{{item}} mode=644\n with_items: \n - hosts\n\n- name: Copy config files\n template: src=files/{{item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 506, "all_permissive": false }
ansible_role
amitganvir23/jenkins-packer-infra
cf049fff31c0e8f910a5b526921b40614fe3d617
1
jenkins-master-setup-NEW/roles/jenkins_master
7,782
[ "no_license" ]
[ { "path": "jenkins-master-setup-NEW/roles/jenkins_master/tasks/main.yml", "content": "- include_vars: ../jenkins_master/defaults/my_var.yml\n\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Removing Old Java_1.7 version\n yum:\n name: java-1.7.0\n state: absent\n\n- name: Install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 11407, "all_permissive": false }
ansible_role
amitganvir23/jenkins-packer-infra
cf049fff31c0e8f910a5b526921b40614fe3d617
1
jenkins-slave-ami-NEW/roles/jenkins_slave
7,782
[ "no_license" ]
[ { "path": "jenkins-slave-ami-NEW/roles/jenkins_slave/defaults/my_var.yml", "content": "jenkins_home: /var/lib/jenkins\njenkins_user_home: /home/jenkins\n\njenkins_java_opts: \"-Djenkins.install.runSetupWizard=false\"\n\ngit_name: \"JenkinsMaster\"\ngit_email: \"<EMAIL>\"\n\n## user name who is owner of jink...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6504, "all_permissive": false }
ansible_role
sandeep8591/ansible_playbooks
0f755bf13f22fd3b3d5ca98ba613b82efda9877c
0
roles/bonding
7,782
[ "no_license" ]
[ { "path": "roles/bonding/tasks/ens33.yml", "content": "- lineinfile:\n path: '/etc/sysconfig/network-scripts/ifcfg-ens33'\n regexp: '^LINKDELAY='\n line: 'LINKDELAY=20'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/bonding/tas...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 366, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/apt-upgrade
7,782
[ "no_license" ]
[ { "path": "ansible/roles/apt-upgrade/tasks/main.yaml", "content": "- name: Upgrade apt packages\n become: true\n ansible.builtin.apt:\n upgrade: full\n update_cache: true\n\n- name: Autoremove apt packages\n become: true\n ansible.builtin.apt:\n autoremove: true\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/bootstrap-intel-macbook
7,782
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap-intel-macbook/tasks/main.yaml", "content": "# Bootstraps an old Intel Mac\n\n- name: Install apt packages\n become: true\n ansible.builtin.apt:\n name:\n - bcmwl-kernel-source\n - acpi\n\n- name: Remove conflicting wifi modules\n become: true\n community.g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2304, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/bootstrap-ubuntu-server
7,782
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap-ubuntu-server/tasks/main.yaml", "content": "# Bootstraps an Ubuntu machine\n\n- name: Naming facts\n ansible.builtin.debug:\n msg: |\n * Inventory hostname\n inventory_hostname: \"{{ inventory_hostname }}\"\n Obtained from the Ansible inventory confi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 5661, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-audio
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-audio/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_root ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1915, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-awfulwoman
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-awfulwoman/README.md", "content": "# Static Site Server\n\nFor serving static HTML sites\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/composition-awfulwoman/templates/Dockerfile", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3360, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-bookmarks
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-bookmarks/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3838, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-container-management
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-container-management/templates/docker-compose.yaml.j2", "content": "# code: language=ansible\nname: \"{{ composition_name }}\"\n\nservices:\n # dockage:\n # container_name: dockage\n # ports:\n # - \"127.0.0.1:5001:5001\"\n # image: louislam/dockge:1\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3425, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-downloads
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-downloads/README.md", "content": "# The *arr stack\n\narr me hearty. \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/composition-downloads/tasks/main.yaml", "content": "# code: language=ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11216, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-finances
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-finances/files/n26_firefly_import_config.json", "content": "{\n \"version\": 3,\n \"source\": \"ff3-importer-1.5.4\",\n \"created_at\": \"2024-08-25T14:10:34+02:00\",\n \"date\": \"Y-m-d\",\n \"default_account\": 6,\n \"delimiter\": \"comma\",\n \"he...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5941, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-get-iplayer
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-get-iplayer/templates/environment_vars.j2", "content": "TZ=\"Europe/Berlin\"\nPUID=1000\nPGID=1000\n# - INCLUDERADIO= #optional\n# - BASEURL= #optional\n# - ENABLEIMPORT= #optional", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2337, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-gitea
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-gitea/templates/docker-compose.yaml.j2", "content": "# code: language=ansible\nname: \"{{ composition_name }}\"\nservices:\n gitea:\n container_name: gitea\n ports:\n - \"127.0.0.1:3000:3000\"\n - \"222:22\"\n image: gitea/gitea:1.24\n restart: unl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2403, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-gitea-runners
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-gitea-runners/defaults/main.yaml", "content": "gitea_runner_registration: \"{{ vault_gitea_runner_registration }}\"\ngitea_runner_port: 8999\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "ansible/roles/compos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3698, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-gotosocial
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-gotosocial/templates/environment_vars.j2", "content": "TZ=\"Europe/Berlin\"\n# Change this to your actual host value.\nGTS_HOST=\"{{ gotosocial_domain}}\"\nGTS_DB_TYPE=\"sqlite\"\n# Path in the GtS Docker container where\n# the sqlite.db file will be stored.\nGTS_DB_ADDR...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2865, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-guineacams
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-guineacams/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1414, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-homeassistant
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-homeassistant/templates/environment_vars.j2", "content": "TZ=\"Europe/Berlin\"\n# PUID=\"1000\"\n# PGID=\"1000\"\n# UMASK=\"007\"\nPACKAGES=\"iputils\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9076, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-homepage
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-homepage/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 9111, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-immich
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-immich/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5081, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-libretranslate
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-libretranslate/templates/environment_vars.j2", "content": "TZ=\"Europe/Berlin\"\nLT_API_KEYS=true\nLT_API_KEYS_DB_PATH=\"/app/db/api_keys.db\"\nLT_UPDATE_MODELS=true", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2810, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-motioneye
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-motioneye/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_r...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2772, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-mqtt
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-mqtt/tasks/main.yaml", "content": "# code: language=ansible\n- name: Create compose file\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_root }}/docker-compose.yaml\"\n\n- name: Create .env files\n ansible.builtin.template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1571, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-owntracks
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-owntracks/README.md", "content": "# Owntracks\n\nA composition for running Owntracks.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "ansible/roles/composition-owntracks/tasks/main.yaml", "content": "# cod...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5930, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-pihole
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-pihole/handlers/main.yaml", "content": "- name: RESTART PIHOLE\n community.docker.docker_container:\n name: pihole\n image: pihole/pihole\n state: started\n restart: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4609, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-reverseproxy
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-reverseproxy/templates/docker-compose.yaml.j2", "content": "# code: language=ansible\nname: \"{{ composition_name }}\"\nservices:\n catch-all:\n image: nginx:1.28-alpine\n volumes:\n - \"{{ composition_config }}/nginx/catch-all.conf:/etc/nginx/nginx.conf:ro\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 11760, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-testcam
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-testcam/tasks/main.yaml", "content": "# code: language=ansible\n\n# ----------------------------\n# Core tasks\n# ----------------------------\n\n- name: \"Create compose file\"\n ansible.builtin.template:\n src: docker-compose.yaml.j2\n dest: \"{{ composition_roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2080, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/composition-zigbee2mqtt
7,782
[ "no_license" ]
[ { "path": "ansible/roles/composition-zigbee2mqtt/tasks/main.yaml", "content": "# code: language=ansible\n\n# Allows use of USB serial devices\n- name: \"Add user to dialout group for {{ ansible_user }}\"\n become: true\n ansible.builtin.user:\n user: \"{{ ansible_user }}\"\n groups: dialout\n app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2266, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/compositions
7,782
[ "no_license" ]
[ { "path": "ansible/roles/compositions/tasks/main.yaml", "content": "- name: Create a docker bridge network\n community.docker.docker_network:\n name: \"{{ default_docker_network }}\"\n when: compositions\n\n- name: Ensure composition dataset is present\n become: true\n community.general.zfs:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2614, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/config-deployment-user
7,782
[ "no_license" ]
[ { "path": "ansible/roles/config-deployment-user/tasks/main.yaml", "content": "- name: Add the deplyment user\n become: true\n ansible.builtin.user:\n name: \"{{ vault_sitedeployer_user }}\"\n comment: \"Deployment user\"\n uid: 1100 # just forcing a higher ID in case we need it later\n create_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/configure-dns
7,782
[ "no_license" ]
[ { "path": "ansible/roles/configure-dns/tasks/main.yaml", "content": "- name: Register tailscale subdomain(s)\n community.digitalocean.digital_ocean_domain_record:\n state: present\n oauth_token: \"{{ vault_digitalocean_domain_token }}\"\n domain: \"{{ domain_name }}\"\n type: A\n name: \"{{ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 987, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/configure-k8s-node
7,782
[ "no_license" ]
[ { "path": "ansible/roles/configure-k8s-node/tasks/main.yaml", "content": "- name: Disable UFW on nodes\n become: true\n community.general.ufw:\n state: disabled\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/configure-motd
7,782
[ "no_license" ]
[ { "path": "ansible/roles/configure-motd/tasks/main.yaml", "content": "---\n- name: Disable Canonical Advertisment of the Day\n become: true\n ansible.builtin.file:\n path: \"{{ item }}\"\n mode: \"0664\"\n modification_time: preserve\n access_time: preserve\n loop: \"{{ motd_targets }}\"\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 669, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/configure-smartmontools
7,782
[ "no_license" ]
[ { "path": "ansible/roles/configure-smartmontools/tasks/main.yaml", "content": "- name: \"Ensure /etc/smartd.conf exists\"\n become: true\n ansible.builtin.template:\n src: smartd.conf.j2\n dest: /etc/smartd.conf\n owner: \"root\"\n group: \"root\"\n mode: \"0644\"\n when: smartmontools_dri...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1264, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/configure-sshkey
7,782
[ "no_license" ]
[ { "path": "ansible/roles/configure-sshkey/tasks/main.yaml", "content": "- name: \"Get home directory path for {{ ansible_user }}\"\n ansible.builtin.shell: \"echo $HOME\"\n register: account_homedir\n changed_when: false\n check_mode: false\n\n- name: \"Generate an OpenSSH keypair (ed25519) for {{ ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-enable-console-blanking
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-enable-console-blanking/templates/enable-console-blanking.service.j2", "content": "[Unit]\nDescription=Enable virtual console blanking\n\n[Service]\nType=oneshot\nEnvironment=TERM=linux\nStandardOutput=tty\nTTYPath=/dev/console\nExecStart=/usr/bin/setterm -blank {{ blanking...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 685, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-grub-tune
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-grub-tune/tasks/main.yaml", "content": "- name: Add a jaunty little Grub tune\n become: true\n ansible.builtin.lineinfile: \n dest: /etc/default/grub\n line: GRUB_INIT_TUNE=\"1750 523 1 392 1 523 1 659 1 784 1 1047 1 784 1 415 1 523 1 622 1 831 1 622 1 831 1 1046 1 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-host-bus-adapter
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-host-bus-adapter/tasks/main.yaml", "content": "# Update grub\n# /etc/default/grub\n# ------------\n# GRUB_CMDLINE_LINUX_DEFAULT=\"quiet intel_iommu=on\"\n- name: Ensure Grub has intel_iommu\n become: true\n ansible.builtin.lineinfile:\n path: /etc/default/grub\n reg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 873, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-raspberry-pi
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-raspberry-pi/tasks/main.yaml", "content": "# Adds additional provisions for a Raspberry Pi\n\n# Determine boot config file location\n# Raspbian = /boot/config.txt\n# Ubuntu = /boot/firmware/usercfg.txt\n- name: Ensure boot config file exists\n become: true\n ansible.built...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3359, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-raspberrypi-camera
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-raspberrypi-camera/tasks/main.yaml", "content": "- name: Get camera status\n shell: \"raspi-config nonint get_camera\"\n register: camera_status\n changed_when: False\n\n- name: Print camera status\n debug:\n msg: \"Camera status is: {{ camera_status.stdout }}\"\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1222, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-rtl-433
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-rtl-433/tasks/main.yaml", "content": "- name: Add rtl-433 packages\n become: true\n ansible.builtin.apt:\n name:\n - rtl-433\n state: present\n\n- name: Ensure udev rules exist\n become: true\n ansible.builtin.copy:\n src: 99-rtl_sdr.rules\n owner: root...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-wpa-supplicant
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-wpa-supplicant/tasks/main.yaml", "content": "- name: \"Add WPA supplicant\"\n ansible.builtin.template:\n src: wpa_supplicant.conf.j2\n dest: /etc/wpa_supplicant/wpa_supplicant.conf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 238, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-wyse-5070
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-wyse-5070/tasks/main.yaml", "content": "- name: Install apt packages\n become: true\n ansible.builtin.apt:\n name:\n - r8168-dkms\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 115, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/hardware-zigbee-conbee
7,782
[ "no_license" ]
[ { "path": "ansible/roles/hardware-zigbee-conbee/tasks/main.yaml", "content": "- name: Create udev symlinks for Conbee II Zigbee devices\n become: true\n ansible.builtin.copy:\n src: 10-local.rules\n dest: /etc/udev/rules.d/10-local.rules\n owner: root\n group: root\n mode: 0664", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-ansible
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-ansible/tasks/main.yaml", "content": "- name: Ensure installation dependencies exist\n become: true\n ansible.builtin.apt:\n name:\n - software-properties-common\n\n- name: Add Ansible repo from PPA\n become: true\n ansible.builtin.apt_repository:\n repo: 'ppa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 453, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-ansible-pull
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-ansible-pull/tasks/main.yaml", "content": "# NOTE\n# If the machine has not been bootstrapped then this needs to be \n# run intially from a remote controller, due to installing \n# passwords and dependencies. After the initial run ansible-pull \n# will function as expected.\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 7953, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-autorestic
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-autorestic/defaults/main.yaml", "content": "autorestic_internal_cron_schedule: \"* 13 * * *\"\n\nautorestic_cron_minute: \"*\"\nautorestic_cron_hour: \"6,18\"\nautorestic_cron_day: \"*\"\nautorestic_cron_weekday: \"*\"\nautorestic_cron_month: \"*\"\n\nautorestic_temp_path: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3305, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-beep
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-beep/tasks/main.yaml", "content": "- name: Install beep\n become: true\n ansible.builtin.apt:\n name:\n - beep\n state: present\n\n- name: Create udev rule for beepage\n become: true\n ansible.builtin.copy:\n src: 70-pcspkr-beep.rules\n dest: /etc/udev/r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 566, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-docker
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-docker/templates/daemon.json", "content": "{\n \"hosts\": [\"tcp://0.0.0.0:2375\", \"unix:///var/run/docker.sock\"]\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "ansible/roles/install-docker/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3575, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-linux2mqtt
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-linux2mqtt/tasks/main.yaml", "content": "- name: Ensure package is in global requirements file\n ansible.builtin.lineinfile:\n path: \"{{ pip_requirements_path }}\"\n line: \"{{ item }}\"\n loop:\n - linux2mqtt\n\n- name: Ensure pip packages are installed\n ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-mqtt2cmd
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-mqtt2cmd/defaults/main.yaml", "content": "mqtt2cmd_basetopic: servers\nmqtt2cmd_broker: \"mqtt.{{ domain_name }}\"\nmqtt2cmd_executable: mqtt2cmd\nmqtt2cmd_executable_path: /usr/local/sbin", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3225, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-msmtp
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-msmtp/tasks/main.yaml", "content": "- name: Install dependencies\n become: true\n ansible.builtin.apt:\n name:\n - msmtp\n - msmtp-mta\n state: present\n\n- name: Ensure config file exists\n become: true\n ansible.builtin.template:\n src: msmtprc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-nut-client
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-nut-client/tasks/main.yaml", "content": "- name: Install apt packages\n become: true\n ansible.builtin.apt:\n name:\n - nut\n - nut-client\n\n- name: \"Create conf files\"\n become: true\n ansible.builtin.template:\n src: \"{{ item }}\"\n dest: \"/etc/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 374, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-nut-server
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-nut-server/handlers/main.yaml", "content": "- name: Restart ufw\n become: true\n ansible.builtin.service:\n name: ufw\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/install-...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 743, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/install-ubuntu-cd-mirror
7,782
[ "no_license" ]
[ { "path": "ansible/roles/install-ubuntu-cd-mirror/defaults/main.yaml", "content": "cdmirror_base: /slowpool/images\ncdmirror_resources:\n # Ubuntu\n - name: ubuntu/ubuntu/24.04\n uri: rsync://releases.ubuntu.com/releases/24.04/\n - name: ubuntu/ubuntu/22.04\n uri: rsync://releases.ubuntu.com/releas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 971, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/ip-address-dhcp
7,782
[ "no_license" ]
[ { "path": "ansible/roles/ip-address-dhcp/defaults/main.yaml", "content": "ip_address_dhcp_conn_name: dhcp_ethernet\nip_address_dhcp_ifname: eth0\nip_address_dhcp_type: ethernet\nip_address_dhcp_state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 599, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/ip-address-forwarding
7,782
[ "no_license" ]
[ { "path": "ansible/roles/ip-address-forwarding/tasks/main.yaml", "content": "- name: Enable and persist IPv4 forwarding\n become: true\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n state: present\n sysctl_set: true\n reload: true\n\n# - name: Enable and persist IPv6 f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 385, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/ip-address-static
7,782
[ "no_license" ]
[ { "path": "ansible/roles/ip-address-static/tasks/main.yaml", "content": "- name: Ensure packages are installed\n become: true\n ansible.builtin.apt:\n name:\n - network-manager\n\n- name: Add an Ethernet connection with static IP configuration\n become: true\n community.general.nmcli:\n conn_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 872, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/nfs-client
7,782
[ "no_license" ]
[ { "path": "ansible/roles/nfs-client/files/fstab", "content": "#!/bin/sh\nmount -a", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "ansible/roles/nfs-client/tasks/main.yaml", "content": "- name: Install NFS packages\n become: true\n ansible.bui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1156, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/nfs-server
7,782
[ "no_license" ]
[ { "path": "ansible/roles/nfs-server/tasks/main.yaml", "content": "---\n- name: Install NFS packages\n become: true\n ansible.builtin.apt:\n name:\n - nfs-common\n - nfs-kernel-server\n state: present\n\n# - name: Gather facts about ZFS dataset\n# ansible.builtin.stat:\n# path: \"{{ r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/powertop
7,782
[ "no_license" ]
[ { "path": "ansible/roles/powertop/tasks/main.yaml", "content": "---\n- name: Install powertop\n become: true \n ansible.builtin.apt:\n name:\n - powertop\n state: present\n\n- name: Create powertop.service\n become: true\n ansible.builtin.copy:\n src: powertop.service\n dest: /etc/syste...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/shoutrrr
7,782
[ "no_license" ]
[ { "path": "ansible/roles/shoutrrr/scripts/decrypt.py", "content": "#!/usr/bin/env python3\n\nimport sys\nimport getopt\nimport hashlib\nimport tarfile\nimport glob\nimport os\nimport shutil\n\nfrom pathlib import Path\n\nfrom cryptography.hazmat.backends import default_backend\nfrom cryptography.hazmat.prim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3623, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/sleepuntil
7,782
[ "no_license" ]
[ { "path": "ansible/roles/sleepuntil/tasks/main.yaml", "content": "# Deactivate role\n- name: Deactivate Cron\n become: true\n ansible.builtin.cron:\n name: \"Auto-suspend\"\n state: absent\n when: sleepuntil_active is false\n\n- name: Remove script\n become: true\n ansible.builtin.file:\n dest...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4590, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/vm-guest
7,782
[ "no_license" ]
[ { "path": "ansible/roles/vm-guest/tasks/main.yaml", "content": "- name: Add qemu-guest\n become: true\n ansible.builtin.apt:\n name: \n - qemu-guest\n state: present\n notify: Reboot host", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/vm-host
7,782
[ "no_license" ]
[ { "path": "ansible/roles/vm-host/handlers/main.yaml", "content": "- name: Restart libvirtd\n become: true\n service: \n name: libvirtd\n state: restarted\n\n- name: Reset connection to get shell groups\n meta: reset_connection", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2520, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/wakeonlan
7,782
[ "no_license" ]
[ { "path": "ansible/roles/wakeonlan/defaults/main.yaml", "content": "wakeonlan_interface: enp3s0\nwakeonlan_destination_path: /etc/systemd/system\nwakeonlan_destination_filename: wol.service\nwakeonlan_destination_owner: root\nwakeonlan_destination_group: root\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1134, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/wireguard-support
7,782
[ "no_license" ]
[ { "path": "ansible/roles/wireguard-support/files/remove-nat-routing.sh", "content": "#!/bin/bash\nIPT=\"/usr/sbin/iptables\"\n \nIN_FACE=\"eth0\" # NIC connected to the internet\nWG_FACE=\"wg0\" # WG NIC \nSUB_NET=\"10.8.0.0/24\" # WG IPv4 sub/net aka CIDR\nWG...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/zfs-backup-client
7,782
[ "no_license" ]
[ { "path": "ansible/roles/zfs-backup-client/README.md", "content": "# ZFS Backup - Client \n\nThis role is used on hosts that require ZFS backups. It installs Sanoid, and initiates regular snapshots of the ZFS filesystem. It then ensures that a ZFS user is installed that allows access via the backup server (...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4550, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/zfs-backup-server
7,782
[ "no_license" ]
[ { "path": "ansible/roles/zfs-backup-server/templates/pull-zfs-backups.py", "content": "#!/usr/bin/env python3\n\nimport subprocess\nimport sys\nimport argparse\n\nDEFAULT_destination = \"backuppool\"\n\ndef pull_from_host(host, user, dataset, destination):\n try:\n \n # Find the latest snap...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 15430, "all_permissive": false }
ansible_role
awfulwoman/infra
08062059eea90c9edca193a802464443920fcab0
33
ansible/roles/zfs-core
7,782
[ "no_license" ]
[ { "path": "ansible/roles/zfs-core/tasks/main.yaml", "content": "- name: Ensure ZFS dependencies are installed\n become: true\n ansible.builtin.apt:\n name:\n - zfsutils-linux\n - acl\n state: present\n\n- name: Ensure ZFS pools are present\n ansible.builtin.command:\n cmd: \"zpool stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1940, "all_permissive": false }
ansible_role
n-matsu/test-ansible-roles
1bdbe7e00e5b23c1da1e51e5181659e61b417c57
0
provisioning/roles/common
7,782
[ "no_license" ]
[ { "path": "provisioning/roles/common/tasks/main.yml", "content": "---\r\n- name: sample\r\n debug: msg=\"System {{ inventory_hostname }} has uuid {{ ansible_product_uuid }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
n-matsu/test-ansible-roles
1bdbe7e00e5b23c1da1e51e5181659e61b417c57
0
provisioning/roles/nvm
7,782
[ "no_license" ]
[ { "path": "provisioning/roles/nvm/tasks/main.yml", "content": "---\r\n- name: install dependencies\r\n yum: name={{ item }} state=latest\r\n with_items:\r\n - git\r\n - libselinux-python\r\n when: ansible_os_family == \"RedHat\"\r\n tags: nvm\r\n\r\n- name: install dependencies\r\n apt: pkg={{ it...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1981, "all_permissive": false }
ansible_role
n-matsu/test-ansible-roles
1bdbe7e00e5b23c1da1e51e5181659e61b417c57
0
provisioning/roles/rbenv
7,782
[ "no_license" ]
[ { "path": "provisioning/roles/rbenv/defaults/main.yml", "content": "---\r\nrbenv:\r\n user: '{{ ansible_user_id }}'\r\n version: \"v1.0.0\"\r\n ruby_build_version: \"v20160330\"\r\n ruby_version: \"2.2.2\"\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3394, "all_permissive": false }
ansible_role
afrost-org/advection
5c8522d516f1de8ef57e6b70a59ef5f334be511a
1
provisioner/roles/nginx
7,782
[ "no_license" ]
[ { "path": "provisioner/roles/nginx/tasks/letsencrypt.yml", "content": "---\n- name: apt-get install letsencrypt dependencies packages\n apt:\n pkg: ['augeas-lenses', 'dialog', 'libaugeas0', 'libffi-dev']\n state: present\n\n- name: Add official Certbot repo\n apt_repository:\n repo: 'ppa:certbot/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1695, "all_permissive": false }
ansible_role
afrost-org/advection
5c8522d516f1de8ef57e6b70a59ef5f334be511a
1
provisioner/roles/project_data
7,782
[ "no_license" ]
[ { "path": "provisioner/roles/project_data/defaults/main.yml", "content": "---\npg_hstore: False\npg_db: \"{{ project_namespace }}\"\npg_user: dev\npg_password: <PASSWORD>\ndjango_requirements_file: requirements.txt\n\n# uwsgi related variables\nuwsgi_user: www-data\nuwsgi_group: www-data\nuwsgi_workers: 2\n...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3296, "all_permissive": false }