Instructions:
- copy
ansible_variables.sample.yaml
toansible_variables.yaml
and put a REAL password - edit inventory.ini and add the connection string for your server(s)
- type:
ansible-galaxy collection install community.mysql
# only once, in your host serveransible-playbook install_phpipam_php74_offline_v2.yaml
- go to http://IP_OF_YOUR_SERVER
- click on
automatic install
- for the mysql user, put
root
- for the mysql password, put the one you have on
ansible_variables.yaml
- done