Skip to content

Commit fe6c219

Browse files
filecloud yaml changes
1 parent b69db2c commit fe6c219

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

filecloud-20-04/filecloud.yaml

-40
Original file line numberDiff line numberDiff line change
@@ -66,46 +66,6 @@
6666
state: latest
6767
install_recommends: true
6868

69-
# - name: Installing filecloud
70-
# apt:
71-
# name: filecloud
72-
# state: latest
73-
# environment:
74-
# ACCEPT_EULA: Y
75-
76-
# - name: Remove directory install
77-
# file:
78-
# path: /var/www/html/install/
79-
# state: absent
80-
81-
# - name: Change ownership of a directory
82-
# ansible.builtin.file:
83-
# path: /root/
84-
# state: directory
85-
# recurse: yes
86-
# owner: root
87-
# group: root
88-
89-
# - name: Generating Filecloud admin password
90-
# shell: openssl rand -hex 24
91-
# register: adminpassword
92-
93-
# - debug:
94-
# var: adminpassword.stdout
95-
96-
# - name: Storing Filecloud Admin login Credentials
97-
# copy:
98-
# dest: "/root/.filecloud_admin_credentials"
99-
# content: |
100-
# username = admin
101-
# password = "{{ adminpassword.stdout }}"
102-
103-
# - name: Replacing Admin Password
104-
# replace:
105-
# path: /var/www/html/config/cloudconfig.php
106-
# regexp: '"password"'
107-
# replace: '"{{ adminpassword.stdout }}"'
108-
10969
- name: Creating a directory for shell script
11070
ansible.builtin.file:
11171
path: /opt/cloudstack

0 commit comments

Comments
 (0)