I created it because I wanted an environment where I could easily check commands on centos. It is an article instead of a memo of my work
Mac OS Mojave 10.14.6 VMware Fusion 11.5.1 CentOS Linux release 7.9.2009 (Core)
# vi /etc/hostname
# getenforce
Enforcing Is enabled when
# vi /etc/selinux/config
SELINUX=enforcing ↓ SELINUX=disabled Change to
# reboot
# getenforce
disabled OK if
# yum install -y epel-release
# yum install -y ansible git
Introduced ansible and git
# git clone https://github.com/farend/redmine-centos-ansible.git
Introducing playbook
# vi redmine-centos-ansible/group_vars/redmine-servers
Change the value of db_passwd_redmine to any one
# cd redmine-centos-ansible
Move the directory
# ansible-playbook -i hosts site.yml
Just wait
https://github.com/farend/redmine-centos-ansible
Recommended Posts