Enable cockpit

This commit is contained in:
Jason Rothstein 2020-11-29 23:24:11 -06:00
parent 1d713dbef9
commit 34024e2315
2 changed files with 8 additions and 4 deletions

View File

@ -3,15 +3,15 @@ roles:
- name: 'ensure_ansible_prereq' - name: 'ensure_ansible_prereq'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git'
version: 'master' version: 'master'
- name: 'ensure_cockpit'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_cockpit.git'
version: 'master'
- name: 'ensure_log_rotation' - name: 'ensure_log_rotation'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
version: 'master' version: 'master'
- name: 'ensure_os_patch' - name: 'ensure_os_patch'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git'
version: 'master' version: 'master'
- name: 'ensure_timezone'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_timezone.git'
version: 'master'
- name: 'ensure_repo_epel' - name: 'ensure_repo_epel'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git'
version: 'master' version: 'master'
@ -21,4 +21,7 @@ roles:
- name: 'ensure_repo_rpmfusion' - name: 'ensure_repo_rpmfusion'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git'
version: 'master' version: 'master'
- name: 'ensure_timezone'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_timezone.git'
version: 'master'

View File

@ -10,9 +10,10 @@
roles: roles:
- role: 'ensure_ansible_prereq' - role: 'ensure_ansible_prereq'
- role: 'ensure_os_patch' - role: 'ensure_os_patch'
- role: 'ensure_cockpit'
- role: 'ensure_log_rotation' - role: 'ensure_log_rotation'
- role: 'ensure_timezone'
- role: 'ensure_repo_epel' - role: 'ensure_repo_epel'
- role: 'ensure_repo_fdragon' - role: 'ensure_repo_fdragon'
- role: 'ensure_repo_rpmfusion' - role: 'ensure_repo_rpmfusion'
- role: 'ensure_timezone'
... ...