diff options
author | Joel Diaz <jdiaz@redhat.com> | 2016-04-19 11:44:46 -0400 |
---|---|---|
committer | Joel Diaz <jdiaz@redhat.com> | 2016-04-19 11:44:46 -0400 |
commit | 30c41f3bc24204bad68f30927ea59ec78821a43a (patch) | |
tree | 42b3cbefb3e915385b17ecd5e9b81721b98a4772 /roles/tito | |
parent | 1bb3de7855096557a820845cef9efe4702093675 (diff) | |
parent | 3681ab5fb2a39ccb06024e6ad514ad50df21f9d2 (diff) | |
download | openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.gz openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.bz2 openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.tar.xz openshift-30c41f3bc24204bad68f30927ea59ec78821a43a.zip |
Merge pull request #1734 from joelddiaz/tools-roles-move
cleanup roles after roles move to openshift-tools
Diffstat (limited to 'roles/tito')
-rw-r--r-- | roles/tito/README.md | 38 | ||||
-rw-r--r-- | roles/tito/defaults/main.yml | 2 | ||||
-rw-r--r-- | roles/tito/handlers/main.yml | 2 | ||||
-rw-r--r-- | roles/tito/meta/main.yml | 14 | ||||
-rw-r--r-- | roles/tito/tasks/main.yml | 2 | ||||
-rw-r--r-- | roles/tito/vars/main.yml | 2 |
6 files changed, 0 insertions, 60 deletions
diff --git a/roles/tito/README.md b/roles/tito/README.md deleted file mode 100644 index c4e2856dc..000000000 --- a/roles/tito/README.md +++ /dev/null @@ -1,38 +0,0 @@ -Role Name -========= - -This role manages Tito. - -https://github.com/dgoodwin/tito - -Requirements ------------- - -None - -Role Variables --------------- - -None - -Dependencies ------------- - -None - -Example Playbook ----------------- - - - hosts: servers - roles: - - role: tito - -License -------- - -Apache License, Version 2.0 - -Author Information ------------------- - -Thomas Wiest diff --git a/roles/tito/defaults/main.yml b/roles/tito/defaults/main.yml deleted file mode 100644 index dd7cd269e..000000000 --- a/roles/tito/defaults/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# defaults file for tito diff --git a/roles/tito/handlers/main.yml b/roles/tito/handlers/main.yml deleted file mode 100644 index e9ce609d5..000000000 --- a/roles/tito/handlers/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# handlers file for tito diff --git a/roles/tito/meta/main.yml b/roles/tito/meta/main.yml deleted file mode 100644 index fb121c08e..000000000 --- a/roles/tito/meta/main.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -galaxy_info: - author: Thomas Wiest - description: Manages Tito - company: Red Hat - license: Apache License, Version 2.0 - min_ansible_version: 1.2 - platforms: - - name: EL - versions: - - 7 - categories: - - packaging -dependencies: [] diff --git a/roles/tito/tasks/main.yml b/roles/tito/tasks/main.yml deleted file mode 100644 index 3cf9e2bfd..000000000 --- a/roles/tito/tasks/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- action: "{{ ansible_pkg_mgr }} name=tito state=present" diff --git a/roles/tito/vars/main.yml b/roles/tito/vars/main.yml deleted file mode 100644 index 8a1aafc41..000000000 --- a/roles/tito/vars/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# vars file for tito |