#838 Added nano to hosts I could find playbooks for and that I had access to.
Closed 2 years ago by leo. Opened 2 years ago by leo.
Unknown source main  into  main

file modified
+2 -1
@@ -32,7 +32,8 @@

    - ostree                    # Needed for rhn sync

    - python2-sqlalchemy         # Needed for repo2json

    - bind                      # named-checkzone for dns repo

-   - emacs-nox                 

+   - emacs-nox

+   - nano                 

    - rpm-sign                  # for the sign-and-import playbook

    - createrepo                # for the sign-and-import playbook

    - unzip                     # general useful util

@@ -11,6 +11,14 @@

    - packages

    - blockerbugs

  

+ - name: install extra packages

+   package: state=present name={{ item }}

+   with_items:

+   - nano

+   tags:

+   - packages

+   - blockerbugs

+ 

  - name: setup blockerbugs apache conf

    copy: src=blockerbugs.conf dest=/etc/httpd/conf.d/blockerbugs.conf mode=644

    notify:

@@ -8,6 +8,14 @@

    - packages

    - datagrepper

  

+ - name: install extra packages

+   package: state=present name={{ item }}

+   with_items:

+   - nano

+   tags:

+   - packages

+   - datagrepper

+ 

  - name: creating datagrepper config dir

    file: path=/etc/datagrepper state=directory owner=root mode=755

    tags:

@@ -20,6 +20,14 @@

    - packages

    - koji_hub

  

+ - name: install extra packages

+   package: state=present name={{ item }}

+   with_items:

+   - nano

+   tags:

+   - packages

+   - koji_hub

+ 

  - name: install rhel7 koji hub server packages

    package: name={{ item }} state=present

    with_items:
@@ -425,7 +433,7 @@

    - service

    - koji_hub

  

- - name: Make sure kojira is set to run on boot 

+ - name: Make sure kojira is set to run on boot

    service: name=kojira enabled=yes

    tags:

    - service

@@ -11,6 +11,14 @@

    - logging

    - fedora-messaging

  

+ - name: install extra packages

+   package: state=present name={{ item }}

+   with_items:

+   - nano

+   tags:

+   - packages

+   - logging

+ 

  - name: Deploy the fedora-messaging CA

    copy:

      src: "{{ private }}/files/rabbitmq/{{ env }}/pki/ca.crt"

Hey Infra Team,
This was something I noticed when looking around in batcave; none of the machines had nano installed. This is not hugely important, but I thought it would be useful for some people (including me). I changed the playbooks of the ones I could find and the ones I had access to. If I missed any, let me know!
(this probably has to wait until after unfreeze)

Thanks :D

broke my git tree so unfortunately i have to re-submit a new one on a different branch :/

Pull-Request has been closed by leo

2 years ago